← Back to Skills Marketplace
Skill Publish & Evolution Workflow
by
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-publish-evolution
Description
技能发布与自我进化工作流 — 自动化发现可封装能力、发布到技能市场、学习其他Agent优秀实践并回灌改进。适用于Agent能力沉淀、市场发布、持续进化闭环。
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-publish-evolution - After installation, invoke the skill by name or use
/skill-publish-evolution - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Skill Publish & Evolution Workflow?
技能发布与自我进化工作流 — 自动化发现可封装能力、发布到技能市场、学习其他Agent优秀实践并回灌改进。适用于Agent能力沉淀、市场发布、持续进化闭环。 It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install Skill Publish & Evolution Workflow?
Run "/install skill-publish-evolution" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Publish & Evolution Workflow free?
Yes, Skill Publish & Evolution Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Publish & Evolution Workflow support?
Skill Publish & Evolution Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Publish & Evolution Workflow?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.
More Skills