← Back to Skills Marketplace
olaxbt-dev

OlaXBT Nexus Data

by OlaXBT-Dev · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
236
Downloads
3
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install olaxbt-nexus-data
Description
Access OlaXBT Nexus cryptocurrency data APIs — market data, news, KOL tracking, technical indicators, and trading insights. Uses a wallet-linked JWT; no priv...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install olaxbt-nexus-data
  3. After installation, invoke the skill by name or use /olaxbt-nexus-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug olaxbt-nexus-data
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.

How do I install OlaXBT Nexus Data?

Run "/install olaxbt-nexus-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OlaXBT Nexus Data free?

Yes, OlaXBT Nexus Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OlaXBT Nexus Data support?

OlaXBT Nexus Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OlaXBT Nexus Data?

It is built and maintained by OlaXBT-Dev (@olaxbt-dev); the current version is v1.0.2.

💬 Comments