Multi-Platform Research
Free read and search access to 16+ platforms via Agent Reach — Twitter/X, YouTube, Reddit, GitHub, web pages, RSS feeds, Weibo, and more. No API costs for most tools.
How to Use
Use the exec tool to run use. Credentials are loaded automatically from the workspace.
use research <TOOL_NAME> '<json_args>'
Available Tools
Web Pages — Jina Reader (free, no auth)
- Tool:
JINA_READ
- Args:
{ "url": "https://example.com/article" }
- Use for: reading any web page as clean markdown — articles, docs, company pages
Web Search — Exa (1 credit)
- Tool:
EXA_SEARCH
- Args:
{ "query": "search terms", "count": 5 }
- Use for: AI-native semantic search across the web
Twitter/X — bird CLI (cookie auth)
Tool: BIRD_SEARCH
Args: { "query": "AI agents", "count": 10 }
Use for: searching tweets, monitoring mentions, competitor research
Tool: BIRD_READ
Args: { "url_or_id": "https://x.com/user/status/123" }
Use for: reading a specific tweet or thread
Note: These are READ-ONLY. For posting, liking, DMs, or threads use the X Strategy skill.
YouTube — yt-dlp (free, no auth)
Tool: YTDLP_METADATA
Args: { "url": "https://youtube.com/watch?v=..." }
Use for: video title, description, view count, channel info
Tool: YTDLP_SEARCH
Args: { "query": "topic", "count": 10 }
Use for: finding videos by keyword
Tool: YTDLP_SUBTITLES
Args: { "url": "https://youtube.com/watch?v=..." }
Use for: pulling full transcript/subtitles from a video
GitHub
Tool: GH_SEARCH_REPOS
Args: { "query": "AI agent framework" }
Use for: finding open-source projects, tracking repos
Tool: GH_SEARCH_ISSUES
Args: { "query": "bug label:help-wanted" }
Use for: finding issues across GitHub
Reddit
- Tool:
REDDIT_READ
- Args:
{ "url": "https://reddit.com/r/SUBREDDIT/top?t=week" }
- Use for: reading subreddit posts, threads, search results as markdown
RSS Feeds
- Tool:
RSS_READ
- Args:
{ "url": "https://example.com/feed.xml" }
- Use for: reading any RSS or Atom feed as structured markdown
Weibo
Tool: WEIBO_TRENDING
Args: {}
Use for: Chinese market trending topics
Tool: WEIBO_SEARCH
Args: { "query": "keyword" }
Use for: searching Weibo posts
Research Workflows
Competitive Intelligence
use research BIRD_SEARCH '{"query":"[competitor]","count":20}' — what the market says on X
use research EXA_SEARCH '{"query":"[competitor] product updates","count":10}' — recent news
use research GH_SEARCH_REPOS '{"query":"[competitor]"}' — open-source footprint
use research REDDIT_READ '{"url":"https://reddit.com/r/SUBREDDIT/search?q=[competitor]&sort=top"}' — user sentiment
Content Research
use research YTDLP_SEARCH '{"query":"[topic]","count":10}' — find top YouTube videos
use research YTDLP_SUBTITLES '{"url":"VIDEO_URL"}' — pull transcripts
use research EXA_SEARCH '{"query":"[topic] expert opinion","count":10}' — web perspectives
use research RSS_READ '{"url":"FEED_URL"}' — ongoing RSS coverage
Lead Research
use research EXA_SEARCH '{"query":"[company] leadership team","count":5}' — find decision-makers
use research GH_SEARCH_REPOS '{"query":"[person or company]"}' — GitHub activity
use research JINA_READ '{"url":"https://company.com/about"}' — read company website
Trend Monitoring
use research BIRD_SEARCH '{"query":"[topic]","count":25}' — pulse check on X
use research REDDIT_READ '{"url":"https://reddit.com/r/SUBREDDIT/top?t=week"}' — Reddit top posts
use research WEIBO_TRENDING '{}' — Chinese market trends
use research EXA_SEARCH '{"query":"[topic] trend 2026","count":10}' — broader web signal
Deep-Dive on a URL
Read any page, article, doc, or thread:
use research JINA_READ '{"url":"https://full-url-here.com/path"}'
Guidelines
- These are READ-ONLY tools. For posting or writing to any platform, use the platform-specific skill (X Strategy, LinkedIn Manager, etc.).
JINA_READ is the universal fallback — works on any URL.
- All tools are 0 credits except
EXA_SEARCH (1 credit per query).
- For Chinese platform results (Weibo), translate as needed.
- Always attribute sources when using research findings in published content.
1---2name: multi-platform-research3description: Free read & search access to 16+ platforms — Twitter, YouTube, Reddit, GitHub, web, RSS, and more — via Agent Reach4---56<!-- openlabor-connector: research, api_key={{INTERNAL_API_KEY}}, employee={{EMPLOYEE_ID}}, base={{API_BASE_URL}} -->78# Multi-Platform Research910Free read and search access to 16+ platforms via Agent Reach — Twitter/X, YouTube, Reddit, GitHub, web pages, RSS feeds, Weibo, and more. No API costs for most tools.1112## How to Use1314Use the exec tool to run `use`. Credentials are loaded automatically from the workspace.1516```17use research <TOOL_NAME> '<json_args>'18```1920---2122## Available Tools2324### Web Pages — Jina Reader (free, no auth)2526- Tool: `JINA_READ`27- Args: `{ "url": "https://example.com/article" }`28- Use for: reading any web page as clean markdown — articles, docs, company pages2930### Web Search — Exa (1 credit)3132- Tool: `EXA_SEARCH`33- Args: `{ "query": "search terms", "count": 5 }`34- Use for: AI-native semantic search across the web3536### Twitter/X — bird CLI (cookie auth)3738- Tool: `BIRD_SEARCH`39- Args: `{ "query": "AI agents", "count": 10 }`40- Use for: searching tweets, monitoring mentions, competitor research4142- Tool: `BIRD_READ`43- Args: `{ "url_or_id": "https://x.com/user/status/123" }`44- Use for: reading a specific tweet or thread4546**Note:** These are READ-ONLY. For posting, liking, DMs, or threads use the X Strategy skill.4748### YouTube — yt-dlp (free, no auth)4950- Tool: `YTDLP_METADATA`51- Args: `{ "url": "https://youtube.com/watch?v=..." }`52- Use for: video title, description, view count, channel info5354- Tool: `YTDLP_SEARCH`55- Args: `{ "query": "topic", "count": 10 }`56- Use for: finding videos by keyword5758- Tool: `YTDLP_SUBTITLES`59- Args: `{ "url": "https://youtube.com/watch?v=..." }`60- Use for: pulling full transcript/subtitles from a video6162### GitHub6364- Tool: `GH_SEARCH_REPOS`65- Args: `{ "query": "AI agent framework" }`66- Use for: finding open-source projects, tracking repos6768- Tool: `GH_SEARCH_ISSUES`69- Args: `{ "query": "bug label:help-wanted" }`70- Use for: finding issues across GitHub7172### Reddit7374- Tool: `REDDIT_READ`75- Args: `{ "url": "https://reddit.com/r/SUBREDDIT/top?t=week" }`76- Use for: reading subreddit posts, threads, search results as markdown7778### RSS Feeds7980- Tool: `RSS_READ`81- Args: `{ "url": "https://example.com/feed.xml" }`82- Use for: reading any RSS or Atom feed as structured markdown8384### Weibo8586- Tool: `WEIBO_TRENDING`87- Args: `{}`88- Use for: Chinese market trending topics8990- Tool: `WEIBO_SEARCH`91- Args: `{ "query": "keyword" }`92- Use for: searching Weibo posts9394---9596## Research Workflows9798### Competitive Intelligence991001. `use research BIRD_SEARCH '{"query":"[competitor]","count":20}'` — what the market says on X1012. `use research EXA_SEARCH '{"query":"[competitor] product updates","count":10}'` — recent news1023. `use research GH_SEARCH_REPOS '{"query":"[competitor]"}'` — open-source footprint1034. `use research REDDIT_READ '{"url":"https://reddit.com/r/SUBREDDIT/search?q=[competitor]&sort=top"}'` — user sentiment104105### Content Research1061071. `use research YTDLP_SEARCH '{"query":"[topic]","count":10}'` — find top YouTube videos1082. `use research YTDLP_SUBTITLES '{"url":"VIDEO_URL"}'` — pull transcripts1093. `use research EXA_SEARCH '{"query":"[topic] expert opinion","count":10}'` — web perspectives1104. `use research RSS_READ '{"url":"FEED_URL"}'` — ongoing RSS coverage111112### Lead Research1131141. `use research EXA_SEARCH '{"query":"[company] leadership team","count":5}'` — find decision-makers1152. `use research GH_SEARCH_REPOS '{"query":"[person or company]"}'` — GitHub activity1163. `use research JINA_READ '{"url":"https://company.com/about"}'` — read company website117118### Trend Monitoring1191201. `use research BIRD_SEARCH '{"query":"[topic]","count":25}'` — pulse check on X1212. `use research REDDIT_READ '{"url":"https://reddit.com/r/SUBREDDIT/top?t=week"}'` — Reddit top posts1223. `use research WEIBO_TRENDING '{}'` — Chinese market trends1234. `use research EXA_SEARCH '{"query":"[topic] trend 2026","count":10}'` — broader web signal124125### Deep-Dive on a URL126127Read any page, article, doc, or thread:128129```130use research JINA_READ '{"url":"https://full-url-here.com/path"}'131```132133---134135## Guidelines136137- These are READ-ONLY tools. For posting or writing to any platform, use the platform-specific skill (X Strategy, LinkedIn Manager, etc.).138- `JINA_READ` is the universal fallback — works on any URL.139- All tools are 0 credits except `EXA_SEARCH` (1 credit per query).140- For Chinese platform results (Weibo), translate as needed.141- Always attribute sources when using research findings in published content.