← 返回 Skills 市场
zlq54321

软件设计文档生成

作者 Helpu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
196
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-doc-design
功能描述
根据上传需求文档自动生成详细的软件设计文档,包含架构、模块、接口及通信协议等内容,且关键步骤需用户确认。
安全使用建议
This skill appears to do what it says, but check these operational details before enabling it: - Confirm the inbound path: ask the publisher which path is authoritative (/root/.openclaw/media/inbound/ vs /inbound/) and ensure the platform's uploads live there. - Moving vs copying: the SKILL.md uses mv — confirm whether you want originals removed from the inbound area. If you prefer retain originals, request the skill be changed to copy instead of move. - Missing declared binaries: the metadata lists no required binaries but the instructions use ls, mkdir, mv, touch, unzip, pdftotext and a 'message' notifier. Ensure your environment provides these utilities and clarify what 'message' maps to (platform API or internal command). - File retention and privacy: the skill will create files under /workspace; review permissions and retention policies for that directory and ensure no sensitive secrets are accidentally written to generated files. - Test before trusting: run the skill on a non-sensitive sample upload to confirm behavior (file detection window, name-suggestion logic, progress messages, final file locations and sizes). - Autonomy: although the skill asks for confirmations, it can still be invoked autonomously by the agent. If you are concerned about autonomous filesystem ops, restrict it to user-invoked only or monitor initial runs. If the publisher can fix the path inconsistency, declare the required binaries, and document the 'message' notifier, the skill would be clearer and easier to safely audit.
功能分析
Type: OpenClaw Skill Name: skill-doc-design Version: 1.0.0 The skill is a legitimate utility for generating software design documentation from uploaded requirement files. It follows a transparent workflow in SKILL.md that includes mandatory user confirmations for directory naming, technical stack identification, and document scope. The file operations (ls, mv, mkdir, unzip) are restricted to standard OpenClaw directories (/root/.openclaw/media/inbound/ and /workspace/) and are consistent with the stated purpose of document management and content extraction.
能力评估
Purpose & Capability
The skill's stated goal (generate software design docs from uploaded requirement files) matches the runtime steps (inspect inbound uploads, extract text, create project files). However the manifest declares no required binaries while the SKILL.md expects common commands (ls, mkdir, mv, unzip, touch, pdftotext, and a 'message' notifier). Also there is a path inconsistency: Step 1 lists /root/.openclaw/media/inbound/ while Step 3 uses /inbound/; clarify which inbound path is used.
Instruction Scope
Instructions operate on uploaded files in the agent's inbound directory and create directories and files under /workspace — this is expected for the task. Important behavioral details: the skill moves (mv) uploaded files (which may remove original copies), filters only files uploaded in the last 5 minutes, and will create empty project structure files. The skill requires user confirmations for key decisions (folder name, inferred tech stack, sections) which limits autonomous decisions. Verify moving vs copying behavior and retention of originals if that matters.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest risk from installation. Nothing will be downloaded or written by an installer, but the agent will perform filesystem operations at runtime as described in SKILL.md.
Credentials
No environment variables, credentials, or external service keys are requested. The skill's resource access (inbound uploads and workspace) is proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill privileges. It can be invoked autonomously by default (platform default), but the SKILL.md enforces user confirmation for critical steps which reduces risk from autonomous runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-doc-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-doc-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill version 1.0.0 for “skill-doc-design” released. - Automates software design document generation based on uploaded specification files. - Guides user through each key step: file selection, folder naming, technical details, document scope, and structure confirmation. - Extracts and summarizes project details; always requires user confirmation before proceeding. - Builds organized project directory and design docs, sends creation progress every minute. - Special handling for unsupported formats, file analysis, and user inactivity reminders. - Notifies user upon completion with file locations and contents.
元数据
Slug skill-doc-design
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

软件设计文档生成 是什么?

根据上传需求文档自动生成详细的软件设计文档,包含架构、模块、接口及通信协议等内容,且关键步骤需用户确认。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。

如何安装 软件设计文档生成?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-doc-design」即可一键安装,无需额外配置。

软件设计文档生成 是免费的吗?

是的,软件设计文档生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

软件设计文档生成 支持哪些平台?

软件设计文档生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 软件设计文档生成?

由 Helpu(@zlq54321)开发并维护,当前版本 v1.0.0。

💬 留言讨论