新闻搜索、新闻摘要、新闻汇总、热点新闻、最新新闻、新闻整理、新闻收集。帮你搜索最近几天的相关新闻(12-25条),生成精美的HTML摘要页面,每条新闻都有摘要和AI深度解读功能,自动打开浏览器展示
Generates interactive HTML news summaries with AI analysis, auto-opening in browser.
/plugin marketplace add zjfls/zhoujie-claude-skills/plugin install zhoujie-skills@zhoujie-claude-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdlib/generator.jslib/html-generator.jslib/news-ai.jslib/server.js一个智能新闻搜索和摘要工具,帮你快速获取和分析最新新闻。
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 格式,确保每次搜索都有唯一目录This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.