← 返回 Skills 市场
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install work-estimation-zh
功能描述
软件开发工时评估技能。当用户提到"工时评估"、"工作量评估"、"开发周期评估"、"项目评估"、"评估工时"、"拆分工作"、"任务拆分"、"项目工时"、"排期评估"、"开发周期估算"时触发。 支持用户输入需求描述或上传需求文档,自动进行工作拆分和工时估算,输出 Excel 评估报告。
安全使用建议
This skill appears to be what it says: an estimator + Excel generator. Before installing/using it: 1) ensure the runtime has Python and the openpyxl package (the script imports openpyxl but dependencies aren't declared); 2) do not upload documents that contain secrets, credentials, or sensitive PII — the skill expects requirement texts or document contents which the agent may process; 3) note scripts/test_login.py contains a hard‑coded Windows sys.path sample (C:/Users/Administrator/…) used only for local testing — harmless but non‑portable; 4) if you plan to run the included Python scripts locally, run them in an isolated environment (virtualenv) to avoid dependency conflicts. Overall, there are no signs of credential exfiltration or hidden network endpoints in the packaged files.
功能分析
Type: OpenClaw Skill
Name: work-estimation-zh
Version: 1.0.0
The skill bundle is a legitimate tool for software development work estimation and Excel report generation. The core logic in `scripts/generate_estimation.py` uses the `openpyxl` library to create structured workbooks with charts and cost calculations based on provided modules. There are no signs of data exfiltration, unauthorized network access, or malicious command execution; a hardcoded absolute path in `scripts/test_login.py` appears to be a leftover development artifact rather than a security risk.
能力评估
Purpose & Capability
Name/description (software work estimation and Excel report generation) match the included files: SKILL.md describes collecting requirements and producing an Excel report, and scripts/generate_estimation.py implements multi‑sheet Excel generation. There are no unexpected credentials, binaries, or unrelated packages requested.
Instruction Scope
SKILL.md describes asking the user for requirement text or a document path and using AI to split/estimate. The repository provides the Excel generation logic but does not include code to parse arbitrary uploaded files or call external services; the AI/model is expected to do the splitting. This is reasonable, but be aware the skill's instructions imply the agent may request/ingest user documents — avoid uploading sensitive documents (API keys, passwords, PII) to the skill/agent unless you trust the platform's data handling.
Install Mechanism
There is no install spec (instruction-only skill with bundled utility scripts). The script imports openpyxl (and other standard libs) but the skill metadata does not declare Python package dependencies. You should ensure required Python packages (openpyxl) are available in the runtime. No remote download URLs or installers are present.
Credentials
The skill does not require environment variables, credentials, or config paths. The code does not access secrets or external services. This is proportionate to its stated purpose.
Persistence & Privilege
Skill flags: always=false and it does not request system-wide config changes. It does not attempt to persist credentials or modify other skills. Autonomous invocation is allowed by default but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install work-estimation-zh - 安装完成后,直接呼叫该 Skill 的名称或使用
/work-estimation-zh触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首次发布:work-estimation-zh 1.0.0
- 支持中文软件开发工时评估,覆盖工时、复杂度、风险等多维度
- 自动根据需求描述或文档拆分工作项,生成结构化多 Sheet Excel 报告
- 输出包括任务拆分、工时总览、风险项、进度甘特图、成本估算等
- 支持并行任务、依赖分析和标准化工时估算区间
- 简明交互流程,适用常规团队配置
元数据
常见问题
work-estimation-zh 是什么?
软件开发工时评估技能。当用户提到"工时评估"、"工作量评估"、"开发周期评估"、"项目评估"、"评估工时"、"拆分工作"、"任务拆分"、"项目工时"、"排期评估"、"开发周期估算"时触发。 支持用户输入需求描述或上传需求文档,自动进行工作拆分和工时估算,输出 Excel 评估报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 work-estimation-zh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install work-estimation-zh」即可一键安装,无需额外配置。
work-estimation-zh 是免费的吗?
是的,work-estimation-zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
work-estimation-zh 支持哪些平台?
work-estimation-zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 work-estimation-zh?
由 jinqiu193(@jinqiu193)开发并维护,当前版本 v1.0.0。
推荐 Skills