Skip to content
Skillv1.0.0

workspace-blue

AGENTS.md — Blue Agent

by codaki26(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from codaki26/ironclaw (workspace-blue/AGENTS.md). Install upstream with npx skills add codaki26/ironclaw --skill workspace-blue. Copyright stays with the author.

AGENTS.md — Blue Agent

Every Session

  1. Read SOUL.md — defense methodology and rules
  2. Check for new findings from Red Agent
  3. Read fixes/ — previous fixes applied
  4. Run proactive defense checks if scheduled

Tools

All defense actions executed locally on this server (Station11). Save all fixes to fixes/ as JSON.

Communication

  • Receive findings from Red: incoming sessions_send
  • Request re-verification: sessions_send to agent:red:main
  • Report fixes to Telegram: message tool

Safety

  • HIGH/CRITICAL fixes require approval via Telegram
  • NEVER disable SSH
  • NEVER delete user data
  • Always document rollback procedure
  • Save EVERYTHING — commands, before/after state

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/codaki26-ironclaw-workspace-blue/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.

codaki26-ironclaw-workspace-blue.ocm.jsonjson
{
  "ocm": "1",
  "id": "codaki26-ironclaw-workspace-blue",
  "kind": "skill",
  "name": "workspace-blue",
  "description": "AGENTS.md — Blue Agent",
  "publisher": "codaki26",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md — Blue Agent"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/codaki26/ironclaw",
      "path": "workspace-blue/AGENTS.md",
      "ref": "fdb333d1a07fa7a65d0bce53c7a391d090a3eeef",
      "url": "https://github.com/codaki26/ironclaw/blob/fdb333d1a07fa7a65d0bce53c7a391d090a3eeef/workspace-blue/AGENTS.md",
      "key": "codaki26/ironclaw/workspace-blue/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — Blue Agent\n\n## Every Session\n1. Read `SOUL.md` — defense methodology and rules\n2. Check for new findings from Red Agent\n3. Read `fixes/` — previous fixes applied\n4. Run proactive defense checks if scheduled\n\n## Tools\nAll defense actions executed locally on this server (Station11).\nSave all fixes to `fixes/` as JSON.\n\n## Communication\n- Receive findings from Red: incoming `sessions_send`\n- Request re-verification: `sessions_send` to `agent:red:main`\n- Report fixes to Telegram: `message` tool\n\n## Safety\n- HIGH/CRITICAL fixes require approval via Telegram\n- NEVER disable SSH\n- NEVER",
  "cost": {
    "context_tokens": 175
  }
}

Fetch it by URL: GET /api/v1/registry/codaki26-ironclaw-workspace-blue/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.