← 返回 Skills 市场
aisadocs

twitter-autopilot-aisa

作者 AIsa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install twitter-autopilot-aisa
功能描述
Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, i...
安全使用建议
This skill bundles Python clients that forward all Twitter read/write actions through AISA's API (default endpoint: https://api.aisa.one). Before installing: (1) verify you trust AISA and the repo source (meta.json points to a third‑party GitHub repo); (2) understand that AISA_API_KEY lets the relay service see the queries, tweet content and any media you upload; (3) be aware the code reads additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT) that are not declared — confirm or override the relay URL if you expect a different host; (4) OAuth flows will open a browser and require user authorization for posting; (5) review the bundled scripts yourself if you need to ensure no unexpected network or file access. If unsure, test with a restricted/throwaway AISA key or avoid giving the skill production credentials.
功能分析
Type: OpenClaw Skill Name: twitter-autopilot-aisa Version: 1.0.0 The skill bundle provides a legitimate set of Python clients for interacting with Twitter/X via the Aisa API (api.aisa.one). The code in scripts/twitter_client.py, scripts/twitter_engagement_client.py, and scripts/twitter_oauth_client.py implements standard API interaction patterns, including OAuth flows and multipart media uploads, without any evidence of data exfiltration, malicious execution, or obfuscation. The SKILL.md instructions are well-aligned with the tool's stated purpose and include explicit warnings against accessing sensitive local credentials.
能力标签
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
能力评估
Purpose & Capability
Name/description align with included Python clients and capabilities (search/read, engagement, OAuth posting). Requiring python3 and an AISA API key is reasonable for this purpose.
Instruction Scope
SKILL.md directs the agent to run the bundled Python clients and to use OAuth for write actions; that matches the shipped code. The runtime will open browsers for OAuth and can read user-specified media files for uploads — behavior consistent with posting features. However the runtime code expects additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT) not declared in the skill manifest.
Install Mechanism
No install spec (instruction-only) and only requires python3 at runtime. Code is bundled rather than downloaded at install time, which is lower risk than arbitrary downloads.
Credentials
The manifest declares only AISA_API_KEY (primary credential) which is appropriate, but the code reads additional env vars (TWITTER_RELAY_BASE_URL, TWITTER_RELAY_TIMEOUT and optionally others) that aren't listed. The code will send requests (including media uploads) to api.aisa.one by default — all tweet reads/writes are proxied to that external service, so the AISA_API_KEY will grant that service access to the data the skill transmits.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It does open the OAuth flow in a browser and posts to the relay, which is normal for this feature set.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install twitter-autopilot-aisa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /twitter-autopilot-aisa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of twitter-autopilot. - Search X (Twitter) data, monitor accounts, track trends, and publish posts via the AISA relay. - Supports social listening, influencer monitoring, posting, replies, likes, and follow workflows. - Read actions use API Key authentication; write actions (posting, engagement) require OAuth authorization. - Includes bundled Python clients for canonical usage (search, engagement, and posting tasks). - Clear guidelines on when to use or not use the skill, focused on Twitter X data without handling sensitive local credentials.
元数据
Slug twitter-autopilot-aisa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

twitter-autopilot-aisa 是什么?

Search X Twitter data, monitor accounts, track trends, and publish posts through the AISA relay. Use when: the user needs Twitter search, social listening, i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 twitter-autopilot-aisa?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install twitter-autopilot-aisa」即可一键安装,无需额外配置。

twitter-autopilot-aisa 是免费的吗?

是的,twitter-autopilot-aisa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

twitter-autopilot-aisa 支持哪些平台?

twitter-autopilot-aisa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 twitter-autopilot-aisa?

由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.0。

💬 留言讨论