← 返回 Skills 市场
pingukim225

Tech Scout

作者 pingukim225 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tech-scout
功能描述
Daily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techniques, and updates relevant to your active proje...
使用说明 (SKILL.md)

Tech Scout — Daily Intelligence Digest

Bottom line: Your agent runs this automatically each morning before your first session. You get a ranked list of 3-5 actionable items from the internet. No noise, no generic newsletters — only things with a clear reason they matter to your specific projects.


When to Invoke

Automated: Run at 06:00-07:00 local time daily, before your morning briefing session.

Manual triggers:

  • "What's new in [domain] this week?"
  • "Did anything relevant drop overnight?"
  • "Tech scout update"
  • "What should I know before today's session?"
  • Any time you want a signal sweep without doing the research yourself

Setup — Define Your Project Domains

Before running Tech Scout for the first time, configure your keyword targets by project area. Example domains:

AI & Automation

  • New model releases, API price drops, free tier changes
  • new AI model AI API update open source LLM AI tool comparison [year]
  • agent framework Claude update GPT update Gemini update

Crypto & Trading

  • New trading frameworks, Hyperliquid updates, perpetuals strategies
  • crypto trading bot algorithmic trading funding rate strategy
  • crypto paper trading HFT bot open source perpetual futures strategy

Content Creation & YouTube

  • Video generation tools, voiceover tech, automation workflows
  • AI video generation faceless YouTube automation text to video [year]
  • AI narration programmatic video YouTube automation tool

Your Active Projects

  • Add any domain-specific keywords for your current focus areas

Data Sources

1. X (Twitter)

Search last 24 hours for each keyword cluster
Filter: min 50 likes OR min 20 retweets (quality signal)
Max 5 results per keyword cluster

2. YouTube

Search for videos uploaded in last 48 hours per keyword cluster
Filter: min 500 views within 48h (early traction signal)
Max 3 results per keyword cluster

3. Reddit

Subreddits relevant to your domains (e.g., r/MachineLearning, r/algotrading, r/YoutubeAutomation)
Filter: upvotes > 100, posted in last 24 hours

4. GitHub

New repos and trending topics
Filter: created in last 7 days, stars > 50
Searches: tool names, framework names, strategy names from your keyword list

5. Web Search (via real-time LLM)

"What new [domain] tools or updates were announced in the last 48 hours?"
"Any major [domain] price changes or new free tiers announced recently?"
Catch-all for items the structured searches miss

Relevance Scoring

Each item gets scored 1-10:

Score Meaning Action
8-10 Direct match to an active project + actionable today ✅ Include — flag HIGH
7 Clearly relevant, worth seeing ✅ Include — flag MEDIUM
1-6 Too generic, wrong timing, or low signal ❌ Skip

Scoring factors:

  • Exact keyword match on active project = +3
  • Mentions cost savings or free alternative to paid tool = +2
  • Has code / repo / tutorial = +2 (immediately actionable)
  • High engagement (viral early signal) = +1
  • Duplicate of something surfaced in last 7 days = -5 (dedup)
  • Generic entertainment / low-signal social = hard reject

Quality bar: Every surfaced item must include a one-line "Why this matters for you" note. If you can't write that note, the item scores below 7 and gets rejected.


Deduplication

Maintain state/tech_scout_seen_urls.txt — append every surfaced URL. Before including any item, check against this file. Never surface the same URL twice within 7 days.


Output Format

File: state/tech_scout_digest_YYYY-MM-DD.md

# Tech Scout Digest — [DATE]
_Sources scanned: X + YouTube + Reddit + GitHub + Web Search_
_Items found: [N] | After 7/10 filter: [M] | Surfacing: [K]_

---

## 🔴 HIGH — Act on This

### [Item Title]
**Source:** Reddit r/[subreddit] | **Score:** 9/10 | **Domain:** [project area]
**Why relevant:** [specific reason]
**Why this matters for you:** [one-line practical impact]
**Link:** [url]
**Suggested action:** [concrete next step — "test this tonight", "read section 3", "check if this replaces [current tool]"]

---

## 🟡 MEDIUM — Good to Know

### [Item Title]
**Source:** YouTube | **Score:** 7/10 | **Domain:** [project area]
**Why relevant:** [specific reason]
**Link:** [url]
**Suggested action:** [concrete next step]

---

## ⚪ FYI — No Action Needed
- [Item]: [one-line summary] ([link])
- [Item]: [one-line summary] ([link])

Morning Briefing Integration

If you run a morning briefing, integrate Tech Scout as follows:

  1. Read state/tech_scout_digest_YYYY-MM-DD.md
  2. Extract the top 1-3 HIGH items
  3. Include a "🔬 Tech Scout" section in your morning briefing output
  4. If no HIGH items: include the top MEDIUM item
  5. Always link to the full digest

Error Handling

  • X API rate-limited → skip X, continue with other sources, note in digest header
  • Reddit quota exceeded → fall back to web search for Reddit content
  • GitHub API returns 403 → skip GitHub for today, note in header
  • Always write the output file even if partial — note which sources failed

Implementation Notes

APIs typically needed:

  • X (Twitter) Bearer Token
  • Google API key (for YouTube search)
  • Reddit scraper (Apify or direct Reddit API)
  • GitHub REST API (public search, no key needed)
  • Real-time web search LLM (Grok, Perplexity, or similar)

Script entry point: tech_scout.py --date today [--dry-run] Schedule: Daily at 06:00-07:00 before morning session Output path: state/tech_scout_digest_YYYY-MM-DD.md

安全使用建议
Install only if you want a recurring research digest. Before using it, choose non-sensitive keyword clusters, provide only scoped provider credentials, and periodically review or clear the local state and digest files.
功能分析
Type: OpenClaw Skill Name: tech-scout Version: 1.0.0 The 'tech-scout' skill is a legitimate research automation tool designed to aggregate and score technical updates from X, YouTube, Reddit, and GitHub. The instructions in SKILL.md define clear, transparent logic for filtering content, maintaining state in 'state/tech_scout_seen_urls.txt', and generating daily digests. While the skill requires various API keys and requests scheduled execution, these capabilities are strictly aligned with its stated purpose of providing a daily intelligence briefing and show no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is a daily intelligence digest across X, YouTube, Reddit, GitHub, and web search, and the requested capabilities fit that purpose. The user should still understand that project-interest keywords may be sent to external services.
Instruction Scope
The skill explicitly asks to run daily in the morning and integrate with a morning briefing. This is disclosed and purpose-aligned, but the user should confirm they want recurring proactive research rather than only manual invocation.
Install Mechanism
No install spec or code files are present, so there is no artifact evidence of package installation, hidden helper code, shell execution, or background daemon setup.
Credentials
The registry metadata declares no required environment variables or primary credential, while the SKILL.md says X and Google/YouTube API credentials are typically needed. That is under-declared but appears purpose-aligned for the requested integrations.
Persistence & Privilege
The skill writes local state files for seen URLs and daily digests. This is proportionate for deduplication and briefing output, but it creates persistent records of research interests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tech-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tech-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tech Scout 1.0.0 — initial release - Launches automated daily research digest scanning X, YouTube, Reddit, and GitHub for relevant project updates. - Filters for actionable, high-signal items using a custom 7/10 quality bar and clear relevance scoring. - Surfaces 3–5 ranked items daily, each with a specific "why this matters for you" note. - Deduplicates content and auto-skips low-impact or repeated items. - Designed for easy integration with morning briefings and supports custom project-domain targeting.
元数据
Slug tech-scout
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tech Scout 是什么?

Daily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techniques, and updates relevant to your active proje... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 Tech Scout?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tech-scout」即可一键安装,无需额外配置。

Tech Scout 是免费的吗?

是的,Tech Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tech Scout 支持哪些平台?

Tech Scout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tech Scout?

由 pingukim225(@pingukim225)开发并维护,当前版本 v1.0.0。

💬 留言讨论