Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from duclm1x1/Dive-Ai (skills_library/clawdbot_tools/openclaw-echo-agent/SKILL.md). Install upstream with npx skills add duclm1x1/Dive-Ai --skill openclaw-echo-agent. Copyright stays with the author.
EchoAgent
EchoAgent is a minimal OpenClaw-compatible skill.
What it does
Accepts text input
Uses a tool to process it
Returns deterministic output
Use case
This skill is intended as a reference example for building
and publishing OpenClaw agents.
Entry point
agent.py
Interoperability
This skill is designed to be used by other OpenClaw agents.
Input
text (string)
Output
result (string)
This agent can be safely chained inside multi-agent workflows.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
duclm1x1-dive-ai-openclaw-echo-agent.ocm.jsonjson
{
"ocm": "1",
"id": "duclm1x1-dive-ai-openclaw-echo-agent",
"kind": "skill",
"name": "openclaw-echo-agent",
"description": "EchoAgent is a minimal OpenClaw-compatible skill.",
"publisher": "duclm1x1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"EchoAgent is a minimal OpenClaw-compatible skill."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/duclm1x1/Dive-Ai",
"path": "skills_library/clawdbot_tools/openclaw-echo-agent/SKILL.md",
"ref": "20ba150e0091a234b6ce6e70456e577a94692040",
"url": "https://github.com/duclm1x1/Dive-Ai/blob/20ba150e0091a234b6ce6e70456e577a94692040/skills_library/clawdbot_tools/openclaw-echo-agent/SKILL.md",
"key": "duclm1x1/Dive-Ai/skills_library/clawdbot_tools/openclaw-echo-agent/SKILL.md"
}
},
"instructions": "# EchoAgent\n\nEchoAgent is a minimal OpenClaw-compatible skill.\n\n## What it does\n- Accepts text input\n- Uses a tool to process it\n- Returns deterministic output\n\n## Use case\nThis skill is intended as a reference example for building\nand publishing OpenClaw agents.\n\n## Entry point\nagent.py\n\n## Interoperability\n\nThis skill is designed to be used by other OpenClaw agents.\n\n### Input\n- text (string)\n\n### Output\n- result (string)\n\nThis agent can be safely chained inside multi-agent workflows.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/duclm1x1-dive-ai-openclaw-echo-agent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.