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 skills/artivilla/agents-config/mymind-clinpx skills add artivilla/agents-config --skill mymind-cligit clone --depth 1 https://github.com/artivilla/agents-configWrote 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/artivilla/agents-config/mymind-cli)<a href="https://agentmods.dev/skills/artivilla/agents-config/mymind-cli"><img src="https://agentmods.dev/badge/skills/artivilla/agents-config/mymind-cli.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.1 | $0.00086 | $0.00615 |
| Opus 5 | $0.00043 | $0.00308 |
| Sonnet 5 | $0.00017 | $0.00123 |
| Haiku 4.5 | $0.00009 | $0.00061 |
Grade A, and why
mymind 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 5d 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
mymind
Use this skill to run and troubleshoot the local mymind binary.
Verify availability
- Prefer
mymindfrom PATH. - If missing, build from repo root:
go build -o /opt/homebrew/bin/mymind ./cmd/mymind - Confirm:
which mymindmymind -h
Initialize auth
- Run
mymind initinteractively, or:mymind init --cookie '<full Cookie header>' --token '<x-authenticity-token>' - Require the full request
Cookieheader from browser Network tab, notdocument.cookie. - Store config in
~/.mymind/config.json.
Refresh cache
- Run
mymind updateto fetch/cardsand rewrite cache. - Read cache from
~/.mymind/bookmarks.json. - Read last fetch from
~/.mymind/version.json.
Search workflows
- Full-text search:
mymind search articles - Regex search:
mymind search '/(?i)(shadcn|component)/' - Tag-only search:
mymind tags components - List tag counts:
mymind list tags
jq filtering patterns
- Name/title only:
mymind search articles | jq '.[] | {title}' - Name/title and source URL:
mymind search articles | jq '.[] | {title, source_url: .source.url}' - Top tags in plain lines:
mymind list tags | jq -r '.[0:10][] | "\(.tag) \(.count)"'
403 troubleshooting
- Detect CloudFront 403 in command output.
- Re-copy cookie + token from browser request headers.
- Re-run
mymind init --cookie ... --token .... - Re-run
mymind updatebefore search commands. - If still blocked, treat as upstream/WAF policy issue and keep existing cache if present.
Command behavior expectations
mymind searchandmymind tagsreturn JSON arrays of matching cards.mymind list tagsreturns JSON array objects:{"tag":"...","count":N}.mymind versionreturns JSON withcli_versionandlast_cache_fetch.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 65 lines · 86 tokens per session scan A abdfba360fb8
mymind is a skill published in the GitHub repository artivilla/agents-config (0 stars, last pushed 2mo ago), licensed MIT. It adds 86 tokens to every session and 615 once invoked, about $0.0004 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
newsjack-detector
Monitor current news and reaction signals, then decide which are credible newsjacking opportunities for a client. Uses the local monitoring engine for evidence, but the skill owns PR judgment, brand safety, standing, decay, angle fit, and handoff.
crisis-holding
Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).
find-journalists
Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.
voice-extractor
Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…
fact-check
Extract factual claims from PR copy, verify each claim independently, attach concrete citations, and warn when certainty is low. Runs each claim through proven newsroom verification methods (lateral reading, source-tier climbing, provenance pillars, triangulation, calibrated rating) and puts the burden of proof on the…
newsjack-triage
Consolidate freshness-gated newsjack signals and route them by client standing before angle generation. Collapses any remaining same-story duplicates, decides strong/partial/none standing with a journalist-shape sanity check, and sorts each story into pitchready, bigstory (always-surfaced suggestion), or watch. Never…