Twitter Post Aisa
Skill by bibaofeng
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bibaofeng/twitter-post-aisaname: openclaw-twitter-post-engage description: Search X/Twitter profiles, tweets, trends, and approved engagement actions through the AISA relay. Use when: the user asks for Twitter/X research, posting, likes, follows, or related workflows without sharing passwords. Supports read APIs, OAuth-gated posting, and follow or like operations. homepage: https://openclaw.ai author: aisadocs user-invocable: true requires: bins: - python3 env: - AISA_API_KEY metadata: openclaw: emoji: "🐦" requires: bins: - python3 env: - AISA_API_KEY primaryEnv: AISA_API_KEY files: - "scripts/" - "references/"
OpenClaw 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 OpenClaw context instead of local file-based conversation persistence.
Common Commands
python3 {baseDir}/scripts/twitter_client.py search --query "AI agents" --type Latest
python3 {baseDir}/scripts/twitter_oauth_client.py authorize
python3 {baseDir}/scripts/twitter_oauth_client.py post --text "Hello from OpenClaw"
python3 {baseDir}/scripts/twitter_engagement_client.py like-latest --user "@elonmusk"
python3 {baseDir}/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.
ClawHub Suspicious Review Notes
These points summarize the common reasons similar skills are marked Suspicious and how this release addresses them:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bibaofeng-twitter-post-aisa": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
prediction-market-data-zh
通过 AIsa API 查询跨平台预测市场数据。支持 Polymarket 和 Kalshi 的市场行情、价格、订单簿、K线、持仓和交易记录。适用场景:查询预测市场赔率、选举博彩、事件概率、市场情绪、Polymarket 价格、Kalshi 价格、体育博彩赔率、钱包盈亏、跨平台市场对比。
smart-search
Combine web and academic search into one smart AISA search mode. Use when: the user needs a balanced research pass that mixes public web coverage with academic depth.
Aisa Twitter
Skill by bibaofeng
media-gen
Generate AI images or videos through AIsa. Use when: the user needs creative generation, asset drafts, or media workflows. Supports image and video generation.
stock-portfolio-zh
通过 AISA 的实时价格与盈亏跟踪来创建和管理股票加密投资组合。触发条件:当用户想新增持仓、查看组合表现、重命名组合或审查当前盈亏时使用。