← 返回 Skills 市场
300
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install taco-dev
功能描述
Interact with the Taco crypto trading platform via API. Use when the user wants to (1) get kline/candlestick market data, (2) check account balance and posit...
安全使用建议
This skill is internally consistent with a trading API client, but you should: (1) review the code yourself or run it in a safe environment before using real funds; (2) verify the API endpoint (the script uses api.dev.taco.trading — confirm this is correct for your account); (3) protect the config file (store it with restrictive file permissions and do not commit it to source control); (4) consider using an API key with limited permissions and rotate it after testing; and (5) test trading actions on a sandbox/test account first to ensure no unexpected behavior.
功能分析
Type: OpenClaw Skill
Name: taco-dev
Version: 1.1.0
The skill bundle provides a legitimate interface for interacting with the Taco crypto trading platform. The Python client (scripts/taco_client.py) implements standard trading operations and technical indicator calculations, communicating only with the documented API endpoint (api.dev.taco.trading). No evidence of data exfiltration, obfuscation, or malicious prompt injection was found; the credential handling is localized to a specific workspace configuration file as described in SKILL.md.
能力评估
Purpose & Capability
Name/description align with the implementation: the script calls Taco API endpoints for klines, account/position queries, open/close/update position actions, and computes indicators locally. The config.json fields (user_id, api_token, trader_ids) are appropriate for a trading API client.
Instruction Scope
SKILL.md instructs the agent to detect Python, ensure the 'requests' package is present, run the included CLI, and create/read a config file at ~/.openclaw/workspace/taco/config.json. Those actions are within the scope of a CLI trading client. The instructions do direct writing a config file containing the API token (sensitive but expected for this purpose).
Install Mechanism
No install spec is provided (instruction-only). The only runtime installation recommended is pip install requests if missing — a proportionate, low-risk action.
Credentials
The skill requests no environment variables but requires storing an API token in a local config file, which is proportionate. Two small notes: (1) the BASE_URL in the script points to a 'dev' subdomain (https://api.dev.taco.trading) which may indicate a staging endpoint — verify that this is the intended production API before using with real funds; (2) the client includes the api_token both as a Bearer header and in the JSON body, which is redundant and increases exposure surface if the server logs bodies.
Persistence & Privilege
The skill does not request always:true, system-wide changes, or other skills' credentials. It writes a config file under the user's home workspace (expected for storing credentials) and otherwise runs as a normal CLI client.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taco-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/taco-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added support for updating take-profit and stop-loss prices on existing positions via the new `update-tp-sl` command.
- SKILL.md documentation updated to describe the new feature and its usage.
- Skill description expanded to include take-profit and stop-loss updates as supported operations.
- No code changes detected; documentation only.
v1.0.0
Initial release of the taco skill for trading on multiple crypto exchanges via the Taco platform.
- Provides CLI wrapper to interact with Taco trading API: fetch market data, check balances, trade perpetuals, and run technical indicators.
- Supports multiple exchanges: Binance, Hyper, Aster, Grvt, StandX, Lighter.
- Includes account setup guidance, including Python 3 and dependency checks.
- Handles local config file management and trader ID bindings per exchange.
- Offers commands for kline data, indicator calculation (EMA, MACD, RSI, ATR, BollingerBands, DonchianChannel), and position management.
元数据
常见问题
Taco Connector 是什么?
Interact with the Taco crypto trading platform via API. Use when the user wants to (1) get kline/candlestick market data, (2) check account balance and posit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。
如何安装 Taco Connector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taco-dev」即可一键安装,无需额外配置。
Taco Connector 是免费的吗?
是的,Taco Connector 完全免费(开源免费),可自由下载、安装和使用。
Taco Connector 支持哪些平台?
Taco Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taco Connector?
由 nada(@furoxr)开发并维护,当前版本 v1.1.0。
推荐 Skills