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 agentmods add instructions/daniel-carreon/sflow/claude-mdgit clone --depth 1 https://github.com/daniel-carreon/sflowWrote 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/instructions/daniel-carreon/sflow/claude-md)<a href="https://agentmods.dev/instructions/daniel-carreon/sflow/claude-md"><img src="https://agentmods.dev/badge/instructions/daniel-carreon/sflow/claude-md.svg" alt="Measured on agentmods" 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 | $0.04518 | $0.04518 |
| Opus 5 | $0.02259 | $0.02259 |
| Sonnet 5 | $0.00904 | $0.00904 |
| Haiku 4.5 | $0.00452 | $0.00452 |
Grade A, and why
sflow CLAUDE.md 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 — 330 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — SFlow Development Instructions
⚠️ ESTE ES SFlow v1/v2 (Python) — SUPERADO POR v3
La versión viva es SFlow v3, un rebuild nativo en Swift: repo
daniel-carreon/sflow-next· local~/Developer/software/sflow-next/. Es la que está instalada en/Applications/SFlow.app(aquí quedóSFlow-v1-backup.app).Este repo se conserva SOLO como referencia histórica. No lo desarrolles. Si te pidieron trabajar en "SFlow", es casi seguro que quieren
sflow-next. v3 comparte el mismo data dir (~/Library/Application Support/SFlow/) y los mismos IDs de modelo — la migración v1→v3 fue cero copia.
What is SFlow?
SFlow is a macOS voice-to-text desktop tool that replaces Wispr Flow ($15/month). It captures audio via global hotkeys, transcribes using Groq Whisper API (~$0.02/hour), and auto-pastes text wherever the cursor is. It includes a floating pill UI overlay, real-time audio visualization, SQLite history, and a web dashboard.
Quick Start (Dev Mode)
# 1. Install system dependency
brew install portaudio
# 2. Create virtual environment
python3 -m venv venv
source venv/bin/activate
# 3. Install Python dependencies
pip install -r requirements.txt
# 4. Set up environment
cp .env.example .env
# Edit .env and add your GROQ_API_KEY (get one at https://console.groq.com/keys)
# 5. Run
python3 main.py
Build Desktop App (.app bundle)
# Recommended: full install dance (build + ditto + kill old proc + relaunch + open Accessibility panel)
bash install.sh
# Or just build the bundle without installing
bash build.sh
install.sh exists because build.sh alone leaves you with a broken paste —
see "Critical: ad-hoc rebuild → silent Accessibility revocation" below.
The .app bundle is self-contained (~478MB — INCLUYE el stack MLX: mlx-whisper +
parakeet-mlx + librosa/numba/scipy + los Metal .metallib). No Python, no venv,
no terminal. On first launch, if no API key exists in
~/Library/Application Support/SFlow/.env, a dialog asks for it. Menu-bar app.
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 First seen · 330 lines · 4,518 tokens per session scan A 34a999232355
sflow CLAUDE.md is an instructions file published in the GitHub repository daniel-carreon/sflow (22 stars, last pushed 17d ago), licensed MIT. It adds 4,518 tokens to every session, about $0.0226 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 instructions, from other repositories
MobiAI-Core CLAUDE.md
Instructions for ArisGuimera/MobiAI-Core, covering mobiai — mobile development ai ecosystem, bootstrap and principles.
freetube CLAUDE.md
Instructions for leshkodev/freetube, covering claude.md, 1. what this project is, 2. non-negotiable constraints, 3. tech stack (locked) and 4. project structure.
ConsultMe CLAUDE.md
Instructions for Tarek-Bohdima/ConsultMe, covering claude.md, project context, common commands, module graph and conventions enforced by tooling.
claude-status CLAUDE.md
Instructions for gmr/claude-status, covering claude.md, project overview, build & test, platform & language and dependencies (spm).
DensityToggle CLAUDE.md
Instructions for channelramble/DensityToggle, covering density toggle - wear os display density control, goal, current status, how it works and how auto mode decides (v5).
phone-mcp CLAUDE.md
Instructions for premex-ab/phone-mcp, covering claude.md, project overview, build commands, architecture and module layout.