Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
pebbles - Skill - OpenSmartRoute
Skillv1.0.0
pebbles
Is in [CONTRIBUTING.md](CONTRIBUTING.md). Before making any changes, make sure to read and internalize also:
Imported from daniel-vainsencher/pebbles (AGENTS.md). Install upstream with npx skills add daniel-vainsencher/pebbles. Copyright stays with the author.
Guide to working on the Pebbles project
Is in CONTRIBUTING.md. Before making any changes, make sure to read and internalize also:
README.md - What pebbles does and how users interact with it
ARCHITECTURE.md - Design philosophy, system architecture, extension points
SPEC.md - Data model, file formats, and behavior specifications
this will give you the context you need to improve rather than degrade system quality and coherence.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/daniel-vainsencher-pebbles-pebbles/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
daniel-vainsencher-pebbles-pebbles.ocm.jsonjson
{
"ocm": "1",
"id": "daniel-vainsencher-pebbles-pebbles",
"kind": "skill",
"name": "pebbles",
"description": "Is in [CONTRIBUTING.md](CONTRIBUTING.md). Before making any changes, make sure to read and internalize also:",
"publisher": "daniel-vainsencher",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Is in [CONTRIBUTING.md](CONTRIBUTING.md). Before making any changes, make sure to read and internalize also:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/daniel-vainsencher/pebbles",
"path": "AGENTS.md",
"ref": "b7e506f23db1c6c6836d03071a4b293338a8e3c8",
"url": "https://github.com/daniel-vainsencher/pebbles/blob/b7e506f23db1c6c6836d03071a4b293338a8e3c8/AGENTS.md",
"key": "daniel-vainsencher/pebbles/AGENTS.md"
}
},
"instructions": "# Guide to working on the Pebbles project\n\nIs in [CONTRIBUTING.md](CONTRIBUTING.md). Before making any changes, make sure to read and internalize also:\n\n- **[README.md](README.md)** - What pebbles does and how users interact with it\n- **[ARCHITECTURE.md](ARCHITECTURE.md)** - Design philosophy, system architecture, extension points\n- **[SPEC.md](SPEC.md)** - Data model, file formats, and behavior specifications\n\nthis will give you the context you need to improve rather than degrade system quality and coherence.",
"cost": {
"context_tokens": 128
}
}
Fetch it by URL: GET /api/v1/registry/daniel-vainsencher-pebbles-pebbles/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.