Borrowing it
Nothing to install: this file belongs to zkysar1/Claude-Mind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zkysar1/Claude-Mind/main/.claude/skills/aspirations-all-blocked/SKILL.mdgit clone --depth 1 https://github.com/zkysar1/Claude-MindWrote 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/skills/zkysar1/claude-mind/aspirations-all-blocked)<a href="https://agentmods.dev/skills/zkysar1/claude-mind/aspirations-all-blocked"><img src="https://agentmods.dev/badge/skills/zkysar1/claude-mind/aspirations-all-blocked/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/skills/zkysar1/claude-mind/aspirations-all-blocked"><img src="https://agentmods.dev/badge/skills/zkysar1/claude-mind/aspirations-all-blocked.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
SkillSpector: 1 finding, up to low
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- low Excessive Agency · line 326 Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00103 | $0.14718 |
| Opus 5 | $0.00051 | $0.07359 |
| Sonnet 5 | $0.00021 | $0.02944 |
| Haiku 4.5 | $0.00010 | $0.01472 |
Grade A, and why
aspirations-all-blocked 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 3d 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 — 1,059 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aspirations-all-blocked — Deep While Blocked
Invocation contract. Caller (aspirations orchestrator) has verified that
/aspirations-select returned goal is None AND selection_reason starts with "all_blocked" —
goals exist but all are blocked on external dependencies.
Principle. "No Terminal State" — generate new work that avoids blocked resources. Only sleep as absolute LAST RESORT after all generation attempts fail.
Quiescence exception (Change 2). When the queue is structurally user-gated
(every blocked goal has a typed blocker_ref with observable external_id
and future expires_at, hysteresis passes, and wall-clock budget is intact),
the quiescence gate at B6.5 approves a longer sleep in place of the B7
backoff ladder. This is not giving up — it's recognizing that honest silence
is a valid output when all generation signals are genuinely exhausted. The
gate is script-gated, not LLM-discretionary. See core/config/modes/autonomous.md
→ "Core Design Principle: No Terminal State" for the full doctrine.
Control-flow contract. This skill terminates via one of two paths:
- LOOP_CONTINUE (new executable goals were created) — re-enters the orchestrator loop
via
Skill('aspirations') with args='loop'. The orchestrator's selection pass will pick up the newly-created goals. - RETURN (all generation exhausted) — yields to the harness via
interruptible-sleep.sh run_in_background=true. The harness re-enters the loop on the sleep's exit notification.blocked_sleep_untilis set in WM so Phase -0.5e'sidle-tick.shshort-circuit can activate on re-entry.
Inputs
selection_context: Output from/aspirations-selectcontainingblocked_goals,by_reason,blocked_count(passed by the orchestrator)evolutions_this_session(int) — current evolution-count state for cap trackingmax_evolutions_per_session(int) — from configgoals_completed_this_session(int) — for logging/trackingsession_signals(dict) — mutable state forconsecutive_blocked_sleepsbackoff counter. The sub-skill increments this on B7.2 entry.
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.
- 3d ago Changed · +12 lines 26aa16b7f21a
- 8d ago Changed · -13 lines 914d373fe487
- 11d ago First seen · 1,060 lines · 103 tokens per session scan A a7c9cb9b6629
aspirations-all-blocked is a skill published in the GitHub repository zkysar1/Claude-Mind (5 stars, last pushed 3d ago), licensed MIT. It adds 103 tokens to every session and 14,718 once invoked, about $0.0005 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.
Other skills, from other repositories
hive.colony-progress-tracker
Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.
google-tasks-tool
Google Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists.
workspace-manager
Registers, lists, removes, and assigns workspaces (project directories) for Anima work. Use when: binding project paths to Anima, managing aliases, or switching workspace roots.
github-tool
GitHub integration tool for listing and creating issues and PRs via the gh CLI wrapper. Use when: creating or listing issues or pull requests, or checking repository work on GitHub.
crm-operations
Resolve and safely create/update demo CRM contacts, deals, activity notes and follow-up tasks with revision checks and an atomic audit trail. Use for business-object operations; do not clean spreadsheets, analyze business performance or send customer messages.
mupeng-collab
Multi-agent project collaboration. Track progress, coordinate tasks, share context, real-time sync across distributed agents.