Proposal Editor — 技能工具
v0.1.1专业型文档修改助手。当用户需要对项目建议书、可行性研究报告、立项报告等专业文档进行修改时自动触发。适用于涉及数据修改、逻辑调整、内容增删、多色高亮标记、逻辑联动检查的场景。
0· 92·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's instructions, required tools, and behavior are consistent with a document-editing assistant for proposal-type documents and do not request unrelated credentials or hidden network access.
评估建议
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 aut...详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
The skill requires no environment variables, credentials, or config paths. Suggested tools access (pandoc, python-docx) are proportionate to editing docx files.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.12026/4/1
- Added a detailed workflow file: workflows/main.md. - Updated skill description and documentation for greater clarity and explicit trigger conditions. - Specified the use cases, including document types and modification requirements, where this skill takes priority over a general docx skill. - Clarified core capabilities: logic linkage detection, multi-color highlight, data consistency checks, and cross-reference updates. - Workflow is now loaded from the new workflows/main.md file when the skill is triggered.
● 无害
安装命令
点击复制官方npx clawhub@latest install proposal-editor
镜像加速npx clawhub@latest install proposal-editor --registry https://cn.longxiaskill.com 镜像可用
技能文档
# proposal-editor
触发条件
当用户提到以下关键词时自动触发:- 文档类型:项目建议书、可行性研究报告、立项报告、商业计划书、投资分析报告、技术方案、实施计划书
- 任务描述:修改某部分、数据调整、逻辑调整、内容增删
- 专业术语:建议书、可行性、立项、投资分析
与通用 docx skill 的优先级说明
本 skill 在以下场景优先于通用 docx skill:- 文档类型:项目建议书、可行性研究报告、立项报告、商业计划书、投资分析报告、技术方案、实施计划书
- 任务涉及:数据修改、逻辑调整、内容增删、交叉引用更新
- 用户提到:"建议书"、"可行性"、"立项"、"投资分析"、"修改某部分"
- 专业需求:多色高亮标记、逻辑联动检查、数据一致性校验
核心能力
- 自动识别文档中的逻辑联动关系
- 多色高亮标记不同类别的修改
- 数据一致性校验
- 交叉引用同步更新