en un clic
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.
Menu
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.
Use this plugin when the user wants a dark, premium 3D-creator / designer portfolio landing page: a full-viewport hero with a gradient-text headline and a mouse-following magnetic 3D portrait, a scroll-driven horizontal image marquee, an About section with corner 3D decorations and character-by-character scroll-reveal text, a white Services list, and sticky-stacking project cards. Invoke for '3D creator portfolio', 'designer landing page', 'creative portfolio with magnetic hero', or when the user references the Jack 3D Creator template.
Use this plugin when the user wants a premium precision-farming / agritech landing page: dark/light alternating sections, a fullscreen hero video background, an animated stats grid, an infinite logo marquee, and image-backed service cards. Invoke for 'farming landing page', 'agritech marketing site', 'precision agriculture site', or when the user references the Acreage Farming template.
Use this plugin when the user wants a premium dark-to-light aerospace / propulsion marketing site: a scroll-driven gradient hero with parallax wordmark and an engine still, a film-card that grows from a mission thumbnail into a fullscreen sticky video, a pinned tabbed showcase, a bento capabilities grid with looping video cards and a tool marquee, an animated dark stats chart with category tabs, a horizontal video-story rail, and a starfield footer. Invoke for 'aerospace landing', 'engine / propulsion site', 'EngineTech', 'scroll-cinematic hero', or when the user references the AeroCore template.
Use this plugin when the user wants a premium single-page creative-studio / designer portfolio landing page on a white background: serif-accented hero, an infinite GIF marquee, parallax testimonial, two-card pricing, an auto-scrolling testimonial carousel, vertical project showcase, a mouse-trail partner CTA, and a fixed floating bottom nav. Invoke for 'designer portfolio', 'creative studio landing page', 'agency one-pager', or when the user references the Viktor Oddy / AI Designer Portfolio template.
Use this plugin when the user wants a premium, GSAP-driven cinematic B2B landing page: a scroll-driven full-screen video slider hero with clip-path ellipse transitions, SplitText char-reveal headlines, a masonry product gallery, scroll-reveal about text, a partner marquee, Lottie-style feature cards, and a multi-office footer. Invoke for 'cinematic landing page', 'video hero landing', 'bakery / food-service landing', 'GSAP scroll site', or when the user references the Cinematic Landing Page template.
Use this plugin when the user wants a high-end, dark cinematic hero section for a coding-education / bootcamp landing page (CodeNest): full-screen HLS background video, liquid-glass card, green-accent typography, and a working mobile hamburger menu. Invoke for 'coding bootcamp hero', 'dev course landing page', 'liquid glass hero', 'video background hero', or when the user references the CodeNest template.
| name | last30days |
| description | 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. |
| triggers | ["last 30 days","last30days","recent sentiment","community reaction","what people are saying","trend scan","social research","最近30天","社区反馈"] |
| od | {"mode":"prototype","preview":{"type":"markdown"},"outputs":{"primary":"research/last30days/<safe-topic-slug>.md"},"capabilities_required":["file_write"]} |
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
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
If python3.12 is unavailable, try python3 only after confirming it is
Python 3.12 or newer. If the staged .od-skills/last30days/ path 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.