← 返回 Skills 市场
pingukim225

03 Tech Scout

作者 pingukim225 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 03-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

安全使用建议
This skill appears suitable if you want an automated daily research digest. Before enabling it, confirm whether your agent will actually run it on a schedule, use restricted API keys, avoid confidential project names in search keywords, and review suggested actions before acting on external links or repositories.
功能分析
Type: OpenClaw Skill Name: 03-tech-scout Version: 1.0.0 The 'tech-scout' skill is a legitimate research tool designed to aggregate and filter technical intelligence from social media and developer platforms (X, YouTube, Reddit, GitHub). The SKILL.md file provides clear, structured instructions for content filtering, relevance scoring, and daily reporting, all of which align with the stated purpose. There is no evidence of malicious intent, data exfiltration, or unauthorized command execution; the mentioned network and file operations are standard for a research-oriented agentic workflow.
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The requested capabilities fit the stated purpose of building a daily intelligence digest from X, YouTube, Reddit, GitHub, and web search. The notable privacy point is that project domains and keywords may be used in external searches.
Instruction Scope
The instructions are bounded to research, ranking, deduplication, and digest creation, but they explicitly ask for automated daily operation before the morning session.
Install Mechanism
There is no install spec and no code files, which reduces executable-code risk. The source/homepage are unknown and the visible SKILL.md excerpt is truncated in the supplied artifacts, so review confidence is limited.
Credentials
External APIs and provider credentials are expected for this kind of source scanning, but registry metadata declares no required env vars or primary credential while the skill text indicates API tokens may be needed.
Persistence & Privilege
The skill writes digest and deduplication files under state/ and asks to run daily. This is purpose-aligned, but users should confirm they want recurring activity and local retention.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 03-tech-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /03-tech-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Tech Scout: a daily, multi-source intelligence digest for technical project updates. - Proactively scans X (Twitter), YouTube, Reddit, GitHub, and the web for relevant tools, techniques, and updates. - Filters items using a 7/10 quality bar with clear "why this matters for you" notes. - Outputs a ranked shortlist (3-5 actionable items) before your morning session. - Deduplication prevents repeat items within 7 days. - Automated daily or manual trigger; easily integrated into morning briefings. - Handles API errors gracefully and always produces an output digest.
元数据
Slug 03-tech-scout
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

03 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 插件,目前累计下载 37 次。

如何安装 03 Tech Scout?

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

03 Tech Scout 是免费的吗?

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

03 Tech Scout 支持哪些平台?

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

谁开发了 03 Tech Scout?

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

💬 留言讨论