Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Skill: AIsa Twitter API Owner: AIsaPay Summary: Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-05T06:34:44.442Z | auto Initial release of Twitter Command Center (Search + Post) skill. - Real-time Twitter/X search, including user lookup, tweet extraction,
clawhub skill install kn72abv2yp91hce9za0j31yycd80jxzv:aisa-twitter-apiOverall rank
#62
Adoption
2.4K downloads
Trust
Unknown
Freshness
Feb 28, 2026
Freshness
Last checked Feb 28, 2026
Best For
AIsa Twitter API is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Skill: AIsa Twitter API Owner: AIsaPay Summary: Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-05T06:34:44.442Z | auto Initial release of Twitter Command Center (Search + Post) skill. - Real-time Twitter/X search, including user lookup, tweet extraction, Capability contract not published. No trust telemetry is available yet. 2.4K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
1.0.0
Install & run
clawhub skill install kn72abv2yp91hce9za0j31yycd80jxzv:aisa-twitter-apiSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
1.0.0
Adoption signal
2.4K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
2
Examples
0
Snippets
0
Languages
Unknown
SKILL.md
---
name: Twitter Command Center (Search + Post)
description: "Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops."
homepage: https://openclaw.ai
metadata: {"openclaw":{"emoji":"🐦","requires":{"bins":["curl","python3"],"env":["AISA_API_KEY"]},"primaryEnv":"AISA_API_KEY"}}
---
# OpenClaw Twitter 🐦
**Twitter/X data access and automation for autonomous agents. Powered by AIsa.**
One API key. Full Twitter intelligence.
## 🔥 What Can You Do?
### Monitor Influencers
```
"Get Elon Musk's latest tweets and notify me of any AI-related posts"
```
### Track Trends
```
"What's trending on Twitter worldwide right now?"
```
### Social Listening
```
"Search for tweets mentioning our product and analyze sentiment"
```
### Automated Engagement
```
"Like and retweet posts from @OpenAI that mention GPT-5"
```
### Competitor Intel
```
"Monitor @anthropic and @GoogleAI - alert me on new announcements"
```
## Quick Start
```bash
export AISA_API_KEY="your-key"
```
## Core Capabilities
### Read Operations (No Login Required)
```bash
# Get user info
curl "https://api.aisa.one/apis/v1/twitter/user/info?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user's latest tweets
curl "https://api.aisa.one/apis/v1/twitter/user/user_last_tweet?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Advanced tweet search (queryType is required: Latest or Top)
curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Latest" \
-H "Authorization: Bearer $AISA_API_KEY"
# Search top tweets
curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Top" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get trending topics (worldwide)
curl "https://api.aisa.one/apis/v1/twitter/trends?woeid=1" \
-H "Authorization: Bearer $AISA_API_KEY"
# Search users by keyword
curl "https://api.aisa.one/apis/v1/twitter/user/search_user?keyword=AI+researcher" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get tweets by ID
curl "https://api.aisa.one/apis/v1/twitter/tweet/tweetById?tweet_ids=123456789" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user followers
curl "https://api.aisa.one/apis/v1/twitter/user/user_followers?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user followings
curl "https://api.aisa.one/apis/v1/twitter/user/user_followings?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
```
### Write Operations (Requires Login)
> ⚠️ **Warning**: Posting requires account login. Use responsibly to avoid rate limits or account suspension.
```bash
# Step 1: Login first (async, check status after)
curl -X POST "https://api.aisa.one/apis/v1/twitter/user_login_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application_meta.json
{
"ownerId": "kn72abv2yp91hce9za0j31yycd80jxzv",
"slug": "aisa-twitter-api",
"version": "1.0.0",
"publishedAt": 1770273284442
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Skill: AIsa Twitter API Owner: AIsaPay Summary: Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops. Tags: latest:1.0.0 Version history: v1.0.0 | 2026-02-05T06:34:44.442Z | auto Initial release of Twitter Command Center (Search + Post) skill. - Real-time Twitter/X search, including user lookup, tweet extraction,
Skill: AIsa Twitter API
Owner: AIsaPay
Summary: Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops.
Tags: latest:1.0.0
Version history:
v1.0.0 | 2026-02-05T06:34:44.442Z | auto
Initial release of Twitter Command Center (Search + Post) skill.
Archive index:
Archive v1.0.0: 3 files, 5491 bytes
Files: scripts/twitter_client.py (12112b), SKILL.md (6616b), _meta.json (135b)
File v1.0.0:SKILL.md
Twitter/X data access and automation for autonomous agents. Powered by AIsa.
One API key. Full Twitter intelligence.
"Get Elon Musk's latest tweets and notify me of any AI-related posts"
"What's trending on Twitter worldwide right now?"
"Search for tweets mentioning our product and analyze sentiment"
"Like and retweet posts from @OpenAI that mention GPT-5"
"Monitor @anthropic and @GoogleAI - alert me on new announcements"
export AISA_API_KEY="your-key"
# Get user info
curl "https://api.aisa.one/apis/v1/twitter/user/info?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user's latest tweets
curl "https://api.aisa.one/apis/v1/twitter/user/user_last_tweet?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Advanced tweet search (queryType is required: Latest or Top)
curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Latest" \
-H "Authorization: Bearer $AISA_API_KEY"
# Search top tweets
curl "https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Top" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get trending topics (worldwide)
curl "https://api.aisa.one/apis/v1/twitter/trends?woeid=1" \
-H "Authorization: Bearer $AISA_API_KEY"
# Search users by keyword
curl "https://api.aisa.one/apis/v1/twitter/user/search_user?keyword=AI+researcher" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get tweets by ID
curl "https://api.aisa.one/apis/v1/twitter/tweet/tweetById?tweet_ids=123456789" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user followers
curl "https://api.aisa.one/apis/v1/twitter/user/user_followers?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
# Get user followings
curl "https://api.aisa.one/apis/v1/twitter/user/user_followings?userName=elonmusk" \
-H "Authorization: Bearer $AISA_API_KEY"
⚠️ Warning: Posting requires account login. Use responsibly to avoid rate limits or account suspension.
# Step 1: Login first (async, check status after)
curl -X POST "https://api.aisa.one/apis/v1/twitter/user_login_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"user_name":"myaccount","email":"me@example.com","password":"xxx","proxy":"http://user:pass@ip:port"}'
# Step 2: Check login status
curl "https://api.aisa.one/apis/v1/twitter/get_my_x_account_detail_v3?user_name=myaccount" \
-H "Authorization: Bearer $AISA_API_KEY"
# Send tweet
curl -X POST "https://api.aisa.one/apis/v1/twitter/send_tweet_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"user_name":"myaccount","text":"Hello from OpenClaw!"}'
# Like a tweet
curl -X POST "https://api.aisa.one/apis/v1/twitter/like_tweet_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"user_name":"myaccount","tweet_id":"1234567890"}'
# Retweet
curl -X POST "https://api.aisa.one/apis/v1/twitter/retweet_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"user_name":"myaccount","tweet_id":"1234567890"}'
# Update profile
curl -X POST "https://api.aisa.one/apis/v1/twitter/update_profile_v3" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"user_name":"myaccount","name":"New Name","bio":"New bio"}'
# User operations
python3 {baseDir}/scripts/twitter_client.py user-info --username elonmusk
python3 {baseDir}/scripts/twitter_client.py tweets --username elonmusk
python3 {baseDir}/scripts/twitter_client.py followers --username elonmusk
python3 {baseDir}/scripts/twitter_client.py followings --username elonmusk
# Search & Discovery
python3 {baseDir}/scripts/twitter_client.py search --query "AI agents"
python3 {baseDir}/scripts/twitter_client.py user-search --keyword "AI researcher"
python3 {baseDir}/scripts/twitter_client.py trends --woeid 1
# Post operations (requires login)
python3 {baseDir}/scripts/twitter_client.py login --username myaccount --email me@example.com --password xxx --proxy "http://user:pass@ip:port"
python3 {baseDir}/scripts/twitter_client.py post --username myaccount --text "Hello!"
python3 {baseDir}/scripts/twitter_client.py like --username myaccount --tweet-id 1234567890
python3 {baseDir}/scripts/twitter_client.py retweet --username myaccount --tweet-id 1234567890
| Endpoint | Method | Description |
|----------|--------|-------------|
| /twitter/user/info | GET | Get user profile |
| /twitter/user/user_last_tweet | GET | Get user's recent tweets |
| /twitter/user/user_followers | GET | Get user followers |
| /twitter/user/user_followings | GET | Get user followings |
| /twitter/user/search_user | GET | Search users by keyword |
| /twitter/tweet/advanced_search | GET | Advanced tweet search |
| /twitter/tweet/tweetById | GET | Get tweets by IDs |
| /twitter/trends | GET | Get trending topics |
| /twitter/user_login_v3 | POST | Login to account |
| /twitter/send_tweet_v3 | POST | Send a tweet |
| /twitter/like_tweet_v3 | POST | Like a tweet |
| /twitter/retweet_v3 | POST | Retweet |
| API | Cost | |-----|------| | Twitter read query | ~$0.0004 | | Twitter post/like/retweet | ~$0.001 |
Every response includes usage.cost and usage.credits_remaining.
export AISA_API_KEY="your-key"See API Reference for complete endpoint documentation.
File v1.0.0:_meta.json
{ "ownerId": "kn72abv2yp91hce9za0j31yycd80jxzv", "slug": "aisa-twitter-api", "version": "1.0.0", "publishedAt": 1770273284442 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T05:40:20.655Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "2.4K downloads",
"href": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "1.0.0",
"href": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-05T06:34:44.442Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-aisapay-aisa-twitter-api/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 1.0.0",
"description": "Initial release of Twitter Command Center (Search + Post) skill. - Real-time Twitter/X search, including user lookup, tweet extraction, and trends. - Programmatic posting: tweet, reply, like, retweet, and profile updates (login required). - Social listening, influencer monitoring, and competitor tracking capabilities. - cURL and Python client examples for all endpoints. - Simple pay-per-use pricing and API key-based authentication.",
"href": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-05T06:34:44.442Z",
"isPublic": true
}
]Sponsored
Ads related to AIsa Twitter API and adjacent AI workflows.