← Back to Skills Marketplace
127
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install food-document-management
Description
文档管理能力;支持研发文档分类、版本管理、模板生成;当进行研发资料整理或文档编写时使用
README (SKILL.md)
文档管理
任务目标
- 本技能用于:规范研发文档管理和编写
- 核心能力:文档分类、版本控制、模板生成
- 触发条件:研发文档编写、资料整理、报告生成
数据来源
使用 web_search 获取文档规范:
# 文档规范
web_search(query="食品研发 文档管理 规范")
web_search(query="技术报告 格式 规范")
web_search(query="研发项目 文档模板 范例")
数据存储
文档数据保存在工作区 data/docs/ 目录:
document_index.json- 文档索引templates/- 文档模板archive/- 归档文档
操作步骤
1. 文档分类
- 确定文档类别
- 按项目/产品组织
- 建立索引
2. 版本管理
- 记录版本历史
- 标注修改内容
- 归档旧版本
3. 文档编写
- 选择适用模板
- 按规范填写
- 审核发布
4. 检索利用
- 建立检索目录
- 快速定位文档
- 复用已有资料
资源索引
- 文档管理脚本:见 scripts/document_manager.py
- 文档模板:见 assets/templates/
- 分类标准:见 references/document_classification.md
注意事项
- 文档命名规范统一
- 及时更新版本号
- 做好备份存储
Usage Guidance
总体来看该技能与其说明一致且未请求敏感凭据,但请注意以下事项:
- SKILL.md 声明了 pandas==1.5.0 依赖但包中没有安装脚本,且脚本文件没有使用 pandas:这很可能是疏忽,建议在安全环境中先运行或询问作者是否确实需要该依赖。不要在生产环境盲目 pip install 未核实的依赖。
- 脚本会在仓库工作区创建/写入 data/docs/(document_index.json 等),请确认工作区不包含敏感文件,且你允许技能在该位置写入数据。
- SKILL.md 指示使用 web_search 工具来获取规范:检查你平台上 web_search 的行为(它是否会调用外部网络或将查询数据发送到第三方),以免意外把内部机密发送出去。
- 建议在受控/沙箱环境中先运行几次功能(生成模板、登记示例文档、列出索引),并人工审阅生成的文件格式与路径;如需在企业环境长期使用,可要求作者修正依赖声明并补充安装说明。
基于当前文件内容,我的结论是“内部一致(benign)但工程上有小问题”,因此在受信环境或先行验证后再投入生产使用比较稳妥。
Capability Analysis
Type: OpenClaw Skill
Name: food-document-management
Version: 1.0.1
The skill bundle provides a legitimate framework for managing food R&D documents, including indexing, versioning, and template generation. The Python script `scripts/document_manager.py` handles local file operations and data management in a transparent manner, and the instructions in `SKILL.md` are well-aligned with the stated purpose of document organization without any evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
技能名称、描述、SKILL.md、模板和 scripts/document_manager.py 在功能上是一致的:提供文档分类、索引、模板生成与本地版本记录。没有声明或要求与其目的明显不相关的凭据、二进制或配置路径。
Instruction Scope
SKILL.md 的运行说明局限于:使用 web_search 查询文档规范、在工作区 data/docs/ 下保存索引和模板、生成/检索文档等。这些步骤与技能目的匹配;没有指示去读取系统范围内的敏感文件或将数据传送到未说明的远端服务(除非 web_search 工具本身会这样做——见用户提醒)。
Install Mechanism
这是一个 instruction-only 技能(无 install spec),因此不会在安装时从远端下载或写入磁盘额外代码,风险较低。但 SKILL.md 中声明了依赖 (python: pandas==1.5.0 和 system mkdir -p data/docs),而仓库中无安装说明且 scripts/document_manager.py 并未导入或使用 pandas——这是不一致且可能是疏忽。总体没有发现高风险的下载/执行链。
Credentials
技能不要求任何环境变量、密钥或外部凭据;代码仅在本地工作区创建/写入 data/docs/。所需权限与功能复杂度相称。
Persistence & Privilege
技能未设置 always:true,默认可由用户调用或由代理在授权下调用。它只在自身工作目录下创建 data/docs/ 并写入索引文件,没有修改平台或其他技能配置,权限请求合理。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install food-document-management - After installation, invoke the skill by name or use
/food-document-management - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Version 1.0.1 of food-document-management
- No file changes detected in this release.
- Functionality and documentation remain unchanged.
v1.0.0
Initial release: introduces a comprehensive document management capability.
- Added scripts for document indexing, classification, version control, and template generation.
- Included standard document templates for README, process records, and trial reports.
- Provided reference materials for document classification standards.
- Established a default workspace structure for document storage and archiving.
- Outlined procedures for classification, version management, standardized writing, and search/reuse.
Metadata
Frequently Asked Questions
What is FoodDocument研发资料整理或文档编写?
文档管理能力;支持研发文档分类、版本管理、模板生成;当进行研发资料整理或文档编写时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install FoodDocument研发资料整理或文档编写?
Run "/install food-document-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is FoodDocument研发资料整理或文档编写 free?
Yes, FoodDocument研发资料整理或文档编写 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does FoodDocument研发资料整理或文档编写 support?
FoodDocument研发资料整理或文档编写 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created FoodDocument研发资料整理或文档编写?
It is built and maintained by Tinker (@cloudyxuq); the current version is v1.0.1.
More Skills