← 返回 Skills 市场
Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media)
作者
Karen Sheng
· GitHub ↗
· v1.0.2
· MIT-0
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install x-intelligence-automation
功能描述
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...
安全使用建议
This skill appears to implement the advertised Twitter/X read, post, and engagement flows via the AIsa relay and only requests one credential (AISA_API_KEY), which is expected. Before installing: (1) Confirm you trust the AIsa service (api.aisa.one) and its privacy/retention rules because the skill will send OAuth tokens and any media files you provide to that relay. (2) Be aware that the code accepts TWITTER_RELAY_BASE_URL from the environment (not declared in the manifest) — an attacker or misconfiguration could redirect requests to another host, so verify that env var is not set to an unexpected value. (3) Avoid uploading sensitive local files through this skill and consider using a dedicated/limited API key and rotating it after testing. (4) If you need higher assurance, review the included Python scripts (they are present in the bundle) or run them in a controlled environment first. If you want me to highlight exact lines where TWITTER_RELAY_BASE_URL is read or where the API key is added to POST bodies, say so and I will point them out.
功能分析
Type: OpenClaw Skill
Name: x-intelligence-automation
Version: 1.0.2
The skill bundle provides a comprehensive interface for Twitter/X automation (reading, posting, and engagement) via the AIsa API (api.aisa.one). The Python scripts (twitter_client.py, twitter_oauth_client.py, twitter_engagement_client.py) are well-structured wrappers for API calls, and the markdown instructions provide functional guidance for the AI agent to handle OAuth flows and context-aware actions. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description (read/search/post/engage on X) aligns with the code and runtime instructions: the clients call api.aisa.one endpoints and implement read, OAuth-based post, and engagement flows. Required binaries (curl, python3) and the single declared env (AISA_API_KEY) are consistent with the stated purpose.
Instruction Scope
Runtime instructions explicitly direct the agent to call https://api.aisa.one endpoints and, for posting, to upload local workspace media files to the relay. That's coherent for a posting/engagement skill, but it means the skill will transmit user workspace files and OAuth flows to an external relay service—verify you trust that endpoint before sending sensitive files.
Install Mechanism
No install spec — instruction-only with included Python scripts. Nothing is downloaded from arbitrary URLs during install; risk from installation is low. The presence of runnable scripts increases surface area at runtime but is expected for this skill's purpose.
Credentials
The declared required env is AISA_API_KEY which matches the provider. However, runtime code reads/uses additional environment variables that are not declared in requires.env (e.g., TWITTER_RELAY_BASE_URL and TWITTER_RELAY_TIMEOUT). TWITTER_RELAY_BASE_URL can be set to redirect relay calls to an arbitrary host, which is a notable divergence from the manifest. Also note: POST calls include the API key in the JSON body as well as Authorization header, so the AISA_API_KEY will be transmitted to the relay service for POST actions.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It will run autonomously by default (disable-model-invocation is false), which is normal — there is no hidden permanent presence or modification of other skill configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-intelligence-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-intelligence-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added support for Twitter/X engagement actions: like, unlike, follow, and unfollow, alongside existing search and posting features.
- Expanded documentation to clarify authentication requirements for new interactive actions.
- Introduced `references/engage_twitter.md` and `scripts/twitter_engagement_client.py` for engagement workflows and client scripting.
- Updated skill description and instructions to reflect enhanced capabilities.
v1.0.0
Initial release — provides search and read access to Twitter/X data, plus publishing via OAuth and scripts.
- Search and retrieve Twitter/X data: profiles, tweets, threads, mentions, followers, lists, communities, Spaces, and trends.
- Publishing support included via OAuth (instructions in references/post_twitter.md).
- Includes Bash/cURL command examples for all core endpoints.
- Added a Python client script (scripts/twitter_client.py) for common Twitter operations.
- No user credentials required to read data; only an API key.
- Documentation and sample workflows provided in README.md.
元数据
常见问题
Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media) 是什么?
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-intelligence-automation」即可一键安装,无需额外配置。
Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media) 是免费的吗?
是的,Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media) 支持哪些平台?
Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Twitter Intelligence & Automation — Read, Search, Write & Post (Text & Media)?
由 Karen Sheng(@karensheng)开发并维护,当前版本 v1.0.2。
推荐 Skills