← 返回 Skills 市场
139
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install twtapi
功能描述
Access live Twitter/X data through TwtAPI's hosted public skill gateway. Search tweets, look up users, read timelines, inspect followers and following, fetch...
安全使用建议
This skill appears to do what it claims: it runs a small Python CLI that posts queries to TwtAPI's gateway and requires a dedicated TWTAPI_SKILL_KEY. Before installing: 1) Confirm you trust the gateway domain (https://skill.twtapi.com or your self-hosted override) because your queries and the skill key are sent there. 2) Store the TWTAPI_SKILL_KEY securely (env or OpenClaw config) and use least-privilege/rotate keys if possible. 3) Note the minor metadata mismatch: the README/code accept an optional TWTAPI_SKILL_BASE_URL but it isn't declared in the registry metadata — if you plan to override the gateway, set that env var explicitly. 4) If you need extra assurance, review or run the included scripts in an isolated environment and monitor network traffic/credits on your TwtAPI dashboard.
功能分析
Type: OpenClaw Skill
Name: twtapi
Version: 1.2.0
The twtapi skill is a standard API wrapper for accessing Twitter/X data via the TwtAPI service. The core logic in scripts/twtapi.py uses Python's standard urllib library to make authenticated requests to a legitimate service endpoint (skill.twtapi.com) and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (access Twitter/X via TwtAPI gateway) match the shipped CLI and network calls. The skill only requires python3 and a TwtAPI skill key, which are appropriate for this purpose.
Instruction Scope
SKILL.md stays within the expected scope (run the bundled CLI to call TwtAPI endpoints). It documents an optional TWTAPI_SKILL_BASE_URL you can set to override the gateway; this is reasonable but that optional env var is not listed in the registry metadata (minor inconsistency).
Install Mechanism
Install spec only suggests installing Python via Homebrew (official formula). No downloads from unknown servers or archive extraction; the code file is included in the package.
Credentials
Only one required env var (TWTAPI_SKILL_KEY) is declared and used as the primary credential — proportionate for a hosted gateway. The code and docs also optionally read TWTAPI_SKILL_BASE_URL, but that optional variable is not declared in the registry metadata (documentation/metadata mismatch). No unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent system privileges. It does network calls to the listed TwtAPI gateway (expected for its function).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install twtapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/twtapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
**Big change: Improved setup process and clarified configuration for TwtAPI skill.**
- Default hosted gateway URL is now built in; most users only need to set `TWTAPI_SKILL_KEY`.
- Environment variable requirements simplified (no longer mandates `TWTAPI_SKILL_BASE_URL`).
- Installation and setup steps clarified for OpenClaw and compatible runners.
- Documentation updated for new onboarding flow and best practices.
- Metadata updated to reflect streamlined environment requirements.
v1.1.2
- Changed documentation and metadata homepage links from /zh to /en for improved accessibility.
- Updated version to 1.1.2.
- Added a direct setup link (https://www.twtapi.com/en/) to the documentation for easier onboarding.
v1.1.1
- Updated documentation to provide detailed setup and usage instructions.
- Added step-by-step setup guidance, including environment variable configuration and connection verification.
- Expanded usage examples for searching tweets, looking up users, fetching timelines, inspecting followers/following, and retrieving trends.
- Clarified tips for workflow efficiency, pagination, and search operators.
- Included important notes about authentication, credit usage, and API responses.
- No changes to core functionality documented.
元数据
常见问题
TwtAPI 是什么?
Access live Twitter/X data through TwtAPI's hosted public skill gateway. Search tweets, look up users, read timelines, inspect followers and following, fetch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 TwtAPI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install twtapi」即可一键安装,无需额外配置。
TwtAPI 是免费的吗?
是的,TwtAPI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TwtAPI 支持哪些平台?
TwtAPI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TwtAPI?
由 TonyGJJ(@tonygjj)开发并维护,当前版本 v1.2.0。
推荐 Skills