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

skill-combinator技能组合器

Agent Skill

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

总安装

12,419

周安装

528

GitHub Stars

1

下载量

4,351
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skill-combinator

简介

skill-combinator 用于智能组合代理已安装的技能,以应对复杂任务场景。

  • 适合在 OpenClaw 中需要动态调用多个技能解决综合性问题时使用。
  • 通过非显式方式自动触发技能协同,无需手动指定执行顺序。
  • 安装前需确认是否涉及敏感权限或网络访问,建议检查技能依赖关系。
  • 注意该技能可能消耗较多令牌,适用于紧急功能解锁场景。

SKILL.md

name
skill-combinator
description
>
version
1.0.1
author
georges91560
license
MIT
homepage
https://github.com/georges91560/skill-combinator
metadata
openclaw
emoji
🧬
primaryEnv
TELEGRAM_BOT_TOKEN
requires
env
paths
read
write
network_behavior
makes_requests
false
uses_agent_telegram
true
telegram_note
>

Skill Combinator — Emergent Capabilities Engine

The Core Idea

Your agent has a library of skills. Each skill alone does one thing well. But when 2 or more skills are combined on the same mission, emergent capabilities appear — abilities that no single skill could produce alone.

Think of how a human expert works: a trader who also understands geopolitics and social media can detect market moves before they happen. None of those 3 domains alone gives that edge. The combination does.

This skill teaches your agent to think that way.

Illustrative examples of emergent capabilities:

Skill ASkill BWhat Emerges
Trading executorPrediction marketsCross-market hedge: trade an asset AND bet on its price direction simultaneously
Market analyzerGeopolitics skillEvent anticipation: detect political signals before markets price them in
Price monitorSocial media skillSentiment trading: spot volume spikes before they move the chart
Self-improving-agentAny skillMeta-learning: any skill becomes self-optimizing over time
News aggregatorTrading executorMacro-driven entries: open positions when news catalysts are detected
Email/inbox skillCRM skillRelationship intelligence: detect deal signals from communication patterns

*These are illustrative patterns. Your agent will discover its own based on the specific skills it has installed.*


Two Modes of Operation

Mode 1 — Mission Activation (triggered on any complex task)

When your agent receives a mission, BEFORE planning execution:

  1. Inventory installed skills (names and descriptions only — not full file contents)
  2. Detect which combinations are relevant to this mission
  3. Check COMBINATIONS.md for known proven patterns
  4. Propose a multi-skill plan to operator if macro-level action is involved
  5. Execute within approved scope and observe the result
  6. Log the outcome to .learnings/LEARNINGS.md (metadata only — no secrets)

Mode 2 — Weekly Distillation (cron job, every Sunday)

Once per week, your agent:

  1. Reviews .learnings/LEARNINGS.md for emergent_capability entries
  2. Identifies proven combinations (3+ successful uses)
  3. Promotes them to COMBINATIONS.md
  4. Scans FEATURE_REQUESTS.md for recurring skill gaps
  5. Proposes new skills if a gap appears 3+ times
  6. Sends a structured report to your channel

Combination Detection Logic

STEP 1 — Inventory installed skills
  ls /workspace/skills/
  Read only: name + description fields from each SKILL.md
  Do NOT log or transmit full SKILL.md content

STEP 2 — Map skills to mission domains
  For each domain required by the mission:
    Which installed skill(s) cover this domain?
    → Build domain_map{}

STEP 3 — Detect intersection candidates
  For each pair (skill_A, skill_B) in domain_map:
    Ask: "If skill_A output feeds into skill_B input,
          what new capability emerges?"
    IF emergent_value > individual_value:
      → Add to active_combinations[]

STEP 4 — Check COMBINATIONS.md for proven patterns
  IF yes + proven: use it directly
  IF yes + failed: avoid or adjust
  IF new: mark as experimental, log result after

STEP 5 — Build multi-skill execution plan
  Order combinations by dependency and ROI multiplier
  For side-effecting combinations (trades, deployments, sends):
    → Respect the Autonomy Gate defined in AGENTS.md
    → Micro-actions within approved scope: execute autonomously
    → Macro-actions or unapproved scope: propose to operator first

COMBINATIONS.md Format

## [YYYY-MM-DD] Combination Name

**Skills involved**: skill-A + skill-B (+ skill-C if applicable)
**Mission context**: type of mission that triggered this discovery
**Emergent capability**: what new ability emerged
**Mechanism**: how the skills interact (output of A feeds B, parallel signals, etc.)
**Performance**: tested X times | success rate Y%
**Status**: experimental | proven | deprecated
**Confidence**: low | medium | high
**ROI multiplier**: Nx (how many times more effective than skills used separately)
**Logged by**: agent autonomous discovery | operator instruction
⚠️ Logging rules — what goes in entries and what never does: - ✅ Log: skill names, outcome descriptions, metrics, mechanism summaries - ❌ Never log: file contents, API keys, credentials, personal data, secrets - If an entry would require sensitive data to be meaningful — summarize in plain language instead

Confidence scale:

  • low → first discovery, 1-2 uses
  • medium → 3+ successful uses, pattern emerging
  • high → 10+ consistent uses, fully battle-tested

ROI multiplier: estimated effectiveness gain vs skills used separately. 3x means the combination produced 3x the result of either skill alone.


.learnings Integration

Every combination attempt — success or failure — logged as metadata only:

On success:

## [YYYY-MM-DD] Emergent capability: [name]
**Category**: emergent_capability
**Priority**: medium | high
**Status**: pending
**Skills combined**: skill-A + skill-B
**What emerged**: description (no secrets, no file contents)
**How it works**: mechanism explanation
**Evidence**: outcome metrics and observable results only
**Promotion**: → COMBINATIONS.md when proven 3+ times

On failure:

## [YYYY-MM-DD] Failed combination: [name]
**Category**: emergent_capability_failed
**Priority**: low
**Status**: resolved
**Skills combined**: skill-A + skill-B
**Why it failed**: root cause (no secrets, no file contents)
**Prevention**: what to avoid next time

Weekly Distillation Process (Mode 2)

STEP 1 — Read .learnings/LEARNINGS.md
  Filter: category = emergent_capability OR emergent_capability_failed
  Filter: status = pending

STEP 2 — Identify proven combinations
  proven = same skill pair with 3+ successful entries

STEP 3 — Update COMBINATIONS.md
  For each proven combination:
    → Add or update entry (metadata only — no file contents, no credentials)
    → Mark .learnings entries as status: resolved

STEP 4 — Scan .learnings/FEATURE_REQUESTS.md
  Count recurring gaps (same gap appearing 3+ times)
  → Formulate skill proposals for weekly report

STEP 5 — Read AGENTS.md (read only)
  Do proven combinations deserve mention in the startup ritual?
  IF yes → include as a PROPOSAL in the report
  NEVER write to AGENTS.md directly — operator decides

STEP 6 — Send weekly report

STEP 7 — Log distillation summary to memory/{date}.md
  Log: what was reviewed, promoted, proposed
  Never log: file contents, credentials, personal data

Constraints

❌ Never modify SOUL.md — it is immutable
❌ Never modify AGENTS.md directly — propose only via weekly report
❌ Never install new skills autonomously — only PROPOSE to operator
❌ Never bypass the Autonomy Gate defined in AGENTS.md
❌ Never fabricate combination results — log UNKNOWN if outcome unclear
❌ Never mark a combination as "proven" with fewer than 3 successful uses
❌ Never log file contents, credentials, or sensitive data in any entry
✅ Read AGENTS.md to understand context — never write to it
✅ Always check COMBINATIONS.md before calling something "new"
✅ Log every combination attempt — metadata only, no secrets
✅ New skill proposals → weekly report first, never direct creation
✅ Side-effecting combinations respect the Autonomy Gate from AGENTS.md

Weekly Report Format

🧬 SKILL COMBINATOR — Weekly Report
📅 Week of {YYYY-MM-DD}

📚 SKILLS INVENTORY
• Total installed skills: {N}
• Skills active this week: {list of names}
• New skills since last report: {list or "none"}

⚡ EMERGENT CAPABILITIES DISCOVERED
• New this week: {N}
  → {name}: {skill-A} + {skill-B} = {what emerged}
• Promoted to COMBINATIONS.md: {N}
• Failed combinations logged: {N}

🔥 TOP PROVEN COMBINATIONS
1. {name} — {skill-A + skill-B} — confidence: {low|medium|high} — ROI: {N}x — {N} uses
(or: "No proven combinations yet — accumulating data")

💡 NEW SKILL PROPOSALS
• {skill name}: {capability gap it would fill}
(or: "No proposals this week")

📝 AGENTS.MD UPDATE PROPOSALS
• {proposed addition} — operator decides whether to apply
(or: "No updates proposed this week")

📈 ECOSYSTEM HEALTH
• COMBINATIONS.md entries: {total} — Experimental: {N} | Proven: {N} | Deprecated: {N}
• .learnings pending review: {N} | Resolved this week: {N}

⏰ Next distillation: Sunday {date}

Files Summary

FileAccessWhat is written
/workspace/COMBINATIONS.mdread + writeCombination metadata — no secrets
/workspace/.learnings/LEARNINGS.mdread + writeOutcome metadata — no file contents
/workspace/.learnings/FEATURE_REQUESTS.mdread + writeSkill proposals
/workspace/memory/{date}.mdwriteRun summary — no credentials
/workspace/AGENTS.mdread onlyNever written — proposals via report only
/workspace/MEMORY.mdread onlyContext loading
/workspace/skills/*/SKILL.mdread onlyName + description fields only

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.77%
按下载量换算3,906

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills