harrypotter

Verified·Scanned 2/18/2026

CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.

from clawhub.ai·v1.0.0·4.4 KB·0 installs
Scanned from 1.0.0 at 3b158b8 · Transparency log ↗
$ vett add clawhub.ai/jeffaf/harrypotter

harrypotter-skill 🧙

CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.

Installation

git clone https://github.com/jeffaf/harrypotter-skill.git
cd harrypotter-skill
chmod +x harrypotter scripts/harrypotter

Requirements

  • bash
  • curl
  • jq

Usage

harrypotter characters [limit]     # All characters (default: 20)
harrypotter students [limit]       # Hogwarts students only
harrypotter staff [limit]          # Hogwarts staff only
harrypotter house <name>           # Characters by house
harrypotter spells [limit]         # List of spells
harrypotter search <query>         # Search characters by name

Examples

harrypotter characters 10
# 🧙 Harry Potter — Gryffindor, Half-blood, Patronus: Stag
# 🧙 Hermione Granger — Gryffindor, Muggleborn, Patronus: Otter
# ...

harrypotter house slytherin
# 🧙 Draco Malfoy — Slytherin, Pure-blood
# 🧙 Severus Snape — Slytherin, Half-blood, Patronus: Doe
# ...

harrypotter spells 5
# ✨ Expelliarmus — Disarms your opponent
# ✨ Lumos — Creates a small light at the wand's tip
# ...

harrypotter search "hermione"
# 🧙 Hermione Granger — Gryffindor, muggleborn, Patronus: otter
#    Actor: Emma Watson
#    Wand: vine, dragon heartstring, 10.75"
#    Born: 19-09-1979

Houses

  • gryffindor
  • slytherin
  • hufflepuff
  • ravenclaw

API

Uses the free HP-API — no authentication required.

OpenClaw Skill

This is an OpenClaw skill. See SKILL.md for agent integration details.

License

MIT