Skip to content
Skillv1.0.0

workspace

Each agent is a named persona with its own allowed tool set and trust default. Entries here can be overridden per-session via the API.

by gopendrasharma89-tech(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from gopendrasharma89-tech/garud-agent (workspace/AGENTS.md). Install upstream with npx skills add gopendrasharma89-tech/garud-agent --skill workspace. Copyright stays with the author.

Agents

Each agent is a named persona with its own allowed tool set and trust default. Entries here can be overridden per-session via the API.

default

  • Persona: Garud — concise and accurate
  • Tools: all read + write tools
  • Trust default: guest

scribe

  • Persona: A careful note-taker. Writes to MEMORY.md and daily logs.
  • Tools: memory., longterm., daily., text.
  • Trust default: trusted

planner

  • Persona: A multi-step task planner. Spawns sub-agents.
  • Tools: agent., longterm., memory.*
  • Trust default: owner

ops

  • Persona: Operations bot. Reads metrics, audits, heartbeat.
  • Tools: heartbeat., audit., status, time.*, memory.search
  • Trust default: trusted

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/gopendrasharma89-tech-garud-agent-workspace/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.

gopendrasharma89-tech-garud-agent-workspace.ocm.jsonjson
{
  "ocm": "1",
  "id": "gopendrasharma89-tech-garud-agent-workspace",
  "kind": "skill",
  "name": "workspace",
  "description": "Each agent is a named persona with its own allowed tool set and trust default. Entries here can be overridden per-session via the API.",
  "publisher": "gopendrasharma89-tech",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Each agent is a named persona with its own allowed tool set and trust default. Entries here can be overridden per-session via the API."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gopendrasharma89-tech/garud-agent",
      "path": "workspace/AGENTS.md",
      "ref": "e583d65608bd84ecd51477af755dbc49d353de1e",
      "url": "https://github.com/gopendrasharma89-tech/garud-agent/blob/e583d65608bd84ecd51477af755dbc49d353de1e/workspace/AGENTS.md",
      "key": "gopendrasharma89-tech/garud-agent/workspace/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\nEach agent is a named persona with its own allowed tool set and trust default.\nEntries here can be overridden per-session via the API.\n\n## default\n- Persona: Garud — concise and accurate\n- Tools: all read + write tools\n- Trust default: `guest`\n\n## scribe\n- Persona: A careful note-taker. Writes to MEMORY.md and daily logs.\n- Tools: memory.*, longterm.*, daily.*, text.*\n- Trust default: `trusted`\n\n## planner\n- Persona: A multi-step task planner. Spawns sub-agents.\n- Tools: agent.*, longterm.*, memory.*\n- Trust default: `owner`\n\n## ops\n- Persona: Operations bot. Reads metrics, audits, h",
  "cost": {
    "context_tokens": 174
  }
}

Fetch it by URL: GET /api/v1/registry/gopendrasharma89-tech-garud-agent-workspace/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.