meta-skill-generator

AI 技能自动生成框架。用于自动扫描、注册、检索、生成、评估、测试、优化技能。 触发场景: 1. 用户要求创建"技能工厂" 2. 需要检索/生成/评估技能 3. 需要测试/优化技能代码 状态:核心功能已完成 ⚠️ 注意:首次使用需运行 `python scripts/embed_skill.py` 重建向量搜索库

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meta-skill-generator" with this command: npx skills add xjxjdnsnak-cell/meta-skill-generator

Meta-Skill Generator

AI 技能自动生成框架 - 完整版

已实现功能

功能脚本状态
扫描scan_skills.py✅ 24个技能
存储simple_db.py✅ JSON
搜索scan_skills.py✅ 关键词
生成generate_skill.py✅ SKILL.md
评分evaluator.py✅ 5维度
测试sandbox.py✅ 沙盒
优化optimizer.py✅ 自动

流程图

用户需求 → 扫描现有 → 匹配/生成 → 测试 → 评分 → 优化 → 完成
              ↓
         如果已有相似技能,直接复用

评分公式

Score = 0.4×SR + 0.2×Sp + 0.2×R + 0.2×Q
  • SR: 测试成功率
  • Sp: 速度
  • R: 鲁棒性
  • Q: 代码质量

优化策略

策略说明
rewrite保留逻辑,添加异常处理
compress简化代码,移除冗余

优化建议

  • 添加异常处理
  • 添加输入验证
  • 拆分过长的函数
  • 添加类型提示
  • 添加文档字符串

当前评分

技能评分
truthfulness0.65
skill-manager0.64

文件结构

meta-skill-generator/
├── SKILL.md
├── skills_db.json
├── scores_db.json
├── optimize_db.json
├── scripts/
│   ├── scan_skills.py
│   ├── simple_db.py
│   ├── generate_skill.py
│   ├── evaluator.py
│   ├── sandbox.py
│   └── optimizer.py
└── generated/

框架已完成! 🦞

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Ai Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated