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.
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/mvanhorn/last30days-skill/copilot-instructionsgit clone --depth 1 https://github.com/mvanhorn/last30days-skillWrote 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/mvanhorn/last30days-skill/copilot-instructions)<a href="https://agentmods.dev/instructions/mvanhorn/last30days-skill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/mvanhorn/last30days-skill/copilot-instructions.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.1 | $0.00260 | $0.00260 |
| Opus 5 | $0.00130 | $0.00130 |
| Sonnet 5 | $0.00052 | $0.00052 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
last30days-skill copilot-instructions.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.
What it actually says
This file contains Copilot-specific additions. See AGENTS.md for the shared cross-tool governance layer.
Copilot-specific guidance
Test generation
- Prefer unittest.TestCase for generated tests to match the existing test suite.
- Mock external calls with unittest.mock.patch.
Pull request reminders
Before suggesting a pull request:
- Confirm that pytest passes.
- For changes that belong in the next release notes, add a
changelog.d/<n>.<type>.mdfragment (do not editCHANGELOG.mdor bump version manifests). SeeCONTRIBUTING.md/AGENTS.md§ Changelog and releases and fill the PR template’s Agent disclosure + Relationship sections. - If changes were made anywhere under skills/last30days/, confirm the install copy has been refreshed with:
npx skills add . -g -y
Vendor exclusion zone
- Never suggest changes to skills/last30days/scripts/lib/vendor/.
- Treat skills/last30days/scripts/lib/vendor/ as a no-touch zone.
CI expectations
GitHub CI runs:
- pytest
- ruff
Generated changes should pass both before review is requested.
CLI examples
When suggesting CLI usage examples for safe local testing, default to:
--emit=compact --mock
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.
- 6d ago First seen · 39 lines · 260 tokens per session scan A 74eda97fa11a
last30days-skill copilot-instructions.md is an instructions file published in the GitHub repository mvanhorn/last30days-skill (61,263 stars, last pushed 3d ago), licensed MIT. It adds 260 tokens to every session, about $0.0013 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.
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.
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.
zget AGENTS.md
AGENTS.md instructions for bubroz/zget, covering openspec instructions, ai assistant instructions: zget, key files, run and rules.
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.
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).
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).