Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

skillforge-cliskillforge CLI 开发

Agent Skill

skillforge-cli 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,796

周安装

112

GitHub Stars

公开资料未说明

下载量

905
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skillforge-cli(skillforge CLI 开发)
来源仓库:https://github.com/shadoprizm/skillforge-cli
安装命令:
openclaw skills install skillforge-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skillforge-cli

简介

从自然语言生成并审核 OpenClaw Agent Skill。当操作员要求创建技能、构建技能、生成技能、审核技能等时使用

SKILL.md

name
skillforge
description
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, or check skill quality. Provides both free template-based generation and Pro AI-powered generation with quality assessment. Triggers on phrases like "create a skill", "generate a skill", "build a skill", "audit a skill", "check this skill", "make a skill for", "skillforge".

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 "<description>" --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 <slug> --name "<name>" --version 1.0.0

When asked to audit a skill:

  1. Run skillforge audit <path> --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 <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

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.99%
按下载量换算805

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills