← 返回 Skills 市场
Tradekix
作者
jamesjohnfox
· GitHub ↗
· v1.0.0
1043
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tradekix
功能描述
Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news, earnings, economic events, Congressional trades, and social sentiment. Use when the user asks about markets, stock prices, trading data, economic calendars, or financial news. Also handles API key signup and upgrade to Pro.
安全使用建议
This skill appears to be a straightforward client for tradekix.ai, but before installing consider: 1) Signup will POST agent_name and email to https://www.tradekix.ai/api/v1/connect — don't provide a real personal email or sensitive identifying info if you don't trust the service. 2) The signup flow echoes the API response to stdout (including the returned api_key) — that can leak the key into logs or agent conversation history; treat those outputs as sensitive. 3) The skill stores the API key at ~/.config/tradekix/config.json (chmod 600) — if you share the machine or backups, consider the privacy implications. 4) The registry metadata lacks a homepage/source URL; if you need higher assurance, verify the tradekix.ai service and its owner before use. If you proceed, consider using a throwaway email for signup, inspect network calls in a controlled environment first, and delete the stored key when you no longer need it.
功能分析
Type: OpenClaw Skill
Name: tradekix
Version: 1.0.0
The `scripts/tradekix.sh` file contains a significant shell injection vulnerability. Arguments passed to the script, such as `symbols` for the `prices` command or `name`/`email` for `signup`, are directly embedded into `curl` commands or JSON payloads without proper sanitization. This allows for arbitrary command execution (RCE) if a malicious prompt instructs the AI agent to provide crafted input (e.g., `AAPL,TSLA,BTC$(rm -rf /)` as a symbol). While the script's stated purpose is benign, this critical vulnerability makes it suspicious, as it could be exploited by a malicious actor to compromise the host system.
能力评估
Purpose & Capability
Name/description match the included wrapper script and API docs. The script implements signup, price/market endpoints, upgrade, and revoke, which align with the stated purpose. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions and the script operate only against the tradekix.ai API and the local config file (~/.config/tradekix/config.json). They instruct the agent to sign up (POST /connect) and store the returned API key locally. This is within scope, but the automatic signup will transmit an agent name and email to an external service, and the script echoes the full API response to stdout (which may include the API key), potentially leaking secrets into logs/conversation history.
Install Mechanism
No install spec; the skill is instruction-only with an included Bash wrapper. Nothing is downloaded from third-party URLs or written outside the skill's own config directory, so install risk is low.
Credentials
The skill declares no required environment variables or credentials, which matches behavior. However it writes and reads ~/.config/tradekix/config.json (the registry metadata did not declare any required config paths) — a minor metadata inconsistency. Also, automatic signup sends an email and agent name to the external service and stores the returned API key locally; consider whether you want to expose that email/name and API key to the third party.
Persistence & Privilege
The script persists the API key under the user's home (~/.config/tradekix/config.json) and sets file permissions to 600. The skill does not request always: true and does not modify other skills or global agent settings. Persistence is limited to the skill's own config directory, which is expected behavior for an API client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tradekix - 安装完成后,直接呼叫该 Skill 的名称或使用
/tradekix触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: financial market data API for AI agents
元数据
常见问题
Tradekix 是什么?
Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news, earnings, economic events, Congressional trades, and social sentiment. Use when the user asks about markets, stock prices, trading data, economic calendars, or financial news. Also handles API key signup and upgrade to Pro. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1043 次。
如何安装 Tradekix?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tradekix」即可一键安装,无需额外配置。
Tradekix 是免费的吗?
是的,Tradekix 完全免费(开源免费),可自由下载、安装和使用。
Tradekix 支持哪些平台?
Tradekix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tradekix?
由 jamesjohnfox(@jamesjohnfox)开发并维护,当前版本 v1.0.0。
推荐 Skills