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.
README - Agent - OpenSmartRoute
Agentv1.0.0
README
Assistenti specializzati per MicroStay Alert. Un agente serve quando un lavoro è lungo, ripetitivo e produce molto rumore: l'agente lo fa in una sua finestra di contesto e torna solo con la conclusion
Claude Code subagent imported from marcomasiniprova/rivolio (.claude/agents/README.md). Copyright stays with the author.
Agenti di progetto
Assistenti specializzati per MicroStay Alert. Un agente serve quando un lavoro
è lungo, ripetitivo e produce molto rumore: l'agente lo fa in una sua finestra
di contesto e torna solo con la conclusione.
Formato: un file .md per agente, con frontmatter:
---
name: nome-agente
description: Usa quando <situazione>.
tools: Read, Grep, Glob, WebSearch
model: sonnet
---
Istruzioni per l'agente.
Candidati per questo progetto (da creare quando servono davvero, non prima):
verifica-offerta — controlla che un deal sia reale e prenotabile
ricerca-mercato — cerca dati/fonti su turismo Italia e li riporta con link
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/marcomasiniprova-rivolio-readme-subagent/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.
{
"ocm": "1",
"id": "marcomasiniprova-rivolio-readme-subagent",
"kind": "agent",
"name": "README",
"description": "Assistenti specializzati per MicroStay Alert. Un agente serve quando un lavoro è lungo, ripetitivo e produce molto rumore: l'agente lo fa in una sua finestra di contesto e torna solo con la conclusione.",
"publisher": "marcomasiniprova",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Assistenti specializzati per MicroStay Alert. Un agente serve quando un lavoro è lungo, ripetitivo e produce molto rumore: l'agente lo fa in una sua finestra di contesto e torna solo con la conclusione."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/marcomasiniprova/rivolio",
"path": ".claude/agents/README.md",
"ref": "f15539d6e3d7e7111893121a30ba9ed641eb32d8",
"url": "https://github.com/marcomasiniprova/rivolio/blob/f15539d6e3d7e7111893121a30ba9ed641eb32d8/.claude/agents/README.md",
"key": "marcomasiniprova/rivolio/.claude/agents/README.md"
}
},
"instructions": "# Agenti di progetto\n\nAssistenti specializzati per MicroStay Alert. Un agente serve quando un lavoro\nè lungo, ripetitivo e produce molto rumore: l'agente lo fa in una sua finestra\ndi contesto e torna solo con la conclusione.\n\nFormato: un file `.md` per agente, con frontmatter:\n\n```\n---\nname: nome-agente\ndescription: Usa quando <situazione>.\ntools: Read, Grep, Glob, WebSearch\nmodel: sonnet\n---\n\nIstruzioni per l'agente.\n```\n\nCandidati per questo progetto (da creare quando servono davvero, non prima):\n- `verifica-offerta` — controlla che un deal sia reale e prenotabile\n- `ricerca-mercato` — cerca",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/marcomasiniprova-rivolio-readme-subagent/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.