Jump to related tools in the same category or review the original source on GitHub.

Security & Passwords @jeffaf Updated 6/28/2026 1,854 downloads 1 stars Security: Pass

šŸ§™ Harrypotter OpenClaw Plugin & Skill | ClawHub

Looking to integrate Harrypotter into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate security & passwords tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @jeffaf/harrypotter
Node.js (npx)
npx clawhub@latest install harrypotter

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionhomepage
harrypotter1.0.0CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.https://hp-api.onrender.com

SKILL.md content below is scrollable.

Harry Potter Lookup

CLI for AI agents to search and lookup Harry Potter universe info for their humans. "Who was in Slytherin again?" — now your agent can answer.

Uses HP-API (free Harry Potter API). No account or API key needed.

Usage

"Who are the main Harry Potter characters?"
"List the Hogwarts students"
"Who's in Gryffindor house?"
"What spells are in Harry Potter?"
"Search for Hermione"

Commands

Action Command
All characters harrypotter characters [limit]
Students only harrypotter students [limit]
Staff only harrypotter staff [limit]
By house harrypotter house <name>
Spells harrypotter spells [limit]
Search harrypotter search <query>

Examples

harrypotter characters 10         # First 10 characters
harrypotter students              # All Hogwarts students
harrypotter staff                 # All Hogwarts staff
harrypotter house gryffindor      # Gryffindor members
harrypotter house slytherin       # Slytherin members
harrypotter spells 15             # First 15 spells
harrypotter search "hermione"     # Find character by name

Output

Character output:

šŸ§™ Harry Potter — Gryffindor, Half-blood, Patronus: Stag
šŸ§™ Hermione Granger — Gryffindor, Muggleborn, Patronus: Otter
šŸ§™ Draco Malfoy — Slytherin, Pure-blood

Search output (detailed):

šŸ§™ Hermione Granger — Gryffindor, muggleborn, Patronus: otter
   Actor: Emma Watson
   Wand: vine, dragon heartstring, 10.75"
   Born: 19-09-1979

Spell output:

✨ Expelliarmus — Disarms your opponent
✨ Lumos — Creates a small light at the wand's tip
✨ Avada Kedavra — The Killing Curse

Notes

  • Uses HP-API (hp-api.onrender.com)
  • No authentication required
  • Houses: gryffindor, slytherin, hufflepuff, ravenclaw
  • Default limit is 20 items per query
  • Search is case-insensitive

Agent Implementation Notes

Script location: {skill_folder}/harrypotter (wrapper to scripts/harrypotter)

When user asks about Harry Potter:

  1. Run ./harrypotter search "name" for specific characters
  2. Run ./harrypotter house <name> for house members
  3. Run ./harrypotter spells for spell information
  4. Run ./harrypotter students or ./harrypotter staff for role-based lists

House names (case-insensitive):

  • gryffindor
  • slytherin
  • hufflepuff
  • ravenclaw

Don't use for: Non-HP fantasy content, general trivia not in the API.

ClawHub Registry URL: https://clawhub.ai/jeffaf/skills/harrypotter

Related skills

If this matches your use case, these are close alternatives in the same category.