Imported from rivet-dev/sandbox-agent (examples/skills-custom-tool/SKILL.md). Install upstream with npx skills add rivet-dev/sandbox-agent --skill skills-custom-tool. Copyright stays with the author.
{
"ocm": "1",
"id": "rivet-dev-sandbox-agent-skills-custom-tool",
"kind": "skill",
"name": "random-number",
"description": "Generate a random integer between min and max (inclusive). Use when the user asks for a random number.",
"publisher": "rivet-dev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate a random integer between min and max (inclusive). Use when the user asks for a random number."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/rivet-dev/sandbox-agent",
"path": "examples/skills-custom-tool/SKILL.md",
"ref": "bbc195cc3fb5a1dd9cb05d8437442768c511e17e",
"url": "https://github.com/rivet-dev/sandbox-agent/blob/bbc195cc3fb5a1dd9cb05d8437442768c511e17e/examples/skills-custom-tool/SKILL.md",
"key": "rivet-dev/sandbox-agent/examples/skills-custom-tool/SKILL.md"
}
},
"instructions": "To generate a random number, run:\n\n```bash\nnode /opt/skills/random-number/random-number.cjs <min> <max>\n```\n\nThis prints a single random integer between min and max (inclusive).",
"cost": {
"context_tokens": 44
}
}
Fetch it by URL: GET /api/v1/registry/rivet-dev-sandbox-agent-skills-custom-tool/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.