{
  "schemaVersion": "1.0",
  "item": {
    "slug": "magic-quill",
    "name": "Magic Quill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/wynnsu/magic-quill",
    "canonicalUrl": "https://clawhub.ai/wynnsu/magic-quill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/magic-quill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=magic-quill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate-spell-mapping.mjs"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/magic-quill"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/magic-quill",
    "agentPageUrl": "https://openagent3.xyz/skills/magic-quill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/magic-quill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/magic-quill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Magic Quill",
        "body": "A magical quill that inscribes themed spell mappings for OpenClaw Spellbook with high coverage for popular skills."
      },
      {
        "title": "Inputs",
        "body": "--topic <name> or --url <https://...> (primary inputs; spell-list lookup searches by topic/theme first, and --url is treated as a high-priority reference candidate when provided)\nOptional --theme <name> to override the final theme name (or run heuristic-only mode with just --theme)\nOptional --out <path> (alias: --output) (default: spells/<theme-slug>.yaml)\nOptional --limit <n> (alias: --top) for top-N coverage (default: 50)\nOptional --author <name> (default: @magic-quill)"
      },
      {
        "title": "What To Do",
        "body": "Gather popular skills from both sources when possible:\n\nskills.sh trending installs\nClawHub downloads API endpoint\n\n\nMerge and de-duplicate the results into a target set (fill gaps from built-in fallback skills if fetch fails).\nGather spell-list references first (primary spell source):\n\nBuild dynamic web search queries from topic/theme (for example <topic> spell list and <topic> spells api)\nParse top search result links (DuckDuckGo HTML results) into candidate reference URLs\nInclude --url as a high-priority candidate when present\nFetch discovered JSON/HTML references (for example dnd5eapi.co if discovered), extract spell names, and merge/de-duplicate names from successful references\n\n\nGather lore/context (secondary style keywords only):\n\nIf --url is provided, fetch and extract page text\nElse if --topic is provided, try Wikipedia summary API\nIf fetch fails, use built-in theme lexicon/heuristics\n\n\nIf spell-list references fail or do not produce enough names, generate spell mappings with the built-in heuristic spell-name generator.\nWrite YAML to the requested output path (usually under spells/), including # spell-list-references: comment links for successful dynamically discovered spell-list sources/endpoints when available.\nValidate with npm run validate:spells if the output file is under spells/."
      },
      {
        "title": "Commands (Users)",
        "body": "npm run generate:spellbook-theme -- --theme \"Studio Ghibli\" --limit 50 --author \"@you\"\nnpm run generate:spellbook-theme -- --topic \"Cyberpunk 2077\" --limit 75 --out spells/cyberpunk-2077.yaml --author \"@you\"\nnpm run generate:spellbook-theme -- --url \"https://en.wikipedia.org/wiki/The_Lord_of_the_Rings\" --limit 50 --author \"@you\"\nnpm run generate:spellbook-theme -- --topic \"DnD 5e\" --limit 20 --author \"@you\""
      },
      {
        "title": "Commands (Agents)",
        "body": "node magic-quill/scripts/generate-spell-mapping.mjs --theme \"The Legend of Zelda\" --topic \"The Legend of Zelda\" --limit 50 --out spells/zelda.yaml --author \"@example\"\nnode scripts/validate-spells.mjs"
      },
      {
        "title": "Install From This Repo (Subpath)",
        "body": "Use a repo subpath source with npx skills add, for example:\n\nnpx skills add wynnsu/openclaw-spellbook/magic-quill"
      },
      {
        "title": "⚠️ Requires Hook for Use",
        "body": "This skill generates spell YAML mapping files — to actually use the themed spells in agent sessions, you need the openclaw-spellbook hook installed. Install the full spellbook package:\n\n# Install the spellbook hook (includes magic-quill skill)\nnpx skills add wynnsu/openclaw-spellbook\n\nOr install just the hook directly from the repo:\n\nnpx skills add wynnsu/openclaw-spellbook/hooks/spellbook\n\nThe hook handles the translation between magical spell names and actual skill IDs at runtime.\n\nUsage after install (example prompt):\n\nUse magic-quill to create a Star Wars spell mapping with top 50 coverage and write it to spells/star-wars.yaml."
      }
    ],
    "body": "Magic Quill\n\nA magical quill that inscribes themed spell mappings for OpenClaw Spellbook with high coverage for popular skills.\n\nInputs\n--topic <name> or --url <https://...> (primary inputs; spell-list lookup searches by topic/theme first, and --url is treated as a high-priority reference candidate when provided)\nOptional --theme <name> to override the final theme name (or run heuristic-only mode with just --theme)\nOptional --out <path> (alias: --output) (default: spells/<theme-slug>.yaml)\nOptional --limit <n> (alias: --top) for top-N coverage (default: 50)\nOptional --author <name> (default: @magic-quill)\nWhat To Do\nGather popular skills from both sources when possible:\nskills.sh trending installs\nClawHub downloads API endpoint\nMerge and de-duplicate the results into a target set (fill gaps from built-in fallback skills if fetch fails).\nGather spell-list references first (primary spell source):\nBuild dynamic web search queries from topic/theme (for example <topic> spell list and <topic> spells api)\nParse top search result links (DuckDuckGo HTML results) into candidate reference URLs\nInclude --url as a high-priority candidate when present\nFetch discovered JSON/HTML references (for example dnd5eapi.co if discovered), extract spell names, and merge/de-duplicate names from successful references\nGather lore/context (secondary style keywords only):\nIf --url is provided, fetch and extract page text\nElse if --topic is provided, try Wikipedia summary API\nIf fetch fails, use built-in theme lexicon/heuristics\nIf spell-list references fail or do not produce enough names, generate spell mappings with the built-in heuristic spell-name generator.\nWrite YAML to the requested output path (usually under spells/), including # spell-list-references: comment links for successful dynamically discovered spell-list sources/endpoints when available.\nValidate with npm run validate:spells if the output file is under spells/.\nCommands (Users)\nnpm run generate:spellbook-theme -- --theme \"Studio Ghibli\" --limit 50 --author \"@you\"\nnpm run generate:spellbook-theme -- --topic \"Cyberpunk 2077\" --limit 75 --out spells/cyberpunk-2077.yaml --author \"@you\"\nnpm run generate:spellbook-theme -- --url \"https://en.wikipedia.org/wiki/The_Lord_of_the_Rings\" --limit 50 --author \"@you\"\nnpm run generate:spellbook-theme -- --topic \"DnD 5e\" --limit 20 --author \"@you\"\n\nCommands (Agents)\nnode magic-quill/scripts/generate-spell-mapping.mjs --theme \"The Legend of Zelda\" --topic \"The Legend of Zelda\" --limit 50 --out spells/zelda.yaml --author \"@example\"\nnode scripts/validate-spells.mjs\n\nInstall From This Repo (Subpath)\n\nUse a repo subpath source with npx skills add, for example:\n\nnpx skills add wynnsu/openclaw-spellbook/magic-quill\n\n⚠️ Requires Hook for Use\n\nThis skill generates spell YAML mapping files — to actually use the themed spells in agent sessions, you need the openclaw-spellbook hook installed. Install the full spellbook package:\n\n# Install the spellbook hook (includes magic-quill skill)\nnpx skills add wynnsu/openclaw-spellbook\n\n\nOr install just the hook directly from the repo:\n\nnpx skills add wynnsu/openclaw-spellbook/hooks/spellbook\n\n\nThe hook handles the translation between magical spell names and actual skill IDs at runtime.\n\nUsage after install (example prompt):\n\nUse magic-quill to create a Star Wars spell mapping with top 50 coverage and write it to spells/star-wars.yaml."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wynnsu/magic-quill",
    "publisherUrl": "https://clawhub.ai/wynnsu/magic-quill",
    "owner": "wynnsu",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/magic-quill",
    "downloadUrl": "https://openagent3.xyz/downloads/magic-quill",
    "agentUrl": "https://openagent3.xyz/skills/magic-quill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/magic-quill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/magic-quill/agent.md"
  }
}