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.
tmux-cli - Skill - OpenSmartRoute
Skillv1.0.0
tmux-cli
CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes.
Imported from majiayu000/claude-skill-registry (skills/design/tmux-cli-benjipt-claude-skills/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill tmux-cli-benjipt-claude-skills. Copyright stays with the author.
tmux-cli
Instructions
Use the tmux-cli command to communicate with other CLI Agents or Scripts in other tmux panes. Do tmux-cli --help to see how to use it!
This command depends on installing the claude-code-tools. If you get an error
indicating that the command is not available, ask the user to install it using:
uv tool install claude-code-tools.
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": "majiayu000-claude-skill-registry-tmux-cli-benjipt-claude-skills",
"kind": "skill",
"name": "tmux-cli",
"description": "CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes.",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry",
"path": "skills/design/tmux-cli-benjipt-claude-skills/SKILL.md",
"ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
"url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/design/tmux-cli-benjipt-claude-skills/SKILL.md",
"key": "majiayu000/claude-skill-registry/skills/design/tmux-cli-benjipt-claude-skills/SKILL.md"
}
},
"instructions": "# tmux-cli\n\n## Instructions\n\nUse the `tmux-cli` command to communicate with other CLI Agents or Scripts in other tmux panes. Do `tmux-cli --help` to see how to use it!\n\nThis command depends on installing the `claude-code-tools`. If you get an error\nindicating that the command is not available, ask the user to install it using:\n`uv tool install claude-code-tools`.",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-tmux-cli-benjipt-claude-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.