muse-delegation

muse-delegation is a skill for Claude Code from athola/claude-night-market. It costs 41 tokens per session (1,132 once invoked), scanned C, original, MIT.

A delegation adapter that sends selected tasks to Meta's Muse Code command-line agent. It supports unattended runs and repository-scale work with a very large context window.

In plain words
What is it for?
Use it for repository-wide reading and unattended coding tasks when the delegation system chooses Muse.
Why use it?
It lets a shared delegation system use Muse for tasks involving a large repository or work that should run without interactive input.

Skill for Claude Code

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/delegation_executor.py muse "Summarize this module" \.

Part of the conjure plugin — 11 skills shipped together

Good fit Use it for repository-wide reading and unattended coding tasks when the delegation system chooses Muse.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market
agentmods
npx agentmods add skills/athola/claude-night-market/muse-delegation

Made for: Claude Code.

Or install conjure, the plugin that ships this one along with the rest of its 11 skills.

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 muse-delegation

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/muse-delegation/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/muse-delegation)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/muse-delegation"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/muse-delegation/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 muse-delegation

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/muse-delegation"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/muse-delegation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,132 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00041 $0.01132
Opus 5 $0.00020 $0.00566
Sonnet 5 $0.00008 $0.00226
Haiku 4.5 $0.00004 $0.00113

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

Security

Grade C, and why

muse-delegation scanned grade C with 2 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 9d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://dev.meta.ai/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://dev.meta.ai/install.sh | sh
plugins/conjure/skills/muse-delegation/SKILL.md · 160 lines

How it starts

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

Table of Contents

Muse Code Delegation

Overview

Muse Code is Meta's terminal coding agent, released August 2026 and built on Muse Spark 1.2. It runs either as an interactive TUI or as a one-shot headless command, and the headless form is what delegation uses.

The binary is muse. Meta publishes no npm or PyPI package for it: the documented install is a script served from Meta's own domain.

When To Use

  • delegation-core selected muse for the task
  • Repository-scale reading where Muse Spark 1.2's 1M-token context helps
  • Work that should run unattended, since muse exec is designed for CI

When NOT To Use

  • META_API_KEY is unset and the run cannot be interactive
  • A specific model must be selected. Meta documents no --model flag for exec, so the CLI default stands
  • Structured output is required. No output-format flag is documented for exec

Prerequisites

Installation

curl -fsSL https://dev.meta.ai/install.sh | sh

This pipes a remote script into a shell. Read https://dev.meta.ai/docs/muse-code before running it. The guided installer offers the same command and shows its source first:

make -C plugins/conjure delegate-setup

Authentication

Meta documents the environment variable as the CI path:

export META_API_KEY="<your-key>"
muse exec "Run the test suite and summarize failures."

A bare muse prompts for browser sign-in on first run, which is not usable unattended. There is no muse auth status command, so the service declares an empty auth probe and verification checks META_API_KEY instead.

Quick Start

Using the shared delegation executor

uv run python scripts/delegation_executor.py muse "Summarize this module" \
  --files src/

Read the full file on GitHub · 160 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. 9d ago First seen · 160 lines · 41 tokens per session scan C a72c82dc2b4f

Subscribe to this mod's changes

muse-delegation is a skill published in the GitHub repository athola/claude-night-market (337 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 1,132 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

author-skill

Use when authoring a NEW rsc skill or editing an existing one — scoping it to one job, writing the description that decides whether it ever loads, splitting the body into references/, writing its evals, auditing it against the rubric. NOT building a product feature (that is specify) and NOT designing an agent loop…

ericrisco/rsc-harness · 79 tokens

continuous-learning

Use when a mistake, correction, or surprise taught the workspace something that must stick — a retro or postmortem, the same agent error corrected twice, a resolved bug's root cause, scattered notes-to-self — and route that lesson to the durable surface that fires next time. NOT a forward choice with alternatives…

ericrisco/rsc-harness · 73 tokens

orient

Always-on. The brújula: close every turn by situating the person — where they are, what just happened, why it mattered, and the next step as a question, never a dead end. Reads the accompaniment and technical dials from 02-DOCS and calibrates how much it explains, rewriting the dial when the user asks for more or…

ericrisco/rsc-harness · 89 tokens

skill-authoring

Creates and structures SKILL.md files for AI coding agents, including YAML frontmatter, trigger phrases, directive instructions, decision trees, code examples, and verification checklists. Use when the user asks to write a new skill, create a skill file, author agent capabilities, generate skill documentation, or…

rohitg00/skillkit · 72 tokens

find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from…

rohitg00/skillkit · 162 tokens

skill-navigator

A skill that recommends which already-installed local agent skill matches a described task. It uses the machine's skill catalogue and does not perform the task itself.

GrubbyLee/skill-manager · 83 tokens