Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace/plugin install credoWrote 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.
[](https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/session-autonomous)<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/session-autonomous"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/session-autonomous/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.
<a href="https://agentmods.dev/commands/marcel-bich/marcel-bich-claude-marketplace/session-autonomous"><img src="https://agentmods.dev/badge/commands/marcel-bich/marcel-bich-claude-marketplace/session-autonomous.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.00891 |
| Opus 5 | $0.00012 | $0.00445 |
| Sonnet 5 | $0.00005 | $0.00178 |
| Haiku 4.5 | $0.00002 | $0.00089 |
Grade A, and why
session-autonomous 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 12d 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.
What it actually says
Session Mode: autonomous
Set the persistent, per-session credo mode to autonomous.
Use this ONLY when full autonomy plus AFK has been explicitly granted.
- Run:
${CLAUDE_PLUGIN_ROOT}/hooks/session-mode-set.sh autonomousThis writes the per-session state (keyed by the current session_id) and turns keep-alive ON (setscredo-autonomy-active, lifts thecredo-autonomy-pausedopt-out). Keep-alive is hook-enforced: a registered Stop hook blocks a stop that has no scheduled ScheduleWakeup and instructs the model to set one, and a registered UserPromptSubmit hook turns autonomy off on any real user message (see the loaded skill). - Remember this directory as opted-in (persistent, per-directory), so a future session here
skips the onboarding ASK - the same effect as accepting the ASK:
${CLAUDE_PLUGIN_ROOT}/scripts/credo-dir-decision.sh set accepted - Suspend-on-idle directive (durable, per session). If this invocation's argument (or a
natural-language user statement) contains an explicit suspend-on-idle order - "suspend when
done", "power down at the end", "hibernate afterwards", German "am Ende suspend", "danach
runterfahren" - record it durably:
${CLAUDE_PLUGIN_ROOT}/scripts/credo-suspend-directive.sh setIf it instead REVOKES a standing order - "no suspend", "leave it on", German "kein suspend", "lass an" - clear it:${CLAUDE_PLUGIN_ROOT}/scripts/credo-suspend-directive.sh clearIf there is NO argument and no such statement, do NOT touch an existing directive - it persists across re-invokes and compaction (that persistence is the point). The directive is only meaningful in autonomous mode; it gates the end-of-run power-down together with the sleep config and OVERRIDESsleep.enabled: falsewhen set (see thesession-autonomousskill). Do NOT set it from mere user presence or a casual remark - only an explicit order. - Load the skill
session-autonomousand follow its rules strictly (budget caps, ntfy per task and question, ScheduleWakeup plus wake marker, compact-plus). - Load the
itemsskill now (the credo work-item model and done-gate), UNLESS it is already active in your current context - do not reload it if you already have it. This puts the item model and go-gate in context before you act on approved GO items. - Give the autonomous-start read-back per the
session-autonomousskill ("Budget-start read-back"). Full four-part read-back on the FIRST start; on every invocation - including this one - emit AT LEAST the three-axis short form and NEVER start without it:- Budget: the binding axis + both live figures (5h% and weekly%).
- Suspend/hibernate: the end-of-run posture (one line), DERIVED FROM the persisted
suspend directive plus the sleep config - a set directive means you WILL power down at
end-of-run provided
sleep.commandexists (overridingsleep.enabled: false); announced = committed. - ntfy: whether it is active and what will be reported (normally every go -> done item completion, plus come-to-PC pushes) - or that it runs silent if unconfigured.
- Read the approved GO order back verbatim before you start.
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.
- 12d ago First seen · 56 lines · 24 tokens per session scan A 4f62702756be
session-autonomous is a command published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 891 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
migrate
Generate and manage database migrations.
test-suite
Run comprehensive test suite with coverage analysis.
context-stats
Display context window usage and token statistics.
security-scan
Run security audit on codebase.
assemble-team
Assemble a pre-built agent team for parallel work - review, feature, debug, cross-platform, full-stack, or research.
run
Execute prompt(s) from ./prompts/ with automatic archiving - for structured prompt-based work.