technews by kesslerio/technews-openclaw-skill
npx skills add https://github.com/kesslerio/technews-openclaw-skill --skill technews从 TechMeme 获取热门新闻,总结链接文章,并突出社交媒体热议。
命令: /technews
从 TechMeme 获取前 10 条新闻,提供链接文章的摘要,并突出显著的社交媒体反应。
此技能需要:
requests 和 beautifulsoup4 包tiktoken 用于基于令牌的截断安装依赖:
pip install requests beautifulsoup4
该技能分三个阶段工作:
scripts/techmeme_scraper.py 获取并解析热门新闻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 stories广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
scripts/article_fetcher.pyscripts/summarizer.py 生成摘要并查找社交媒体反应获取并展示热门科技新闻。
输出包括:
<workspace>/memory/technews_history.json — 最近获取新闻的缓存,以避免重复/technews — 获取最新的科技新闻摘要此技能设计为可扩展到其他来源:
/hn)/reddit)模块化架构允许添加新的来源处理器,而无需更改核心功能。
每周安装数
119
代码仓库
首次出现
2026年2月9日
安全审计
安装于
opencode111
cursor110
gemini-cli109
codex109
openclaw107
kimi-cli106
scripts/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.
Weekly Installs
119
Repository
First Seen
Feb 9, 2026
Security Audits
Installed on
opencode111
cursor110
gemini-cli109
codex109
openclaw107
kimi-cli106
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
40,000 周安装