← Back to Skills Marketplace
333
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install taco
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taco - After installation, invoke the skill by name or use
/taco - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install Taco Connector?
Run "/install taco" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taco Connector free?
Yes, Taco Connector is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Taco Connector support?
Taco Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taco Connector?
It is built and maintained by nada (@furoxr); the current version is v1.1.1.
More Skills