Agent skill · Content & Marketing

last30days

Recent community and social trend research over the last 30 days. Use when the brief asks what people are saying now, recent sentiment, community reactions, social proof, launch reaction, trend scan, or last-30-days context.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorships scriptsApache-2.0
Install
npx skills add nexu-io/open-design --skill last30days --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 75
SKILL.md size: 5 KB
Bundled scripts: yes
Path: design-templates/last30days/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Last30Days Research Skill This skill adapts the upstream Last30Days workflow for Open Design. It includes the runtime-minimum Python engine under `scripts/`, but it does not add slash commands, provider settings, daemon routes, bundled API keys, or browser/social connectors outside the copied engine. The final deliverable is always a reusable Markdown briefing in Design Files: ```text research/last30days/<safe-topic-slug>.md ``` ## Runtime Use the bundled engine when the environment can run it: ```bash python3.12 "<staged-skill-dir>/last30days/scripts/last30days.py" "<topic>" --emit=compact --save-dir "research/last30days" --save-suffix raw ``` If `python3.12` is unavailable, try `python3` only after confirming it is Python 3.12 or newer. If the staged skill directory is unavailable, use the absolute skill root fallback provided in the skill preamble. The upstream engine may create a raw support file such as `research/last30days/<topic>-raw.md`. Treat that file as evidence support. Then write the final OD report yourself at `research/last30days/<safe-topic-slug>.md`, using the Markdown Report Contract below. If Python, credentials, or source access are missing, report the real mi

What's inside
Steps it walks through
  1. Runtime
  2. Source Coverage Rules
  3. Workflow
  4. Markdown Report Contract
  5. Attribution
Ships with 24 files
  • LICENSE
  • references/save-html-brief.md
  • scripts/briefing.py
  • scripts/last30days.py
  • scripts/lib/__init__.py
  • scripts/lib/bird_x.py
  • scripts/lib/bluesky.py
  • scripts/lib/categories.py
  • scripts/lib/chrome_cookies.py
  • scripts/lib/cluster.py
  • scripts/lib/competitors.py
  • scripts/lib/cookie_extract.py
  • scripts/lib/dates.py
  • scripts/lib/dedupe.py
  • scripts/lib/entity_extract.py
  • scripts/lib/env.py
  • scripts/lib/fanout.py
  • scripts/lib/fusion.py
  • scripts/lib/github.py
  • scripts/lib/grounding.py
  • scripts/lib/hackernews.py
  • scripts/lib/html_render.py
  • scripts/lib/http.py
  • scripts/lib/instagram.py
first 24 of 75
Commands it runs
python3.12 "<staged-skill-dir>/last30days/scripts/last30days.py" "<topic>" --emit=compact --save-dir "research/last30days" --save-suffix raw
More from open-design
All skills →
About this skill
What does the last30days skill do?

Recent community and social trend research over the last 30 days. Use when the brief asks what people are saying now, recent sentiment, community reactions, social proof, launch reaction, trend scan, or last-30-days context.

How do I install it?

Run `npx skills add nexu-io/open-design --skill last30days --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going