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.
npx skills add nexu-io/open-design --skill last30days --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Runtime
- Source Coverage Rules
- Workflow
- Markdown Report Contract
- Attribution
python3.12 "<staged-skill-dir>/last30days/scripts/last30days.py" "<topic>" --emit=compact --save-dir "research/last30days" --save-suffix raw
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.