/install openclaw-twitter-post-engage-slot3
Twitter Post Engage
Runtime-focused release bundle for Twitter/X search, posting, and engagement through the AISA relay.
When to use
- The user wants Twitter/X research plus posting, liking, unliking, following, or unfollowing workflows.
- The task can use a Python client with
AISA_API_KEYand explicit OAuth approval. - The workflow needs a single package that covers read, post, and engagement actions.
When NOT to use
- The user needs cookie extraction, password login, or a fully local Twitter client.
- The workflow must avoid relay-based network calls or media upload through
api.aisa.one. - The task needs undocumented secrets or browser-derived auth values.
Quick Reference
- Required env:
AISA_API_KEY - Read client:
./scripts/twitter_client.py - Post client:
./scripts/twitter_oauth_client.py - Engage client:
./scripts/twitter_engagement_client.py - References:
./references/post_twitter.md,./references/engage_twitter.md
Setup
export AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
Capabilities
- Read user, tweet, trend, list, community, and Spaces data.
- Publish text, image, and video posts after explicit OAuth approval.
- Like, unlike, follow, and unfollow through the engagement client once authorization exists.
- Reuse the current conversation context instead of local file-based conversation persistence.
Common Commands
python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_oauth_client.py authorize
# After the user approves the final confirmation artifact:
python3 scripts/twitter_oauth_client.py post --text "Hello from AIsa"
python3 scripts/twitter_engagement_client.py like-latest --user "@elonmusk"
python3 scripts/twitter_engagement_client.py follow-user --user "@elonmusk"
Posting and Engagement Workflow
- Use
./references/post_twitter.mdfor post, reply, quote, and media-upload actions. - Use
./references/engage_twitter.mdfor likes, unlikes, follows, and unfollows. - Obtain OAuth authorization before any write action.
- Before posting, liking, following, or uploading media, produce a final confirmation artifact that names the exact action, target account or tweet, text/media payload, and approval status. Do not execute the write action until the user explicitly approves that artifact.
ClawHub Suspicious Review Notes
These points summarize the common reasons similar skills are marked Suspicious and how this release addresses them:
- The package is relay-based: read calls, OAuth requests, engagement actions, and approved media uploads go to
api.aisa.one. - The package is API-key-first: it requires
AISA_API_KEYand does not ask for passwords, cookies,CT0, or other legacy secrets. - Write and engagement actions require a user-approved confirmation artifact that records the final action, target, payload, and OAuth approval state before execution.
- The release bundle is runtime-only: it keeps
SKILL.md,scripts/, and the required references, while omitting non-runtime files such asREADME.mdand_meta.json. - The package does not include cache sync, self-install logic, home-directory persistence, browser-cookie extraction, or external agent CLI wrappers.
- Browser opening is optional and not the default workflow; returning the authorization link is the preferred path for this release.
Release Bundle Notes
scripts/twitter_client.pypreserves the read API surface from the original bundle.scripts/twitter_oauth_client.pypreserves OAuth and posting behavior from the original bundle.scripts/twitter_engagement_client.pypreserves like, unlike, follow, and unfollow behavior from the original bundle.- This package is optimized for publication metadata and upload safety, not for changing runtime logic.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-twitter-post-engage-slot3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-twitter-post-engage-slot3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Openclaw Twitter Post Engage 是什么?
Search X/Twitter profiles, tweets, trends, and approved engagement actions through the AISA relay. Use when: the user asks for Twitter/X research, posting, l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Openclaw Twitter Post Engage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-twitter-post-engage-slot3」即可一键安装,无需额外配置。
Openclaw Twitter Post Engage 是免费的吗?
是的,Openclaw Twitter Post Engage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Twitter Post Engage 支持哪些平台?
Openclaw Twitter Post Engage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Twitter Post Engage?
由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.3。