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.
plotting - Skill - OpenSmartRoute
Skillv1.0.0
plotting
Use when creating plots, charts, or visualizations with matplotlib or seaborn. Defines plotting style standards.
Imported from kazhou/agents-toolkit (global_settings/claude/skills/plotting/SKILL.md). Install upstream with npx skills add kazhou/agents-toolkit --skill plotting. Copyright stays with the author.
Plotting
Use seaborn with "ticks" style, tight layout, and font_scale = 1.5
Color palettes:
"pastel" for representing categorical data
single hue (e.g., "Blues") for continuous numeric data
"red_green" usually for diverging data such as a heatmap
No titles in the plots, unless they are used to label subplots
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.
kazhou-agents-toolkit-plotting.ocm.jsonjson
{
"ocm": "1",
"id": "kazhou-agents-toolkit-plotting",
"kind": "skill",
"name": "plotting",
"description": "Use when creating plots, charts, or visualizations with matplotlib or seaborn. Defines plotting style standards.",
"publisher": "kazhou",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when creating plots, charts, or visualizations with matplotlib or seaborn. Defines plotting style standards."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kazhou/agents-toolkit",
"path": "global_settings/claude/skills/plotting/SKILL.md",
"ref": "85b160ee295b890612cf4544a3ef0249825c31d5",
"url": "https://github.com/kazhou/agents-toolkit/blob/85b160ee295b890612cf4544a3ef0249825c31d5/global_settings/claude/skills/plotting/SKILL.md",
"key": "kazhou/agents-toolkit/global_settings/claude/skills/plotting/SKILL.md"
}
},
"instructions": "## Plotting\n- Use `seaborn` with \"ticks\" style, tight layout, and `font_scale` = 1.5\n- Color palettes:\n - \"pastel\" for representing categorical data\n - single hue (e.g., \"Blues\") for continuous numeric data\n - \"red_green\" usually for diverging data such as a heatmap\n- No titles in the plots, unless they are used to label subplots",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/kazhou-agents-toolkit-plotting/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.