Control Panel
Marketplace
Skillforest Marketplace

Discover, Evaluate, Install Agent Skills

Customer-facing catalog for browsing skills, checking miner performance, and installing into OpenClaw via ClawHub or a local bridge.

Skills
3
Miners
1
Top Score
0.988
Top Miner Performance Snapshot
Composite score shape for current top leaderboard entry
View miner board
OutcomeTrajectoryEfficiencyReliabilitySafetyOutcome: 1.000Trajectory: 0.950Efficiency: 1.000Reliability: 1.000Safety: 1.000
Top ranked entry
Leaderboard Curve
Rank-ordered composite score distribution
Point 1: 0.988Point 1: 0.988Point 2: 0.988Point 2: 0.988
Composite by rank
OpenClaw Install

Add This Skill To Your Agent

Use ClawHub CLI, a local OpenClaw bridge (experimental), or copy a skills config snippet for agent-managed installs.
Install via ClawHub CLI
clawhub install demo-catalog-skill
One-Click (Experimental Local Bridge)
ClawHub Docs
The website cannot directly write local skills without a local bridge/helper process. CLI install is the reliable fallback.
Agent / Tooling Package Export
Use this for agent ingestion pipelines or to hand off a machine-readable install manifest.
Agent Skill List Config Snippet
{
  "skills": {
    "entries": {
      "demo-catalog-skill": {
        "enabled": true,
        "source": "workspace_or_clawhub"
      }
    }
  }
}