mymind

mymind is a skill for Claude Code, Codex from artivilla/agents-config. It costs 86 tokens per session (615 once invoked), scanned A, original, MIT.

A local command-line tool for managing mymind bookmarks. It can authenticate, refresh a local bookmark cache, search saved items, query tags, and shape the results as JSON.

In plain words
What is it for?
Use it to initialize access, update bookmarks from mymind, search by text or regular expression, inspect tag counts, filter results with jq, and troubleshoot fetch errors.
Why use it?
Finding saved bookmarks manually can be slow, and cached data can become outdated. This provides repeatable commands for searching and inspecting the local bookmark collection.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/artivilla/agents-config/mymind-cli
Any agent
npx skills add artivilla/agents-config --skill mymind-cli
Clone the repo
git clone --depth 1 https://github.com/artivilla/agents-config

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for mymind

README.md
[![agentmods](https://agentmods.dev/badge/skills/artivilla/agents-config/mymind-cli.svg)](https://agentmods.dev/skills/artivilla/agents-config/mymind-cli)
Your own site
<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>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 615 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash abdfba360fb8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

skills/mymind-cli/SKILL.md · 65 lines

What it actually says

mymind

Use this skill to run and troubleshoot the local mymind binary.

Verify availability

  1. Prefer mymind from PATH.
  2. If missing, build from repo root: go build -o /opt/homebrew/bin/mymind ./cmd/mymind
  3. Confirm: which mymind mymind -h

Initialize auth

  1. Run mymind init interactively, or: mymind init --cookie '<full Cookie header>' --token '<x-authenticity-token>'
  2. Require the full request Cookie header from browser Network tab, not document.cookie.
  3. Store config in ~/.mymind/config.json.

Refresh cache

  1. Run mymind update to fetch /cards and rewrite cache.
  2. Read cache from ~/.mymind/bookmarks.json.
  3. Read last fetch from ~/.mymind/version.json.

Search workflows

  1. Full-text search: mymind search articles
  2. Regex search: mymind search '/(?i)(shadcn|component)/'
  3. Tag-only search: mymind tags components
  4. List tag counts: mymind list tags

jq filtering patterns

  1. Name/title only: mymind search articles | jq '.[] | {title}'
  2. Name/title and source URL: mymind search articles | jq '.[] | {title, source_url: .source.url}'
  3. Top tags in plain lines: mymind list tags | jq -r '.[0:10][] | "\(.tag) \(.count)"'

403 troubleshooting

  1. Detect CloudFront 403 in command output.
  2. Re-copy cookie + token from browser request headers.
  3. Re-run mymind init --cookie ... --token ....
  4. Re-run mymind update before search commands.
  5. If still blocked, treat as upstream/WAF policy issue and keep existing cache if present.

Command behavior expectations

  1. mymind search and mymind tags return JSON arrays of matching cards.
  2. mymind list tags returns JSON array objects: {"tag":"...","count":N}.
  3. mymind version returns JSON with cli_version and last_cache_fetch.
Files

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.

Changes

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.

  1. 5d ago First seen · 65 lines · 86 tokens per session scan A abdfba360fb8

Subscribe to this mod's changes

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.

Related

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.

elvisun/newsjack · 54 tokens

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).

elvisun/newsjack · 67 tokens

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.

elvisun/newsjack · 69 tokens

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…

elvisun/newsjack · 90 tokens

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…

elvisun/newsjack · 85 tokens

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…

elvisun/newsjack · 82 tokens