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.
advertising-skills - Skill - OpenSmartRoute
Skillv1.0.0
advertising-skills
Skills are designed to be used in sequence, not isolation.
Imported from realkimbarrett/advertising-skills (AGENTS.md). Install upstream with npx skills add realkimbarrett/advertising-skills. Copyright stays with the author.
Advertising Skills Agent Guide
How to Use
Skills are designed to be used in sequence, not isolation.
Standard Flow
avatar-extraction
offer-extraction
schwartz-awareness-mapper
mechanism-builder
ad-angle-multiplier
scroll-stopping-creative
conversion-path-builder
objection-crusher
generic-language-killer
Rules
Do not skip upstream skills
Do not invent missing inputs
Maintain consistency across outputs
Do not write copy before strategy
Goal
Produce conversion-focused marketing assets using structured thinking.
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": "realkimbarrett-advertising-skills-advertising-skills",
"kind": "skill",
"name": "advertising-skills",
"description": "Skills are designed to be used in sequence, not isolation.",
"publisher": "realkimbarrett",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skills are designed to be used in sequence, not isolation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/realkimbarrett/advertising-skills",
"path": "AGENTS.md",
"ref": "45f4a4a1dabe24113193369b55b929b1de4ff04a",
"url": "https://github.com/realkimbarrett/advertising-skills/blob/45f4a4a1dabe24113193369b55b929b1de4ff04a/AGENTS.md",
"key": "realkimbarrett/advertising-skills/AGENTS.md"
}
},
"instructions": "# Advertising Skills Agent Guide\n\n## How to Use\n\nSkills are designed to be used in sequence, not isolation.\n\n### Standard Flow\n\n1. avatar-extraction\n2. offer-extraction\n3. schwartz-awareness-mapper\n4. mechanism-builder\n5. ad-angle-multiplier\n6. scroll-stopping-creative\n7. conversion-path-builder\n8. objection-crusher\n9. generic-language-killer\n\n---\n\n## Rules\n\n* Do not skip upstream skills\n* Do not invent missing inputs\n* Maintain consistency across outputs\n* Do not write copy before strategy\n\n---\n\n## Goal\n\nProduce conversion-focused marketing assets using structured thinking.",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/realkimbarrett-advertising-skills-advertising-skills/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.