Imported from haorui-harry/agent-harness (skills/public/workspace-operator/SKILL.md). Install upstream with npx skills add haorui-harry/agent-harness --skill workspace-operator. Copyright stays with the author.
Workspace Operator
Use this package when the task depends on repository or local file context, even if it is not a pure coding task.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/haorui-harry-agent-harness-workspace-operator/manifest # or paste the manifest below
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": "haorui-harry-agent-harness-workspace-operator",
"kind": "skill",
"name": "workspace-operator",
"description": "Ground a task in the local workspace by scanning files, extracting signals, and preparing executable next actions.",
"publisher": "haorui-harry",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"workspace",
"files",
"repo",
"operator",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ground a task in the local workspace by scanning files, extracting signals, and preparing executable next actions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/haorui-harry/agent-harness",
"path": "skills/public/workspace-operator/SKILL.md",
"ref": "109dde248cb44227a9ed3a204790432a6da843da",
"url": "https://github.com/haorui-harry/agent-harness/blob/109dde248cb44227a9ed3a204790432a6da843da/skills/public/workspace-operator/SKILL.md",
"key": "haorui-harry/agent-harness/skills/public/workspace-operator/SKILL.md"
}
},
"instructions": "# Workspace Operator\n\nUse this package when the task depends on repository or local file context, even if it is not a pure coding task.",
"cost": {
"context_tokens": 33
}
}
Fetch it by URL: GET /api/v1/registry/haorui-harry-agent-harness-workspace-operator/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.