{
  "schemaVersion": "1.0",
  "item": {
    "slug": "books",
    "name": "Books",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeffaf/books",
    "canonicalUrl": "https://clawhub.ai/jeffaf/books",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/books",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=books",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/books"
    },
    "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/books",
    "agentPageUrl": "https://openagent3.xyz/skills/books/agent",
    "manifestUrl": "https://openagent3.xyz/skills/books/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/books/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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Book Lookup",
        "body": "CLI for AI agents to search and lookup books for their humans. \"What's that fantasy series about the magic university?\" — now your agent can answer.\n\nUses Open Library API. No account or API key needed."
      },
      {
        "title": "Usage",
        "body": "\"Search for books called The Name of the Wind\"\n\"Find books by Patrick Rothfuss\"\n\"Tell me about work ID OL27448W\"\n\"Who is author OL23919A?\""
      },
      {
        "title": "Commands",
        "body": "ActionCommandSearchbooks search \"query\"Get book detailsbooks info <work_id>Get author infobooks author <author_id>"
      },
      {
        "title": "Examples",
        "body": "books search \"the name of the wind\"     # Find books by title\nbooks search \"author:brandon sanderson\" # Search by author\nbooks info OL27448W                     # Get full details by work ID\nbooks author OL23919A                   # Get author bio and works"
      },
      {
        "title": "Output",
        "body": "Search output:\n\n[OL27448W] The Name of the Wind — Patrick Rothfuss, 2007, ⭐ 4.5\n\nInfo output:\n\n📚 The Name of the Wind\n   Work ID: OL27448W\n   First Published: March 27, 2007\n   Subjects: Fantasy, Magic, Coming of Age\n\n📖 Description:\n[Full description text]\n\n🖼️ Cover: https://covers.openlibrary.org/b/id/12345-L.jpg\n\nAuthor output:\n\n👤 Patrick Rothfuss\n   Born: June 6, 1973\n   Author ID: OL23919A\n\n📖 Bio:\n[Author biography]\n\n=== Works ===\n[OL27448W] The Name of the Wind, 2007\n[OL16313124W] The Wise Man's Fear, 2011"
      },
      {
        "title": "Notes",
        "body": "Uses Open Library API (openlibrary.org)\nNo authentication required\nWork IDs look like: OL27448W\nAuthor IDs look like: OL23919A\nSearch supports author:, title:, subject: prefixes\nCover images available in S, M, L sizes"
      },
      {
        "title": "Agent Implementation Notes",
        "body": "Script location: {skill_folder}/books (wrapper to scripts/books)\n\nWhen user asks about books:\n\nRun ./books search \"title or author\" to find work ID\nRun ./books info <work_id> for full details\nRun ./books author <author_id> for author info and bibliography\n\nSearch tips:\n\nUse author:name to search specifically by author\nUse title:name to search specifically by title\nUse subject:topic to search by genre/subject\n\nDon't use for: E-books, audiobooks, purchasing, or reading the actual content."
      }
    ],
    "body": "Book Lookup\n\nCLI for AI agents to search and lookup books for their humans. \"What's that fantasy series about the magic university?\" — now your agent can answer.\n\nUses Open Library API. No account or API key needed.\n\nUsage\n\"Search for books called The Name of the Wind\"\n\"Find books by Patrick Rothfuss\"\n\"Tell me about work ID OL27448W\"\n\"Who is author OL23919A?\"\n\nCommands\nAction\tCommand\nSearch\tbooks search \"query\"\nGet book details\tbooks info <work_id>\nGet author info\tbooks author <author_id>\nExamples\nbooks search \"the name of the wind\"     # Find books by title\nbooks search \"author:brandon sanderson\" # Search by author\nbooks info OL27448W                     # Get full details by work ID\nbooks author OL23919A                   # Get author bio and works\n\nOutput\n\nSearch output:\n\n[OL27448W] The Name of the Wind — Patrick Rothfuss, 2007, ⭐ 4.5\n\n\nInfo output:\n\n📚 The Name of the Wind\n   Work ID: OL27448W\n   First Published: March 27, 2007\n   Subjects: Fantasy, Magic, Coming of Age\n\n📖 Description:\n[Full description text]\n\n🖼️ Cover: https://covers.openlibrary.org/b/id/12345-L.jpg\n\n\nAuthor output:\n\n👤 Patrick Rothfuss\n   Born: June 6, 1973\n   Author ID: OL23919A\n\n📖 Bio:\n[Author biography]\n\n=== Works ===\n[OL27448W] The Name of the Wind, 2007\n[OL16313124W] The Wise Man's Fear, 2011\n\nNotes\nUses Open Library API (openlibrary.org)\nNo authentication required\nWork IDs look like: OL27448W\nAuthor IDs look like: OL23919A\nSearch supports author:, title:, subject: prefixes\nCover images available in S, M, L sizes\nAgent Implementation Notes\n\nScript location: {skill_folder}/books (wrapper to scripts/books)\n\nWhen user asks about books:\n\nRun ./books search \"title or author\" to find work ID\nRun ./books info <work_id> for full details\nRun ./books author <author_id> for author info and bibliography\n\nSearch tips:\n\nUse author:name to search specifically by author\nUse title:name to search specifically by title\nUse subject:topic to search by genre/subject\n\nDon't use for: E-books, audiobooks, purchasing, or reading the actual content."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jeffaf/books",
    "publisherUrl": "https://clawhub.ai/jeffaf/books",
    "owner": "jeffaf",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/books",
    "downloadUrl": "https://openagent3.xyz/downloads/books",
    "agentUrl": "https://openagent3.xyz/skills/books/agent",
    "manifestUrl": "https://openagent3.xyz/skills/books/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/books/agent.md"
  }
}