# Send OpenClaw Binance to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-binance",
    "name": "OpenClaw Binance",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/yibaig/openclaw-binance",
    "canonicalUrl": "https://clawhub.ai/yibaig/openclaw-binance",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-binance",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-binance",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.example.json",
      "main.py",
      "requirements.txt",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-binance",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:25:29.068Z",
      "expiresAt": "2026-05-06T21:25:29.068Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-binance",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-binance",
        "contentDisposition": "attachment; filename=\"openclaw-binance-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-binance"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-binance"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-binance",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-binance",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-binance/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-binance/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-binance/agent.md"
  }
}
```
## Documentation

### 概述

本技能用于实时监控币安交易所的量化交易策略，分析交易数据，生成风险报告并推送至指定渠道。支持自定义交易策略、风险阈值和通知方式。

### 功能特性

✅ 实时监控币安交易对价格和成交量
✅ 分析交易策略表现（胜率、盈亏比、最大回撤等）
✅ 生成每日/每小时交易报告
✅ 支持风险预警推送（飞书、邮件、短信等）
✅ 可配置多种交易策略和参数

### 使用方法

将本目录复制到 C:\\Users\\admin\\.openclaw\\workspace\\
在币安官网获取API密钥（API Key 和 Secret Key）
修改 config.example.json 中的币安API密钥
运行 python main.py 开始监控

### v1.0.0 (2026-02-23)

初始版本，支持基础交易监控和报告生成
完成核心功能验证
增加定时任务配置

### 支持与反馈

联系：旺财助手 (coder YiBai)
邮箱：125014647@qq.com
GitHub：https://github.com/yibaig/

🚀 本技能已通过OpenClaw测试，稳定可靠！
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yibaig
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:25:29.068Z
- Expires at: 2026-05-06T21:25:29.068Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-binance)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-binance/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-binance/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-binance/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-binance)