summon

summon is a command for Claude Code from athola/claude-night-market. It costs 28 tokens per session (740 once invoked), scanned A, original, MIT.

A command that starts egregore, an autonomous development process that takes tasks through planning, implementation, testing, and pull-request creation.

In plain words
What is it for?
Use it for long-running development work, such as processing issues overnight or continuously handling new manifest tasks.
Why use it?
It can keep processing a backlog without constant manual supervision, including restarting after crashes or rate limits when a watchdog is installed.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the egregore plugin — 4 skills, 5 commands, 2 agents shipped together

Good fit Use it for long-running development work, such as processing issues overnight or continuously handling new manifest tasks.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/athola/claude-night-market/summon
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.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install egregore, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for summon

README.md
[![agentmods](https://agentmods.dev/badge/commands/athola/claude-night-market/summon/github.svg)](https://agentmods.dev/commands/athola/claude-night-market/summon)
Your own site
<a href="https://agentmods.dev/commands/athola/claude-night-market/summon"><img src="https://agentmods.dev/badge/commands/athola/claude-night-market/summon/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for summon

Your own site · 80×15
<a href="https://agentmods.dev/commands/athola/claude-night-market/summon"><img src="https://agentmods.dev/badge/commands/athola/claude-night-market/summon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 740 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00028 $0.00740
Opus 5 $0.00014 $0.00370
Sonnet 5 $0.00006 $0.00148
Haiku 4.5 $0.00003 $0.00074

Measured 7d ago against content hash a1a7ccbed257, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

summon 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 7d 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.

plugins/egregore/commands/summon.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

summon

Launch the egregore to autonomously process work items through planning, implementation, testing, and PR creation. By default the egregore runs indefinitely, scanning for new work after completing its current manifest. Use /egregore:dismiss to stop it.

Invoke Skill(egregore:summon), which carries the orchestration loop, the manifest mode, the pipeline mapping, the context-overflow and token-budget protocols, the progress monitoring and the failure handling.

When To Use

  • You have one or more issues or tasks to process without manual intervention.
  • You want to run a multi-hour or multi-day development pipeline overnight or over a weekend.
  • You want the agent to self-recover from crashes and rate limits via the watchdog.
  • You want continuous autonomous processing that finds and handles new work as it appears.

When NOT To Use

  • For quick, single-file changes. Just do them directly.
  • When you need tight human-in-the-loop review at every step. Use normal Claude sessions instead.
  • On repositories you do not trust the agent to modify. Egregore creates branches and opens PRs autonomously.

Usage

From a prompt:

/egregore:summon "Refactor the auth module to use JWT"

From GitHub issues by number:

/egregore:summon --issues 42,43,44

From GitHub issues by label:

/egregore:summon --issues-label "egregore"

Bounded mode (stops when time window expires):

/egregore:summon --bounded --window 2d --issues 42,43,44

Options

Option Default Description
<prompt> none Free-text work description
--window 5h Time window (e.g. 5h, 7d)
--bounded false Stop when time window expires
--issues none Comma-separated issue numbers
--issues-label none GitHub label to pull issues

The egregore runs indefinitely by default. Pass --bounded to set a hard time limit. In both modes, the egregore scans for new work after completing all current items. The only difference is that bounded mode exits when the time window expires.

Read the full file on GitHub · 102 lines

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. 7d ago First seen · 102 lines · 28 tokens per session scan A a1a7ccbed257

Subscribe to this mod's changes

summon is a command published in the GitHub repository athola/claude-night-market (337 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 740 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-09-03.