LaunchKit · 2026
Back to Skills

harrypotter

CLI for AI agents to lookup Harry Potter universe info.

1
1.2k downloads
by @jeffaf

Setup & Installation

openclaw skills install @jeffaf/harrypotter

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install harrypotter

What This Skill Does

CLI tool that lets AI agents look up Harry Potter universe data including characters, spells, and Hogwarts house membership. Powered by the free HP-API, no authentication required.

Gives agents structured, queryable access to HP universe data without scraping fan wikis or managing API credentials.

When to use it

  • Listing all members of a specific Hogwarts house
  • Looking up a character's wand, patronus, and blood status
  • Searching for a character by name
  • Getting a list of spells with descriptions
  • Fetching all Hogwarts students or staff

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Who's in Slytherin?

AGENT
  1. 1Run `harrypotter house slytherin`
  2. 2Receive a list of Slytherin characters from HP-API
  3. 3Format the results with house, blood status, and patronus where available
OUTPUT

A list of Slytherin members such as Draco Malfoy (Pure-blood) and others with available details