← Back to Skills Marketplace
146
Downloads
0
Stars
0
Active Installs
15
Versions
Install in OpenClaw
/install tradebot-alpha
Description
Read-only signal fetcher for TradeBot Alpha API. Subscription required for Pro tier.
Usage Guidance
This connector appears to be a simple read-only CLI that calls the TradeBot Alpha API when you supply an API key. Before installing, verify the publisher and the homepage (https://tradebot-alpha.bluefeza.com), confirm subscription terms if you plan to use Pro features, and only provide keys you trust to this service. If you need extra assurance, review the included src/index.js (it only issues HTTPS requests to the documented API and prints responses) and prefer passing the key at runtime rather than storing it in shared config. If you do not trust the external service or the publisher, do not supply your API key.
Capability Analysis
Type: OpenClaw Skill
Name: tradebot-alpha
Version: 0.1.14
The skill is a legitimate API connector for the TradeBot Alpha trading signal service. The code in `src/index.js` is transparent, performing standard HTTP GET requests to the official domain (tradebot-alpha.bluefeza.com) using a user-provided API key. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts in the documentation or source files.
Capability Assessment
Purpose & Capability
Name/description claim a read-only signal fetcher and the code and README implement exactly that: CLI that calls https://tradebot-alpha.bluefeza.com/api/v1 endpoints with a provided API key. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md and README instruct running the CLI with --key and request only status/analyze commands. The runtime code only contacts the documented API endpoints and prints results; it does not read files, environment variables, or send data to other endpoints.
Install Mechanism
No install spec is provided (instruction-only installer expected). The package includes source but does not download or extract external artifacts. This is low-risk and proportionate for a connector.
Credentials
No required environment variables or primary credential declared; the CLI accepts an API key via --key. The skill does not request unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill is user-invocable; it does not attempt to persist configuration outside its own runtime behavior or modify other skills. Autonomous invocation is allowed by platform default but not unusual here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tradebot-alpha - After installation, invoke the skill by name or use
/tradebot-alpha - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.14
Fixed README: removed incorrect /etc/openclaw/tradebot-alpha.env reference, now documents --key CLI flag usage matching actual code behavior
v0.1.13
Standardized all URLs to tradebot-alpha.bluefeza.com. Fixed version numbers to match. Removed references to tradebot-alpha.com domain.
v0.1.12
Updated free tier: 25 API requests/day for manual monitoring and basic alerts, matching dashboard implementation
v0.1.11
Added subscription tier pricing table back to documentation
v0.1.10
Ultra-minimal version: single source file, no config directories, no extraneous files, single domain reference, clean documentation matching code exactly
v0.1.9
Simplified subscription tier table - single line features without HTML tags
v0.1.8
Improved subscription tier table formatting with proper alignment and detailed features per tier
v0.1.7
Updated dashboard URL from tradebot-alpha.com to tradebot-alpha.bluefeza.com
v0.1.6
Added subscription tiers and pricing to documentation. Free, Pro (9/mo), Enterprise (99/mo) with features listed.
v0.1.5
API key passed via --key CLI flag instead of environment variable. No process.env access.
v0.1.4
Minimal version: single file, no classes, direct env access, clear comments. 50 lines of actual code.
v0.1.3
Explicit read-only design. Separated concerns: Config class only reads TB_API_KEY, API class only fetches signals, Client only displays. No credential handling. Clear security documentation.
v0.1.2
Security improvements: removed file reading, simplified credential handling, added security documentation. No local private keys handled.
v0.1.1
Security cleanup: removed unused dependencies, no private key handling, simple env parsing, MIT-0 license
v0.1.0
Initial release - MIT-0 connector skill for TradeBot Alpha API. Free tier monitoring, Pro tier signals via subscription.
Metadata
Frequently Asked Questions
What is Tradebot Alpha?
Read-only signal fetcher for TradeBot Alpha API. Subscription required for Pro tier. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Tradebot Alpha?
Run "/install tradebot-alpha" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tradebot Alpha free?
Yes, Tradebot Alpha is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tradebot Alpha support?
Tradebot Alpha is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tradebot Alpha?
It is built and maintained by zalcmann (@zalcmann); the current version is v0.1.14.
More Skills