{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aisa-twitter-api",
    "name": "AIsa Twitter API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
    "canonicalUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aisa-twitter-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aisa-twitter-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/twitter_client.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aisa-twitter-api"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aisa-twitter-api",
    "agentPageUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Twitter 🐦",
        "body": "Twitter/X data access and automation for autonomous agents. Powered by AIsa.\n\nOne API key. Full Twitter intelligence."
      },
      {
        "title": "Monitor Influencers",
        "body": "\"Get Elon Musk's latest tweets and notify me of any AI-related posts\""
      },
      {
        "title": "Track Trends",
        "body": "\"What's trending on Twitter worldwide right now?\""
      },
      {
        "title": "Social Listening",
        "body": "\"Search for tweets mentioning our product and analyze sentiment\""
      },
      {
        "title": "Automated Engagement",
        "body": "\"Like and retweet posts from @OpenAI that mention GPT-5\""
      },
      {
        "title": "Competitor Intel",
        "body": "\"Monitor @anthropic and @GoogleAI - alert me on new announcements\""
      },
      {
        "title": "Quick Start",
        "body": "export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Read Operations (No Login Required)",
        "body": "# Get user info\ncurl \"https://api.aisa.one/apis/v1/twitter/user/info?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user's latest tweets\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_last_tweet?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Advanced tweet search (queryType is required: Latest or Top)\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Latest\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search top tweets\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Top\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get trending topics (worldwide)\ncurl \"https://api.aisa.one/apis/v1/twitter/trends?woeid=1\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search users by keyword\ncurl \"https://api.aisa.one/apis/v1/twitter/user/search_user?keyword=AI+researcher\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get tweets by ID\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/tweetById?tweet_ids=123456789\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user followers\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_followers?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user followings\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_followings?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\""
      },
      {
        "title": "Write Operations (Requires Login)",
        "body": "⚠️ Warning: Posting requires account login. Use responsibly to avoid rate limits or account suspension.\n\n# Step 1: Login first (async, check status after)\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/user_login_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"email\":\"me@example.com\",\"password\":\"xxx\",\"proxy\":\"http://user:pass@ip:port\"}'\n\n# Step 2: Check login status\ncurl \"https://api.aisa.one/apis/v1/twitter/get_my_x_account_detail_v3?user_name=myaccount\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Send tweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/send_tweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"text\":\"Hello from OpenClaw!\"}'\n\n# Like a tweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/like_tweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"tweet_id\":\"1234567890\"}'\n\n# Retweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/retweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"tweet_id\":\"1234567890\"}'\n\n# Update profile\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/update_profile_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"name\":\"New Name\",\"bio\":\"New bio\"}'"
      },
      {
        "title": "Python Client",
        "body": "# User operations\npython3 {baseDir}/scripts/twitter_client.py user-info --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py tweets --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py followers --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py followings --username elonmusk\n\n# Search & Discovery\npython3 {baseDir}/scripts/twitter_client.py search --query \"AI agents\"\npython3 {baseDir}/scripts/twitter_client.py user-search --keyword \"AI researcher\"\npython3 {baseDir}/scripts/twitter_client.py trends --woeid 1\n\n# Post operations (requires login)\npython3 {baseDir}/scripts/twitter_client.py login --username myaccount --email me@example.com --password xxx --proxy \"http://user:pass@ip:port\"\npython3 {baseDir}/scripts/twitter_client.py post --username myaccount --text \"Hello!\"\npython3 {baseDir}/scripts/twitter_client.py like --username myaccount --tweet-id 1234567890\npython3 {baseDir}/scripts/twitter_client.py retweet --username myaccount --tweet-id 1234567890"
      },
      {
        "title": "API Endpoints Reference",
        "body": "EndpointMethodDescription/twitter/user/infoGETGet user profile/twitter/user/user_last_tweetGETGet user's recent tweets/twitter/user/user_followersGETGet user followers/twitter/user/user_followingsGETGet user followings/twitter/user/search_userGETSearch users by keyword/twitter/tweet/advanced_searchGETAdvanced tweet search/twitter/tweet/tweetByIdGETGet tweets by IDs/twitter/trendsGETGet trending topics/twitter/user_login_v3POSTLogin to account/twitter/send_tweet_v3POSTSend a tweet/twitter/like_tweet_v3POSTLike a tweet/twitter/retweet_v3POSTRetweet"
      },
      {
        "title": "Pricing",
        "body": "APICostTwitter read query~$0.0004Twitter post/like/retweet~$0.001\n\nEvery response includes usage.cost and usage.credits_remaining."
      },
      {
        "title": "Get Started",
        "body": "Sign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\""
      },
      {
        "title": "Full API Reference",
        "body": "See API Reference for complete endpoint documentation."
      }
    ],
    "body": "OpenClaw Twitter 🐦\n\nTwitter/X data access and automation for autonomous agents. Powered by AIsa.\n\nOne API key. Full Twitter intelligence.\n\n🔥 What Can You Do?\nMonitor Influencers\n\"Get Elon Musk's latest tweets and notify me of any AI-related posts\"\n\nTrack Trends\n\"What's trending on Twitter worldwide right now?\"\n\nSocial Listening\n\"Search for tweets mentioning our product and analyze sentiment\"\n\nAutomated Engagement\n\"Like and retweet posts from @OpenAI that mention GPT-5\"\n\nCompetitor Intel\n\"Monitor @anthropic and @GoogleAI - alert me on new announcements\"\n\nQuick Start\nexport AISA_API_KEY=\"your-key\"\n\nCore Capabilities\nRead Operations (No Login Required)\n# Get user info\ncurl \"https://api.aisa.one/apis/v1/twitter/user/info?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user's latest tweets\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_last_tweet?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Advanced tweet search (queryType is required: Latest or Top)\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Latest\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search top tweets\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/advanced_search?query=AI+agents&queryType=Top\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get trending topics (worldwide)\ncurl \"https://api.aisa.one/apis/v1/twitter/trends?woeid=1\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Search users by keyword\ncurl \"https://api.aisa.one/apis/v1/twitter/user/search_user?keyword=AI+researcher\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get tweets by ID\ncurl \"https://api.aisa.one/apis/v1/twitter/tweet/tweetById?tweet_ids=123456789\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user followers\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_followers?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Get user followings\ncurl \"https://api.aisa.one/apis/v1/twitter/user/user_followings?userName=elonmusk\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\nWrite Operations (Requires Login)\n\n⚠️ Warning: Posting requires account login. Use responsibly to avoid rate limits or account suspension.\n\n# Step 1: Login first (async, check status after)\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/user_login_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"email\":\"me@example.com\",\"password\":\"xxx\",\"proxy\":\"http://user:pass@ip:port\"}'\n\n# Step 2: Check login status\ncurl \"https://api.aisa.one/apis/v1/twitter/get_my_x_account_detail_v3?user_name=myaccount\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\"\n\n# Send tweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/send_tweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"text\":\"Hello from OpenClaw!\"}'\n\n# Like a tweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/like_tweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"tweet_id\":\"1234567890\"}'\n\n# Retweet\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/retweet_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"tweet_id\":\"1234567890\"}'\n\n# Update profile\ncurl -X POST \"https://api.aisa.one/apis/v1/twitter/update_profile_v3\" \\\n  -H \"Authorization: Bearer $AISA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"user_name\":\"myaccount\",\"name\":\"New Name\",\"bio\":\"New bio\"}'\n\nPython Client\n# User operations\npython3 {baseDir}/scripts/twitter_client.py user-info --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py tweets --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py followers --username elonmusk\npython3 {baseDir}/scripts/twitter_client.py followings --username elonmusk\n\n# Search & Discovery\npython3 {baseDir}/scripts/twitter_client.py search --query \"AI agents\"\npython3 {baseDir}/scripts/twitter_client.py user-search --keyword \"AI researcher\"\npython3 {baseDir}/scripts/twitter_client.py trends --woeid 1\n\n# Post operations (requires login)\npython3 {baseDir}/scripts/twitter_client.py login --username myaccount --email me@example.com --password xxx --proxy \"http://user:pass@ip:port\"\npython3 {baseDir}/scripts/twitter_client.py post --username myaccount --text \"Hello!\"\npython3 {baseDir}/scripts/twitter_client.py like --username myaccount --tweet-id 1234567890\npython3 {baseDir}/scripts/twitter_client.py retweet --username myaccount --tweet-id 1234567890\n\nAPI Endpoints Reference\nEndpoint\tMethod\tDescription\n/twitter/user/info\tGET\tGet user profile\n/twitter/user/user_last_tweet\tGET\tGet user's recent tweets\n/twitter/user/user_followers\tGET\tGet user followers\n/twitter/user/user_followings\tGET\tGet user followings\n/twitter/user/search_user\tGET\tSearch users by keyword\n/twitter/tweet/advanced_search\tGET\tAdvanced tweet search\n/twitter/tweet/tweetById\tGET\tGet tweets by IDs\n/twitter/trends\tGET\tGet trending topics\n/twitter/user_login_v3\tPOST\tLogin to account\n/twitter/send_tweet_v3\tPOST\tSend a tweet\n/twitter/like_tweet_v3\tPOST\tLike a tweet\n/twitter/retweet_v3\tPOST\tRetweet\nPricing\nAPI\tCost\nTwitter read query\t~$0.0004\nTwitter post/like/retweet\t~$0.001\n\nEvery response includes usage.cost and usage.credits_remaining.\n\nGet Started\nSign up at aisa.one\nGet your API key\nAdd credits (pay-as-you-go)\nSet environment variable: export AISA_API_KEY=\"your-key\"\nFull API Reference\n\nSee API Reference for complete endpoint documentation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
    "publisherUrl": "https://clawhub.ai/AIsaPay/aisa-twitter-api",
    "owner": "AIsaPay",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aisa-twitter-api",
    "downloadUrl": "https://openagent3.xyz/downloads/aisa-twitter-api",
    "agentUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aisa-twitter-api/agent.md"
  }
}