← Back to Skills Marketplace
🔌

Taco Strategy

by Taco · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tacostrategy
Description
Taco 交易策略引擎。触发场景:用户问该买什么/该做什么/有什么机会/推荐策略/扫描市场/交易信号/autopilot 配置/策略列表/执行推荐交易。关键词:recommend, strategy, what to trade, 交易策略, 推荐, 该买什么, 有什么机会, scan, signal, auto...
Usage Guidance
This skill is internally consistent with a trading strategy engine, but before enabling it you should: 1) verify you trust and have installed the referenced 'taco' skill (it will be the component that holds your account credentials and actually places orders); 2) confirm the agent will always ask for your explicit confirmation before executing trades (the SKILL.md says so, but enforcement depends on the platform and the 'taco' skill); 3) be aware it calls a public Hyperliquid API for fallback market data — confirm you are comfortable with that endpoint; and 4) if you do not want any chance of automated trading, restrict autonomous invocation or review the 'taco' skill's permissions first.
Capability Analysis
Type: OpenClaw Skill Name: tacostrategy Version: 1.0.0 The taco-strategy skill bundle is a legitimate trading strategy engine designed to provide market analysis and trade recommendations for the Hyperliquid exchange. It utilizes standard technical indicators (EMA, MACD, RSI, ATR) and implements clear risk management rules, such as ensuring risk amounts do not exceed available balances. The instructions in SKILL.md correctly guide the agent to fetch data via a 'taco' skill or the official Hyperliquid API, present options to the user, and only execute trades upon explicit confirmation, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill's name and description match its behavior: fetching market data, computing indicators, proposing trades, and delegating execution to a separate 'taco' skill. One minor mismatch: the SKILL.md expects a separate 'taco' skill (get-balance, get-kline, execute order) but the registry metadata does not declare that dependency — this is an assumption rather than a secret requirement.
Instruction Scope
The instructions are narrowly scoped to market data retrieval (taco skill or public Hyperliquid API), indicator calculation, regime detection, strategy matching, and presenting recommended trades. The workflow explicitly requires waiting for user confirmation before calling the execution skill and forbids fabricating data when market data is unavailable. The instructions do not ask to read unrelated files or environment variables.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is downloaded or written to disk. This minimizes supply-chain/install risk.
Credentials
The skill requests no environment variables or credentials. It relies on an existing 'taco' skill to access account balances and to place orders; that dependency is logical for its purpose but means users should ensure the 'taco' skill has appropriate, audited access to their trading account.
Persistence & Privilege
The skill does not request persistent installation privileges (always is false). It instructs the agent to wait for explicit user confirmation before executing trades, which reduces the risk associated with autonomous invocations (though platform-level autonomous invocation remains possible).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tacostrategy
  3. After installation, invoke the skill by name or use /tacostrategy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
taco-strategy v1.0.0 - Initial release of the Taco交易策略引擎 (“Taco Strategy Engine”) - Handles end-to-end trading workflow: 获取用户余额、市场数据→技术指标分析→识别市场状态→匹配并推荐交易策略→等待用户确认→执行交易 - 支持两种市场数据获取方式(Taco skill命令为主,Hyperliquid公开API为备选) - 内置主流指标计算与简化分析逻辑(EMA、MACD、RSI、ATR、Bollinger Bands等) - 多市场状态识别与策略自动匹配,包含9个主流策略模板以及清晰入场/退出/风控参数 - 明确风险控制和仓位硬约束,默认分为Conservative与Aggressive两种风格 - 自动筛选推荐标的及配置交易参数,支持多币种、多账户逻辑
Metadata
Slug tacostrategy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Taco Strategy?

Taco 交易策略引擎。触发场景:用户问该买什么/该做什么/有什么机会/推荐策略/扫描市场/交易信号/autopilot 配置/策略列表/执行推荐交易。关键词:recommend, strategy, what to trade, 交易策略, 推荐, 该买什么, 有什么机会, scan, signal, auto... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Taco Strategy?

Run "/install tacostrategy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Taco Strategy free?

Yes, Taco Strategy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Taco Strategy support?

Taco Strategy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Taco Strategy?

It is built and maintained by Taco (@taco); the current version is v1.0.0.

💬 Comments