← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install twitter-aisa
Description
Search and retrieve Twitter/X profiles, tweets, trends, and Spaces via AISA relay, and publish approved posts with OAuth without sharing passwords.
Usage Guidance
This package appears to implement what it says: a Twitter/X client that routes reads and OAuth-backed posting through api.aisa.one. Before installing, verify the skill's provenance (there's no authoritative homepage/source in the registry and the publisher identity is opaque). Be aware that any workspace media files and OAuth approvals will be uploaded to the relay (api.aisa.one) and that you must provide an AISA_API_KEY to use it — only supply that key if you trust the relay operator. Also note the registry metadata is inconsistent (it doesn't declare the required AISA_API_KEY and python3 even though SKILL.md and the scripts require them); ask the publisher to correct manifest fields or provide a verifiable homepage/source before broad use. If you cannot verify the relay, consider using an official Twitter/X API integration or running these scripts in an isolated environment and reviewing the code yourself.
Capability Analysis
Type: OpenClaw Skill
Name: twitter-aisa
Version: 1.0.2
The skill bundle provides Twitter/X integration via a third-party relay API (api.aisa.one). While the implementation appears professional and lacks clear malicious intent, it utilizes high-risk capabilities including network access and local file reading (for media uploads in scripts/twitter_oauth_client.py). Per the provided instructions, risky capabilities that are plausibly needed for the stated purpose but involve network or file access should be classified as suspicious. The bundle includes well-defined scripts for data retrieval and OAuth-based posting, and it explicitly instructs the agent to avoid requesting user passwords, which serves as a security guardrail.
Capability Tags
Capability Assessment
Purpose & Capability
The skill name, SKILL.md, and included Python clients all implement Twitter/X read and OAuth posting via the AISA relay (https://api.aisa.one). The requested secret (AISA_API_KEY) is appropriate for a relay-based client. However, the registry-level summary at the top claims no required env vars or binaries while SKILL.md and the scripts require python3 and AISA_API_KEY — an inconsistent manifest entry.
Instruction Scope
Runtime instructions are focused on read operations and OAuth-backed posting and explicitly require uploading user-supplied workspace media files as multipart/form-data to the relay. The scripts access only environment variables (AISA_API_KEY), local workspace files for media, and call webbrowser optionally. There is no instruction to read unrelated system files or secrets—but the workflow does send user-provided attachments and OAuth flows to the external relay, which is expected but privacy-relevant.
Install Mechanism
This is an instruction-only release with no install spec; scripts run directly with python3. That reduces installation risk because nothing is downloaded or installed at runtime by the skill itself.
Credentials
The only runtime secret the skill needs is AISA_API_KEY, which is proportionate to a relay-based Twitter client. The concern is the manifest inconsistency: the top-level registry data lists 'Required env vars: none' while SKILL.md and the code require AISA_API_KEY (and declare it as primaryEnv). Also, providing AISA_API_KEY grants the relay permission to act on your behalf — you should confirm the relay operator is trusted before supplying it.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system configs, and has no install-time persistence. It only runs as a user-invoked skill (normal).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitter-aisa - After installation, invoke the skill by name or use
/twitter-aisa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added author information and set `user-invocable: true` in the skill metadata.
- Updated required system bins to only include `python3`.
- Clarified required environment variables under `requires` and metadata sections.
- Specified included files in the metadata (`scripts/*` and `references/*`).
v1.0.1
- Removed non-runtime and redundant files (e.g., CHECKLIST.md, duplicate scripts) to streamline the release bundle.
- Added `references/post_twitter.md` for clearer posting workflow guidance.
- Maintained core API client functionality in `scripts/twitter_client.py` and OAuth/posting logic in `scripts/twitter_oauth_client.py`.
- Simplified environment configuration details and removed optional overrides from documentation.
- No changes to runtime logic; focus is on cleanup and improving release documentation.
v1.0.0
Initial release of openclaw-twitter skill for X/Twitter research and posting via AISA relay.
- Enables search and reading of X/Twitter profiles, tweets, trends, lists, communities, and Spaces.
- Supports OAuth-based publishing of text, image, and video posts without needing passwords.
- Requires only the `AISA_API_KEY` for secure API access—no legacy credentials needed.
- Includes Python scripts for automated research, monitoring, and approved posting workflows.
- Keeps user authentication secure by providing authorization links for posting actions.
Metadata
Frequently Asked Questions
What is twitter-aisa?
Search and retrieve Twitter/X profiles, tweets, trends, and Spaces via AISA relay, and publish approved posts with OAuth without sharing passwords. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install twitter-aisa?
Run "/install twitter-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is twitter-aisa free?
Yes, twitter-aisa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does twitter-aisa support?
twitter-aisa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created twitter-aisa?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.2.
More Skills