← Back to Skills Marketplace
aisadocs

AIsa Twitter API Command Center

by AIsa · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aisa-twitter-api-command-center
Description
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo...
README (SKILL.md)

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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: aisa-twitter-api-command-center Version: 1.0.2 The skill bundle is a legitimate Twitter/X API integration for the AIsa service (api.aisa.one). It provides comprehensive tools for searching profiles, monitoring trends, and performing OAuth-gated posting with media support. The Python scripts (twitter_client.py and twitter_oauth_client.py) use standard libraries and avoid dangerous functions like eval() or shell execution. The documentation in SKILL.md and references/post_twitter.md includes proactive security guardrails, explicitly instructing the AI agent not to request user passwords or cookies and to prioritize user-approved OAuth flows.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aisa-twitter-api-command-center
  3. After installation, invoke the skill by name or use /aisa-twitter-api-command-center
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated SKILL.md for improved documentation and clear usage guidance. - Added concise descriptions of supported workflows: search, monitoring, and OAuth-gated posting. - Clarified setup requirements, especially the need for AISA_API_KEY. - Included quick CLI reference commands and sample use cases. - Enhanced guardrails on authentication and posting confirmation for security and compliance.
Metadata
Slug aisa-twitter-api-command-center
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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 workflo... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install AIsa Twitter API Command Center?

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

Is AIsa Twitter API Command Center free?

Yes, AIsa Twitter API Command Center is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AIsa Twitter API Command Center support?

AIsa Twitter API Command Center is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AIsa Twitter API Command Center?

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

💬 Comments