Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

skillforge-meta技能铸造元

Agent Skill

skillforge-meta 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,869

周安装

122

GitHub Stars

公开资料未说明

下载量

1,005
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skillforge-meta

简介

skillforge-meta 自动学习用户行为模式并生成可复用的 OpenClaw 技能。

  • 适合减少重复劳动,提升工作效率和技能标准化水平。
  • 随着使用增加,技能适配度会逐步提高,形成个性化工作流。
  • 通过 clawhub 安装,建议查阅原始文档了解学习机制和隐私策略。
  • 使用前请评估其对本地操作记录的整理和使用权限。

SKILL.md

name
meta-skill
version
1.0.0
description
Stop repeating yourself. SkillForge watches how you work, discovers your patterns, and forges them into reusable Skills — automatically. The more you use it, the smarter your AI gets.
author
keithqpli
tags

🧬 SkillForge — Your AI That Evolves With You

Stop repeating yourself. SkillForge watches how you work, discovers your patterns, and forges them into reusable Skills — automatically. The more you use it, the smarter your AI gets.

Every professional has invisible routines — the same checks before deploying, the same steps when starting a new experiment, the same format when writing reports. You do them on autopilot, but your AI assistant starts from scratch every time.

SkillForge changes that. It mines your work history, finds what you keep doing over and over, and crystallizes those patterns into Skills your AI can execute consistently. No manual documentation. No prompt engineering. Just work — and let your AI learn from you.


🚀 30-Second Quick Start

1. Install this Skill
2. Work normally for a few days (daily logs accumulate automatically)
3. Say: "有什么可以沉淀的?" or "What patterns can you find?"
4. Review the Pattern Report → confirm what to keep
5. Done. Your AI just leveled up.

That's it. The algorithm details below are for the curious. You don't need to understand them to use SkillForge.


⚡ How It Works — Three Engines, One Loop

    ┌──────────┐      ┌──────────┐      ┌──────────┐
    │  Scout   │ ───▶ │  Smith   │ ───▶ │  Sensei  │
    │ Discover │      │  Forge   │      │  Evolve  │
    └──────────┘      └──────────┘      └──────────┘
         ▲                                    │
         └────────── feedback loop ───────────┘
EngineWhat it doesWhen it runs
Scout 🔍Scans your daily work logs, finds repeated patterns using fingerprint clustering + FTRVO scoringOn demand or weekly auto-scan
Smith 🔨Takes discovered patterns and forges them into complete, ready-to-use Skills (or merges into existing ones)When a pattern scores high enough
Sensei 🎯Monitors Skill health — usage, drift, satisfaction — and suggests evolution or retirementWeekly health check

The FTRVO Score — Should This Become a Skill?

Every discovered pattern gets a 5-dimension score (max 25 points):

DimensionWhat it measures
FrequencyHow often does this pattern appear?
TriggerIs there a clear, consistent trigger?
ReproducibilityAre the steps consistent each time?
ValueHow complex/impactful is the workflow?
OutputDoes it produce tangible artifacts?
  • 20-25: 🟢 Strongly recommended — auto-generates a Skill draft
  • 15-19: 🟡 Recommended — shows you the report, you decide
  • 10-14: 🔵 Keep watching — not enough data yet
  • < 10: ⚪ Skip — probably not worth automating
📐 Want the math? See references/ALGORITHM.md

🎯 Trigger Keywords

Say any of these to activate SkillForge:

What you sayWhat happens
"有什么可以沉淀的" / "最近重复做了什么"Scout scans for patterns
"把这个流程沉淀成 Skill"Smith forges current workflow into a Skill
"看看 Skill 健康度" / "盘点 Skill"Sensei runs health check
"进化" / "evolve" / "复盘" / "evomap" / "skillforge"Full pipeline: Scout → Smith → Sensei
"meta skill" / "meta-skill" / "自进化"Full pipeline
"模式发现" / "pattern"Scout only
"skill review" / "skill健康度"Sensei only

📋 Workflows

Weekly Auto-Scan (Recommended)

Set up a weekly automation to run the full pipeline:

Trigger (every Friday 5 PM)
  → Scout scans this week's daily logs
  → Clusters similar operations, scores with FTRVO
  → Filters patterns scoring ≥ 15
  → Checks overlap with existing Skills
  → Sensei evaluates all Skill health metrics
  → Outputs: Weekly Evolution Report

Sample output:

# 🧬 SkillForge Weekly Report — 2026-W12

## New Patterns Found
- 🆕 "Training Launch Checklist" — FTRVO: 22/25 → Forge into Skill?
- ⏳ "Code Review Format" — FTRVO: 13/25 → Keep watching

## Skill Health
| Skill | Health | Usage (30d) | Action |
|-------|--------|-------------|--------|
| project-manager | 🟢 4.75 | 12x | All good |
| data-formatter | 🟡 3.2 | 4x | Low coverage — simplify? |

On-Demand Pattern Discovery

Just say: "有什么可以沉淀的?"

Scout scans your recent work, finds patterns, and presents a report. You decide what to keep.

Manual Skill Forging

After doing a multi-step workflow, say: "把这个沉淀成 Skill"

Smith extracts the workflow from the current conversation, generates a complete SKILL.md draft, and puts it in {workspace}/skillforge-drafts/ for your review. Nothing gets installed without your explicit approval.


🛡️ Safety Rules

These are non-negotiable and cannot be overridden by config:

  1. Never auto-install — All generated Skills require explicit user confirmation
  2. Never delete existing Skills — Only suggests archiving; you decide
  3. Read-only on work memory — SkillForge reads your logs but never modifies them
  4. Privacy-first — Reports contain pattern summaries, never raw quotes from your work logs
  5. Draft isolation — Generated drafts go to skillforge-drafts/, never polluting your active Skills

⚙️ Key Configuration

Most defaults work out of the box. Tweak these if needed:

ParameterDefaultWhat it controls
scout.lookback_days14How far back to scan daily logs
scout.similarity_threshold0.65How similar two actions must be to cluster together
scout.min_cluster_size3Minimum occurrences to count as a "pattern"
smith.merge_threshold0.70When to merge into existing Skill vs. create new
sensei.zombie_threshold_days30Days of zero usage before flagging as zombie
general.realtime_detectiontrueDetect patterns during live conversations
📋 Full config template: references/CONFIG_FULL.md

🧪 Real-World Examples

Example 1: "You keep doing the same pre-training checks"

Scout discovers:
  3/18: "Check GPU → confirm data path → start training → setup wandb"
  3/20: "Check GPU → data path → launch training → wandb config"
  3/22: Same pattern again

→ Pattern Report:
  Name: Training Launch Checklist
  FTRVO: F=5 T=5 R=4 V=4 O=4 = 22/25 ✅

→ You confirm → Smith generates "training-launcher" Skill
→ Next time you train, your AI runs the checklist automatically

Example 2: "Your existing Skill can do more"

Scout notices you always check unmerged PRs after your morning briefing

→ Instead of a new Skill, suggests:
  "Extend project-manager's morning briefing module
   with a '📌 Unmerged PR Reminder' section"

→ You confirm → Sensei updates project-manager v1.2.0 → v1.3.0

Example 3: "That Skill you made 2 months ago? Dead."

Sensei weekly health check:
  guardian Skill — 0 uses in 45 days 🔴

→ Suggests: Archive to ~/.workbuddy/skills-archive/
→ You decide: archive it or give it another chance

📁 Prerequisites

SkillForge works best with WorkBuddy's daily log system:

  • Required: Daily log files at {workspace}/.workbuddy/memory/YYYY-MM-DD.md
  • Optional: Long-term memory at {workspace}/.workbuddy/memory/MEMORY.md

Don't have daily logs yet? No problem — SkillForge can also analyze your current conversation history. The more data it has, the better the pattern detection. Daily logs just give it a longer memory.

First-time setup: Just start using SkillForge. It will create its working directory ({workspace}/.workbuddy/skillforge/) automatically on first run.


🤔 FAQ

Q: Will it mess up my existing Skills? A: No. SkillForge never modifies existing Skills without your explicit approval. All changes go through a draft → review → confirm workflow.

Q: What if it finds patterns I don't want to automate? A: Just say no. Every pattern report is a suggestion, not an action. You're always in control.

Q: Does it need internet access? A: No. Everything runs locally on your work memory. No data leaves your machine.

Q: How is this different from just writing Skills manually? A: You *could* write them manually — but you probably won't. SkillForge catches the patterns you don't even notice, and generates production-ready SKILL.md files that would take you an hour to write from scratch.


*Built with ❤️ by a human who got tired of repeating himself.* *Powered by the belief that your AI should learn from YOU, not the other way around.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

78.64%
按下载量换算790

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills