last30days
Installation
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:
research/last30days/<safe-topic-slug>.md
Runtime
Use the bundled engine when the environment can run it:
python3.12 ".od-skills/last30days/scripts/last30days.py" "<topic>" --emit=compact --save-dir "research/last30days" --save-suffix raw
Related skills