← 返回 Skills 市场
OlaXBT Nexus Data
作者
OlaXBT-Dev
· GitHub ↗
· v1.0.2
· MIT-0
236
总下载
3
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install olaxbt-nexus-data
功能描述
Access OlaXBT Nexus cryptocurrency data APIs — market data, news, KOL tracking, technical indicators, and trading insights. Uses a wallet-linked JWT; no priv...
安全使用建议
This package appears to implement a JWT-based client for OlaXBT Nexus and only needs your NEXUS_JWT and network access to api.olaxbt.xyz / api-data.olaxbt.xyz. Before installing: 1) Verify the publisher and repository URL (owner ID and homepage are sparse in the registry metadata). 2) Inspect core/auth.py to ensure the client does not accept, store, or require private keys or other secrets beyond the JWT. 3) Confirm that the package on PyPI or GitHub matches the bundle provided here (to avoid supply-chain mismatch). 4) Note the dependencies (web3, cryptography) — these can handle private keys; run the package in a low-privilege environment and avoid supplying private keys to it. 5) If you obtain the JWT via signing, follow the auth flow outside the skill and only set the JWT env var. If you want higher assurance, run the unit tests locally (pytest) and audit network calls (e.g., with a proxy) to confirm the client only communicates with the documented endpoints.
功能分析
Type: OpenClaw Skill
Name: olaxbt-nexus-data
Version: 1.0.2
The bundle is a well-structured Python client for the OlaXBT Nexus cryptocurrency data API, providing access to market data, news, and KOL tracking. It implements robust security practices, including input validation, rate limiting, and error message sanitization (specifically redacting private keys and JWTs from logs in src/olaxbt_nexus_data/core/security.py). While the core library includes a wallet-signing class (NexusAuth), the skill instructions in SKILL.md and the primary NexusClient implementation are designed for a JWT-only flow to minimize sensitive data handling. No indicators of malicious intent, data exfiltration, or harmful prompt injection were detected.
能力评估
Purpose & Capability
Name/description (Nexus data API) match the requested environment access (NEXUS_JWT) and the provided API clients. The skill exposes many data endpoints consistent with a market-data wrapper. Requiring a JWT is expected; no unrelated cloud credentials or system paths are requested.
Instruction Scope
SKILL.md instructs the agent to read NEXUS_JWT (and optional NEXUS_* URLs) and to call the OlaXBT API endpoints via HTTPS; example code and README follow that scope. The instructions do not request other environment variables, files, or send data to unexpected endpoints beyond the documented api.olaxbt.xyz and api-data.olaxbt.xyz URLs.
Install Mechanism
Registry metadata said 'No install spec — instruction-only skill' but the bundle includes a full Python package (pyproject.toml, many src files) and installation instructions (pip install olaxbt-nexus-data). This is not necessarily malicious but is an inconsistency: the skill will write code to disk if installed as a package and has non-trivial dependencies (web3, cryptography, requests, pydantic). Verify the published package on PyPI/GitHub and the integrity of the bundle before installing.
Credentials
Only NEXUS_JWT (and optional NEXUS_AUTH_URL/NEXUS_DATA_URL) are declared and used, which is proportional. However dependencies include web3 and cryptography (capable of wallet/key operations). The SKILL.md and code claim 'no private key in skill', but you should inspect core/auth.py to confirm the package does not prompt for or persist private keys or accept private-key env vars.
Persistence & Privilege
The skill does not request always:true or system config paths and is user-invocable. It does not ask to modify other skills or system-wide settings. Autonomous invocation is permitted (platform default) but not in itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install olaxbt-nexus-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/olaxbt-nexus-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
JWT-only auth: skill no longer requests ETH_PRIVATE_KEY; set NEXUS_JWT (obtain via Nexus auth flow).
v1.0.1
Metadata fix: declare ETH_WALLET_ADDRESS and ETH_PRIVATE_KEY in SKILL.md; doc consistency and API vs Python clarification.
v1.0.0
Initial release. See CHANGELOG.md for details.
元数据
常见问题
OlaXBT Nexus Data 是什么?
Access OlaXBT Nexus cryptocurrency data APIs — market data, news, KOL tracking, technical indicators, and trading insights. Uses a wallet-linked JWT; no priv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。
如何安装 OlaXBT Nexus Data?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install olaxbt-nexus-data」即可一键安装,无需额外配置。
OlaXBT Nexus Data 是免费的吗?
是的,OlaXBT Nexus Data 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OlaXBT Nexus Data 支持哪些平台?
OlaXBT Nexus Data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OlaXBT Nexus Data?
由 OlaXBT-Dev(@olaxbt-dev)开发并维护,当前版本 v1.0.2。
推荐 Skills