Best use case
📡 Tech Brief - 科技资讯简报 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
追踪内存、AI、算力领域的最新资讯、政策、活动和热点话题。
Teams using 📡 Tech Brief - 科技资讯简报 should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tech-brief/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 📡 Tech Brief - 科技资讯简报 Compares
| Feature / Agent | 📡 Tech Brief - 科技资讯简报 | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
追踪内存、AI、算力领域的最新资讯、政策、活动和热点话题。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 📡 Tech Brief - 科技资讯简报 追踪内存、AI、算力领域的最新资讯、政策、活动和热点话题。 ## ⚙️ 前置依赖 首次使用前需安装依赖: ```bash pip install requests beautifulsoup4 lxml python-dateutil feedparser ``` ## 🎯 触发条件 当用户说出以下关键词时激活: - "科技资讯" - "每日简报" - "最新科技" - "内存新闻" - "AI新闻" - "算力动态" ## 📊 覆盖内容 | 类别 | 内容 | |------|------| | 行业新闻 | 内存、AI、算力相关新品、技术动态 | | 政策动态 | 国家/地方AI政策、算力规划 | | 活动会议 | 发布会、行业峰会、研讨会 | | 热点话题 | 微博热搜、知乎热榜 | ## 🔄 工作流程 ``` Phase 1: 并发采集 → Phase 2: 过滤分类 → Phase 3: 输出简报 ``` ### Phase 1: 信息采集 | 脚本 | 功能 | |------|------| | `fetch_news.py` | 采集科技媒体新闻(RSS + 爬虫) | | `fetch_policy.py` | 采集AI/算力相关政策(复用 AI Policy Brief) | | `fetch_trends.py` | 采集热点话题(微博、知乎) | ### Phase 2: 内容过滤 - **时间过滤**:最近7天 - **关键词匹配**:内存、AI、算力、大模型、GPU、DDR5、H100 等 - **去重**:同一内容保留最权威来源 ### Phase 3: 输出简报 结构化 Markdown 输出,推送给用户 ## 📁 目录结构 ``` tech-brief/ ├── SKILL.md # 本文档 ├── scripts/ │ ├── daily_fetch.py # 每日汇总主脚本 │ ├── fetch_news.py # 新闻采集 │ ├── fetch_policy.py # 政策采集 │ └── fetch_trends.py # 热点采集 ├── references/ │ └── sources.md # 数据源清单 └── output/ # 生成的简报 ``` ## 🚀 快速开始 ### 方式一:手动触发 ```bash python scripts/daily_fetch.py --days 7 ``` ### 方式二:定时自动(cron) ```bash # 每天早上 8:30 自动执行 30 8 * * * python /path/to/scripts/daily_fetch.py ``` ## ⚙️ 可选参数 | 参数 | 默认值 | 说明 | |------|--------|------| | `--days` | 7 | 时间范围(天) | | `--output` | output/brief.md | 输出文件 | | `--topics` | memory,ai,compute | 主题筛选 | | `--quiet` | False | 静默模式(不打印日志) | ## 📋 输出示例 ```markdown # 📡 科技资讯简报(2026年4月3日) ## 🔥 热点话题 - 微博:#内存价格暴涨# TOP10 - 知乎:英伟达新GPU发布引热议 ## 📰 行业新闻 - [三星量产DDR5-9600] 超能网 - [OpenAI发布GPT-5] TechCrunch ## 📜 政策动态 - 国务院:加快推进AI发展意见 - 广东省:算力基础设施专项规划 --- 📊 今日共收录 XX 条资讯 ``` ## 🔧 数据源清单 详见 `references/sources.md` ## ⚠️ 注意事项 - 部分网站有反爬机制,需降低请求频率 - 热点话题获取可能需要登录或 API - 政策信息以政府官网为准,媒体解读仅作参考
Related Skills
simple-tech-analyzer - 简易技术分析器
**版本**: 1.0.0
ai-news-brief
自动抓取 AI/算力/大模型/GPU 相关最新资讯简报,使用 Chrome 浏览器自动化绕过反爬,支持多个科技媒体来源,支持PDF生成和邮件推送
clawtech-setup
Use when setting up a new claw agent with tapes.dev telemetry and clawtel leaderboard reporting. Installs tapes, clawtel, and the openclaw-in-a-box orchestrator skill.
tiger-market-brief
Generate a concise Chinese market brief for the trader agent using Tiger API first and Yahoo Finance as supplement. Use for hourly market snapshots, trader brief requests, or scheduled market updates. Always run the local script instead of freehand summarizing.
daily-brief
Send a daily operational brief from your self-hosted OpenClaw to Telegram — agent health, unresolved issues, and weekly evolution highlights, every morning.
dailybit-tech-digest
Curated daily digest from 92 top tech blogs (Andrej Karpathy's list) with AI-generated Chinese summaries, hierarchical tags, and personalized recommendations. Triggers: "今日技术博客", "高质量技术文章", "tech blog digest", "优质博客推荐", "技术发展趋势", "AI行业动态", "每日技术简报", "中文科技摘要", "top tech blogs today", "curated tech reading", "what's trending in tech", "developer daily briefing", "有什么值得看的技术文章", "最近有什么技术趋势", "帮我看看今天的博客", "优质英文博客中文速览".
Meeting Brief Copilot
Turn people, companies, agendas, notes, and email threads into consulting-style meeting briefs, sharp questions, follow-up emails, and action items.
tech-news-digest
Generate tech news digests with unified source model, quality scoring, and multi-format output. Six-source data collection from RSS feeds, Twitter/X KOLs, GitHub releases, GitHub Trending, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.
daily-briefing-hub
All-in-one daily briefing that combines Google Calendar events, Gmail/Outlook email highlights, weather forecast, GitHub PR and CI status, Hacker News and RSS feeds, and Todoist/ClickUp/Linear tasks into a single prioritized morning summary delivered via Telegram, Slack, WhatsApp, or Discord. Use this skill for: morning briefing, daily digest, daily summary, daily standup prep, "what's on my plate today", "brief me", "what did I miss", end-of-day recap, personalized news digest, schedule overview, inbox summary, daily notification, recurring morning update via cron, or any request to see a combined overview of calendar plus email plus tasks plus news. This is your AI chief of staff that replaces checking 6 apps every morning. Works with whatever tools you have configured — skips what's missing, uses what's available.
fulcra-morning-briefing
Compose a personalized morning briefing using sleep, biometrics, calendar, and weather data from the Fulcra Life API. Adapts tone and detail to how your human actually slept.
feynman-technique-explainer
Explain any concept using the Feynman Technique, plain language, a real-world analogy, a concrete example, and a comprehension quiz. No jargon from the concept allowed.
tech-stack-evaluator
Technology stack evaluation and comparison with TCO analysis, security assessment, and ecosystem health scoring. Use when comparing frameworks, evaluating technology stacks, calculating total cost of ownership, assessing migration paths, or analyzing ecosystem viability.