npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hermes-guide-manual

v1.1.0

Published

Hermes Agent 操作手册 + GSD配合教程

Downloads

240

Readme

Hermes Agent 操作手册

Bittensor 生态 · Zeus 气候预测 · 商品交易信号

📖 概述

Hermes Agent 是 Bittensor 生态中的 AI 交易信号代理,由 Zeus 去中心化气候预测网络提供数据支持。

🚀 快速安装

npm 安装(全球用户)

npm install @mazhu/hermes-guide

GitHub 安装(中国用户推荐)

# 方法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