AIsa Twitter Post Engage

ReviewAudited by ClawScan on May 8, 2026.

Overview

This skill is a coherent Twitter/X relay client, but installing it means trusting AIsa and OAuth authorization for public posts, likes, follows, and media uploads.

Install only if you trust AIsa as a relay for your Twitter/X account. Confirm OAuth access, keep the AISA_API_KEY private, review public post content and targets before use, and revoke OAuth access when you no longer need the skill.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked for a posting or engagement task, the agent can publish, like, unlike, follow, or unfollow through the relay.

Why it was flagged

The skill exposes public write and engagement actions on Twitter/X. This is aligned with the stated purpose, but these actions can affect the user's public account.

Skill content
Publish text, image, and video posts after explicit OAuth approval. Like, unlike, follow, and unfollow through the engagement client once authorization exists.
Recommendation

Use it only for explicit Twitter/X actions, review post text and targets carefully, and avoid ambiguous requests.

What this means

A compromised or over-authorized key/account connection could allow actions on the authorized Twitter/X account via the relay.

Why it was flagged

The skill needs an AIsa API key and OAuth approval to act on a Twitter/X account. This is expected for the integration, but it is delegated account authority.

Skill content
Required environment variable: `AISA_API_KEY` ... Obtain OAuth authorization before any write action.
Recommendation

Review the OAuth approval screen, understand how to revoke access, and consider using a dedicated account or limited operational process for posting.

What this means

Local media files selected for posting will leave the workspace and be sent to AIsa before being uploaded to Twitter/X.

Why it was flagged

User-provided media and post content are sent to a third-party relay. This is disclosed and purpose-aligned, but users should be aware of the data flow.

Skill content
The Python client reads the local file and sends it to the relay backend as `multipart/form-data`. ... Posting, OAuth, and approved media uploads are relay-based and go to `api.aisa.one`.
Recommendation

Only provide media files intended for upload, and do not pass unrelated private files as `--media-file`.