Books For Agents
v0.1.0Access and search a structured open source knowledge base of book summaries optimized for AI agents via the MCP protocol.
⭐ 0· 512·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the instructions: the SKILL.md configures an MCP server and exposes book-related RPCs (search_books, get_book, generate_book, submit_book, etc.). Minor inconsistency: the instructions show a shell command using a 'claude' CLI (claude mcp add ...) but the skill declares no required binaries. The CLI call is optional (an example), but the skill should ideally declare that a compatible MCP client/CLI is expected.
Instruction Scope
Instructions stay within the stated purpose (searching/reading/generating/publishing book summaries). They do direct networked requests to an external endpoint (https://booksforagents.com/mcp) which is expected for this functionality — be aware queries and any generated/submitted content will be sent to that remote service. The skill does not instruct reading local files, environment variables, or other system-wide config beyond optionally editing an MCP config file.
Install Mechanism
Instruction-only skill with no install spec or archive downloads. Nothing is written to disk by the skill itself beyond the user optionally editing their MCP config; low install risk.
Credentials
No environment variables, credentials, or config paths are requested. This is proportional to a read/search/publish knowledge-base skill. The only implicit requirement is network access to the listed MCP URL and (optionally) an MCP client/CLI.
Persistence & Privilege
always:false and no special privileges requested. The skill does not request permanent system presence or modify other skills' configuration; autonomous invocation is allowed by default but not combined with other concerning privileges.
Assessment
This skill appears to do what it says: connect to a remote MCP server to query and manage book summaries. Before installing, consider: (1) it will send your queries and any generated content to https://booksforagents.com — avoid submitting sensitive or private data; (2) the SKILL.md demonstrates a 'claude' CLI command but doesn't declare that a compatible MCP client must be installed — ensure your agent environment provides an MCP client if you want the one-line CLI workflow; (3) generate_book + submit_book can publish content to the knowledge base — don't use these if you might accidentally publish proprietary text; and (4) because the service source/homepage is minimal in the registry, verify the remote service, its privacy policy, and trustworthiness before sending confidential or personally identifying data.Like a lobster shell, security has layers — review code before you run it.
latestvk973br4zm0x6z2erqvyvn5r2md81jr47
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
