Proposal Editor
v0.1.1专业型文档修改助手。当用户需要对项目建议书、可行性研究报告、立项报告等专业文档进行修改时自动触发。适用于涉及数据修改、逻辑调整、内容增删、多色高亮标记、逻辑联动检查的场景。
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim a professional document editor for proposals and the skill only asks to read and modify document contents, identify linkages, highlight changes, and produce change reports — all consistent with its stated purpose.
Instruction Scope
SKILL.md and workflows describe reading docx content, detecting linked items, applying highlights (XML-level or via python-docx), and producing verification checks; these steps are within the expected scope. The skill will operate on user documents (e.g., '文件.docx'), which is necessary for the task.
Install Mechanism
No install spec is included (instruction-only). The workflow recommends commonly used tools (pandoc, python-docx, XML editing). Recommending 'pip install python-docx' and use of pandoc is reasonable for the task and does not itself imply hidden downloads or unusual install sources.
Credentials
The skill requires no environment variables, credentials, or config paths. Suggested tools access (pandoc, python-docx) are proportionate to editing docx files.
Persistence & Privilege
always is false, user-invocable is true, and autonomous invocation is allowed by default — typical for skills. The skill does not request persistent presence or modification of other skills or system settings.
Assessment
This skill appears coherent and focused on editing proposal-style documents. Before installing or enabling it, consider: (1) it will need access to the document files you want edited — restrict it from sensitive documents unless you trust it; (2) it may attempt to use or ask you to install tools like pandoc or python-docx locally — prefer installing these from official sources; (3) because autonomous invocation is allowed by default, check your agent's trigger configuration so it doesn't run automatically on accidental keyword mentions; and (4) review outputs and change lists produced by the skill before accepting edits into final documents.Like a lobster shell, security has layers — review code before you run it.
latest
proposal-editor
触发条件
当用户提到以下关键词时自动触发:
- 文档类型:项目建议书、可行性研究报告、立项报告、商业计划书、投资分析报告、技术方案、实施计划书
- 任务描述:修改某部分、数据调整、逻辑调整、内容增删
- 专业术语:建议书、可行性、立项、投资分析
与通用 docx skill 的优先级说明
本 skill 在以下场景优先于通用 docx skill:
- 文档类型:项目建议书、可行性研究报告、立项报告、商业计划书、投资分析报告、技术方案、实施计划书
- 任务涉及:数据修改、逻辑调整、内容增删、交叉引用更新
- 用户提到:"建议书"、"可行性"、"立项"、"投资分析"、"修改某部分"
- 专业需求:多色高亮标记、逻辑联动检查、数据一致性校验
核心能力
- 自动识别文档中的逻辑联动关系
- 多色高亮标记不同类别的修改
- 数据一致性校验
- 交叉引用同步更新
加载详细流程
当本 skill 被触发后,加载 workflows/main.md 执行完整流程。
Comments
Loading comments...
