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.
workforge - Skill - OpenSmartRoute
Skillv1.0.0
workforge
Use WorkForge for secure profile-scoped Windows or macOS workstation file, shell, and project operations through its bundled MCP server.
Imported from NotNull92/workforge-mcp (plugins/workforge/skills/workforge/SKILL.md). Install upstream with npx skills add NotNull92/workforge-mcp --skill workforge. Copyright stays with the author.
WorkForge
Call workstation_context before acting. Treat its bootstrap context and
revision as authoritative for the selected profile.
Start read-only when a target is unclear. Before a mutation, refresh the
bootstrap context, use its current revision, and verify the exact target path.
Do not start or configure the Secure MCP Tunnel implicitly. Tunnel lifecycle
remains an explicit user action in WorkForge Control.
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.
notnull92-workforge-mcp-workforge.ocm.jsonjson
{
"ocm": "1",
"id": "notnull92-workforge-mcp-workforge",
"kind": "skill",
"name": "workforge",
"description": "Use WorkForge for secure profile-scoped Windows or macOS workstation file, shell, and project operations through its bundled MCP server.",
"publisher": "NotNull92",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use WorkForge for secure profile-scoped Windows or macOS workstation file, shell, and project operations through its bundled MCP server."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NotNull92/workforge-mcp",
"path": "plugins/workforge/skills/workforge/SKILL.md",
"ref": "d1cf93393577778982e7d7c8d5ccdcc77ea5b785",
"url": "https://github.com/NotNull92/workforge-mcp/blob/d1cf93393577778982e7d7c8d5ccdcc77ea5b785/plugins/workforge/skills/workforge/SKILL.md",
"key": "NotNull92/workforge-mcp/plugins/workforge/skills/workforge/SKILL.md"
}
},
"instructions": "# WorkForge\n\nCall `workstation_context` before acting. Treat its bootstrap context and\nrevision as authoritative for the selected profile.\n\nStart read-only when a target is unclear. Before a mutation, refresh the\nbootstrap context, use its current revision, and verify the exact target path.\n\nDo not start or configure the Secure MCP Tunnel implicitly. Tunnel lifecycle\nremains an explicit user action in WorkForge Control.",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/notnull92-workforge-mcp-workforge/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.