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 skills add Raven-Scout/scout-plugin --skill scout-dreamgit clone --depth 1 https://github.com/Raven-Scout/scout-pluginWrote 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/raven-scout/scout-plugin/scout-dream)<a href="https://agentmods.dev/skills/raven-scout/scout-plugin/scout-dream"><img src="https://agentmods.dev/badge/skills/raven-scout/scout-plugin/scout-dream/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/raven-scout/scout-plugin/scout-dream"><img src="https://agentmods.dev/badge/skills/raven-scout/scout-plugin/scout-dream.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.00029 | $0.00211 |
| Opus 5 | $0.00015 | $0.00105 |
| Sonnet 5 | $0.00006 | $0.00042 |
| Haiku 4.5 | $0.00003 | $0.00021 |
Grade A, and why
scout-dream 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 10d 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
Launch a SCOUT dreaming session as a background process on this machine.
Do the following steps:
-
Run
nohup bash ~/Scout/run-dreaming.sh > /dev/null 2>&1 &to launch the dreaming session in the background. Capture the PID. -
Find the most recent log file:
ls -t ~/Scout/.scout-logs/dreaming-*.log | head -1 -
Report to the user:
- Confirm the dreaming session is running and show the PID
- Show the log file path so they can tail it if they want:
tail -f <log_file> - Remind them that dreaming typically takes 10-15 minutes and covers: feedback processing (Slack reactions/replies), KB deep work (file scoring and targeted improvements), wishlist items, and a Slack summary DM when done.
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.
- 10d ago First seen · 18 lines · 29 tokens per session scan A 5babf747fb58
scout-dream is a skill published in the GitHub repository Raven-Scout/scout-plugin (16 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 211 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 skills, from other repositories
capture-milestone-principle-updates
Distill reusable answering principles from a named milestone's recorded decisions into the project-wide principle store.
hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
hive.context-preservation
Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.
cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops.
ralph-memory
Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations.
session-harvest
Extract cited decisions, requirements, risks, entities, and relationships from session history and review exact candidate versions before memory promotion.