Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Coding
AIsa Twitter Engagement Suite
Try itSearch X/Twitter profiles, tweets, trends, and approved engagement actions through the AIsa relay. Use when the user asks for Twitter/X research, posting, li...
What it does
Search X/Twitter profiles, tweets, trends, and approved engagement actions through the AIsa relay.
The skill document
AIsa Twitter Engagement Suite
Search X/Twitter profiles, tweets, trends, and approved engagement actions 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 environment variable:
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"
Common Commands
python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_oauth_client.py authorize
python3 scripts/twitter_engagement_client.py like-latest --user "@elonmusk"
Capabilities
- Research Twitter/X accounts, tweets, trends, lists, communities, and Spaces.
- Publish text, image, and video posts after explicit OAuth approval.
- Like, unlike, follow, and unfollow after authorization exists.
Related skills
Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
figma-use
OfficialEnforces Figma Plugin API rules for use_figma: color ranges, font loading, atomic execution, and required node ID returns.
skill-creator
OfficialDraft, test, and iterate on agent skills with parallel with-skill and baseline runs.
cli-creator
OfficialCreate a durable, composable CLI that future Codex threads run by name from any repo.
aspnet-core
OfficialPick the right ASP.NET Core app model and structure code the framework-documented way.
More from bibaofeng
Browse all skillsGet a 30-day, multi-source research brief on any topic, ranked and clustered with citations.
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting. Use w...
Multi-source search engine powered by AIsa API. Combines Tavily web search, Scholar academic search, Smart hybrid search, and Perplexity deep research — all...
Reads and searches X (Twitter) data including profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Also supports p...
Unified SaaS integration gateway via api.aisa.one (AISA gateway, v3.1): manage OAuth auth for third-party SaaS apps (Gmail/Slack/GitHub/Notion etc.), tool ex...
Generate images and videos with AIsa. Supports four image models (Google Gemini 3 Pro Image, Alibaba Wan 2.7 image + image-pro, ByteDance Seedream) and four...