← 返回 Skills 市场
103
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install gh-skillforge
功能描述
Generate valid, ClawHub-ready SKILL.md files from product metadata. Give it a name, description, and instructions — get back a properly formatted SKILL.md wi...
使用说明 (SKILL.md)
SkillForge
Generate a SKILL.md ready to publish on ClawHub.
Start the server
uvicorn skillforge.app:app --port 8003
Generate a SKILL.md
curl -s -X POST http://localhost:8003/v1/forge-skill \
-H "Content-Type: application/json" \
-d '{"name": "My Cool Tool", "description": "Does cool things.", "instructions": "Step 1: Be cool."}' | jq
Returns skill_md (the complete SKILL.md content) and slug (ClawHub-compatible name like my-cool-tool).
With optional env vars and bins
curl -s -X POST http://localhost:8003/v1/forge-skill \
-H "Content-Type: application/json" \
-d '{"name": "API Client", "description": "Calls APIs.", "instructions": "Use curl.", "env_vars": ["API_KEY"], "bins": ["curl"]}' | jq '.skill_md' -r
Slug rules
Names are auto-converted to ClawHub slugs: lowercase, spaces to dashes, special chars removed. "My Tool v2!" becomes my-tool-v2.
安全使用建议
This skill appears to be a simple local service for producing SKILL.md files and is coherent with its dependencies. Before installing: (1) be aware it will install common PyPI packages (fastapi, uvicorn, pydantic, pyyaml); verify you trust those packages and your environment's pip configuration. (2) The server runs locally via uvicorn — do not bind it to public interfaces or expose it to untrusted networks. (3) The generator will include any user-supplied text verbatim in the generated SKILL.md (including any env var names or command names you pass) — do not feed it secrets or untrusted input if you plan to auto-publish outputs without manual review.
功能分析
Type: OpenClaw Skill
Name: gh-skillforge
Version: 1.0.0
The gh-skillforge skill is a utility designed to generate properly formatted SKILL.md files for the OpenClaw ecosystem. It implements a simple FastAPI server (skillforge/app.py) that takes metadata as input and uses standard libraries like PyYAML and Pydantic to produce valid Markdown output. There are no signs of malicious intent, data exfiltration, or risky execution patterns.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions. The package is a small FastAPI service that accepts metadata and returns SKILL.md; requiring Python and common Python packages (fastapi, uvicorn, pydantic, pyyaml) is consistent with this purpose.
Instruction Scope
The provided SKILL.md instructs running a local uvicorn server and posting JSON to /v1/forge-skill. The code only processes the provided fields into YAML frontmatter + markdown; it does not read unrelated files, environment variables, or remote endpoints.
Install Mechanism
Installation uses pip packages (fastapi, uvicorn, pydantic, pyyaml) which is expected. The install spec's 'kind' value 'uv' is unusual but does not indicate a download-from-arbitrary-URL pattern; overall install risk is moderate (standard public PyPI packages).
Credentials
No environment variables or credentials are requested by the skill. The generator accepts an env_vars list to include in generated SKILL.md (this is output metadata, not requested secrets).
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges or modify other skills. Autonomous invocation is allowed by default but is not combined with other concerning factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gh-skillforge - 安装完成后,直接呼叫该 Skill 的名称或使用
/gh-skillforge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major documentation update with improved clarity and examples.
- Expanded usage instructions, including examples with optional parameters (env vars and bins).
- Added a section detailing slug normalization rules.
- Updated metadata frontmatter with additional details and emoji.
- Removed redundant version and metadata fields for a cleaner SKILL.md.
v0.1.1
- Renamed skill to gh-skillforge
- Updated version to 0.1.1
- Added OpenClaw metadata (required bins and install instructions)
- Improved documentation: now includes installation steps and updated usage instructions
- Example usage now targets localhost instead of hosted API
- Added pydantic to install requirements
v0.1.0
Initial release of SkillForge.
- Generate ClawHub-compatible SKILL.md files from product metadata.
- Supports hosted API and standalone local server.
- Handles slug normalization, versioning, and optional metadata (env_vars, bins).
- Returns valid YAML frontmatter and Markdown body in responses.
元数据
常见问题
Skillforge 是什么?
Generate valid, ClawHub-ready SKILL.md files from product metadata. Give it a name, description, and instructions — get back a properly formatted SKILL.md wi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Skillforge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gh-skillforge」即可一键安装,无需额外配置。
Skillforge 是免费的吗?
是的,Skillforge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skillforge 支持哪些平台?
Skillforge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skillforge?
由 mirni(@mirni)开发并维护,当前版本 v1.0.0。
推荐 Skills