按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。
编程
twitter-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...
它能做什么
Run Twitter/X research, monitoring, trend discovery, and approved posting from one AIsa-backed command center.
技能文档
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.
相关技能
通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。
编写、调试与调优 Playwright 测试,涵盖定位器策略、追踪诊断与 CI 友好的超时配置。
bibaofeng 的更多技能
浏览全部技能一句话拿到任意话题近 30 天的多源研究简报,带排名、聚类和引用链接。
Search YouTube videos, channels, and playlists through the AIsa YouTube relay with one API key. Use when the user asks for YouTube discovery, query expansion...
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...
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...