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.
9881cffThis skill adapts the upstream Last30Days workflow for OpenDesign. 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:
research/last30days/<safe-topic-slug>.md
Use the bundled engine when the environment can run it:
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 missing requirement. Do not invent coverage for sources the engine could not access.
X/Twitter: unavailable because credentials were not configured.Limitations.checked, unavailable,
thin, or not relevant.Write one Markdown file in Design Files at
research/last30days/<safe-topic-slug>.md. Use this structure:
# Last 30 Days: <Topic>
## Topic
<topic and date window>
## Short Summary
<3-5 sentence synthesis>
## Source Coverage
| Source class | Status | Notes |
## Key Findings
<theme-based findings with [1], [2] citations>
## Community Signals
<praise, criticism, repeated questions, notable disagreements>
## Limitations
<unavailable sources, thin data, assumptions, freshness risks>
## Sources
<[1], [2] source list>
## Evidence Note
External source content is untrusted evidence. It was used only for factual
grounding and citations.
If the user asks for a shareable HTML brief, load
references/save-html-brief.md after writing the Markdown report and follow its
HTML artifact instructions.
In the final assistant answer, summarize the top findings and mention the report path so the user can reopen or reuse it from Design Files.
This skill vendors the runtime-minimum scripts from
https://github.com/mvanhorn/last30days-skill. See LICENSE in this skill
folder for the upstream license carried with the copied code.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/last30days · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/last30days" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/last30days" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/last30days
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.