✓ Verified 📡 Monitoring ✓ Enhanced Data

Harrypotter

CLI for AI agents to lookup Harry Potter universe info.

Rating
4.4 (182 reviews)
Downloads
1,217 downloads
Version
1.0.0

Overview

CLI for AI agents to lookup Harry Potter universe info.

Complete Documentation

View Source →

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

text
"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

ActionCommand
All charactersharrypotter characters [limit]
Students onlyharrypotter students [limit]
Staff onlyharrypotter staff [limit]
By househarrypotter house
Spellsharrypotter spells [limit]
Searchharrypotter search

Examples

bash
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:

text
🧙 Harry Potter — Gryffindor, Half-blood, Patronus: Stag
🧙 Hermione Granger — Gryffindor, Muggleborn, Patronus: Otter
🧙 Draco Malfoy — Slytherin, Pure-blood

Search output (detailed):

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

Spell output:

text
✨ 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:

  • Run ./harrypotter search "name" for specific characters
  • Run ./harrypotter house for house members
  • Run ./harrypotter spells for spell information
  • 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.

Installation

Terminal bash

openclaw install harrypotter
    
Copied!

💻Code Examples

"Search for Hermione"

search-for-hermione.txt
## 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 search "hermione" # Find character by name

harrypotter-search-hermione--find-character-by-name.txt
## Output

**Character output:**
example.txt
"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"
example.sh
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
example.txt
🧙 Harry Potter — Gryffindor, Half-blood, Patronus: Stag
🧙 Hermione Granger — Gryffindor, Muggleborn, Patronus: Otter
🧙 Draco Malfoy — Slytherin, Pure-blood
example.txt
🧙 Hermione Granger — Gryffindor, muggleborn, Patronus: otter
   Actor: Emma Watson
   Wand: vine, dragon heartstring, 10.75"
   Born: 19-09-1979
example.txt
✨ Expelliarmus — Disarms your opponent
✨ Lumos — Creates a small light at the wand's tip
✨ Avada Kedavra — The Killing Curse

Tags

#security_and-passwords #cli

Quick Info

Category Monitoring
Model Claude 3.5
Complexity Multi-Agent
Author jeffaf
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install harrypotter