← 返回 Skills 市场
🔌

Taco Strategy

作者 Taco · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tacostrategy
功能描述
Taco 交易策略引擎。触发场景:用户问该买什么/该做什么/有什么机会/推荐策略/扫描市场/交易信号/autopilot 配置/策略列表/执行推荐交易。关键词:recommend, strategy, what to trade, 交易策略, 推荐, 该买什么, 有什么机会, scan, signal, auto...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tacostrategy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tacostrategy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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两种风格 - 自动筛选推荐标的及配置交易参数,支持多币种、多账户逻辑
元数据
Slug tacostrategy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Taco Strategy 是什么?

Taco 交易策略引擎。触发场景:用户问该买什么/该做什么/有什么机会/推荐策略/扫描市场/交易信号/autopilot 配置/策略列表/执行推荐交易。关键词:recommend, strategy, what to trade, 交易策略, 推荐, 该买什么, 有什么机会, scan, signal, auto... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Taco Strategy?

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

Taco Strategy 是免费的吗?

是的,Taco Strategy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Taco Strategy 支持哪些平台?

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

谁开发了 Taco Strategy?

由 Taco(@taco)开发并维护,当前版本 v1.0.0。

💬 留言讨论