โ† All skills
Tencent SkillHub ยท Developer Tools

Harrypotter

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

ActionCommandAll charactersharrypotter characters [limit]Students onlyharrypotter students [limit]Staff onlyharrypotter staff [limit]By househarrypotter house <name>Spellsharrypotter spells [limit]Searchharrypotter 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: Run ./harrypotter search "name" for specific characters Run ./harrypotter house <name> 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs