CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install harrypotter或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install harrypotter⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/harrypotter/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: harrypotter version: 1.0.0 description: "CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required." homepage: https://hp-api.onrender.com metadata: openclaw: emoji: "🧙" requires: bins: ["bash", "curl", "jq"] tags: ["harrypotter", "wizarding-world", "entertainment", "cli", "hp-api"] ---
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.
"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"
| Action | Command | |--------|---------| | All characters | harrypotter characters [limit] | | Students only | harrypotter students [limit] | | Staff only | harrypotter staff [limit] | | By house | harrypotter house | | Spells | harrypotter spells [limit] | | Search | harrypotter search |
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
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
---
Script location: {skill_folder}/harrypotter (wrapper to scripts/harrypotter)
When user asks about Harry Potter:
./harrypotter search "name" for specific characters./harrypotter house for house members./harrypotter spells for spell information./harrypotter students or ./harrypotter staff for role-based listsHouse names (case-insensitive):
Don't use for: Non-HP fantasy content, general trivia not in the API.
安装 Harrypotter 后,可以对 AI 说这些话来触发它
Help me get started with Harrypotter
Explains what Harrypotter does, walks through the setup, and runs a quick demo based on your current project
Use Harrypotter to cLI for AI agents to lookup Harry Potter universe info for their hu...
Invokes Harrypotter with the right parameters and returns the result directly in the conversation
What can I do with Harrypotter in my developer & devops workflow?
Lists the top use cases for Harrypotter, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/harrypotter/ 目录(个人级,所有项目可用),或 .claude/skills/harrypotter/(项目级)。重启 AI 客户端后,用 /harrypotter 主动调用,或让 AI 根据上下文自动发现并使用。
Harrypotter 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Harrypotter 可免费安装使用。请查阅仓库了解许可证信息。
CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.
Harrypotter 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Harrypotter
Identifies repetitive steps in your workflow and sets up Harrypotter to handle them automatically