Control Panel
Market / sample-skill
Marketplace Skill

Sample Skill

sample-skill • runtime python • source repo

Minimal self-contained skill example that reads a task and writes a result JSON.

Entries
1
Top Score
0.988
Versions
0
Performance Shape
OutcomeTrajectoryEfficiencyReliabilitySafetyOutcome: 1.000Trajectory: 0.950Efficiency: 1.000Reliability: 1.000Safety: 1.000
Top leaderboard entry
Leaderboard Trend (This Skill)
Point 1: 0.000Point 1: 0.000Point 2: 0.988Point 2: 0.988
Composite over ranked entries
Versions
No catalog versions recorded yet.
Pinned Export Integrity
No version selected
bb67e689ceee02731f9a3ace942d890023e51e4cf83505ba938677ae70a19afd
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 sample-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": {
      "sample-skill": {
        "enabled": true,
        "source": "workspace_or_clawhub"
      }
    }
  }
}