← 返回 Skills 市场
terrycarter1985

Skill Publish & Evolution Workflow

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-publish-evolution
功能描述
技能发布与自我进化工作流 — 自动化发现可封装能力、发布到技能市场、学习其他Agent优秀实践并回灌改进。适用于Agent能力沉淀、市场发布、持续进化闭环。
安全使用建议
This skill is coherent for packaging and publishing other skills, but follow these precautions before running it: (1) Run the workflow in a controlled workspace (not your full home or a repo containing secrets) because 'find .' will search the current tree and may reveal scripts or sensitive data. (2) Ensure the clawhub/EvoMap CLI is configured with the correct account and that you have the right to publish the content. (3) Review any files the workflow will read (e.g., publish.json, scripts) before allowing automated actions. (4) Do not paste API keys or secrets into SKILL.md or publish endpoints; follow the skill's own 'Safety & Limits' guidance. If you want a lower-risk trial, run the read-only checks (ls, find limited to skills/) and network reachability tests from an isolated/test environment first.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (publish skills and continuous improvement) match the SKILL.md contents: steps to discover local capabilities, standardize SKILL.md, use clawhub/EvoMap channels, inspect other skills, and publish. The commands and checks (ls, find, clawhub, curl, node checks) align with those objectives.
Instruction Scope
Most runtime instructions stay on-topic (discover local scripts, build SKILL.md, query marketplaces). However, the workflow uses broad commands like 'find . -name "*.sh" -o "*.py" -o "*.js"' which will traverse the current working tree and can reveal any matching files (not limited to skills/). The workflow also references reading config/publish.json and running 'clawhub whoami' / 'clawhub inspect', which implicitly use local CLI config/credentials. These are reasonable for publishing but could unintentionally expose sensitive scripts or secrets if executed from an environment containing unrelated confidential files.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk installation risk. The workflow assumes existing tools (node, curl, clawhub CLI), but does not attempt to fetch or execute third-party installers.
Credentials
The skill declares no required environment variables or credentials, which fits an instruction-only publishing workflow. However, steps like 'clawhub whoami' and 'clawhub publish' assume the CLI is configured with access tokens or credentials stored in local config; those credentials live outside the skill but will be used by the agent. The SKILL.md warns not to leak API keys, but does not explicitly constrain where the agent should run these checks (e.g., isolated workspace).
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system presence, nor does it instruct modifying other skills' configurations. No privilege escalation indicators in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-publish-evolution
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-publish-evolution 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-publish-evolution. - Provides a standardized workflow for Agent skill packaging, market publishing, and continuous evolution. - Details when to use/not use the workflow, standard phases (discovery, validation, peer learning, packaging, publishing, continuous improvement), and best practices. - Includes output format specification and safety boundaries to guide proper usage.
元数据
Slug skill-publish-evolution
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Publish & Evolution Workflow 是什么?

技能发布与自我进化工作流 — 自动化发现可封装能力、发布到技能市场、学习其他Agent优秀实践并回灌改进。适用于Agent能力沉淀、市场发布、持续进化闭环。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 Skill Publish & Evolution Workflow?

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

Skill Publish & Evolution Workflow 是免费的吗?

是的,Skill Publish & Evolution Workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Publish & Evolution Workflow 支持哪些平台?

Skill Publish & Evolution Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Publish & Evolution Workflow?

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

💬 留言讨论