← Back to Skills Marketplace
baofeng-tech

AIsa Twitter API

by baofeng-tech · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
19
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aisa-twitter-api-aisa
Description
Twitter/X command center for research, monitoring, watchlists, and approved posting through AIsa. Use when: the user needs one flagship skill for trend track...
README (SKILL.md)

AIsa Twitter API Command Center

Run Twitter/X research, monitoring, trend discovery, and approved posting from one AIsa-backed command center.

When to use

  • The user wants one Twitter/X skill for research, monitoring, or content discovery.
  • The user wants to inspect profiles, timelines, mentions, trends, replies, quotes, lists, communities, or Spaces.
  • The user wants to draft or publish posts after explicit OAuth approval without sharing passwords.

When NOT to use

  • The user needs password-based login, cookie extraction, or browser credential scraping.
  • The workflow must avoid relay-based calls to api.aisa.one.
  • The request centers on likes, follows, replies, or growth actions better handled by aisa-twitter-engagement-suite.

Quick Reference

  • Required environment variable: AISA_API_KEY
  • Read client: scripts/twitter_client.py
  • OAuth and posting client: scripts/twitter_oauth_client.py
  • Posting guide: references/post_twitter.md

Setup

export AISA_API_KEY="your-key"

Capabilities

  • Read user data, timelines, mentions, followers, followings, and related profile information.
  • Search tweets and users, inspect replies, quotes, retweeters, thread context, trends, lists, communities, and Spaces.
  • Publish text, image, and video posts after explicit OAuth approval.

High-Intent Workflows

  • Research a creator, competitor, or narrative before writing.
  • Monitor a keyword, launch, or watchlist and pull supporting tweets fast.
  • Draft and publish a post only after the user explicitly approves OAuth.

Common Commands

python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_oauth_client.py authorize
python3 scripts/twitter_oauth_client.py post --text "Hello from AIsa"

Guardrails

  • Do not ask for Twitter passwords or browser cookies.
  • Do not invent captions, tweet URLs, or attachment files.
  • Do not claim external posting succeeded until the API confirms success.

Example Requests

  • Research what builders on X are saying about AI agents this week.
  • Track reactions to our product launch and pull representative tweets.
  • Build a small watchlist of competitor accounts and summarize what changed today.
  • Authorize and publish a short Twitter post with an attached image.

Security Notes

  • The workflow is relay-based and sends API requests, OAuth requests, and approved media uploads to api.aisa.one.
  • Required secret: AISA_API_KEY.
  • This workflow does not require passwords or browser cookie extraction.
Usage Guidance
Install only if you trust AIsa as a relay for Twitter/X workflows. Confirm the AISA_API_KEY is configured securely, review posts and attachments before publishing, and revoke OAuth access when you no longer need the integration.
Capability Analysis
Type: OpenClaw Skill Name: aisa-twitter-api-aisa Version: 1.0.5 The skill bundle provides a functional Twitter/X command center for research and posting via the AIsa relay API (api.aisa.one). The Python scripts (twitter_client.py and twitter_oauth_client.py) use standard libraries to interact with the API, supporting search, user monitoring, and OAuth-gated posting with media uploads. The instructions in SKILL.md and references/post_twitter.md include appropriate guardrails, such as explicitly forbidding the collection of passwords or cookies and requiring user authorization for posting. No evidence of data exfiltration, malicious execution, or deceptive prompt injection was found.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
Capability Assessment
Purpose & Capability
The Twitter/X research, monitoring, and posting capabilities match the stated purpose, including broad read APIs and public posting. Public posting is high-impact, but it is disclosed and described as OAuth-gated.
Instruction Scope
The instructions include guardrails such as not asking for passwords or cookies and not claiming success until the API confirms it. Users should still review any post text, media, account, and target tweet before publishing.
Install Mechanism
No install spec or package installation is shown; the skill uses bundled Python scripts and requires python3.
Credentials
The required AISA_API_KEY and relay calls to api.aisa.one are proportionate for an AIsa-backed Twitter integration, but they mean requests, OAuth flows, and approved uploads leave the local environment.
Persistence & Privilege
The artifacts describe OAuth-based account authorization and explicitly say they do not use passwords, browser cookies, cache sync, or home-directory persistence. OAuth delegation is still privileged account access that users should manage carefully.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aisa-twitter-api-aisa
  3. After installation, invoke the skill by name or use /aisa-twitter-api-aisa
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Updated skill description for improved clarity on research, monitoring, watchlists, and secure posting via OAuth. - Expanded usage guidance with "When to use" and "When NOT to use" sections for better workflow selection. - Added detailed setup instructions, environment variable requirements, and command examples. - Listed supported actions including search, monitoring, watchlists, trend discovery, and secure post publishing. - Emphasized security guardrails: no passwords, no browser cookies, and confirmation on post success.
Metadata
Slug aisa-twitter-api-aisa
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AIsa Twitter API?

Twitter/X command center for research, monitoring, watchlists, and approved posting through AIsa. Use when: the user needs one flagship skill for trend track... It is an AI Agent Skill for Claude Code / OpenClaw, with 19 downloads so far.

How do I install AIsa Twitter API?

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

Is AIsa Twitter API free?

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

Which platforms does AIsa Twitter API support?

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

Who created AIsa Twitter API?

It is built and maintained by baofeng-tech (@baofeng-tech); the current version is v1.0.5.

💬 Comments