twitter-autopilot-zh

v1.0.0

搜索 X Twitter 数据、监控账号动态、追踪热点,并通过 AISA 中继完成发帖与互动。触发条件:当用户需要 Twitter 搜索、社媒监听、博主监控、发帖、回复、点赞或关注流程时使用。

0· 71·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/twitter-autopilot-zh.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "twitter-autopilot-zh" (aisadocs/twitter-autopilot-zh) from ClawHub.
Skill page: https://clawhub.ai/aisadocs/twitter-autopilot-zh
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

Bare skill slug

openclaw skills install twitter-autopilot-zh

ClawHub CLI

Package manager switcher

npx clawhub@latest install twitter-autopilot-zh
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, posting via AISA relay) match the code and required AISA_API_KEY. Required binary (python3) and the three included Python clients implement read (AISA API) and write (OAuth relay) operations described in SKILL.md and README.
Instruction Scope
SKILL.md limits runtime actions to running the bundled Python clients and performing OAuth when needed. The instructions do not ask the agent to read unrelated local files or secrets. The code does reference optional relay-related env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT) which are reasonable for configuring the relay endpoint.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is downloaded or installed by the manifest. Code is bundled in the skill and executed by python3; no external installers or arbitrary download URLs are used.
Credentials
Only AISA_API_KEY is declared as required (primaryEnv). The code also looks for optional TWITTER_RELAY_BASE_URL and TWITTER_RELAY_TIMEOUT env vars for relay configuration, which align with the described relay behavior. No unrelated credentials (AWS, system keys, etc.) are requested.
Persistence & Privilege
always:false (no forced inclusion); disable-model-invocation:false is the platform default and acceptable. The skill does not request system-wide configuration changes or access to other skills' credentials.
Assessment
This skill talks to api.aisa.one and requires your AISA_API_KEY for read operations and uses an OAuth relay for write/posting. Before installing: (1) Confirm you trust the AIsa service (aisa.one) because the AISA_API_KEY will be sent to their API endpoints. (2) Understand that posting/engagement actions require authorizing a Twitter/X account through the relay — that authorization grants the ability to post/like/follow on your behalf. (3) If you plan to use it, prefer a dedicated account or scoped credentials, and review the bundled scripts (twitter_oauth_client.py and twitter_engagement_client.py) to verify the relay base URL and OAuth flow. (4) Be cautious when granting agent autonomy in your platform — although this skill is user-invocable and not always-forced, the agent may still be able to invoke skills automatically depending on your agent settings.

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

Runtime requirements

Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97e92tkhr64r85taqgdh4sb9h8528qx
71downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Twitter 自动化助手

何时使用

  • 搜索 X Twitter 数据、监控账号动态、追踪热点,并通过 AISA 中继完成发帖与互动。触发条件:当用户需要 Twitter 搜索、社媒监听、博主监控、发帖、回复、点赞或关注流程时使用。

不适用场景

  • 当用户明确要本地浏览器 Cookie、密码、Keychain 或其他本地敏感凭据时,不要使用这个 skill。
  • 当问题与该 skill 的主题无关时,优先选择更贴切的 skill。

核心能力

  • 通过 AISA API 读取 Twitter X 用户资料、时间线、提及、粉丝、热点和搜索结果。
  • 通过内置 OAuth 中继客户端支持发帖、回复、引用、点赞、取消点赞、关注和取关。
  • 读取能力只需要 API Key,写入能力走 OAuth,不要求密码或浏览器 Cookie。

快速开始

export AISA_API_KEY="your-key"

运行方式

首选运行路径是仓库内置的 Python 客户端:

python3 scripts/twitter_client.py

示例请求

  • 查看 @OpenAI 最近 20 条和 GPT 发布有关的推文并总结。
  • 分析 X Twitter 上 AI 相关的热门话题并按情绪分组。
  • 在授权完成后,把这条产品发布线程发到 X Twitter。

说明

  • 写入动作使用内置的 twitter_oauth_client.pytwitter_engagement_client.py
  • 如果发帖或互动提示未授权,先完成 OAuth 授权,再重试动作。

Comments

Loading comments...