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/thearnavrustagi/marketmenow/agents-mdgit clone --depth 1 https://github.com/thearnavrustagi/marketmenowWrote 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/thearnavrustagi/marketmenow/agents-md)<a href="https://agentmods.dev/instructions/thearnavrustagi/marketmenow/agents-md"><img src="https://agentmods.dev/badge/instructions/thearnavrustagi/marketmenow/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.02073 | $0.02073 |
| Opus 5 | $0.01037 | $0.01037 |
| Sonnet 5 | $0.00415 | $0.00415 |
| Haiku 4.5 | $0.00207 | $0.00207 |
Grade A, and why
marketmenow AGENTS.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 4d 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MarketMeNow — Agent Guide
MarketMeNow is a cross-platform marketing automation framework (Python 3.12+, async, ports-and-adapters architecture). It generates and publishes content across Instagram, Twitter/X, Reddit, LinkedIn, YouTube, TikTok, Facebook, and Email via a CLI (mmn) and a FastAPI web dashboard.
Quick Reference
uv sync # Install deps
uv run --extra dev pytest # Test
uv run ruff check src/ tests/ # Lint
uv run ruff format src/ tests/ # Format
uv run mmn --help # CLI
uv run mmn workflows # List marketing workflows
uv run mmn run <workflow> [OPTIONS] # Run a workflow
uv run mmn project add <slug> # Create project (onboarding wizard)
uv run mmn project list # List projects
uv run mmn project use <slug> # Switch active project
uv run mmn auth <platform> # Authenticate
uv run mmn-web # Web dashboard (localhost:8000)
Architecture Invariants
src/marketmenow/is platform-agnostic. It must never import platform SDKs or adapter code (except lazy imports incore/registry_builder.py,core/workflow_registry.py, andsteps/).src/adapters/contains all platform-specific logic. Adapter packages are independent and must not import from each other.- All adapter interfaces are
typing.Protocolwith@runtime_checkable— use structural subtyping, never ABC inheritance. - All data models are Pydantic
BaseModelwithfrozen=True— mutate viamodel_copy(update={...}).
Agent Config Locations
| Tool | Config |
|---|---|
| Claude Code | CLAUDE.md (root) + src/marketmenow/CLAUDE.md, src/adapters/CLAUDE.md, src/web/CLAUDE.md |
| Cursor | .cursor/rules/marketmenow.mdc (always), .cursor/rules/testing.mdc (tests), .cursor/rules/adapters.mdc (adapters), .cursor/rules/web.mdc (web), .cursor/rules/core.mdc (core pipeline) |
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.
- 4d ago First seen · 142 lines · 2,073 tokens per session scan A 6126d37c924c
marketmenow AGENTS.md is an instructions file published in the GitHub repository thearnavrustagi/marketmenow (132 stars, last pushed 4mo ago), licensed MIT. It adds 2,073 tokens to every session, about $0.0104 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-09-01.
Other instructions, from other repositories
skillhub AGENTS.md
AGENTS.md instructions for iflytek/skillhub, covering skillhub — agents.md, quick reference, directory map, critical rules and do not manually edit generated files.
ClawTeam-OpenClaw CLAUDE.md
Instructions for win4r/ClawTeam-OpenClaw, covering claude.md, what this project is, common commands, dev install (from repo root) and cli entry points.
coinos-skills CLAUDE.md
Instructions for aicoincom/coinos-skills, covering claude.md, project overview, architecture, coinclaw 三引擎适配 and 关键设计决定.
coinos-skills AGENTS.md
Instructions for aicoincom/coinos-skills, covering coinos skills — agent instructions, 在 coinclaw 三引擎容器里运行, 数据准确性铁则 (严格遵守, 仅次于安全规则), 一、禁止本地计算技术指标 and 二、禁止自己推算合约张数 / 保证金 / 爆仓价.
lalaclaw AGENTS.md
Instructions for aliramw/lalaclaw, covering agents.md, 开发服务启动 / dev servers, 前端开发服务 / frontend, 后端开发服务 / backend and 联调说明 / notes.
last30days-skill-cn CLAUDE.md
Claude Code instructions for Jesseovo/last30days-skill-cn, covering last30days-cn, purpose, structure, commands and release notes.