← 返回
未分类 Key 中文

SkillForge

Generate and audit OpenClaw agent skills from natural language. Use when the operator asks to create a skill, build a skill, generate a skill, audit a skill,...
从自然语言生成并审查 OpenClaw 代理技能。在操作员要求创建、构建、生成或审查技能时使用。
shadoprizm
未分类 clawhub v1.0.4 1 版本 100000 Key: 需要
★ 0
Stars
📥 340
下载
💾 0
安装
1
版本
#auditor#generator#latest#quality#skillforge#skills

概述

SkillForge — Skill Generator & Auditor

Generate complete, publish-ready OpenClaw agent skills from natural language descriptions. Audit existing skills for quality, safety, and completeness.

Prerequisites

SkillForge CLI must be installed globally:

npm install -g @shadoprizm/skillforge@latest

Check version: skillforge --version (requires 0.3.2+)

Commands

Generate a Skill

Free tier (template scaffold, no API key):

skillforge "<description>" --output <path> --lang <typescript|javascript|python>

Pro tier (AI-powered, requires API key):

skillforge "<description>" --pro --output <path> --lang <typescript|javascript|python>

Audit a Skill

skillforge audit <path> --format <table|json|markdown>

Pro audit with AI analysis:

skillforge audit <path> --pro --format markdown

Publish to ClawHub

First-time auth:

clawhub login

Then publish:

skillforge "<description>" --output <path> --publish

Or publish an existing skill:

clawhub publish <path> --slug <slug> --name "<name>" --version <semver>

Workflow

When asked to create/generate a skill:

  1. Clarify the skill purpose if the description is vague
  2. Run skillforge "" --pro --output /tmp/skillforge-gen --lang typescript
  3. Read the generated files to verify quality
  4. Run skillforge audit /tmp/skillforge-gen --pro to score it
  5. If score is B+ or above, offer to publish to ClawHub
  6. If score is below B+, improve the SKILL.md and scripts manually, then re-audit
  7. On operator approval, publish: clawhub publish /tmp/skillforge-gen --slug --name "" --version 1.0.0

When asked to audit a skill:

  1. Run skillforge audit --pro --format markdown
  2. Present the report to the operator
  3. Offer specific fixes for any issues found
  4. Re-audit after fixes

API Key Configuration

SkillForge Pro uses the operator's own API key (BYOK model). Supported providers:

Env VariableProvider
------
ZAI_API_KEYZ.AI (GLM-5)
OPENAI_API_KEYOpenAI
OPENROUTER_API_KEYOpenRouter
QWEN_API_KEYQwen

Keys can also be stored via: skillforge config:set-api-key

Audit Categories

CategoryWeightWhat It Checks
---------
Structure20%SKILL.md, skill.json, file organization
Completeness25%Required sections, fields, tags
Quality25%Description depth, workflow detail, examples
Safety20%Dangerous patterns, hardcoded secrets
Compatibility10%Category validity, tool references

Constraints

  • Always use --pro when an API key is available for best quality
  • WARNING: Pro mode sends skill contents to your chosen AI provider. Do not audit directories containing secrets, .env files, private keys, or credentials. Point audits only at skill directories.
  • Verify generated skills actually work before publishing
  • Never publish without operator approval
  • Use --format json for CI/CD contexts, --format table for chat
  • Slug must be unique on ClawHub — if taken, try variations
  • Never pass production API keys to untrusted skill content for auditing

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-07 14:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,404 📥 324,146
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,123 📥 841,941
it-ops-security

CyberLens Security Scanner

shadoprizm
使用本地快速网站扫描和 CyberLens 云端分析,扫描网站、GitHub 仓库和 Claw Hub 技能,发现实际安全问题。
★ 1 📥 499