← 返回
未分类

Capability Awareness System

Enables OpenClaw agents to discover, recognize, and access documentation for custom skills on demand with zero overhead when inactive.
使 OpenClaw 代理能按需发现、识别并访问自定义技能文档,未激活时零开销。
pfaria32
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 343
下载
💾 0
安装
1
版本
#discovery#ecosystem#latest#skills

概述

Capability Awareness System

Makes OpenClaw agents aware of custom skills and capabilities. Skills-first approach with on-demand documentation loading. Zero overhead when not in use. Foundation for skill marketplace discovery.

When to use: Skill discovery, capability documentation, agent self-awareness of available tools

What to know:

Repository: https://github.com/pfaria32/openclaw-capability-awareness

Problem

Default OpenClaw agents don't know about custom skills you've installed. They need to:

  1. Discover what capabilities exist
  2. Know when to use each skill
  3. Access skill documentation on demand

Solution

Skills-First Approach:

  • Agent sees skill descriptions in prompt
  • Reads full SKILL.md when topic is relevant
  • Zero overhead when skills not in use
  • Simple, proven, low-risk

Implementation Options

Option 1: Skills-First (Recommended for v1)

Add capability cards to agent prompt:

Available Skills:
- token-economy: Model routing and cost optimization
- health-tracking: Apple Health and Strava integration
- memory-system: RAG-based semantic search

Agent reads full SKILL.md when needed.

Option 2: Full Injection (Advanced)

  • Router-gated skill loading
  • Dynamic prompt injection
  • Context-aware capability exposure
  • Zero baseline cost (only loads when relevant)

Installation

cd /home/node/.openclaw/workspace
git clone https://github.com/pfaria32/openclaw-capability-awareness.git projects/capability-awareness-system

Usage

Current Implementation (Skills-First)

Skills are documented in workspace/skills/*/SKILL.md. The agent loads these automatically through the AGENTS.md workflow:

## Skills (mandatory)
Before replying: scan <available_skills> <description> entries.
- If exactly one skill clearly applies: read its SKILL.md at <location> with `read`, then follow it.

This is already working! Just add new skills to the workspace/skills directory.

Future Implementation (Full Injection)

See repository for:

  • Router design and schema
  • Embedding-based skill matching
  • Dynamic prompt injection strategy
  • Cost/token analysis

Status

Skills-First approach — Deployed and working

📋 Full Injection design — Documented, not yet implemented

Attribution

Built to support the emerging OpenClaw skill ecosystem. Simple beats clever.

Documentation

Implementation options, design decisions, and upgrade path documented in repository.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-12 05:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Shield

pfaria32
企业AI安全扫描器,采用静态分析、运行时防护与ClamAV,检测凭证窃取、数据泄露、恶意软件并确保审计日志。
★ 2 📥 4,257

OpenClaw Expansion Pack

pfaria32
企业级OpenClaw套件,具备安全扫描、60-80%令牌成本降低、自愈质量与持续改进的技能发现功能。
★ 0 📥 275

Token Economy

pfaria32
通过廉价优先模型路由、受限上下文大小、零令牌心跳以及带预算护栏的令牌审计,将OpenClaw成本降低60‑80%。
★ 0 📥 218