← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install twitter-command-center-search-post-interact
Description
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo...
Usage Guidance
This skill talks to the AIsa relay (https://api.aisa.one) and requires your AISA_API_KEY; using it will send that key in Authorization headers and (for POSTs) include it in request bodies to the relay. The skill will upload any workspace media files you attach to the relay for posting. Before installing, confirm you trust AIsa/api.aisa.one as the relay for posting on your behalf. The skill will not ask for your Twitter password or cookies; OAuth is performed via the relay. If you need to change the relay endpoint, the code accepts TWITTER_RELAY_BASE_URL as an override. Finally, be aware the scripts can open a browser when authorize is run with the --open-browser flag; prefer the default flow that returns an authorization link so you control the approval step.
Capability Analysis
Type: OpenClaw Skill
Name: twitter-command-center-search-post-interact
Version: 1.0.0
The skill bundle provides a legitimate set of tools for interacting with X/Twitter via the AIsa API (api.aisa.one). It includes well-structured Python scripts for reading profile data, searching tweets, and performing engagement actions like following or posting (including media support). The instructions in SKILL.md and the reference files include explicit security guardrails, such as forbidding the agent from asking for user passwords or cookies and requiring manual authorization via OAuth links. No malicious patterns, such as data exfiltration or unauthorized command execution, were detected.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (Twitter/X search, monitoring, engagement, and OAuth posting) matches the shipped scripts and references. The scripts call aisa-backed relay endpoints (api.aisa.one) and implement read/search, engagement (like/follow), and OAuth-backed posting flows — which is coherent with the stated purpose.
Instruction Scope
SKILL.md limits inputs (no passwords, return auth links, use workspace file paths) and points to the bundled scripts. The scripts will read local workspace files when attaching media and may optionally open a browser when authorize is called with --open-browser. This is acceptable for the posting workflow but is a small scope mismatch with the guardrail that prefers returning the link instead of auto-opening the browser (scripts expose both behaviors via flags).
Install Mechanism
This is an instruction-only skill with bundled Python scripts and no install spec. It only requires python3 on PATH and does not download or execute external archives during install — low install risk.
Credentials
The only declared required env var is AISA_API_KEY, which is the primary credential used for requests to the AIsa relay — proportional to the described purpose. The code also reads optional envs (TWITTER_RELAY_BASE_URL and TWITTER_RELAY_TIMEOUT) but they default to safe values; these are not declared in requires.env in SKILL.md and are only optional configuration overrides.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It runs as a user-invoked skill and uses only its own scripts and local workspace files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install twitter-command-center-search-post-interact - After installation, invoke the skill by name or use
/twitter-command-center-search-post-interact - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Twitter Command Center: Search, monitor, and engage with X/Twitter via OAuth-gated workflows.
- Search Twitter profiles, tweets, and trending topics.
- Monitor keywords, threads, or competitor accounts.
- Supports OAuth-enabled posting—no password sharing required.
- Provides CLI tools for research, monitoring, and secure posting.
- Requires AISA_API_KEY for API access and full functionality.
Metadata
Frequently Asked Questions
What is Twitter Command Center Search Post Interact?
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Twitter Command Center Search Post Interact?
Run "/install twitter-command-center-search-post-interact" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Twitter Command Center Search Post Interact free?
Yes, Twitter Command Center Search Post Interact is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Twitter Command Center Search Post Interact support?
Twitter Command Center Search Post Interact is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Twitter Command Center Search Post Interact?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills