← 返回 Skills 市场
furoxr

Taco Connector

作者 nada · GitHub ↗ · v1.1.1
cross-platform ✓ 安全检测通过
333
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install taco
功能描述
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 appears to be a straightforward CLI client for the Taco trading API, but consider these before installing: - Source/ownership: the package homepage and source are missing and the owner id is unknown. If you do not trust the origin, review the full taco_client.py (including any truncated portions like the 'init' command) before running. - Sensitive data on disk: the API key (api_token), user_id, and trader_ids are stored in plaintext at ~/.openclaw/workspace/taco/config.json. Ensure file permissions restrict access (chmod 600) and avoid reusing high-privilege keys. - Network exposure: the script will transmit your api_token to https://api.taco.trade for authenticated operations. Only use an API key with limited scopes and with exchanges/accounts you trust. - Redundancy & review: the token is included both in the Authorization header and in request bodies—this is odd but documented in the references; inspect the code to confirm there are no other external endpoints or logging of secrets. - Operational safety: if you plan to use open/close position commands, test with a demo account or very small notional amounts first and ensure the trader_ids configured are correct. If you are comfortable with these risks and verify the code, the skill is coherent with its stated purpose. If you cannot verify the source, proceed with caution or avoid installing.
功能分析
Type: OpenClaw Skill Name: taco Version: 1.1.1 The 'taco' skill is a functional trading CLI for the Taco crypto platform (api.taco.trade). The Python client (scripts/taco_client.py) implements standard API interactions for market data, account management, and trade execution, with technical indicator calculations performed locally. It follows a clear setup process for managing user credentials in a local config file and lacks any indicators of malicious intent, such as data exfiltration, obfuscation, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script implements kline retrieval, account/position queries, open/close position endpoints, and local indicator calculations. Required data (user_id, api_token, trader_ids) are appropriate for a trading API client; no unrelated services or credentials are requested.
Instruction Scope
Instructions restrict actions to detecting Python, installing the requests package if missing, reading/writing the skill-specific config at ~/.openclaw/workspace/taco/config.json, and running the included Python CLI. The SKILL.md does not ask the agent to read unrelated system files or exfiltrate data to third-party endpoints beyond api.taco.trade.
Install Mechanism
There is no install spec (instruction-only) and the code is included in the skill bundle. The only runtime dependency is the well-known 'requests' Python package which the instructions install via pip if absent. No downloads from arbitrary URLs or archive extraction are present.
Credentials
No environment variables are requested. The skill persists sensitive credentials (api_token, user_id, trader_ids) in a local JSON config under the user's home directory; this is proportionate for a trading client but has privacy/security implications (see guidance). The client sends the api_token as a Bearer header and also includes it in POST bodies per the API docs—redundant but consistent with the included references.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide privileges. It writes only to its own config path (~/.openclaw/workspace/taco/config.json), which is within the skill's scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taco
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taco 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Removed support and documentation for updating take-profit / stop-loss on existing positions. - All other usage and setup instructions remain unchanged. - No file or code changes detected; this update is documentation-only.
v1.1.0
- Added support for updating take-profit and stop-loss on existing positions with a new `update-tp-sl` command. - Updated documentation and usage examples to reflect the new take-profit/stop-loss update feature. - Skill description expanded to include updating TP/SL functionality.
v1.0.0
- Initial release of Taco crypto trading skill. - Enables interaction with the Taco trading platform via API for market data, account management, trading, and technical analysis. - Supports major exchanges: Binance, Hyper, Aster, Grvt, StandX, and Lighter. - Includes guided first-time configuration and automatic Python environment detection with dependency management. - Provides CLI usage for retrieving kline data, managing positions, and calculating technical indicators (EMA, MACD, RSI, ATR, Bollinger Bands, Donchian Channel). - No authentication required for market data and indicator calculations; trading operations require user setup.
元数据
Slug taco
版本 1.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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 插件,目前累计下载 333 次。

如何安装 Taco Connector?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install taco」即可一键安装,无需额外配置。

Taco Connector 是免费的吗?

是的,Taco Connector 完全免费(开源免费),可自由下载、安装和使用。

Taco Connector 支持哪些平台?

Taco Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Taco Connector?

由 nada(@furoxr)开发并维护,当前版本 v1.1.1。

💬 留言讨论