hermes-guide-manual
v1.1.0
Published
Hermes Agent 操作手册 + GSD配合教程
Downloads
240
Maintainers
Readme
Hermes Agent 操作手册
Bittensor 生态 · Zeus 气候预测 · 商品交易信号
📖 概述
Hermes Agent 是 Bittensor 生态中的 AI 交易信号代理,由 Zeus 去中心化气候预测网络提供数据支持。
🚀 快速安装
npm 安装(全球用户)
npm install @mazhu/hermes-guideGitHub 安装(中国用户推荐)
# 方法1: git clone
git clone https://github.com/deepdadou/hermes-guide.git
# 方法2: npm install 直接从 GitHub
npm install github:deepdadou/hermes-guide
# 方法3: 使用国内镜像
npm install @mazhu/hermes-guide --registry=https://registry.npmmirror.com📖 使用手册
查看完整操作手册:
cat HERMES-MANUAL.md或访问在线版:https://github.com/deepdadou/hermes-guide
🎯 主要内容
- Hermes 与 Zeus、Bittensor 架构关系
- $HERMES 代币经济学(合约: 0x3862AE86889A39d6dD5850e5f467086141834D7b)
- Base 链钱包设置教程
- Dashboard 使用指南
- 信号解读与交易策略
- 风险管理建议
🤖 OpenClaw Skill 安装
将 SKILL.md 复制到 OpenClaw skills 目录即可使用 Hermes Guide。
⚠️ 免责声明
本手册仅供参考,不构成投资建议。交易有风险,请自行决策。
📝 许可
MIT License
迈克王团队 · https://github.com/deepdadou
📦 中国用户安装方式
方式一:npm 官方(推荐)
npm install hermes-guide-manual方式二:npmmirror 镜像
npm install hermes-guide-manual -g --registry=https://registry.npmmirror.com方式三:GitHub 直接下载
# 访问 releases 页面下载
https://github.com/deepdadou/hermes-guide/releases方式四:国内 CDN
# unpkg
https://unpkg.com/hermes-guide-manual/HERMES-MANUAL.md
# jsDelivr
https://cdn.jsdelivr.net/npm/hermes-guide-manual/HERMES-MANUAL.md