last30days

last30days is a skill for Claude Code from Kevin-Liu-01/Agent-Machines. It costs 49 tokens per session (31,950 once invoked), scanned A, original, MIT.

A research tool for finding what people have said about a topic during the last 30 days. It collects posts and engagement from sites such as Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the wider web.

In plain words
What is it for?
Use it to investigate recent reactions, discussions, and engagement around companies, products, technologies, or other subjects.
Why use it?
It reduces the need to search many sites separately when you need current public opinion or discussion around a topic.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to investigate recent reactions, discussions, and engagement around companies, products, technologies, or other subjects.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/last30days/github.svg)](https://agentmods.dev/skills/kevin-liu-01/agent-machines/last30days)
Your own site
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/last30days"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/last30days/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for last30days

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/last30days"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/last30days.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 31,950 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00049 $0.31950
Opus 5 $0.00024 $0.15975
Sonnet 5 $0.00010 $0.06390
Haiku 4.5 $0.00005 $0.03195

Measured 8d ago against content hash 014f3c98c4ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

last30days 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 8d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

knowledge/skills/last30days/SKILL.md · 1,667 lines

How it starts

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

STEP 0: CANONICAL PATH SELF-CHECK — RUN BEFORE READING BELOW

Before reading anything else in this file, verify that the SKILL.md you just loaded is the versioned cache copy, not a stale marketplace clone:

CANONICAL_ROOT="$HOME/.claude/plugins/cache/last30days-skill/last30days"
CANONICAL_LATEST=$(ls -d "$CANONICAL_ROOT"/*/ 2>/dev/null | sort -V | tail -1)
CANONICAL_LATEST="${CANONICAL_LATEST%/}"

If the SKILL.md file you just read is NOT under $CANONICAL_LATEST/, STOP and re-read $CANONICAL_LATEST/SKILL.md before proceeding. Do not run --help, do not plan, do not invoke the engine against any other path.

Why: ~/.claude/plugins/marketplaces/last30days-skill/ is a git clone Claude Code auto-restores to origin/main on session start. It can lag the versioned cache by one or more releases. Three 2026-04-22 test runs (Linear, Coinbase) loaded SKILL.md from marketplaces/, ran --help from the same stale path, did not see the --competitors flag that existed in the cache, and fell back to a manual comparison plan. Result: 2 of 3 windows never invoked the feature they were asked to test.

How to self-check: the file path you used in your last Read tool call should match $CANONICAL_LATEST/SKILL.md. If it contains marketplaces/ or any other prefix, that is the stale-path failure mode. Re-read from $CANONICAL_LATEST/SKILL.md and restart this contract from the top.

The same pinned resolver appears later in Step 1 for the engine Bash invocation. That guard is necessary but insufficient — by the time you reach Step 1, you may have already internalized an out-of-date flag list from the stale SKILL.md above it. This STEP 0 runs first so the CONTRACT itself is read from the right file.


SKILL CONTRACT — READ BEFORE ANY TOOL CALL

You are inside the /last30days SKILL. This is a specific research tool with a 1400+ line instruction contract (the rest of this file) that defines EXACTLY how to produce the research output. It is not a generic "last 30 days of X" research prompt. Do NOT treat /last30days as a search keyword you can improvise against.

Read the full file on GitHub · 1,667 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. 8d ago First seen · 1,667 lines · 49 tokens per session scan A 014f3c98c4ed

Subscribe to this mod's changes

last30days is a skill published in the GitHub repository Kevin-Liu-01/Agent-Machines (29 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 31,950 once invoked, about $0.0002 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-03.

Related

Other skills, from other repositories