with one click
x-research-skill
X/Twitter Research
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
X/Twitter Research
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | x-research-skill |
| description | X/Twitter Research |
Research trending topics, ideas, and conversations on X (Twitter) using twitterapi.io.
API key stored at: ~/.openclaw/secrets/twitterapi.env
Load before any request:
source ~/.openclaw/secrets/twitterapi.env
Base URL: https://api.twitterapi.io
All requests need header: X-API-Key: $TWITTERAPI_KEY
Search for tweets matching a query.
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=solana&queryType=Latest" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
Parameters:
query — search query (supports operators like from:, to:, #hashtag)queryType — Latest or Topcursor — pagination cursorQuery operators:
solana defi — both words"solana defi" — exact phrasefrom:solaborada — from specific user#solana — hashtagsolana -pump — exclude wordsolana min_faves:100 — minimum likesGet current trending topics.
curl -s "https://api.twitterapi.io/twitter/trends" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.trends[:10]'
Get latest tweets from a specific account.
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=solana" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
Get profile info for a user.
curl -s "https://api.twitterapi.io/twitter/user/info?userName=solana" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.user'
Run this workflow every 4-6 hours to generate a trend report.
# General Solana buzz
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=solana&queryType=Top" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:20]'
# Solana + AI intersection
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=solana%20AI%20agent&queryType=Latest" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:10]'
# Solana DeFi
curl -s "https://api.twitterapi.io/twitter/tweet/advanced_search?query=solana%20defi&queryType=Latest" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:10]'
# Official Solana
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=solana" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
# Colosseum (hackathon organizer)
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=colosseum" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
# Helius (infra)
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=heaborada" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
# Jupiter (DEX)
curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=JupiterExchange" \
-H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]'
Create a markdown file with:
solana defi yield
solana lending protocol
solana perps trading
jupiter swap
solana payments
solana pay merchant
USDC solana
solana consumer app
solana gaming
solana social
solana rpc
solana developer tools
anchor framework
solana AI agent
AI crypto solana
autonomous agent blockchain
solana privacy
ZK solana
confidential transfer
Budget guidance:
Generate reports as:
workspace/research/solana-trends-YYYY-MM-DD-HH.md
Include:
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.