← Back to Skills Marketplace
aisadocs

twitter-autopilot-aisa

by AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twitter-autopilot-aisa
Description
Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, i...
Usage Guidance
This skill bundles Python clients that forward all Twitter read/write actions through AISA's API (default endpoint: https://api.aisa.one). Before installing: (1) verify you trust AISA and the repo source (meta.json points to a third‑party GitHub repo); (2) understand that AISA_API_KEY lets the relay service see the queries, tweet content and any media you upload; (3) be aware the code reads additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT) that are not declared — confirm or override the relay URL if you expect a different host; (4) OAuth flows will open a browser and require user authorization for posting; (5) review the bundled scripts yourself if you need to ensure no unexpected network or file access. If unsure, test with a restricted/throwaway AISA key or avoid giving the skill production credentials.
Capability Analysis
Type: OpenClaw Skill Name: twitter-autopilot-aisa Version: 1.0.0 The skill bundle provides a legitimate set of Python clients for interacting with Twitter/X via the Aisa API (api.aisa.one). The code in scripts/twitter_client.py, scripts/twitter_engagement_client.py, and scripts/twitter_oauth_client.py implements standard API interaction patterns, including OAuth flows and multipart media uploads, without any evidence of data exfiltration, malicious execution, or obfuscation. The SKILL.md instructions are well-aligned with the tool's stated purpose and include explicit warnings against accessing sensitive local credentials.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
Capability Assessment
Purpose & Capability
Name/description align with included Python clients and capabilities (search/read, engagement, OAuth posting). Requiring python3 and an AISA API key is reasonable for this purpose.
Instruction Scope
SKILL.md directs the agent to run the bundled Python clients and to use OAuth for write actions; that matches the shipped code. The runtime will open browsers for OAuth and can read user-specified media files for uploads — behavior consistent with posting features. However the runtime code expects additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT) not declared in the skill manifest.
Install Mechanism
No install spec (instruction-only) and only requires python3 at runtime. Code is bundled rather than downloaded at install time, which is lower risk than arbitrary downloads.
Credentials
The manifest declares only AISA_API_KEY (primary credential) which is appropriate, but the code reads additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT and optionally others) that aren't listed. The code will send requests (including media uploads) to api.aisa.one by default — all tweet reads/writes are proxied to that external service, so the AISA_API_KEY will grant that service access to the data the skill transmits.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It does open the OAuth flow in a browser and posts to the relay, which is normal for this feature set.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install twitter-autopilot-aisa
  3. After installation, invoke the skill by name or use /twitter-autopilot-aisa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of twitter-autopilot. - Search X (Twitter) data, monitor accounts, track trends, and publish posts via the AISA relay. - Supports social listening, influencer monitoring, posting, replies, likes, and follow workflows. - Read actions use API Key authentication; write actions (posting, engagement) require OAuth authorization. - Includes bundled Python clients for canonical usage (search, engagement, and posting tasks). - Clear guidelines on when to use or not use the skill, focused on Twitter X data without handling sensitive local credentials.
Metadata
Slug twitter-autopilot-aisa
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is twitter-autopilot-aisa?

Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, i... It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.

How do I install twitter-autopilot-aisa?

Run "/install twitter-autopilot-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is twitter-autopilot-aisa free?

Yes, twitter-autopilot-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does twitter-autopilot-aisa support?

twitter-autopilot-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created twitter-autopilot-aisa?

It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.

💬 Comments