# Send Harrypotter to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "harrypotter",
    "name": "Harrypotter",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeffaf/harrypotter",
    "canonicalUrl": "https://clawhub.ai/jeffaf/harrypotter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/harrypotter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=harrypotter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "harrypotter",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T01:33:37.429Z",
      "expiresAt": "2026-05-11T01:33:37.429Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=harrypotter",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=harrypotter",
        "contentDisposition": "attachment; filename=\"harrypotter-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "harrypotter"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/harrypotter"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/harrypotter",
    "downloadUrl": "https://openagent3.xyz/downloads/harrypotter",
    "agentUrl": "https://openagent3.xyz/skills/harrypotter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/harrypotter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/harrypotter/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jeffaf
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T01:33:37.429Z
- Expires at: 2026-05-11T01:33:37.429Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/harrypotter)
- [Send to Agent page](https://openagent3.xyz/skills/harrypotter/agent)
- [JSON manifest](https://openagent3.xyz/skills/harrypotter/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/harrypotter/agent.md)
- [Download page](https://openagent3.xyz/downloads/harrypotter)