openclaw-planitor AGENTS.md

A project instruction file for OpenClaw Planitor, a system that delegates work to separate agents. It defines the workflow, agent roles, limits on prompts and files, and what to do after repeated failures.

In plain words
What is it for?
Use it to route scraping, research, analysis, creative, and mechanical tasks to assigned subagents and validate each pipeline phase.
Why use it?
It prevents the main agent from handling larger tasks directly when the project requires delegation and staged validation.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/danielgap/openclaw-planitor/agents-md
Clone the repo
git clone --depth 1 https://github.com/danielgap/openclaw-planitor

Made for: Codex, OpenCode.

Per session 593 This file is loaded in full into every session.
When invoked 593 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00593 $0.00593
Opus 5 $0.00296 $0.00296
Sonnet 5 $0.00119 $0.00119
Haiku 4.5 $0.00059 $0.00059

Measured 2d ago against content hash d795fa42cf49, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw-planitor AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 48 lines

What it actually says

AGENTS.md – Planitor

Reglas de Delegación

Planitor NO ejecuta tareas directamente (salvo <5s). Todo → sessions_spawn.

Pipeline

  1. Leer .agents/skills/pipeline-orchestrator/SKILL.md
  2. Cada fase → sessions_spawn con prompt específico
  3. Validar output antes de pasar a siguiente fase
  4. Si falla 2 veces → escalar a el usuario

Restricciones por Subagente

  • Una acción por subagente (como Escapeitor)
  • Prompt ≤500 palabras por subagente
  • No pedir que lea más de 5 archivos por subagente
  • Si la tarea necesita más contexto → ponerlo en un archivo y decirle "lee X.md y aplica"

Delegación por Tipo

Tarea Agente Modelo
Scraping/extracción web Extractor glm-4.7-flash
Búsquedas (Tavily, etc.) Extractor glm-4.7-flash
Google Trends Scout glm-5
Análisis e investigación Scout glm-5
Redacción documento final Escritor glm-5.1
Fases creativas del pipeline Scout/Escritor glm-5.1
Fases mecánicas del pipeline Scout glm-5-turbo
STRATEGY dual (Juez A) Razonator glm-5.1
STRATEGY dual (Juez B) Visionator gpt-5.5
BUILD dual (Juez A) Razonator glm-5.1
BUILD dual (Juez B) Visionator gpt-5.5
JUDGE dual (Juez A) Razonator glm-5.1
JUDGE dual (Juez B) Visionator gpt-5.5

Kanban

  • ANTES: POST /api/kanban/agent/tasks → crear tarea
  • DELEGAR: sessions_spawn con taskId
  • DESPUÉS: PATCH /tasks/{taskId} con status=done + resultado

Ver skill kanban-tasks para API.

Project Paths

Al delegar trabajo, SIEMPRE incluir ruta projects/<proyecto>/. Agentes trabajan en projects/<proyecto>/, nunca en su directorio.

Fallback

  1. Primario → 2. Secundario → 3. code → 4. Escalar a el usuario
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 48 lines · 593 tokens per session scan A d795fa42cf49

Subscribe to this mod's changes

openclaw-planitor AGENTS.md is an instructions file published in the GitHub repository danielgap/openclaw-planitor (5 stars, last pushed 4mo ago), licensed MIT. It adds 593 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

Browser4 CLAUDE.md

Instructions for platonai/Browser4, covering browser4 — project context for claude, architecture, key dispatch chain (cli → browser), batch commands and e2e test structure.

platonai/Browser4 · 1,205 tokens

browser-agent CLAUDE.md

Instructions for uiuing/browser-agent, a project described as: An open-source AI agent for the browser. Bring any model. It plans in the side panel, acts on real pages through tools, and verifies every claimed result against the live DOM — with guardrails and reusable skills.

uiuing/browser-agent · 59 tokens

fast-browser CLAUDE.md

Claude Code instructions for m4ttstack/fast-browser, covering fast browser plugin, where a change belongs, fork branch: use fast-browser-runtime, releasing a new runtime and re-pinning this repo: use the script.

m4ttstack/fast-browser · 1,446 tokens

agentoscope AGENTS.md

Instructions for rafaelcg/agentoscope, covering agentoscope — agent instructions, what this is, layout, commands and conventions.

rafaelcg/agentoscope · 664 tokens

sendblue-browser-use AGENTS.md

Instructions for sendblue-api/sendblue-browser-use, covering agents.md — sendblue-browser-use, what this repo is, setup, common commands and health (no auth).

sendblue-api/sendblue-browser-use · 1,064 tokens

statbotics-mcp-server CLAUDE.md

Claude Code instructions for withinfocus/statbotics-mcp-server, covering claude instructions for statbotics mcp server, project overview, project structure, source code architecture and test architecture.

withinfocus/statbotics-mcp-server · 574 tokens