一键导入
technews
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
X/Twitter CLI for reading, searching, posting, and engagement via cookies.
Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.
Expert guide for designing iOS, macOS, watchOS, tvOS, and visionOS apps following Apple Human Interface Guidelines. Use when building Apple platform apps or interfaces, implementing SF Symbols, designing with iOS components, following accessibility guidelines, or creating native Apple experiences. Covers design principles, patterns, components, typography, color, layout, navigation, and platform-specific conventions.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
| name | technews |
| description | Fetches top stories from TechMeme, summarizes linked articles, and highlights social media reactions. Use when user wants tech news or says /technews. |
| metadata | {"openclaw":{"emoji":"📰"}} |
Fetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz.
Command: /technews
Fetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions.
This skill requires:
requests and beautifulsoup4 packagestiktoken for token-aware truncationInstall dependencies:
pip install requests beautifulsoup4
The skill works in three stages:
scripts/techmeme_scraper.py fetches and parses top storiesscripts/article_fetcher.py retrieves article content in parallelscripts/summarizer.py generates summaries and finds social reactionsFetches and presents top tech news stories.
Output includes:
<workspace>/memory/technews_history.json — cache of recently fetched stories to avoid repeats/technews — Get the latest tech news summaryThis skill is designed to be extended to other sources:
/hn)/reddit)The modular architecture allows adding new source handlers without changing core functionality.