socials-assistant AGENTS.md

socials-assistant AGENTS.md is an instructions file for Codex, OpenCode from aryaminus/socials-assistant. It costs 2,631 tokens per session, scanned B, original, MIT.

Project instructions for the socials-assistant repository. AGENTS.md is a file that tells an AI coding agent how a project is set up, used, and released.

In plain words
What is it for?
Setting up the assistant across supported AI-agent hosts, running development commands, and following its tag-based release process.
Why use it?
It gives agents the repository-specific steps needed to install, run, integrate, and release the socials assistant correctly.

Instructions file for CodexOpenCode

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 instructions/aryaminus/socials-assistant/agents-md
Clone the repo
git clone --depth 1 https://github.com/aryaminus/socials-assistant

Made for: Codex, OpenCode.

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 socials-assistant AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aryaminus/socials-assistant/agents-md.svg)](https://agentmods.dev/instructions/aryaminus/socials-assistant/agents-md)
Your own site
<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>
Per session 2,631 This file is loaded in full into every session.
When invoked 2,631 The same file — it is already loaded in full.
Security scan B 1 finding. 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 $0.02631 $0.02631
Opus 5 $0.01316 $0.01316
Sonnet 5 $0.00526 $0.00526
Haiku 4.5 $0.00263 $0.00263

Measured 3d ago against content hash ef8ce1a5e9e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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` |
AGENTS.md · 182 lines

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)

Read the full file on GitHub · 182 lines

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. 3d ago First seen · 182 lines · 2,631 tokens per session scan B ef8ce1a5e9e2

Subscribe to this mod's changes

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.