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 rizomaai/negative-campaign-monitor (AGENTS.md). Install upstream with npx skills add rizomaai/negative-campaign-monitor. Copyright stays with the author.
AGENTS.md
Este repositorio es una skill de análisis, no una base de código.
La instrucción operativa completa está en SKILL.md. Léela antes de clasificar
cualquier mensaje político y sigue su procedimiento, su rúbrica de score y sus reglas de honestidad
analítica.
examples/ — casos con el score derivado paso a paso
This repository is an analysis skill, not a codebase. The full operating instruction lives in
SKILL.md — read it before classifying any political message.
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": "rizomaai-negative-campaign-monitor-negative-campaign-monitor",
"kind": "skill",
"name": "negative-campaign-monitor",
"description": "Este repositorio es una **skill de análisis**, no una base de código.",
"publisher": "rizomaai",
"version": "1.0.0",
"capabilities": {
"domains": [
"marketing"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Este repositorio es una **skill de análisis**, no una base de código."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/rizomaai/negative-campaign-monitor",
"path": "AGENTS.md",
"ref": "56f16db0e1398dfe0ebca8ec96f2dedced802e15",
"url": "https://github.com/rizomaai/negative-campaign-monitor/blob/56f16db0e1398dfe0ebca8ec96f2dedced802e15/AGENTS.md",
"key": "rizomaai/negative-campaign-monitor/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nEste repositorio es una **skill de análisis**, no una base de código.\n\n**La instrucción operativa completa está en [`SKILL.md`](SKILL.md).** Léela antes de clasificar\ncualquier mensaje político y sigue su procedimiento, su rúbrica de score y sus reglas de honestidad\nanalítica.\n\nDocumentación de apoyo:\n\n- [`docs/METODOLOGIA.md`](docs/METODOLOGIA.md) — marco completo con definiciones (español)\n- [`docs/METHODOLOGY.md`](docs/METHODOLOGY.md) — same, in English\n- [`examples/`](examples/) — casos con el score derivado paso a paso\n\n---\n\n*This repository is an analysis skill, not a codeba",
"cost": {
"context_tokens": 179
}
}
Fetch it by URL: GET /api/v1/registry/rizomaai-negative-campaign-monitor-negative-campaign-monitor/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.