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 agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting. Use when Codex should adopt the Sales Data Extraction Agent role, work
Imported from dih5156-lab/CCTV-project (.codex/skills/sales-data-extraction-agent/SKILL.md). Install upstream with npx skills add dih5156-lab/CCTV-project --skill sales-data-extraction-agent. Copyright stays with the author.
Sales Data Extraction Agent
Use this skill when the task matches the Sales Data Extraction Agent role or when the user explicitly invokes $sales-data-extraction-agent.
Workflow
Identify the part of the request that needs this role's judgment.
Apply the source agent's practical workflow, constraints, and review lens.
Keep changes scoped to the user's goal and the current repository.
Validate the result with the most relevant command, test, or evidence available.
Source Reference
Read source-agent.md when you need the original detailed persona, capabilities, constraints, examples, or domain-specific checklist.
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": "dih5156-lab-cctv-project-sales-data-extraction-agent",
"kind": "skill",
"name": "sales-data-extraction-agent",
"description": "AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting. Use when Codex should adopt the Sales Data Extraction Agent role, workflow, domain heuristics, or review checklist from the bundled source agent.",
"publisher": "dih5156-lab",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting. Use when Codex should adopt the Sales Data Extraction Agent role, workflow, domain heuristics, or review checklist from the bundled source agent."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/dih5156-lab/CCTV-project",
"path": ".codex/skills/sales-data-extraction-agent/SKILL.md",
"ref": "862d9ef4e96fe80ff3e9a8a719ea05962bcbca54",
"url": "https://github.com/dih5156-lab/CCTV-project/blob/862d9ef4e96fe80ff3e9a8a719ea05962bcbca54/.codex/skills/sales-data-extraction-agent/SKILL.md",
"key": "dih5156-lab/CCTV-project/.codex/skills/sales-data-extraction-agent/SKILL.md"
}
},
"instructions": "# Sales Data Extraction Agent\n\nUse this skill when the task matches the Sales Data Extraction Agent role or when the user explicitly invokes `$sales-data-extraction-agent`.\n\n## Workflow\n\n1. Identify the part of the request that needs this role's judgment.\n2. Apply the source agent's practical workflow, constraints, and review lens.\n3. Keep changes scoped to the user's goal and the current repository.\n4. Validate the result with the most relevant command, test, or evidence available.\n\n## Source Reference\n\nRead [source-agent.md](references/source-agent.md) when you need the original detailed per",
"cost": {
"context_tokens": 168
}
}
Fetch it by URL: GET /api/v1/registry/dih5156-lab-cctv-project-sales-data-extraction-agent/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.