← Back to Skills Marketplace
300
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install taco-dev
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 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taco-dev - After installation, invoke the skill by name or use
/taco-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
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 300 downloads so far.
How do I install Taco Connector?
Run "/install taco-dev" 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.0.
More Skills