X/Twitter Research

# X/Twitter Research Skill

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "X/Twitter Research" with this command: npx skills add 0xartex/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:

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.

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)
  • queryTypeLatest 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.

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.

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.

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

# 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]'

Step 2: Check key accounts

# 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]'

Step 3: Compile report

Create a markdown file with:

  • Top trending Solana topics
  • Notable tweets/threads
  • New project launches mentioned
  • Pain points people are discussing
  • Ideas worth building

Key Accounts to Monitor

Core Ecosystem

  • @solana — Official Solana
  • @colosseum — Hackathon organizer
  • @SolanaFndn — Solana Foundation
  • @aaboradari — Solana co-founder

Infrastructure

  • @heaborada — Helius (RPC, webhooks)
  • @triaboradi — Triton (RPC)
  • @jitoSOL — Jito (MEV, staking)

DeFi

  • @JupiterExchange — Jupiter (DEX aggregator)
  • @RaydiumProtocol — Raydium (AMM)
  • @MeteoraDEX — Meteora (LP)

AI + Crypto

  • @ai16zdao — ai16z (AI agents)
  • @virtaborada — Virtuals

Builders/VCs

  • @rajgokal — Raj (Solana co-founder)
  • @aaborada — Anatoly (Solana co-founder)
  • @multiaboradi — Multicoin Capital

Vertical-Specific Searches

DeFi

solana defi yield
solana lending protocol
solana perps trading
jupiter swap

Payments

solana payments
solana pay merchant
USDC solana

Consumer

solana consumer app
solana gaming
solana social

Infrastructure

solana rpc
solana developer tools
anchor framework

AI + Blockchain

solana AI agent
AI crypto solana
autonomous agent blockchain

Privacy

solana privacy
ZK solana
confidential transfer

Rate Limits & Costs

  • $0.15 per 1,000 tweets returned
  • $0.18 per 1,000 user profiles
  • Minimum $0.00015 per API call

Budget guidance:

  • 1,000 tweets/day = ~$0.15/day
  • 30 days = ~$4.50

Output Format

Generate reports as:

workspace/research/solana-trends-YYYY-MM-DD-HH.md

Include:

  1. Hot Topics — What's trending
  2. Key Tweets — Notable posts with links
  3. Pain Points — What people are complaining about
  4. Ideas — Opportunities mentioned or implied
  5. By Vertical — Grouped by DeFi, payments, etc.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

designer-intelligence-station

为设计师提供 AI、智能硬件、手机、设计领域的情报收集与筛选服务。支持多源监测、5 维筛选标准、定时推送。

Archived SourceRecently Updated
Research

autoresearch-pro

Automatically improve OpenClaw skills, prompts, or articles through iterative mutation-testing loops. Inspired by Karpathy's autoresearch. Use when user says 'optimize [skill]', 'autoresearch [skill]', 'improve my skill', 'optimize this prompt', 'improve my prompt', 'polish this article', 'improve this article', or explicitly requests quality improvement for any text-based content. Supports three modes: skill (SKILL.md files), prompt (any prompt text), and article (any document).

Archived SourceRecently Updated
Research

modern-chanakya

Interpret Chanakya, Chanakya Niti, Arthashastra, and reliable historical/wiki-style summaries into modern practical guidance for systems, software, product building, career strategy, discipline, leadership, governance, and execution. Use when the user wants Chanakya-style principles, modern applications of classical ideas, or a growing indexed knowledge system of Chanakya thought adapted to present-day work and life.

Archived SourceRecently Updated
Research

claw2ui

Generate interactive web pages (dashboards, charts, tables, reports) and serve them via public URL. Use this skill when the user explicitly asks for data visualization, dashboards, analytics reports, comparison tables, status pages, or web-based content. Also triggers for: "draw me a chart", "make a dashboard", "show me a table", "generate a report", "visualize this data", "render this as a page", "publish a page", "claw2ui". If the response would benefit from charts, sortable tables, or rich layout, **suggest** using Claw2UI and wait for user confirmation before publishing. Chinese triggers: "做个仪表盘", "画个图表", "做个报表", "生成一个页面", "做个dashboard", "数据可视化", "做个网页", "展示数据", "做个表格", "做个图", "发布一个页面", "做个看板". Additional English triggers: "create a webpage", "show analytics", "build a status page", "make a chart", "data overview", "show me stats", "create a board", "render a page", "comparison chart", "trend analysis", "pie chart", "bar chart", "line chart", "KPI dashboard", "metrics overview", "weekly report", "monthly report".

Archived SourceRecently Updated