0xartex/x-research-skill/SKILL.md
# X/Twitter Research Skill Research trending topics, ideas, and conversations on X (Twitter) using twitterapi.io. ## Authentication API key stored at: `~/.openclaw/secrets/twitterapi.env` Load before any request: ```bash source ~/.openclaw/secrets/twitterapi.env ``` Base URL: `https://api.twitterapi.io` All requests need header: `X-API-Key: $TWITTERAPI_KEY` ## Core Endpoints ### 1. Advanced Tweet Search Search for tweets matching a query. ```bash curl -s "https://api.twitterapi.io/twit
npx skillsauth add openclaw/skills 0xartex/x-research-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。