← Back to Skills Marketplace
pingukim225

Tech Scout

by pingukim225 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tech-scout
Description
Daily multi-source intelligence digest that proactively scans X, YouTube, Reddit, and GitHub for tools, techniques, and updates relevant to your active proje...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptorequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tech-scout
  3. After installation, invoke the skill by name or use /tech-scout
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tech-scout
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.

How do I install Tech Scout?

Run "/install tech-scout" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tech Scout free?

Yes, Tech Scout is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tech Scout support?

Tech Scout is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tech Scout?

It is built and maintained by pingukim225 (@pingukim225); the current version is v1.0.0.

💬 Comments