2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill moss-skill-9- _meta.json278 B
- SKILL.md9.9 KB
Overview
This skill installs and configures upstream platform tools so an AI agent can access Twitter/X, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, Douyin, LinkedIn, Boss直聘, WeChat public articles, RSS, and any web page. It focuses on setting up each channel, verifying status, and enabling direct calls to the native CLIs and MCP tools. Use it to give your agent live read/search capabilities across many platforms.
How this skill works
The skill runs an installer that places tool repos and configs under ~/.agent-reach and installs required runtimes (Node.js, yt-dlp, gh, mcporter, etc.). Use agent-reach commands (install, doctor, configure, watch) to detect environment issues, add cookies or proxy settings, and verify channel health. After setup you call upstream tools (xreach, yt-dlp, mcporter, gh, curl, jina reader, etc.) directly — agent-reach itself does not fetch content.
When to use it
- Installing platform access tools for the first time
- Checking which channels are available or broken
- Configuring or enabling a requested platform channel
- Adding login cookies or a proxy for a blocked platform
- Verifying post-configuration status with doctor
Best practices
- Never write into the agent workspace; use /tmp for temporary output and ~/.agent-reach for tools and configs
- Always run agent-reach doctor to get the current status and the exact next steps
- For login-required platforms, prefer Cookie-Editor export or agent-reach --from-browser to avoid manual mistakes
- Warn users about account risk when using cookies and recommend a secondary/test account
- Use a residential or local proxy for server-hosted agents to avoid IP blocking
Example use cases
- Set up Twitter/X access and then run xreach search and xreach tweet to fetch tweets
- Configure cookies for XiaoHongShu and use mcporter calls to search notes and fetch comments
- Install yt-dlp plus Node.js and download YouTube metadata or subtitles for downstream analysis
- Enable GitHub via gh CLI for repo and code search inside agent workflows
- Configure WeChat article toolchain to search and read MP articles that require a real browser
FAQ
Agent-reach is an installer/config tool. It prepares and configures upstream tools; you still call those tools (xreach, yt-dlp, mcporter, gh, curl) to fetch content.
How do I add cookies or extract from my browser?
Use Cookie-Editor to export a header string or run agent-reach configure --from-browser chrome for automatic extraction. Always remind users to use a secondary account for risky cookie logins.