← 返回 Skills 市场
AIsa Twitter API
作者
baofeng-tech
· GitHub ↗
· v1.0.5
· MIT-0
19
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aisa-twitter-api-aisa
功能描述
Twitter/X command center for research, monitoring, watchlists, and approved posting through AIsa. Use when: the user needs one flagship skill for trend track...
使用说明 (SKILL.md)
AIsa Twitter API Command Center
Run Twitter/X research, monitoring, trend discovery, and approved posting from one AIsa-backed command center.
When to use
- The user wants one Twitter/X skill for research, monitoring, or content discovery.
- The user wants to inspect profiles, timelines, mentions, trends, replies, quotes, lists, communities, or Spaces.
- The user wants to draft or publish posts after explicit OAuth approval without sharing passwords.
When NOT to use
- The user needs password-based login, cookie extraction, or browser credential scraping.
- The workflow must avoid relay-based calls to
api.aisa.one. - The request centers on likes, follows, replies, or growth actions better handled by
aisa-twitter-engagement-suite.
Quick Reference
- Required environment variable:
AISA_API_KEY - Read client:
scripts/twitter_client.py - OAuth and posting client:
scripts/twitter_oauth_client.py - Posting guide:
references/post_twitter.md
Setup
export AISA_API_KEY="your-key"
Capabilities
- Read user data, timelines, mentions, followers, followings, and related profile information.
- Search tweets and users, inspect replies, quotes, retweeters, thread context, trends, lists, communities, and Spaces.
- Publish text, image, and video posts after explicit OAuth approval.
High-Intent Workflows
- Research a creator, competitor, or narrative before writing.
- Monitor a keyword, launch, or watchlist and pull supporting tweets fast.
- Draft and publish a post only after the user explicitly approves OAuth.
Common Commands
python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_oauth_client.py authorize
python3 scripts/twitter_oauth_client.py post --text "Hello from AIsa"
Guardrails
- Do not ask for Twitter passwords or browser cookies.
- Do not invent captions, tweet URLs, or attachment files.
- Do not claim external posting succeeded until the API confirms success.
Example Requests
- Research what builders on X are saying about AI agents this week.
- Track reactions to our product launch and pull representative tweets.
- Build a small watchlist of competitor accounts and summarize what changed today.
- Authorize and publish a short Twitter post with an attached image.
Security Notes
- The workflow is relay-based and sends API requests, OAuth requests, and approved media uploads to
api.aisa.one. - Required secret:
AISA_API_KEY. - This workflow does not require passwords or browser cookie extraction.
安全使用建议
Install only if you trust AIsa as a relay for Twitter/X workflows. Confirm the AISA_API_KEY is configured securely, review posts and attachments before publishing, and revoke OAuth access when you no longer need the integration.
功能分析
Type: OpenClaw Skill
Name: aisa-twitter-api-aisa
Version: 1.0.5
The skill bundle provides a functional Twitter/X command center for research and posting via the AIsa relay API (api.aisa.one). The Python scripts (twitter_client.py and twitter_oauth_client.py) use standard libraries to interact with the API, supporting search, user monitoring, and OAuth-gated posting with media uploads. The instructions in SKILL.md and references/post_twitter.md include appropriate guardrails, such as explicitly forbidding the collection of passwords or cookies and requiring user authorization for posting. No evidence of data exfiltration, malicious execution, or deceptive prompt injection was found.
能力标签
能力评估
Purpose & Capability
The Twitter/X research, monitoring, and posting capabilities match the stated purpose, including broad read APIs and public posting. Public posting is high-impact, but it is disclosed and described as OAuth-gated.
Instruction Scope
The instructions include guardrails such as not asking for passwords or cookies and not claiming success until the API confirms it. Users should still review any post text, media, account, and target tweet before publishing.
Install Mechanism
No install spec or package installation is shown; the skill uses bundled Python scripts and requires python3.
Credentials
The required AISA_API_KEY and relay calls to api.aisa.one are proportionate for an AIsa-backed Twitter integration, but they mean requests, OAuth flows, and approved uploads leave the local environment.
Persistence & Privilege
The artifacts describe OAuth-based account authorization and explicitly say they do not use passwords, browser cookies, cache sync, or home-directory persistence. OAuth delegation is still privileged account access that users should manage carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aisa-twitter-api-aisa - 安装完成后,直接呼叫该 Skill 的名称或使用
/aisa-twitter-api-aisa触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Updated skill description for improved clarity on research, monitoring, watchlists, and secure posting via OAuth.
- Expanded usage guidance with "When to use" and "When NOT to use" sections for better workflow selection.
- Added detailed setup instructions, environment variable requirements, and command examples.
- Listed supported actions including search, monitoring, watchlists, trend discovery, and secure post publishing.
- Emphasized security guardrails: no passwords, no browser cookies, and confirmation on post success.
元数据
常见问题
AIsa Twitter API 是什么?
Twitter/X command center for research, monitoring, watchlists, and approved posting through AIsa. Use when: the user needs one flagship skill for trend track... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。
如何安装 AIsa Twitter API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-twitter-api-aisa」即可一键安装,无需额外配置。
AIsa Twitter API 是免费的吗?
是的,AIsa Twitter API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIsa Twitter API 支持哪些平台?
AIsa Twitter API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIsa Twitter API?
由 baofeng-tech(@baofeng-tech)开发并维护,当前版本 v1.0.5。
推荐 Skills