用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jeffaf/books-skill --skill books命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | books |
| version | 1.0.0 |
| description | CLI for AI agents to search and lookup books for their humans. Uses Open Library API. No auth required. |
| homepage | https://openlibrary.org |
| metadata | {"openclaw":{"emoji":"📚","requires":{"bins":["bash","curl","jq"]},"tags":["books","reading","open-library","literature","cli"]}} |
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.
Uses Open Library API. No account or API key needed.
"Search for books called The Name of the Wind"
"Find books by Patrick Rothfuss"
"Tell me about work ID OL27448W"
"Who is author OL23919A?"
| Action | Command |
|---|---|
| Search | books search "query" |
| Get book details | books info <work_id> |
| Get author info | books author <author_id> |
books search "the name of the wind" # Find books by title
books search "author:brandon sanderson" # Search by author
books info OL27448W # Get full details by work ID
books author OL23919A # Get author bio and works
Search output:
[OL27448W] The Name of the Wind — Patrick Rothfuss, 2007, ⭐ 4.5
Info output:
📚 The Name of the Wind
Work ID: OL27448W
First Published: March 27, 2007
Subjects: Fantasy, Magic, Coming of Age
📖 Description:
[Full description text]
🖼️ Cover: https://covers.openlibrary.org/b/id/12345-L.jpg
Author output:
👤 Patrick Rothfuss
Born: June 6, 1973
Author ID: OL23919A
📖 Bio:
[Author biography]
=== Works ===
[OL27448W] The Name of the Wind, 2007
[OL16313124W] The Wise Man's Fear, 2011
author:, title:, subject: prefixesPlatform note: If your human is on Windows, they'll need WSL, Git Bash, or Cygwin to run this skill.
Script location: {skill_folder}/books (wrapper to scripts/books)
When user asks about books:
./books search "title or author" to find work ID./books info <work_id> for full details./books author <author_id> for author info and bibliographySearch tips:
author:name to search specifically by authortitle:name to search specifically by titlesubject:topic to search by genre/subjectDon't use for: E-books, audiobooks, purchasing, or reading the actual content.