一个智能新闻搜索和摘要工具,帮你快速获取和分析最新新闻。
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionnews-summaryExecute the skills CLI command in your project's root directory to begin installation:
Fetches news-summary from zjfls/zhoujie-claude-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate news-summary. Access via /news-summary in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
2
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
2
stars
一个智能新闻搜索和摘要工具,帮你快速获取和分析最新新闻。
sleep 1 秒,防止速率限制对每条新闻提取:
<当前工作目录>/news-summary/<timestamp>_<topic>/
pwd 获取当前工作目录的绝对路径<timestamp> 格式:YYYYMMDD_HHMM(如:20260111_1145),确保每次搜索都有唯一目录<topic> 从用户查询提取关键词(如:AI、deepseek),无法提取时使用 news/path/to/work/news-summary/20260111_1145_AI/news_summary_<topic>.html<当前工作目录>/news-summary/<timestamp>_<topic>/analysis/news_analysis_<newsId>.md<script src="/news-ai.js"></script><工作目录>/news-summary/<timestamp_topic>/analysis/news_analysis_<id>.htmlGET /check-analysis?newsId=<id>×tamp=<timestamp_topic> - 检查解读文件是否存在POST /analyze - 生成 AI 解读(支持 customPrompt,输出完整 HTML)DELETE /delete-analysis?newsId=<id>×tamp=<timestamp_topic> - 删除解读GET /view-analysis?newsId=<id>×tamp=<timestamp_topic> - 查看解读(直接返回 HTML)GET /news-summary/<timestamp_topic>/<filename> - 静态文件服务GET /news-ai.js - 前端脚本netstat -ano | findstr 3456lsof -ti:3456 或 netstat -ano | grep 3456taskkill /F /PID <进程ID>kill -9 <进程ID>start /B node <skill目录>/lib/server.jsnode <skill目录>/lib/server.js &http://localhost:3456/news-ai.js 应该返回 JavaScript 代码Start-Process "http://localhost:3456/news-summary/<timestamp_topic>/news_summary_<topic>.html"open "http://localhost:3456/news-summary/<timestamp_topic>/news_summary_<topic>.html"xdg-open "http://localhost:3456/news-summary/<timestamp_topic>/news_summary_<topic>.html"<topic>(无法提取则用 news)<timestamp> = YYYYMMDD_HHMM 格式<timestamp>_<topic>(如:20260111_1145_AI)pwd 获取绝对路径<当前工作目录>/news-summary/<timestamp>_<topic>/<当前工作目录>/news-summary/<timestamp>_<topic>/news_summary_<topic>.html<script src="/news-ai.js"></script>node <skill目录>/lib/server.js &http://localhost:3456/news-summary/<timestamp>_<topic>/news_summary_<topic>.htmldata-news-id: 新闻 ID(0, 1, 2...)data-news-url: 原文链接data-news-source: 来源data-news-time: 发布时间data-news-title: 新闻标题data-news-summary: 新闻摘要<script src="/news-ai.js"></script>(使用绝对路径)pwd 获取当前工作目录)<script src="/news-ai.js"></script>,否则 AI 解读功能不可用YYYYMMDD_HHMM 格式,确保每次搜索都有唯一目录Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
pproenca/dot-skills
ailabs-393/ai-labs-claude-skills
mattpocock/skills
Keeps context tight: news-summary is the kind of skill you can hand to a new teammate without a long onboarding doc.
news-summary fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend news-summary for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in news-summary — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
news-summary has been reliable in day-to-day use. Documentation quality is above average for community skills.
news-summary has been reliable in day-to-day use. Documentation quality is above average for community skills.
Registry listing for news-summary matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: news-summary is the kind of skill you can hand to a new teammate without a long onboarding doc.
news-summary is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
news-summary reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 42