← 返回 Skills 市场
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-analytics-cli
功能描述
X (Twitter) analytics and data retrieval via x-analytics-cli. Use when the user wants to search tweets, count tweet volumes, look up user profiles, get tweet...
安全使用建议
This skill appears to be a wrapper for an external CLI and requires four X (Twitter) OAuth credentials, but the registry metadata doesn't declare those requirements and the package has no source/homepage listed. Before installing or using it: 1) Verify the npm package name and its author/website (don't run `npm install -g` for an untrusted package). 2) Prefer using minimal-scope credentials or a read-only token and avoid placing tokens in shared home config if possible. 3) If you must use it, inspect the CLI package source code (or use a vetted client) to confirm it only performs the documented read-only X API calls. 4) Treat the metadata mismatch as a red flag — ask the publisher for source/homepage and an explanation for why required binaries/env vars weren't declared.
功能分析
Type: OpenClaw Skill
Name: x-analytics-cli
Version: 1.0.0
The skill bundle provides instructions for an AI agent to use the `x-analytics-cli` tool (a legitimate utility by Bin Huang) to interact with the X (Twitter) API v2. It includes comprehensive documentation for searching tweets, looking up users, and retrieving timelines, with clear guidance on authentication and error handling. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in the SKILL.md or _meta.json files.
能力标签
能力评估
Purpose & Capability
The SKILL.md clearly documents a CLI wrapper that needs x-analytics-cli and four OAuth 1.0a credentials (X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET). The registry metadata, however, lists no required binaries, no required env vars, and no primary credential. That is an incoherence: a CLI integration should declare the CLI binary and the credential requirements in metadata.
Instruction Scope
The runtime instructions tell the agent to run local commands (x-analytics-cli), possibly install the npm package globally (npm install -g x-analytics-cli), and resolve credentials via env vars or a local file (~/.config/x-analytics-cli/credentials.json). Those are reasonable for the described purpose, but they require reading local credentials and executing local tooling — and the skill metadata did not surface those requirements. The instructions do not direct data to unexpected external endpoints beyond the expected X API calls via the CLI.
Install Mechanism
There is no install spec in the registry entry (instruction-only skill). SKILL.md suggests installing via `npm install -g x-analytics-cli`, which is a public-registry install pattern but not vetted by the metadata. Because the package source/homepage is missing, recommending a global npm install without provenance increases risk.
Credentials
The skill legitimately needs four OAuth credentials to call the X API, which is proportionate to the described functionality — but the registry metadata declares no required env vars or primary credential. The discrepancy means the skill could read sensitive local credentials (env or file) without that being apparent from metadata.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It is user-invocable only and does not claim to modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-analytics-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-analytics-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of x-analytics-cli skill.
- Enables search, analytics, and data retrieval for X (Twitter) via CLI.
- Supports user profile lookup, tweet details, tweet search, tweet counts, and timeline retrieval.
- Requires OAuth credentials and supports configuration via environment, file, or command-line flag.
- Outputs responses as JSON, compatible with X API v2 data structure.
元数据
常见问题
X Analytics CLI 是什么?
X (Twitter) analytics and data retrieval via x-analytics-cli. Use when the user wants to search tweets, count tweet volumes, look up user profiles, get tweet... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 X Analytics CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-analytics-cli」即可一键安装,无需额外配置。
X Analytics CLI 是免费的吗?
是的,X Analytics CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
X Analytics CLI 支持哪些平台?
X Analytics CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Analytics CLI?
由 Bin-Huang(@bin-huang)开发并维护,当前版本 v1.0.0。
推荐 Skills