Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

technology-search技术搜索

Agent Skill

technology-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,738

周安装

71

GitHub Stars

5,096

下载量

557
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:technology-search(技术搜索)
来源仓库:https://github.com/netease-youdao/lobsterai
仓库路径:skills/technology-search
安装命令:
npx skills add https://github.com/netease-youdao/lobsterai --skill technology-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/netease-youdao/lobsterai --skill technology-search

简介

technology-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于技术开发、工具链选择和解决方案调研等研究检索场景。
  • 通过关键词或任务场景输入,返回匹配的候选信息列表供进一步处理。
  • 安装命令:npx skills add https://github.com/netease-youdao/lobsterai --skill technology-search。
  • 使用前请确认仓库维护状态及是否涉及文件读写或网络请求权限。

SKILL.md

Technology News Search

Real-time keyword-based search across 75 tech news sources with smart domain routing, automatic network adaptation, domain aliases, heat analysis, and translation.

Overview

This skill searches multiple technology news sources simultaneously, automatically detects technical domains from your keyword (with alias support), routes to relevant sources only, ranks results by "heat score" (based on cross-source appearance, recency, and keyword relevance), and presents them in a clean Markdown format with automatic English-to-Chinese translation.

Total Sources: 75 (18 China + 57 Global, across 9 core technical domains)

Automatic Network Adaptation: The skill silently detects network accessibility and automatically adjusts source selection:

  • Global network accessible: Uses all 75 sources (China + Global)
  • 🇨🇳 China-only network: Automatically uses 18 China sources only
  • Completely transparent: Detection is cached for 5 minutes, no user notification needed

News Sources by Domain:

  • General (25 sources):

- 🌍 International: TechCrunch, The Verge, Wired, Ars Technica, MIT Technology Review, VentureBeat, Hacker News - 🇨🇳 China: 36氪, 虎嗅, IT之家, 机器之心, 量子位, 钛媒体, 掘金, InfoQ中文站, 开源中国, 博客园, SegmentFault, V2EX, 极客公园, 爱范儿, PingWest品玩, 少数派, 雷锋网, 阿里云开发者

  • Frontend/Web (14 sources):

- 🌍 Dev.to (React, Vue, Electron, JavaScript, TypeScript), Reddit (r/javascript, r/reactjs, r/vuejs, r/electronjs, r/webdev), Official Blogs (React, Vue, Electron) - 🇨🇳 掘金 (frontend)

  • Backend (16 sources):

- 🌍 Dev.to (Python, Go, Node.js, Java, TypeScript), Reddit (r/Python, r/golang, r/node, r/java), Official Blogs (Node.js, Python, Go, Rust) - 🇨🇳 掘金, 博客园, 阿里云开发者 - Now includes databases (MySQL, PostgreSQL, MongoDB, Redis)

  • Mobile (4 sources): Reddit (r/androiddev, r/iOSProgramming, r/FlutterDev), Android Developers Blog
  • AI/ML (11 sources):

- 🌍 VentureBeat, Dev.to (AI, Machine Learning), Reddit (r/MachineLearning, r/artificial, r/LocalLLaMA) - 🇨🇳 机器之心, 量子位, 雷锋网

  • DevOps (9 sources):

- 🌍 Dev.to (Docker, Kubernetes), Reddit (r/docker, r/kubernetes, r/devops), Official Blogs (Docker, Kubernetes) - 🇨🇳 阿里云开发者 - Now includes cloud (AWS, Azure, GCP)

  • Hardware (4 sources): Hackaday, Arduino Blog, Reddit (r/arduino, r/raspberry_pi)
  • Security (4 sources): The Hacker News (security), Krebs on Security, Reddit (r/netsec, r/cybersecurity)
  • OS (1 source): Phoronix

Smart Source Routing

Enhanced with Domain Aliases + Network Adaptation: The skill automatically detects technical domains from your keyword and searches only relevant sources. Network accessibility is detected silently in the background - if global sources are not accessible, the system automatically uses China sources only. Detection result is cached for 5 minutes.

How it works:

  1. Silently detect network environment (cached for 5 minutes)
  2. Filter sources by network accessibility (global vs China-only)
  3. Analyze keyword (supports English and Chinese)
  4. Detect technical domains (e.g., "Electron" → frontend, "ChatGPT" → AI, "web" → frontend via alias)
  5. Search relevant sources + general sources
  6. Rank by heat score and return results

Examples (assuming global network accessible):

  • "Electron 技术资讯" → Detects: {general, frontend} → Searches: ~37 sources
  • "web development" → Detects: {general, frontend} → Searches: ~37 sources (alias: "web" → frontend)
  • "前端框架" → Detects: {general, frontend} → Searches: ~37 sources
  • "ChatGPT 最新消息" → Detects: {general, ai} → Searches: ~30 sources
  • "ML models" → Detects: {general, ai} → Searches: ~30 sources (alias: "ML" → ai)
  • "机器学习" → Detects: {general, ai} → Searches: ~30 sources
  • "Docker 安全漏洞" → Detects: {general, devops, security} → Searches: ~32 sources
  • "云计算" → Detects: {general, devops} → Searches: ~28 sources (alias: "云" → devops)
  • "database optimization" → Detects: {general, backend} → Searches: ~35 sources (merged: database → backend)
  • "运维自动化" → Detects: {general, devops} → Searches: ~28 sources
  • "树莓派 IoT" → Detects: {general, hardware} → Searches: ~23 sources
  • "OpenAI ChatGPT" → Detects: {general, ai} → Searches: ~30 sources (company + product keywords)
  • "技术新闻" (generic) → Detects: {general} → Searches: ~25 general sources only

Network Adaptation (completely transparent to user):

  • 🌍 Global accessible: Uses all 75 sources
  • 🇨🇳 China-only network: Automatically switches to 18 China sources (掘金, InfoQ中文站, 开源中国, 博客园, SegmentFault, V2EX, 36氪, 虎嗅, IT之家, 机器之心, 量子位, 钛媒体, 极客公园, 爱范儿, PingWest品玩, 少数派, 雷锋网, 阿里云开发者)
  • Fast detection: 3-second timeout with 5-minute cache
  • 🔇 Silent operation: No user notification, completely seamless

To disable smart routing and search all available sources (respects network availability):

bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "keyword" --all-sources

Supported Technical Domains

The smart routing system recognizes keywords in these 9 core domains (English and Chinese):

  1. Frontend/Web: React, Vue, Angular, Electron, JavaScript, TypeScript, Webpack, Vite, Vercel, Netlify, JAMstack, MERN, 前端, 网页, 界面
  2. Backend: Python, Go, Java, Rust, Node.js, Django, Flask, Spring, MySQL, PostgreSQL, MongoDB, Redis (databases merged), LAMP, LEMP, 后端, 服务器, API, 数据库, 存储
  3. Mobile: Android, iOS, Flutter, React Native, Swift, Kotlin, 移动开发, 手机, App
  4. AI/ML: AI, ChatGPT, LLM, OpenAI, Anthropic, Google AI, DeepMind, Machine Learning, PyTorch, TensorFlow, Copilot, 人工智能, 机器学习, 大模型, 百度, 阿里
  5. DevOps: Docker, Kubernetes, CI/CD, Jenkins, Terraform, Ansible, AWS, Azure, GCP, Cloud Computing (cloud merged), HashiCorp, 运维, 部署, 云计算, 云服务, 阿里云, 腾讯云
  6. Hardware: Arduino, Raspberry Pi, IoT, ESP32, 硬件, 物联网, 嵌入式
  7. Security: Security, Vulnerability, CVE, Exploit, Encryption, 安全, 漏洞, 网络安全, 信息安全
  8. OS: Linux, Windows, macOS, Kernel, Ubuntu, 操作系统, 内核, 系统
  9. Blockchain: Ethereum, Bitcoin, Web3, Smart Contract, Solana, DeFi, NFT, 区块链, 加密货币, 比特币, 以太坊

Domain Aliases (auto-resolved):

  • "web", "网站" → Frontend
  • "database", "db", "数据库", "存储" → Backend
  • "cloud", "云", "云服务" → DevOps
  • "ML", "machine-learning", "数据科学" → AI
  • "ops", "SRE", "infrastructure" → DevOps
  • "fe" → Frontend
  • "be", "server", "服务端" → Backend
  • "IoT", "embedded" → Hardware
  • "infosec", "cybersecurity", "信息安全" → Security

Quick Start

When user asks: "Search for Electron tech news" or "搜索 Electron 技术资讯"

Execute:

bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "Electron" --limit 15

The script will:

  1. Detect domains: {general, frontend}
  2. Search 26 relevant sources (13 general + 13 frontend)
  3. Output JSON with articles ranked by heat score

Read the JSON and present results in Markdown format with translations.

Workflow

  1. Extract keyword from user query

- English examples: "Search for OpenAI news", "Find articles about ChatGPT" - Chinese examples: "搜索 苹果 的科技新闻", "查找 AI 相关资讯"

  1. Run search script bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "[keyword]" --limit 15 --max-per-source 5 # To search all sources (disable smart routing) bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "[keyword]" --limit 15 --all-sources Parameters:

- --limit 15: Fetch up to 15 articles from each source - --max-per-source 5: Display max 5 articles per source (ensures diversity) - --no-balance: Disable balancing (show all results sorted by heat) - --all-sources: Search all 75 sources (disable smart routing)

  1. Read JSON output

- Script outputs to stdout - Contains: keyword, total_found, search_time, results array - Each result has: title, summary, url, published_at, source, language, heat_score, duplicate_sources

  1. Translate English content

- For articles with language: "en", translate title and summary to Chinese - Keep technical terms in English (AI, GPT, API, SDK, etc.) - Format: English Title / 中文翻译

  1. Format results by heat tier

- 🔥 Hot News (90+): Top stories appearing on multiple sources or very recent - 📈 Trending (60-89): Moderately popular or recent stories - 📰 Related (<60): Other relevant matches

  1. Present as Markdown

- See Output Format section below

Source Balancing

Default behavior: The script limits each source to 5 articles to ensure diversity across different news sources.

Why balancing matters:

  • Prevents single sources (like Hacker News) from dominating results
  • Ensures exposure to different editorial perspectives
  • Provides better coverage across international and Chinese sources

Customization:

# Show more articles per source
bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "AI" --max-per-source 10

# Disable balancing (show all by heat score only)
bash "$SKILLS_ROOT/technology-news-search/scripts/search-news.sh" "AI" --no-balance

How it works:

  1. Fetch articles from all sources (up to --limit per source)
  2. Calculate heat scores for all articles
  3. Sort by heat score (highest first)
  4. Apply diversity filter: keep top --max-per-source from each source
  5. Result: Balanced mix of high-quality articles from diverse sources

Output Format

Present search results in this Markdown format:

# 🔍 "[Keyword]" Technology News

> 📊 Found 12 articles from 7 sources
> 🕐 Search time: 2026-02-18 14:30

---

## 🔥 Hot News (Heat 90+)

### 1. OpenAI Announces GPT-5 Release Date / OpenAI 宣布 GPT-5 发布日期
**Source**: TechCrunch | **Published**: 2h ago | **Heat**: ⭐⭐⭐⭐⭐ (95)

**Summary**: OpenAI CEO Sam Altman revealed that GPT-5 will launch in Q2 2026... / OpenAI CEO Sam Altman 透露 GPT-5 将在 2026 年第二季度推出...

🔗 [Read more](https://techcrunch.com/2026/02/18/openai-gpt5)

*💡 Also on: The Verge, Wired, MIT Tech Review*

---

### 2. GPT-5 性能测试曝光:超越人类专家水平
**Source**: 机器之心 | **Published**: 5h ago | **Heat**: ⭐⭐⭐⭐ (88)

**Summary**: 据可靠消息源透露,GPT-5 在多项基准测试中已超越人类专家水平...

🔗 [Read more](https://jiqizhixin.com/articles/2026-02-18-gpt5)

---

## 📈 Trending News (Heat 60-89)

### 3. [Title] / [Translation]
...

## 📰 Related News (Heat <60)

### 10. [Title]
...

Format Notes:

  • Group by heat score tiers (Hot 90+, Trending 60-89, Related <60)
  • Always translate English content to Chinese
  • Include source attribution and publish time
  • Show duplicate sources with "Also on:..." line
  • Use star ratings for heat visualization (5 stars = 90-100, 4 stars = 70-89, etc.)
  • Provide clickable links to original articles

Source Configuration

Sources are configured in references/sources.json.

To enable/disable sources: Edit the JSON file and set "enabled": true/false.

To add new sources: Add entry to sources array with required fields (id, name, url, type, language, category).

The heat score (0-100) combines multiple factors:

  • Multi-source bonus: +20 per duplicate source (same story on multiple sites)
  • Time decay:

- 24h or less: +40 points (very fresh) - 24-48h: +28 points (recent) - 48-72h: +16 points (somewhat recent) - 72h+: +8 points (older)

  • Keyword match quality:

- Exact title match: +30 - Partial title match: +15 - Summary match: +5

  • HN engagement: +1 per 10 points (max +20)
  • Reddit engagement: +1 per 10 upvotes (max +20, NEW)
  • Official source bonus: +10 (for official blogs, NEW)
  • Base score: 20

Articles appearing on multiple sources rank higher, indicating broader industry interest. Official blog posts from React, Vue, Docker, etc. get priority. Reddit posts with high upvotes get boosted.

Notes

  • Always translate: English titles and summaries should have Chinese translations
  • Preserve technical terms: Keep AI, GPT, API, SDK, LLM, etc. in English
  • Clean presentation: Use Markdown only, no complex HTML artifacts
  • Cross-reference duplicates: Show which sources covered the same story
  • Keyword matching: Script searches in both titles and summaries across all languages

Troubleshooting

No results found:

  • Try broader keywords (e.g., "AI" instead of "GPT-5 benchmarks")
  • Check if sources are accessible (firewall/network issues)
  • Verify sources are enabled in references/sources.json

Script errors:

  • Ensure Node.js is available or LobsterAI Electron is running
  • Check network connectivity
  • Review stderr output for specific error messages
  • Some sources may be temporarily unavailable

Slow performance:

  • Reduce --limit parameter (default is 15)
  • Disable some sources in references/sources.json
  • Network speed affects RSS fetching time

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.78%
按下载量换算194

Claude

31.74%
按下载量换算177

Cursor

17.73%
按下载量换算99

Gemini CLI

9.95%
按下载量换算55

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills