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/aryaminus/socials-assistant/agents-mdgit clone --depth 1 https://github.com/aryaminus/socials-assistantWrote 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/aryaminus/socials-assistant/agents-md)<a href="https://agentmods.dev/instructions/aryaminus/socials-assistant/agents-md"><img src="https://agentmods.dev/badge/instructions/aryaminus/socials-assistant/agents-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.02631 | $0.02631 |
| Opus 5 | $0.01316 | $0.01316 |
| Sonnet 5 | $0.00526 | $0.00526 |
| Haiku 4.5 | $0.00263 | $0.00263 |
Grade B, and why
socials-assistant AGENTS.md scanned grade B with 1 finding 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
| Gemini CLI | `gemini-extension.json` committed; or MCP block in `~/.gemini/settings.json` | How it starts
The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Socials Assistant — Agent Integration Guide
One vault, every agent: Claude, ChatGPT, Gemini, Codex, Cursor, DeepSeek, Qwen, Pi, opencode, Claude Desktop, Claude Code, and any MCP-compatible agent. Local-first, official APIs only.
One-prompt setup
Paste this into any agent — it handles everything: docs/SETUP-PROMPT.md
Install
| Host | Method |
|---|---|
| Claude Code (this repo) | .mcp.json auto-loads → approve when prompted |
| Claude Code (any project) | claude mcp add socials -- node /abs/path/apps/mcp/bin/socials-mcp.js |
| Claude Code plugin | /plugin marketplace add aryaminus/socials-assistant → /plugin install socials-assistant |
| Codex / Cursor / Copilot / 50+ hosts | npx skills add aryaminus/socials-assistant -g |
| claude.ai (web) | Download .skill bundle from releases → Settings → Capabilities → Skills → + |
| Claude Desktop | claude_desktop_config.json snippet in agents/README.md |
| Gemini CLI | gemini-extension.json committed; or MCP block in ~/.gemini/settings.json |
| ChatGPT | Deploy the Worker → add as plugin/custom connector (Business/Enterprise) or via Responses API tools: [{type: "mcp"}] |
| Cloud (multi-tenant) | cd infra/worker && npx wrangler deploy (guide: docs/hosting-cloudflare.md) |
| npm (any agent with Node.js) | npx @aryaminus/socials-mcp onboard — walks through credential setup |
Zero-install cloud journey (deploy button → /setup checklist → agent connector): docs/GET-STARTED-CLOUD.md
From source:
git clone https://github.com/aryaminus/socials-assistant && cd socials-assistant
./setup.sh # pnpm install + build + doctor + next steps
Dev commands
pnpm install && pnpm build # build all packages
pnpm test # unit tests
pnpm exec tsx scripts/audit-mcp.ts # MCP contract audit (names, schemas, order, errors)
pnpm exec tsx scripts/lint-skills.ts # SKILL.md spec compliance
node apps/mcp/bin/socials-mcp.js doctor # environment + vault health check
node apps/mcp/bin/socials-mcp.js snapshot # headless snapshot (cron-safe)
npx tsx scripts/weekly-digest.ts # digest → digests/YYYY-WW.md (+ optional email)
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 · 182 lines · 2,631 tokens per session scan B ef8ce1a5e9e2
socials-assistant AGENTS.md is an instructions file published in the GitHub repository aryaminus/socials-assistant (0 stars, last pushed 5d ago), licensed MIT. It adds 2,631 tokens to every session, about $0.0132 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
langgraph AGENTS.md
AGENTS.md instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.
gptme AGENTS.md
AGENTS.md instructions for gptme/gptme, covering agent instructions for gptme, git workflow, code style, testing and project structure.
chatgpt-cli CLAUDE.md
Claude Code instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.
AstrBot copilot-instructions.md
Copilot instructions for AstrBotDevs/AstrBot, covering astrbot development instructions, working effectively, bootstrap and install dependencies, running the application and dashboard build (vue.js/node.js).
codexia AGENTS.md
AGENTS.md instructions for milisp/codexia, covering agents.md, project info, project tech, common commands and project structure.
rikkahub AGENTS.md
AGENTS.md instructions for rikkahub/rikkahub, covering repository guidelines, project overview, build, test, and development commands, module structure and concepts.