Overview
- Skill Key
- 0xartex/x-research-skill
- Author
- 0xartex
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/0xartex/x-research-skill
- Latest Commit SHA
- 506f387dc3b0354b4cd7755486c2adf56eeb393b
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 X Research Skill 技能。 若已安装,则直接安装 X Research Skill 技能。
# 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/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 `Top` - `cursor` — pagination cursor **Query operators:** - `solana defi` — both words - `"solana defi"` — exact phrase - `from:solaborada` — from specific user - `#solana` — hashtag - `solana -pump` — exclude word - `solana min_faves:100` — minimum likes ### 2. Get Trends Get current trending topics. ```bash curl -s "https://api.twitterapi.io/twitter/trends" \ -H "X-API-Key: $TWITTERAPI_KEY" | jq '.trends[:10]' ``` ### 3. Get User's Recent Tweets Get latest tweets from a specific account. ```bash curl -s "https://api.twitterapi.io/twitter/user/last_tweets?userName=solana" \ -H "X-API-Key: $TWITTERAPI_KEY" | jq '.tweets[:5]' ``` ### 4. Get User Info Get profile info for a user. ```bash curl -s "https://api.twitterapi.io/twitter/user/info?userName=solana" \ -H "X-API-Key: $TWITTERAPI_KEY" | jq '.user' ``` ## Research Workflow ### Daily Solana Trend Report Run this workflow every 4-6 hours to generate a trend report. #### Step 1: Search hot Solana topics ```bash # 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?q...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.