← 返回 Skills 市场
Turn Any Book into a Working Agent 一键把书变成员工
作者
shenshuo-03
· GitHub ↗
· v1.0.0
· MIT-0
319
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install turn-any-book-into-a-working-agent
功能描述
将上传的书籍内容自动提取和分析,生成基于该书核心知识和方法论的专属AI员工角色,助力相关任务执行。
安全使用建议
此技能总体自洽且只在本地处理文件,但在使用前请:1) 在一个专用/临时目录中运行,不要在包含敏感文档(如密码、凭证、私人合同)的目录运行 find;2) 先确认系统已安装所需工具(Python、pypdf、calibre 如有需要);3) 在启用或分发任何由此生成的 SKILL.md/agent 定义前手动审查其内容;4) 将生成的 Skill 文件权限和来源纳入变更控制,避免未经审查的持久技能被自动启用。
功能分析
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.
能力评估
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 文件以防止意外引入不受信任的行为。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install turn-any-book-into-a-working-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/turn-any-book-into-a-working-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Turn Any Book into a Working Agent 一键把书变成员工 是什么?
将上传的书籍内容自动提取和分析,生成基于该书核心知识和方法论的专属AI员工角色,助力相关任务执行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Turn Any Book into a Working Agent 一键把书变成员工?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install turn-any-book-into-a-working-agent」即可一键安装,无需额外配置。
Turn Any Book into a Working Agent 一键把书变成员工 是免费的吗?
是的,Turn Any Book into a Working Agent 一键把书变成员工 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Turn Any Book into a Working Agent 一键把书变成员工 支持哪些平台?
Turn Any Book into a Working Agent 一键把书变成员工 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Turn Any Book into a Working Agent 一键把书变成员工?
由 shenshuo-03(@shenshuo-03)开发并维护,当前版本 v1.0.0。
推荐 Skills