content-ideas CLAUDE.md

content-ideas CLAUDE.md is an instructions file for coding agents from bradautomates/content-ideas. It costs 563 tokens per session, scanned A, original, MIT.

Instructions for a content-ideas plugin that creates a daily feed of content ideas from competitor and owned-channel activity. It uses platform scrapers and produces a self-contained HTML feed.

In plain words
What is it for?
Use it to scrape channel activity, score and organize content opportunities, generate the daily feed, or maintain the plugin's scripts and templates.
Why use it?
It brings activity from several content channels into one place instead of requiring manual monitoring. It also provides the packaging and setup needed to run the plugin across supported coding-agent hosts.

Instructions file

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/bradautomates/content-ideas/claude-md
Clone the repo
git clone --depth 1 https://github.com/bradautomates/content-ideas

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 content-ideas CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bradautomates/content-ideas/claude-md.svg)](https://agentmods.dev/instructions/bradautomates/content-ideas/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/bradautomates/content-ideas/claude-md"><img src="https://agentmods.dev/badge/instructions/bradautomates/content-ideas/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 563 This file is loaded in full into every session.
When invoked 563 The same file — it is already loaded in full.
Security scan A 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.1 $0.00563 $0.00563
Opus 5 $0.00282 $0.00282
Sonnet 5 $0.00113 $0.00113
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

content-ideas CLAUDE.md scanned grade A 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Runtime stays dependency-free: stdlib only (`urllib`, `json`, ...). No pip installs at runtime.
CLAUDE.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

content-ideas plugin

A cross-host skill that turns competitor activity into a daily "For You" feed of content ideas. Runs the same on Claude Code and Codex (and any host that reads AGENTS.md). Dependency-free Python (stdlib only) plus a single self-contained HTML renderer.

Structure

  • skills/content-ideas/SKILL.md — canonical skill definition (the entry point)
  • skills/content-ideas/scripts/scrape.py — competitor/own-channel scraper
  • skills/content-ideas/scripts/generate_feed.py — builds the For You HTML feed
  • skills/content-ideas/scripts/lib/ — platform fetchers, scoring, relevance, rendering
  • skills/content-ideas/assets/for-you-template.html — renderer template
  • skills/content-ideas/references/content-strategy.md — idea-generation guidance

Cross-host packaging

  • .claude-plugin/plugin.json + marketplace.json — Claude Code install
  • .codex-plugin/plugin.json ("skills": "./skills/") — Codex install
  • AGENTS.md@CLAUDE.md — Codex / generic-agent entry point
  • commands/content-ideas.md — Claude Code slash command
  • hooks/hooks.json — SessionStart setup preflight (one-line hint, silent when ready)

The skill resolves its own directory from the Codex cache, the Claude plugin cache, or a repo checkout — see the resolution block at the top of SKILL.md. Keep that block in sync if directory names change.

Commands

# run the test suite (stdlib + pytest, no network)
python3 -m pytest -q

# exercise the scraper / feed generator directly against a checkout
python3 skills/content-ideas/scripts/scrape.py --help
python3 skills/content-ideas/scripts/generate_feed.py --help

Rules

  • Runtime stays dependency-free: stdlib only (urllib, json, ...). No pip installs at runtime.
  • skills/content-ideas/scripts/lib/__init__.py is a bare package marker — no eager imports.
  • Persistent state lives under $CONTENT_HOME (default ~/Documents/Content), never the cwd.
  • Credentials live in ~/.config/content/.env (SCRAPECREATORS_API_KEY, SETUP_COMPLETE).
  • Version is tracked in pyproject.toml, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, .codex-plugin/plugin.json, and the version: field of SKILL.md — keep them identical. tests/test_plugin_contract.py enforces this.

Read the full file on GitHub · 45 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. 6d ago First seen · 45 lines · 563 tokens per session scan A e4032fe7ce1f

Subscribe to this mod's changes

content-ideas CLAUDE.md is an instructions file published in the GitHub repository bradautomates/content-ideas (112 stars, last pushed 3mo ago), licensed MIT. It adds 563 tokens to every session, about $0.0028 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

docx-cli CLAUDE.md

Claude Code instructions for kklimuk/docx-cli, covering docx-cli, conventions, invariants, commands and testing.

kklimuk/docx-cli · 9,580 tokens

superdesign-skill AGENTS.md

Instructions for superdesigndev/superdesign-skill, covering project agent memory, what this repo is, skill flow invariant: two entry paths, ground truth for cli behavior and plugin packaging & release.

superdesigndev/superdesign-skill · 1,698 tokens

stewie-pixel guidelines

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

Stewie-pixel/claude-with-leetcode · 827 tokens

vanguard-frontier-agentic copilot-instructions.md

Copilot instructions for VincentChuWaiChow/vanguard-frontier-agentic, covering vanguard frontier agentic repository instructions, what to optimize for, repo structure, rules for changes and cross-platform asset rule.

VincentChuWaiChow/vanguard-frontier-agentic · 359 tokens

archeyes CLAUDE.md

Instructions for thisAAY/archeyes, covering archeyes — project guide, layout, design system, commands and publishing a release.

thisAAY/archeyes · 1,284 tokens

kleinanzeigen-reader CLAUDE.md

Instructions for its-me-prash/kleinanzeigen-reader, covering claude.md — kleinanzeigen-reader, what this repo is, auto-load instructions for claude code, quick command reference and fetch a listing.

its-me-prash/kleinanzeigen-reader · 834 tokens