← Back to Skills Marketplace
shenshuo-03

Turn Any Book into a Working Agent 一键把书变成员工

by shenshuo-03 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
319
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install turn-any-book-into-a-working-agent
Description
将上传的书籍内容自动提取和分析,生成基于该书核心知识和方法论的专属AI员工角色,助力相关任务执行。
Usage Guidance
此技能总体自洽且只在本地处理文件,但在使用前请:1) 在一个专用/临时目录中运行,不要在包含敏感文档(如密码、凭证、私人合同)的目录运行 find;2) 先确认系统已安装所需工具(Python、pypdf、calibre 如有需要);3) 在启用或分发任何由此生成的 SKILL.md/agent 定义前手动审查其内容;4) 将生成的 Skill 文件权限和来源纳入变更控制,避免未经审查的持久技能被自动启用。
Capability Analysis
Type: OpenClaw Skill Name: turn-any-book-into-a-working-agent Version: 1.0.0 The skill bundle automates the creation of new AI agents by extracting content from uploaded books (PDF, EPUB, TXT) and generating new skill definitions. It is classified as suspicious because it contains shell injection vulnerabilities in the implementation steps within SKILL.md (e.g., the Python one-liner for PDF extraction using unquoted filename placeholders) and performs high-risk operations by programmatically creating and installing new skills into the system's library. While the logic appears intended for a legitimate utility, the lack of input sanitization and the 'meta-skill' capability of generating executable instructions from untrusted document content pose a significant security risk.
Capability Assessment
Purpose & Capability
名称与描述(将书籍内容转换为可工作的 AI 员工)与 SKILL.md 中的步骤一致:查找书籍文件、提取文本、分析内容、生成 agent 定义并写出新的 SKILL.md。没有看到与目标无关的依赖或环境变量。
Instruction Scope
指令会读取当前目录下的书籍文件(find 限制为 maxdepth 1),使用本地 Python 脚本和 pypdf/cat 等工具提取并分析文本,然后写出 agent_definition.json 和新 Skill 文件到 SKILLs/ 目录。行为与目的相关,但要注意它会读取并处理任意位于当前目录的 *.pdf/*.txt/*.epub 等文件,且会在磁盘上创建/覆盖文件,使用前应保证在受控目录中运行并审查生成内容。
Install Mechanism
这是纯说明型技能,没有 install spec、下载或外部包自动安装。脚本假定系统已安装 pypdf、Python 等,但没有从不受信任的 URL 下载或写入任意二进制,安装风险较低。
Credentials
技能不请求环境变量、凭据或配置路径。SKILL.md 也未要求访问与功能无关的秘密或外部服务,所需权限与任务相称。
Persistence & Privilege
技能会在运行时生成新的 Skill 定义文件(写入 SKILLs/book-agents/...),这会使生成的代理在系统中持久存在(直到用户移除)。技能本身没有 always:true,也未要求修改其他技能配置,但用户应注意审查并控制这些自动生成的 Skill 文件以防止意外引入不受信任的行为。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install turn-any-book-into-a-working-agent
  3. After installation, invoke the skill by name or use /turn-any-book-into-a-working-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Instantly turn any book into a custom AI working agent. - Upload a book (PDF, TXT, EPUB, etc.) to auto-extract its core knowledge and workflow. - Auto-generate a fully defined AI employee role (Skill) based on the book's content. - Includes scripts for text extraction, key knowledge analysis, and agent Skill file generation. - Supports one-click conversion via provided shell and Windows batch scripts. - Output is a ready-to-use AI agent in your skills library, based on the uploaded book.
Metadata
Slug turn-any-book-into-a-working-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Turn Any Book into a Working Agent 一键把书变成员工?

将上传的书籍内容自动提取和分析,生成基于该书核心知识和方法论的专属AI员工角色,助力相关任务执行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install Turn Any Book into a Working Agent 一键把书变成员工?

Run "/install turn-any-book-into-a-working-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Turn Any Book into a Working Agent 一键把书变成员工 free?

Yes, Turn Any Book into a Working Agent 一键把书变成员工 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Turn Any Book into a Working Agent 一键把书变成员工 support?

Turn Any Book into a Working Agent 一键把书变成员工 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Turn Any Book into a Working Agent 一键把书变成员工?

It is built and maintained by shenshuo-03 (@shenshuo-03); the current version is v1.0.0.

💬 Comments