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.
papers - Skill - OpenSmartRoute
Skillv1.0.0
papers
Search arXiv for the latest research papers on a topic. Usage: /papers <topic>
Imported from Moe-phantom/openclaw-fellowship-build (skills/papers/SKILL.md). Install upstream with npx skills add Moe-phantom/openclaw-fellowship-build --skill papers. Copyright stays with the author.
papers
Use the exec tool to run the following command, replacing the topic words with everything after /papers in the user's message:
/usr/bin/bash /home/mohamed-alwathiq/.openclaw/workspace/skills/papers/scripts/papers.sh <topic words here>
Example — if user sent /papers transformer attention, run:
Reply with the stdout output of that command, verbatim. Nothing else.
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.
{
"ocm": "1",
"id": "moe-phantom-openclaw-fellowship-build-papers",
"kind": "skill",
"name": "papers",
"description": "Search arXiv for the latest research papers on a topic. Usage: /papers <topic>",
"publisher": "Moe-phantom",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Search arXiv for the latest research papers on a topic. Usage: /papers <topic>"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Moe-phantom/openclaw-fellowship-build",
"path": "skills/papers/SKILL.md",
"ref": "03b475348fcea2f8f40f8d7d1c58df62939b5aaf",
"url": "https://github.com/Moe-phantom/openclaw-fellowship-build/blob/03b475348fcea2f8f40f8d7d1c58df62939b5aaf/skills/papers/SKILL.md",
"key": "Moe-phantom/openclaw-fellowship-build/skills/papers/SKILL.md"
}
},
"instructions": "# papers\n\nUse the exec tool to run the following command, replacing the topic words with everything after `/papers` in the user's message:\n\n```\n/usr/bin/bash /home/mohamed-alwathiq/.openclaw/workspace/skills/papers/scripts/papers.sh <topic words here>\n```\n\nExample — if user sent `/papers transformer attention`, run:\n```\n/usr/bin/bash /home/mohamed-alwathiq/.openclaw/workspace/skills/papers/scripts/papers.sh transformer attention\n```\n\nReply with the stdout output of that command, verbatim. Nothing else.",
"cost": {
"context_tokens": 126
}
}
Fetch it by URL: GET /api/v1/registry/moe-phantom-openclaw-fellowship-build-papers/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.