用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/levineam/lastXdays-skill --skill lastxdays命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | lastXdays |
| description | Research a topic from the last X days on Reddit + X + Web. Specify number of days as first argument. |
Research ANY topic across Reddit, X, and the web with a configurable time window. Specify how many days back to search.
lastXdays 7 "AI tools" # Last 7 days
lastXdays 14 "Claude Code" # Last 2 weeks
lastXdays 3 "breaking news" # Last 3 days
lastXdays "best prompts" # Defaults to 30 days
Run the research script:
python3 ~/.claude/skills/lastXdays/scripts/lastXdays.py <days> "$TOPIC" --emit=compact 2>&1
Examples:
python3 ~/.claude/skills/lastXdays/scripts/lastXdays.py 7 "AI tools" --emit=compact
python3 ~/.claude/skills/lastXdays/scripts/lastXdays.py 14 "best practices" --quick
python3 ~/.claude/skills/lastXdays/scripts/lastXdays.py 3 "breaking news" --deep
--quick — Faster, fewer sources (8-12 each)--deep — Comprehensive (50-70 Reddit, 40-60 X)--emit=MODE — Output: compact|json|md|context|path--sources=MODE — Source: auto|reddit|x|both--debug — Verbose loggingSame format as last30days — engagement metrics, synthesis, and copy-paste prompts tailored to the user's target tool.
Based on last30days skill with configurable time range parameter.