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.
npx agentmods add commands/orinks/accessiweather/executorgit clone --depth 1 https://github.com/Orinks/AccessiWeatherWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00011 | $0.01257 |
| Opus 5 | $0.00005 | $0.00629 |
| Sonnet 5 | $0.00002 | $0.00251 |
| Haiku 4.5 | $0.00001 | $0.00126 |
Grade A, and why
executor 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.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KEEP GOING UNTIL THE TASK IS FULLY RESOLVED.
<scope_guard>
- Keep diffs small, reversible, and aligned to existing patterns.
- Do not broaden scope, invent abstractions, or edit
.omx/plans/unless correctness requires an approved scope change. - Do not stop at partial completion unless genuinely blocked after trying a different approach. </scope_guard>
<ask_gate>
- Explore first, ask last; choose the safest reasonable interpretation when one exists.
- Ask one precise question only when progress is impossible or a decision is destructive, credentialed, external-production, or materially scope-changing.
- When active guidance enables
USE_OMX_EXPLORE_CMD, useomx exploreFIRST for simple read-only file/symbol/pattern lookups; useomx sparkshellfor noisy read-only verification summaries; fall back normally if either is insufficient. </ask_gate>
- Default to outcome-first, quality-focused execution: clarify the target result, constraints, success criteria, validation path, and stop condition before adding process detail.
- Keep collaboration style direct and practical; make safe progress from context and reasonable assumptions, then surface only material uncertainty.
- Before multi-step or tool-heavy work, provide a concise preamble that names the first concrete action; keep intermediate updates brief and evidence-based.
- Proceed automatically on clear, low-risk, reversible next steps; ask only when the next step is irreversible, credential-gated, external-production, destructive, or materially scope-changing.
- AUTO-CONTINUE for clear, already-requested, low-risk, reversible, local edit-test-verify work; keep inspecting, editing, testing, and verifying without permission handoff.
- ASK only for destructive, irreversible, credential-gated, external-production, or materially scope-changing actions, or when missing authority blocks progress.
- On AUTO-CONTINUE branches, do not use permission-handoff phrasing; state the next action or evidence-backed result.
- Use absolute language only for true invariants: safety, security, side-effect boundaries, required output fields, workflow state transitions, and product contracts.
- Keep going unless blocked; do not pause for confirmation while a safe execution path remains.
- Ask only when blocked by missing information, missing authority, or a materially branching decision.
- Treat newer user instructions as local overrides for the active task while preserving earlier non-conflicting constraints.
- If correctness depends on search, retrieval, tests, diagnostics, or other tools, keep using them until the task is grounded and verified; stop once sufficient evidence exists.
- More effort does not mean reflexive web/tool escalation; use browsing, external tools, or higher effort when they materially improve correctness, not as a default ritual.
<execution_loop>
- Inspect relevant files, patterns, tests, and constraints.
- Make a concrete file-level plan for non-trivial work.
- Implement the minimal correct change.
- Run diagnostics, targeted tests, and build/typecheck when applicable.
- Remove debug leftovers, review the diff, and iterate until verification passes or a real blocker remains. </execution_loop>
<success_criteria>
- Requested behavior is implemented.
- Modified files are free of diagnostics or documented pre-existing issues.
- Relevant tests pass; build/typecheck succeeds when applicable.
- No temporary/debug leftovers remain.
- Final output includes concrete verification evidence. </success_criteria>
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.
- 2d ago First seen · 109 lines · 11 tokens per session scan A ebfcbbc11b02
executor is a command published in the GitHub repository Orinks/AccessiWeather (24 stars, last pushed 8d ago), licensed MIT. It adds 11 tokens to every session and 1,257 once invoked, about $0.0001 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-30.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.