← 返回 Skills 市场
146
总下载
0
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install tradebot-alpha
功能描述
Read-only signal fetcher for TradeBot Alpha API. Subscription required for Pro tier.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tradebot-alpha - 安装完成后,直接呼叫该 Skill 的名称或使用
/tradebot-alpha触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Tradebot Alpha 是什么?
Read-only signal fetcher for TradeBot Alpha API. Subscription required for Pro tier. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Tradebot Alpha?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tradebot-alpha」即可一键安装,无需额外配置。
Tradebot Alpha 是免费的吗?
是的,Tradebot Alpha 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tradebot Alpha 支持哪些平台?
Tradebot Alpha 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tradebot Alpha?
由 zalcmann(@zalcmann)开发并维护,当前版本 v0.1.14。
推荐 Skills