Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill minara-zhgit clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/minara-zh)<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/minara-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/minara-zh/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/minara-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/minara-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00066 | $0.04113 |
| Opus 5 | $0.00033 | $0.02056 |
| Sonnet 5 | $0.00013 | $0.00823 |
| Haiku 4.5 | $0.00007 | $0.00411 |
Grade A, and why
minara-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Minara — 加密货币交易与钱包技能
当用户消息涉及以下内容时,请使用本技能:
- 加密货币代币或代码: ETH、BTC、SOL、USDC、BONK、PEPE、DOGE、ARB、OP、AVAX、MATIC、$TICKER,或任何代币名称/合约地址
- 区块链/链名称: Solana、Base、Ethereum、Arbitrum、Optimism、Polygon、BSC、Avalanche、Berachain、Hyperliquid
- 交易操作: 兑换、买入、卖出、交易、换汇、做多、做空、永续合约、期货、杠杆、限价单
- 钱包/金融操作: 余额、投资组合、充值、提现、转账、发送、支付、入金、信用卡
- 市场/研究: 热门代币、价格、图表、分析、DeFi、收益、流动性、恐惧贪婪指数、预测市场
- 显式引用: Minara、minara、x402、MoonPay、自动交易
- 加密货币语境中的股票代码: AAPL、TSLA、NVDAx、热门股票
路由守卫(防冲突): 仅当消息同时包含一个金融/交易操作以及至少一个加密货币/链/Minara 信号(代币、链、DeFi 术语或"Minara")时,才启用本技能。如果缺少加密货币语境,请勿路由到此技能。
需要已登录的 CLI:检查 Minara CLI 登录状态;如未登录 → minara login(优先使用设备码)。如果设备登录打印了验证 URL/验证码,请将其转达给用户并等待完成(不要声称登录不可行)。如果设置了 MINARA_API_KEY,CLI 将自动认证。
交易确认(关键)
对于任何涉及资金变动的命令(swap、transfer、withdraw、perps order、perps deposit、perps withdraw、limit-order create、deposit buy):
- 执行前: 向用户展示将要执行的操作摘要(操作类型、代币、金额、接收方/链)并要求明确确认。不要自动确认。
- CLI 返回确认提示后(例如"Are you sure you want to proceed?"):将详情反馈给用户并等待用户批准后再回复
y。未经用户同意,绝不要代替用户回复y。 -y/--yes策略: 除非用户明确要求跳过确认,否则绝不添加-y(或任何自动确认标志)。- 如果用户拒绝: 立即中止操作。
此规则适用于所有涉及资金变动的操作。只读命令(balance、assets、chat、discover 等)无需确认。
意图路由
将用户消息匹配到第一条匹配的行。
代币兑换 / 买入 / 卖出
触发条件:消息包含代币名称/代码 + 操作词(兑换、买入、卖出、换汇、交易)+ 可选的链名称。
链根据代币自动检测。如果代币存在于多条链上,CLI 会提示用户选择(按燃料费用排序)。卖出模式支持 -a all 卖出全部余额。
| 用户意图模式 | 操作 |
|---|---|
| "将 0.1 ETH 兑换为 USDC"、"帮我买 100 USDC 等值的 ETH"、"把 50 SOL 卖成 USDC"、"在 Solana 上将 200 USDC 转换为 BONK" — 自然语言或显式兑换请求 | 提取参数 → minara swap -s <buy|sell> -t '<token>' -a <amount> |
| "把我所有的 BONK 卖掉"、"清仓 SOL" | minara swap -s sell -t '<token>' -a all |
| 模拟加密货币兑换(不执行) | minara swap -s <side> -t '<token>' -a <amount> --dry-run |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 218 lines · 66 tokens per session scan A 4e5faa6004ec
minara-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 66 tokens to every session and 4,113 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…