last30days-skill AGENTS.md

last30days-skill AGENTS.md is an instructions file for Codex, OpenCode from mvanhorn/last30days-skill. It costs 3,711 tokens per session, scanned A, original, MIT.

A set of instructions for working on the last30days project, a tool for researching topics across Reddit, X, YouTube, and the web. It explains the project layout, commands, configuration, releases, and key terms.

In plain words
What is it for?
Use it when orienting yourself in the repository, changing the research skill, running checks, or preparing a release.
Why use it?
It gives a coding agent the project-specific context needed to navigate the code and follow its development rules.

Instructions file for CodexOpenCode

About the project

last30days-skill is an AI-agent research tool that searches sources including Reddit, X, YouTube, Hacker News, Polymarket, and the web, then combines the results into a short summary. People use it to investigate current topics using signals such as engagement, transcripts, and market odds; the catalogue entries define how supported coding agents run the research workflow.

mvanhorn/last30days-skill · 61,263 stars · on GitHub

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/mvanhorn/last30days-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/mvanhorn/last30days-skill

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 last30days-skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mvanhorn/last30days-skill/agents-md.svg)](https://agentmods.dev/instructions/mvanhorn/last30days-skill/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/mvanhorn/last30days-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/mvanhorn/last30days-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,711 This file is loaded in full into every session.
When invoked 3,711 The same file — it is already loaded in full.
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.03711 $0.03711
Opus 5 $0.01855 $0.01855
Sonnet 5 $0.00742 $0.00742
Haiku 4.5 $0.00371 $0.00371

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

Security

Grade A, and why

last30days-skill 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 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.

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.

AGENTS.md · 134 lines

How it starts

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

last30days Skill

Agent Skills package for researching any topic across Reddit, X, YouTube, and web. Installable across Claude Code (most common host), Codex, Cursor, GitHub Copilot, Gemini CLI, Grok (xAI), and 50+ other Agent Skills hosts. Python scripts with multi-source search aggregation.

Structure

  • skills/last30days/SKILL.md — canonical skill definition / runtime spec the model reads when the slash command fires
  • skills/last30days/scripts/last30days.py — main research engine
  • skills/last30days/scripts/lib/ — search, enrichment, rendering modules
  • skills/last30days/scripts/lib/vendor/bird-search/ — vendored X search client
  • docs/solutions/ — documented solutions to past problems (bugs, best practices, workflow patterns), organized by category with YAML frontmatter (module, tags, problem_type)
  • CONCEPTS.md — shared domain vocabulary (Skill, Engine, Harness, Beta channel) — relevant when orienting to the codebase or discussing project terminology
  • CONFIGURATION.md — user-facing knobs (env vars, flags, per-host install patterns); keep in sync per the rules below
  • CHANGELOG.md — structured release history built by towncrier at release time (launch copy lives in GitHub Releases)
  • changelog.d/ — per-PR news fragments; feature PRs write here, never edit CHANGELOG.md directly
  • CONTRIBUTING.md — setup, fragments, and release notes for humans and agents (towncrier is release-only)
  • .github/scripts/prepare_release.py — lockstep version bump + towncrier build (release PRs only)
  • HERMES_SETUP.md — install instructions for the Hermes harness specifically

Orientation

  • This is an Agent Skills package, not a CLI tool. The product is the slash-command-invoked skill (/last30days <topic> in most harnesses); scripts/last30days.py is implementation. Claude Code is the most common host but not the only one — features must work across every harness the skill installs into.
  • Feature design starts from the slash-command UX. A new engine flag with no SKILL.md integration is incomplete — the model invoking the skill won't know the flag exists.
  • README and PR examples show /last30days <topic> first. Direct CLI invocation (python3 scripts/last30days.py ...) is a fallback for scripting, cron, and dev-time engine testing; label it as such, never as the primary path.
  • Slash commands don't pass shell mechanics through. /last30days OpenClaw --emit=html | pbcopy is invalid in any harness — either use the slash form (no flags or pipes; let the model translate user intent into engine flags) or use the direct CLI form (full python3 ... with explicit flags and a real shell).

Read the full file on GitHub · 134 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 · 134 lines · 3,711 tokens per session scan A 00499beb2c27

Subscribe to this mod's changes

last30days-skill AGENTS.md is an instructions file published in the GitHub repository mvanhorn/last30days-skill (61,263 stars, last pushed 3d ago), licensed MIT. It adds 3,711 tokens to every session, about $0.0186 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-30.

Related

Other instructions, from other repositories

sdp CLAUDE.md

Claude Code instructions for dimamak/sdp, covering claude.md, agent guides (read before matching work) and code exploration.

dimamak/sdp · 220 tokens

twitterapi-io-mcp AGENTS.md

AGENTS.md instructions for dorukardahan/twitterapi-io-mcp, covering repository guidelines, project structure, build, test, and development commands, coding style & naming conventions and testing guidelines.

dorukardahan/twitterapi-io-mcp · 576 tokens

zget AGENTS.md

AGENTS.md instructions for bubroz/zget, covering openspec instructions, ai assistant instructions: zget, key files, run and rules.

bubroz/zget · 521 tokens

Reddit-Options-Trader-ROT- CLAUDE.md

Instructions for Mattbusel/Reddit-Options-Trader-ROT-, covering claude.md — rot (reddit options trader), critical: worktree is stale, mandatory: 2:1 test-to-production ratio, quick reference and detailed docs (read on-demand, not auto-loaded).

Mattbusel/Reddit-Options-Trader-ROT- · 3,978 tokens

ai-assist-skills CLAUDE.md

Claude Code instructions for jparkerweb/ai-assist-skills: CRITICAL — MANDATORY FIRST STEP: You MUST read AGENTS.md before responding to ANY user message, including simple questions. Do NOT skip this step regardless of how trivial the request appears. No exceptions.

jparkerweb/ai-assist-skills · 108 tokens

Reddit-Options-Trader-ROT- AGENTS.md

Instructions for Mattbusel/Reddit-Options-Trader-ROT-, covering agents.md -- agent speed reference for rot codebase, lookup files (grep these, don't scan claude.md), 1. speed index, 2. file ownership -- who owns what and pipeline (sync thread).

Mattbusel/Reddit-Options-Trader-ROT- · 3,597 tokens