← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twitter-autopilot-zh
Description
搜索 X Twitter 数据、监控账号动态、追踪热点,并通过 AISA 中继完成发帖与互动。触发条件:当用户需要 Twitter 搜索、社媒监听、博主监控、发帖、回复、点赞或关注流程时使用。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: twitter-autopilot-zh
Version: 1.0.0
The twitter-autopilot-zh skill bundle provides a legitimate set of tools for interacting with Twitter/X via the AIsa API. It includes scripts for reading user data and searching tweets (twitter_client.py), performing engagement actions like following and liking (twitter_engagement_client.py), and handling OAuth-based posting with media support (twitter_oauth_client.py). The code uses standard Python libraries, follows its stated purpose, and contains no evidence of malicious intent, data exfiltration, or prompt-injection attacks.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitter-autopilot-zh - After installation, invoke the skill by name or use
/twitter-autopilot-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
twitter-autopilot-zh v1.0.0 released
- 新增支持 X Twitter 数据搜索、账号动态监控与热点追踪
- 可通过 AISA 中继自动完成发帖、回复、点赞、关注等互动操作
- 支持读取用户资料、时间线、提及、粉丝及搜索结果
- 写入与互动采用 OAuth 流程,无需本地密码或 Cookie
- 提供主要用例说明与快速开始指南
Metadata
Frequently Asked Questions
What is twitter-autopilot-zh?
搜索 X Twitter 数据、监控账号动态、追踪热点,并通过 AISA 中继完成发帖与互动。触发条件:当用户需要 Twitter 搜索、社媒监听、博主监控、发帖、回复、点赞或关注流程时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install twitter-autopilot-zh?
Run "/install twitter-autopilot-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is twitter-autopilot-zh free?
Yes, twitter-autopilot-zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does twitter-autopilot-zh support?
twitter-autopilot-zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created twitter-autopilot-zh?
It is built and maintained by AIsa (@aisadocs); the current version is v1.0.0.
More Skills