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.
ai-marketing-os - Skill - OpenSmartRoute
Skillv1.0.0
ai-marketing-os
This repository owns only procedures proven shared by two or more active operating repositories and platform-level contracts that must remain globally consistent. Entity-exclusive procedures belong in
Imported from multiplai-ai/ai-marketing-os (AGENTS.md). Install upstream with npx skills add multiplai-ai/ai-marketing-os. Copyright stays with the author.
Agent contract
This repository owns only procedures proven shared by two or more active
operating repositories and platform-level contracts that must remain globally
consistent. Entity-exclusive procedures belong in that entity's repository
under sops/<id>/.
Edit shared workflow source only in sops/<id>/SKILL.md, regenerate the workflow
library, run validation, and use a reviewed PR. Never add client-specific values. Do not
keep synchronized core and local copies: promotion into core or a fork out of
core is an explicit ownership migration.
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": "multiplai-ai-ai-marketing-os-ai-marketing-os",
"kind": "skill",
"name": "ai-marketing-os",
"description": "This repository owns only procedures proven shared by two or more active operating repositories and platform-level contracts that must remain globally consistent. Entity-exclusive procedures belong in that entity's repository under `sops/<id>/`.",
"publisher": "multiplai-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository owns only procedures proven shared by two or more active operating repositories and platform-level contracts that must remain globally consistent. Entity-exclusive procedures belong in that entity's repository under `sops/<id>/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/multiplai-ai/ai-marketing-os",
"path": "AGENTS.md",
"ref": "25071eae7d446af8d4fc2fa44df32576d7ee3dbc",
"url": "https://github.com/multiplai-ai/ai-marketing-os/blob/25071eae7d446af8d4fc2fa44df32576d7ee3dbc/AGENTS.md",
"key": "multiplai-ai/ai-marketing-os/AGENTS.md"
}
},
"instructions": "# Agent contract\n\nThis repository owns only procedures proven shared by two or more active\noperating repositories and platform-level contracts that must remain globally\nconsistent. Entity-exclusive procedures belong in that entity's repository\nunder `sops/<id>/`.\n\nEdit shared workflow source only in `sops/<id>/SKILL.md`, regenerate the workflow\nlibrary, run validation, and use a reviewed PR. Never add client-specific values. Do not\nkeep synchronized core and local copies: promotion into core or a fork out of\ncore is an explicit ownership migration.",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/multiplai-ai-ai-marketing-os-ai-marketing-os/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.