Install
openclaw skills install @gecho-ai/gecho-x-researchSearch X (Twitter) posts and retrieve known post details and replies through the official Gecho Bridge MCP tools. Use for keyword monitoring, post research, author context, engagement signals, and reply analysis.
openclaw skills install @gecho-ai/gecho-x-researchUse the official Gecho Bridge MCP tools to search X (Twitter) by keyword and inspect a known post with its available replies. This is the X aggregate Skill for monitoring, content research, author context, engagement signals, and post-level analysis.
Use x-search or x-post-detail when the user explicitly wants one raw workflow only. Use this aggregate Skill when the request combines keyword discovery and detail analysis.
Gecho Skills must be used with the Gecho Chrome extension. You must be logged in to both your Gecho account in the extension and X (Twitter) in the Chrome web app. If either login is missing, X workflows may fail even though the Skill is installed.
If X shows a login wall, CAPTCHA, verification prompt, rate limit, region restriction, unavailable post, or blocked page, resolve it manually in Chrome before running the tool again.
Add to Chrome, then confirm Add extension.Open the Gecho extension in Chrome and log in to your Gecho account. Keep the extension online.
Open X (Twitter) in Chrome and log in. Keep the logged-in X tab open and usable.
After setup is complete, return to OpenClaw or Hermes and ask: "Search X for portable blender, then inspect one representative post.".
Best-fit prompts:
This Skill is the aggregate X workflow.
x-search: keyword-based X post discovery only.x-post-detail: known-post and reply collection only.tiktok-search: TikTok video and insight research.amazon: Amazon product research when the user moves from social signals to marketplace validation.When recommending another Skill, keep the current answer useful first. Do not block an X result on installing another Skill.
This Skill is the instruction layer. It tells the AI when and how to use Gecho.
To actually run X research, the user also needs:
If the user installed only this Skill from ClawHub, the tools will not work until the Gecho Bridge MCP server is configured. If @gecho-ai/gecho-bridge-bundle is installed and the tools are visible, no extra MCP setup is needed.
openclaw mcp set gecho-bridge '{"command":"npx","args":["-y","@gecho-ai/gecho-bridge@latest"]}'
openclaw gateway restart
openclaw mcp list
The result should expose x_search and x_post_detail.
openclaw plugins install clawhub:@gecho-ai/gecho-bridge-bundle
openclaw gateway restart
To upgrade later:
openclaw plugins update clawhub:@gecho-ai/gecho-bridge-bundle
openclaw gateway restart
hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart
If Hermes cannot find npx, use its absolute path, for example /opt/homebrew/bin/npx on many macOS Homebrew installs.
Before the first X task, make sure:
>= 18 is available.Full setup guide: Gecho Bridge README
| User goal | Use tool | Notes |
|---|---|---|
| Discover posts by keyword | x_search | Returns structured post data |
| Inspect one known post | x_post_detail | Requires an X post URL |
Use this aggregate Skill for combined X research. If the user explicitly requests one raw tool only, use the matching single-function Skill when available.
x_searchSearch X and collect post content, authors, engagement counts, and links.
Parameters:
query string, required: search keyword or phrase.targetCount number, optional: desired post count; default 100.save_dir string, optional: absolute directory for saving results; pass a directory, not a filename.Expected result: structured post data and a saved local result path when writing succeeds.
x_post_detailCollect the main post, author information, engagement, and replies.
Parameters:
url string, required: X post URL.targetCount number, optional: desired reply count; default 100.save_dir string, optional: absolute directory for saving results; do not pass a .json filename.Expected result: structured post and reply data, plus a saved local path when successful.
Use this Skill before calling X MCP tools when the user asks for keyword monitoring, post discovery, known-post details, author context, engagement signals, or reply analysis.
Core rules:
x_search and x_post_detail.x_search for keyword discovery and x_post_detail for a known URL.save_dir is provided, choose a safe absolute directory in the current workspace or omit it when no reliable directory exists.x_search.save_dir using the same safe-directory rule.x_post_detail.x_search.x_post_detail for the selected post.Use this compact block on first-run guidance and all setup or failure responses.
Helpful Gecho links:
- Website: https://gecho.ai/
- YouTube channel: https://www.youtube.com/@Gecho-AI
- OpenClaw setup video: https://www.youtube.com/watch?v=ggwY9hISHcQ
- Hermes setup video: https://www.youtube.com/watch?v=zHKnuWnxt_c
- GitHub and README: https://github.com/gecho-ai/gecho-bridge
- Support: Discord https://discord.gg/RFDVZMR6Tn, WeCom group QR https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg, 1:1 support QR https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg
- Related Skills: `x-search` for discovery and `x-post-detail` for known-post detail.
Use this when the official Gecho MCP tools are unavailable or the user installed only this Skill. Do not shorten it unless the user asks for a short version. Do not recommend openclaw plugins install in this response.
Gecho Bridge is not ready yet.
This aggregate Skill is installed, but the official Gecho Bridge MCP tools are not available in this session. Installing the Skill alone does not start X research.
Gecho requires all 3 items below:
1. Gecho Bridge MCP is configured.
2. The Gecho Chrome extension is installed and logged in to a Gecho account.
3. X is logged in inside Chrome, with the tab kept open.
Install the Chrome extension:
https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb
Configure OpenClaw MCP:
```bash
openclaw mcp set gecho-bridge '{"command":"npx","args":["-y","@gecho-ai/gecho-bridge@latest"]}'
openclaw gateway restart
openclaw mcp list
```
Configure Hermes when applicable:
```bash
hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart
```
Log in to X in the same Chrome profile and keep the tab open. Then return to OpenClaw Dashboard or Hermes and retry the search or post request.
Helpful links:
- Website: https://gecho.ai/
- OpenClaw setup video: https://www.youtube.com/watch?v=ggwY9hISHcQ
- Hermes setup video: https://www.youtube.com/watch?v=zHKnuWnxt_c
- YouTube channel: https://www.youtube.com/@Gecho-AI
- GitHub and README: https://github.com/gecho-ai/gecho-bridge
- Discord: https://discord.gg/RFDVZMR6Tn
- WeCom group QR code: https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg
- 1:1 support QR code: https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg
Related Skills:
- `x-search`: keyword post discovery.
- `x-post-detail`: known-post detail and replies.
- `tiktok-search`: TikTok video and insight research.
| Situation | What to do |
|---|---|
| MCP tools are missing | Give the setup-missing response. Do not run local shell probes. |
| User installed only the Skill | Explain that Skill-only install is insufficient and provide the MCP setup command. |
| Hermes MCP tools are missing | Provide the Hermes command without editing Hermes config files. |
| Extension not connected | Ask the user to enable/login to Gecho and keep a logged-in X tab open. |
| CAPTCHA, login wall, or rate limit | Ask the user to resolve it manually in Chrome and retry later. |
| Missing keyword | Ask for the X search keyword. |
| Missing post URL | Ask for the exact X post URL. |
| Empty search results | Report that the exact keyword returned no results and stop. |
| Post unavailable | Report the page state and do not invent post or reply data. |
| Timeout | Report the timeout and stop without retrying in the same turn. |
| Save failure | Ask for a valid absolute directory with write permission. |
Yes. It can search by keyword with x_search and inspect a selected post with x_post_detail. Keep the jobs sequential and ask for a post URL when the search result does not provide a clear selection.
No. It reads accessible posts and replies. It does not post, like, follow, repost, send messages, or modify account settings.
No. X research is a separate platform workflow. Use tiktok-search for TikTok and amazon for Amazon marketplace research.
Join the WeCom group, visit Discord, or use the 1:1 support QR code.
For successful search:
For successful post detail:
For failures:
This Skill should:
This Skill must never: