Skip to content
BeClaude

deep-reach

New
GitHub TrendingGeneralby Runesmith-Studio

Ask once, get a cited research brief. AI social listening, market research & competitive intelligence as one Claude Code skill — scans the 30-day pulse, reads real originals across 13+ platforms (Reddit/X/YouTube/Bilibili/Xiaohongshu), rates how much to trust it.

First seen 6/27/2026

Summary

Deep Reach is a research skill that lets you ask one question and get a cited brief covering the 30-day pulse across 13+ platforms like Reddit, X, YouTube, Bilibili, and Xiaohongshu.

  • It performs AI social listening, market research, and competitive intelligence, rating source trustworthiness so you know what to rely on.
  • For developers, it saves hours of manual scraping and reading by delivering a structured, evidence-based summary of current conversations and trends.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/deep-reach.md https://raw.githubusercontent.com/Runesmith-Studio/deep-reach/main/SKILL.md
3
Invoke in Claude Code
/deep-reach

Use Cases

Monitor developer sentiment on Rust's async/await improvements across Reddit and X over the past month.
Gather competitive intelligence on a new Rust web framework by scanning YouTube tutorials and Bilibili reviews.
Track emerging trends in Rust game development by aggregating posts from Xiaohongshu and Reddit.
Validate a product idea by analyzing trust-rated discussions about Rust tooling on multiple platforms.
Prepare a research brief on Rust's adoption in embedded systems using the latest 30-day data from technical forums.

Usage Examples

1

/deep-reach What is the current sentiment on Rust's borrow checker among developers on Reddit and X?

2

/deep-reach Summarize the top discussions about Rust vs Go for backend services from the last 30 days on YouTube and Bilibili.

3

/deep-reach Provide a trust-rated research brief on Rust's role in WebAssembly, including sources from Xiaohongshu and Reddit.

View source on GitHub
rust

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is deep-reach?

Deep Reach is a research skill that lets you ask one question and get a cited brief covering the 30-day pulse across 13+ platforms like Reddit, X, YouTube, Bilibili, and Xiaohongshu. It performs AI social listening, market research, and competitive intelligence, rating source trustworthiness so you know what to rely on. For developers, it saves hours of manual scraping and reading by delivering a structured, evidence-based summary of current conversations and trends.

How to install deep-reach?

To install deep-reach: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/deep-reach.md https://raw.githubusercontent.com/Runesmith-Studio/deep-reach/main/SKILL.md. Finally, /deep-reach in Claude Code.

What is deep-reach best for?

deep-reach is a skill categorized under General. It is designed for: rust. Created by Runesmith-Studio.

What can I use deep-reach for?

deep-reach is useful for: Monitor developer sentiment on Rust's async/await improvements across Reddit and X over the past month.; Gather competitive intelligence on a new Rust web framework by scanning YouTube tutorials and Bilibili reviews.; Track emerging trends in Rust game development by aggregating posts from Xiaohongshu and Reddit.; Validate a product idea by analyzing trust-rated discussions about Rust tooling on multiple platforms.; Prepare a research brief on Rust's adoption in embedded systems using the latest 30-day data from technical forums..