← 返回 Skills 市场
68
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aisa-twitter-research-engage
功能描述
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo...
使用说明 (SKILL.md)
AIsa Twitter Research Engage
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflows. Supports search, monitoring, and approved posting.
When to use
- The user needs Twitter/X research, monitoring, posting, or engagement workflows.
- The user wants profiles, timelines, trends, lists, communities, or Spaces.
- The user wants approved posting without sharing passwords.
High-Intent Workflows
- Research an account or conversation thread.
- Monitor a keyword, trend, or competitor.
- Authorize and publish a post after explicit approval.
Quick Reference
python3 scripts/twitter_client.py --helppython3 scripts/twitter_engagement_client.py --helppython3 scripts/twitter_oauth_client.py --help
Setup
AISA_API_KEYis required for AIsa-backed API access.- Use repo-relative
scripts/paths from the shipped package. - Prefer explicit CLI auth flags when a script exposes them.
Example Requests
- Research recent AI agent conversations on X
- Search how users are reacting to a product launch on Twitter
- Authorize and publish a short product update post
Guardrails
- Do not ask for passwords, cookies, or browser credentials.
- Do not claim posting succeeded until the API confirms it.
- Return authorization links instead of relying on auto-open behavior.
安全使用建议
This skill appears to do what it says: run local Python scripts that call an external relay (default https://api.aisa.one) to search, monitor, like/follow, and post on X/Twitter. Before installing or running it:
- Understand that your AISA_API_KEY will be sent to the relay service (in Authorization headers and POST bodies). Only install/use this skill if you trust api.aisa.one (or you set TWITTER_RELAY_BASE_URL to a relay you control).
- Attached media files from the agent workspace will be uploaded to the relay for publishing. Treat attachments as being transmitted to that third party.
- Prefer running the scripts in an isolated environment (e.g., sandbox or separate account) the first time to verify behavior. Review the three Python scripts in this package yourself — they are readable and use urllib; there is no obfuscated or downloaded code.
- Require explicit user approval before posting (SKILL.md endorses this) and confirm which account will be used. If you suspect the key was exposed, rotate/revoke it.
- If you need tighter control, set TWITTER_RELAY_BASE_URL to a relay you operate or request the vendor's privacy/security documentation and token scoping options.
Overall: technically coherent and consistent with its description, but it relies on a third-party relay and transmits your API key and media to that service — assess trust accordingly.
功能分析
Type: OpenClaw Skill
Name: aisa-twitter-research-engage
Version: 1.0.0
The skill bundle provides a legitimate set of tools for Twitter research, engagement, and OAuth-based posting via the AIsa API (api.aisa.one). The Python scripts (twitter_client.py, twitter_engagement_client.py, and twitter_oauth_client.py) are well-structured, use standard libraries for network requests, and contain no evidence of malicious behavior such as data exfiltration or unauthorized execution. The instructions in SKILL.md and the reference documents include clear safety guardrails, such as explicitly forbidding the agent from asking for user passwords or browser credentials.
能力标签
能力评估
Purpose & Capability
Name/description match the implementation: bundled Python clients implement read/search, engagement (like/follow) relay actions, and OAuth-backed posting. Required binary (python3) and primary environment variable (AISA_API_KEY) are proportional to the stated purpose.
Instruction Scope
SKILL.md and reference docs instruct the agent to run the included scripts and to not ask for passwords or cookie-based credentials. The scripts will upload local workspace media and send posting/engagement requests to an external relay (default base URL: https://api.aisa.one). This behavior is coherent with the described workflow but means user content, attached files, and the AISA_API_KEY are transmitted to that external service.
Install Mechanism
There is no network-based install step or external download; the skill is instruction + local Python scripts and requires only python3. No extracted archives or third-party package installs are present in the manifest.
Credentials
Only AISA_API_KEY is required by the skill (and optionally environment overrides such as TWITTER_RELAY_BASE_URL and TWITTER_RELAY_TIMEOUT). Requesting a single API key is proportionate, but that key is used as Bearer auth and is also inserted into POST bodies; users should be aware the key is sent to the relay service and will enable that service to act on their behalf.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and contains no install that persists across the system. It runs local scripts on demand and may optionally open a browser (when --open-browser is used), consistent with an OAuth flow.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aisa-twitter-research-engage - 安装完成后,直接呼叫该 Skill 的名称或使用
/aisa-twitter-research-engage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aisa-twitter-research-engage.
- Search and monitor X/Twitter profiles, tweets, trends, and conversations.
- Supports secure OAuth-based posting with explicit user approval.
- CLI tools provided for research, engagement, and authorized posting workflows.
- Requires AISA_API_KEY for API access.
- Guardrails ensure safe use: no password requests, explicit post confirmations, and returns authorization links.
元数据
常见问题
AIsa Twitter Research Engage 是什么?
Search X/Twitter profiles, tweets, trends, and OAuth-gated posting through AIsa. Use when: the user needs Twitter research, monitoring, or engagement workflo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。
如何安装 AIsa Twitter Research Engage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-twitter-research-engage」即可一键安装,无需额外配置。
AIsa Twitter Research Engage 是免费的吗?
是的,AIsa Twitter Research Engage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIsa Twitter Research Engage 支持哪些平台?
AIsa Twitter Research Engage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIsa Twitter Research Engage?
由 AIsa(@aisadocs)开发并维护,当前版本 v1.0.0。
推荐 Skills