AIsa Twitter API Command Center

v1.0.2

Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo...

0· 18·0 current·0 all-time
byAIsa@aisadocs

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aisadocs/aisa-twitter-api-command-center.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AIsa Twitter API Command Center" (aisadocs/aisa-twitter-api-command-center) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/aisa-twitter-api-command-center
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install aisadocs/aisa-twitter-api-command-center

ClawHub CLI

Package manager switcher

npx clawhub@latest install aisa-twitter-api-command-center
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentialsPosts externally
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Twitter/X search, monitoring, OAuth posting) match the included CLI Python clients and the single required env var (AISA_API_KEY). Requiring python3 and an AISA_API_KEY is proportionate because the scripts call a relay API (https://api.aisa.one) rather than the official Twitter endpoints.
Instruction Scope
SKILL.md and references explicitly instruct running the included scripts, using AISA_API_KEY, and passing repo-relative workspace file paths for media. The scripts will read local workspace files (when --media-file is used) and POST them to the AIsa relay. This is expected for media uploads but has privacy implications: attachments and content (and the relay API key) are transmitted to api.aisa.one.
Install Mechanism
No install spec (instruction-only skill), so nothing is downloaded or installed automatically. The package includes two Python scripts that are executed locally; risk is limited to running those scripts with python3.
Credentials
Only AISA_API_KEY is required and declared as the primary credential. The key is necessary for authenticating to the AIsa relay; no unrelated secrets, home-directory paths, or additional credentials are requested.
Persistence & Privilege
always is false and the skill does not request any elevated or permanent platform-wide privilege. It does not attempt to modify other skills or system-wide configs in the provided files.
Assessment
This skill appears internally consistent for Twitter research and relay-based posting, but note the following before installing: - AISA_API_KEY: the skill requires and will send this key to the AIsa relay (api.aisa.one) with each request — treat it like a secret. Do not reuse a high-privilege secret if you don't trust the relay. - Media uploads: any local workspace images/videos you pass will be read by the script and uploaded to the relay. Do not attach sensitive files unless you trust that service. - OAuth flow: the skill returns authorization links and relies on the relay to complete OAuth; you shouldn't need to provide Twitter passwords, and the skill's guardrails state not to ask for them. - Code review: the included Python scripts are short and readable; if you have concerns, inspect scripts/twitter_oauth_client.py and scripts/twitter_client.py before running. - If you do not trust api.aisa.one or the AIsa operator, do not provide AISA_API_KEY or run the scripts with sensitive attachments.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🐦 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk974f5vyczkjf6e373776qhwbn85eb58
18downloads
0stars
1versions
Updated 5h ago
v1.0.2
MIT-0

AIsa Twitter API Command Center

Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflows. Supports search, monitoring, and approved posting.

When to use

  • The user needs Twitter/X research, monitoring, posting, or engagement workflows.
  • The user wants profiles, timelines, trends, lists, communities, or Spaces.
  • The user wants approved posting without sharing passwords.

High-Intent Workflows

  • Research an account or conversation thread.
  • Monitor a keyword, trend, or competitor.
  • Authorize and publish a post after explicit approval.

Quick Reference

  • python3 scripts/twitter_client.py --help
  • python3 scripts/twitter_oauth_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Research recent AI agent conversations on X
  • Search how users are reacting to a product launch on Twitter
  • Authorize and publish a short product update post

Guardrails

  • Do not ask for passwords, cookies, or browser credentials.
  • Do not claim posting succeeded until the API confirms it.
  • Return authorization links instead of relying on auto-open behavior.

Comments

Loading comments...