← 返回 Skills 市场
baofeng-tech

AIsa Twitter Research Engage Relay

作者 baofeng-tech · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install aisa-twitter-research-engage-relay
功能描述
Run Twitter/X likes, follows, replies, and OAuth-gated posting through AIsa. Use when: the user already knows which account, tweet, or campaign to act on and...
使用说明 (SKILL.md)

AIsa Twitter Engagement Suite

Run Twitter/X likes, follows, replies, and OAuth-gated posting through AIsa. Use when: the user already knows which account, tweet, or campaign to act on and needs explicit engagement workflows. Supports read context, engagement actions, and approved posting.

When to use

  • The user already knows which tweet, account, or campaign needs action.
  • The user needs explicit likes, follows, replies, or other engagement workflows after review.
  • The user wants approved posting and engagement without sharing passwords.

High-Intent Workflows

  • Research the target, then like or follow with explicit approval.
  • Use engagement actions as follow-through after a post or campaign review.
  • Combine read context, posting, and engagement in one approved workflow.

Quick Reference

  • python3 scripts/twitter_client.py --help
  • python3 scripts/twitter_engagement_client.py --help
  • python3 scripts/twitter_oauth_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Twitter/X reads, OAuth requests, and user-approved media uploads use the fixed AIsa API endpoint https://api.aisa.one/apis/v1/twitter.
  • Provide only AISA_API_KEY; do not use passwords, cookies, or browser credential export.

Example Requests

  • Research a target account and like its latest tweet
  • Authorize a reply or follow-up action after a launch post
  • Run a reply, like, or follow workflow on a confirmed target

Guardrails

  • Do not ask for passwords, cookies, or browser credentials.
  • Do not make likes, follows, replies, or uploads sound silent or automatic.
  • Do not claim an engagement action succeeded until the API confirms it.
  • Only upload local files the user explicitly attached, and make it clear those files are sent to AIsa's Twitter/X API endpoint.
安全使用建议
This package appears internally consistent with its stated purpose. Before installing, consider: 1) You must provide an AISA_API_KEY — that key grants the skill the ability to act through the AIsa relay (likes, follows, posts, media uploads). Only supply the key if you trust the AIsa service/operator. 2) The scripts will upload any local workspace files you explicitly attach (images/videos) to api.aisa.one for posting—do not attach private files you don't want sent. 3) The package source and homepage are missing; if you need stronger assurance, review the included Python files yourself or validate the AIsa operator and API privacy/policies. 4) The skill can be invoked by the agent (normal default); if you want to restrict autonomous actions, avoid giving the agent broad autonomous permissions or invoke the skill only on demand.
功能分析
Type: OpenClaw Skill Name: aisa-twitter-research-engage-relay Version: 1.0.6 The skill bundle provides a legitimate set of tools for interacting with Twitter/X via the AIsa API relay (api.aisa.one). It includes scripts (twitter_client.py, twitter_engagement_client.py, twitter_oauth_client.py) for reading data, performing engagement actions like following and liking, and publishing posts with support for media uploads and threading. The instructions in SKILL.md and the reference documentation include clear guardrails against requesting user passwords or cookies, and the code uses standard Python libraries without any signs of obfuscation, persistence, or unauthorized data exfiltration.
能力标签
requires-oauth-tokenrequires-sensitive-credentialsposts-externally
能力评估
Purpose & Capability
Name and description match the requested artifact set: Python scripts implement read-only APIs, engagement actions (like/unlike/follow/unfollow), and OAuth-backed posting. The single required secret (AISA_API_KEY) is exactly what the code uses for Authorization headers to the relay endpoint (https://api.aisa.one/apis/v1). No unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructions and the Python clients align: they call the repo-relative scripts, require AISA_API_KEY, and instruct the agent to use the AIsa relay. The clients only use the provided workspace file paths for media uploads and do not instruct collection of other system secrets or home-directory files. Guardrails in the docs explicitly forbid requesting passwords or cookies and the code reflects that behavior.
Install Mechanism
No install spec is provided (instruction-only install), and the package includes Python scripts that run with python3. This is the lowest-risk install model: nothing is downloaded or executed from an external URL during install.
Credentials
Only AISA_API_KEY is declared and used. The code references no other environment secrets or unexpected credential names. The required secret is proportional to the stated task (authenticating to the AIsa relay).
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. It runs as an invoked skill and uses only its local scripts; autonomous invocation is allowed by default but is not combined with elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aisa-twitter-research-engage-relay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aisa-twitter-research-engage-relay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
- Major update: Now focused on Twitter/X likes, follows, replies, and explicit engagement actions. - Refined to support workflows where the user already knows the tweet, account, or campaign to target. - Removed general-purpose monitoring and search in favor of action/engagement workflows. - Documentation updated to clarify approved posting, read-before-engage context, and required explicit approval. - License changed from Apache-2.0 to MIT-0.
v1.0.5
- Version bump from 1.0.4 to 1.0.5. - Documentation update: no functional or workflow changes described in SKILL.md.
v1.0.4
- Version updated to 1.0.4 - Documentation refreshed in SKILL.md with minor edits and formatting improvements - No functionality or usage changes introduced
v1.0.3
- Updated version to 1.0.3 in SKILL.md. - No functional or documentation changes beyond version metadata.
v1.0.2
- Updated version to 1.0.2. - Documentation update: no functional or code changes; SKILL.md edited only.
v1.0.1
- Updated skill description and documentation for clarity on supported Twitter/X research, monitoring, and engagement workflows. - Explicitly detailed required environment variable (`AISA_API_KEY`) and outlined optional configuration for relay URL and timeout. - Provided clear instructions for usage, setup, and guardrails around authentication and secure posting. - Added "Quick Reference" section with command-line usage examples. - Emphasized new security and approval guardrails for posting and file uploads.
元数据
Slug aisa-twitter-research-engage-relay
版本 1.0.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

AIsa Twitter Research Engage Relay 是什么?

Run Twitter/X likes, follows, replies, and OAuth-gated posting through AIsa. Use when: the user already knows which account, tweet, or campaign to act on and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 AIsa Twitter Research Engage Relay?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aisa-twitter-research-engage-relay」即可一键安装,无需额外配置。

AIsa Twitter Research Engage Relay 是免费的吗?

是的,AIsa Twitter Research Engage Relay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AIsa Twitter Research Engage Relay 支持哪些平台?

AIsa Twitter Research Engage Relay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AIsa Twitter Research Engage Relay?

由 baofeng-tech(@baofeng-tech)开发并维护,当前版本 v1.0.6。

💬 留言讨论