Nhero 技能规划
- 作者仓库星标 23
- 许可证 MIT
- 作者仓库 asi
nhero
Aftermarket cybernetic network device. One lowercase word.
nhero treats every pill dispenser as a network device. The same way Pi-hole intercepts DNS queries and decides what passes through, nhero intercepts medication scheduling commands and routes them through a scrambled, GF(3)-conserved, confidential-asset-backed supply chain.
Hierarchy
nhero/ ← umbrella (this skill)
├── killdispenser/ ← fundamental primitive: the piehole in every device
├── hero-dispenser-mod/ ← Hero Health Model 100 specific implementation
├── nhero-pyhole/ ← DNS-style medication routing layer
├── nhero-scramble/ ← derangement-based name scrambling
├── nhero-confidential/ ← Twisted ElGamal supply tracking on Aptos
└── nhero-nurse/ ← nurse approval email automation
Concepts
killdispenser
The fundamental piehole in every device. Like kill(1) sends signals to processes, killdispenser sends signals to dispensing slots. Like Pi-hole blocks DNS, killdispenser blocks unauthorized dispense events. Every nhero device has a killdispenser — it's the control plane.
PyHole Model
Pi-hole blocks ads at DNS level. nhero blocks/routes medications at schedule level:
- Blocklist = controlled substances requiring nurse approval
- Allowlist = OTC supplements (Magnesium, Zinc, Ginkgo, Caffeine)
- Upstream = Hero cloud API (intercepted via mitmproxy)
- Local DNS = scramble index (letter → medication lookup)
Scramble Index (Derangement)
No medication maps to its own initial letter. Full derangement:
| Slot | Medication | GF(3) |
|---|---|---|
| q | Vyvanse | -1 |
| x | Magnesium | 0 |
| y | Zinc | +1 |
| k | Ginkgo | -1 |
| u | Caffeine | 0 |
Conservation: Q(-1) + X(0) + Y(+1) + K(-1) + U(0) = -1 = H world trit
Confidential Assets (Huber-Duncan)
0x7::confidential_asset on Aptos testnet:
- Twisted ElGamal encrypts supply counts
- ZK range proofs verify
remaining > thresholdwithout revealing count - Nurse holds auditor key, never sees medication names or exact counts
- Each dispense = confidential withdraw of 1
Topos-MCP Server
9 tools as morphisms in the category of dispenser states.
Registered as hero-topos MCP server (stdio JSON-RPC).
Hardware Target
- Hero Model 100 (FCC ID: 2AN4DM115, OEM: Xiamen Zayata Technology)
- PCB revisions: ZA-D102LCD_V2.1 (UI), 1027306-V46 (logic), ZA-1200DCM/2.0 (USB)
- OMRON G5V-1 relay, WiFi 2.4GHz, PCB trace antenna at ANT1
- Test points TP1-TP4 on USB daughter board (likely UART)
World
- Letter: H (index 7, GF(3) -1, Chain 1 Witness-Bridge)
- Email:
mantissa+hero-h@plurigrid.com - Nurse:
mantissa@gmail.com/ies@plurigrid.com
- 流狐分类
- 通用 · nhero · aftermarket · cybernetic
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 100 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @plurigrid · v0.1.0 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
作者没有在当前 SKILL.md 中定义固定输出样例。 Hierarchy
Concepts
The fundamental piehole in every device. Like kill(1) sends signals to processes, killdispenser sends signals to dispensing slots. Like Pi-hole blocks DNS, killdispenser blocks unauthorized dispense events. Every nhero device has a killdispenser — it's the…
Pi-hole blocks ads at DNS level. nhero blocks/routes medications at schedule level: Blocklist = controlled substances requiring nurse approval Allowlist = OTC supplements (Magnesium, Zinc, Ginkgo, Caffeine)
No medication maps to its own initial letter. Full derangement: Slot · Medication · GF(3) q · Vyvanse · -1
0x7::confidentialasset on Aptos testnet: Twisted ElGamal encrypts supply counts ZK range proofs verify remaining > threshold without revealing count
# nhero
Aftermarket cybernetic network device. One lowercase word.
nhero treats every pill dispenser as a network device. The same way Pi-hole intercepts DNS queries and decides what passes through, nhero intercepts medication scheduling commands and routes them through a scrambled, GF(3)-conserved, confidential-asset-backed supply chain.
## Hierarchy
```
nhero/ ← umbrella (this skill)
├── killdispenser/ ← fundamental primitive: the piehole in every device
├── hero-dispenser-mod/ ← Hero Health Model 100 specific implementation
├── nhero-pyhole/ ← DNS-style medication routing layer
├── nhero-scramble/ ← derangement-based name scrambling
├── nhero-confidential/ ← Twisted ElGamal supply tracking on Aptos
└── nhero-nurse/ ← nurse approval email automation
```
## Concepts
### killdispenser
The fundamental piehole in every device. Like `kill(1)` sends signals to processes, killdispenser sends signals to dispensing slots. Like Pi-hole blocks DNS, killdispenser blocks unauthorized dispense events. Every nhero device has a killdispenser — it's the control plane.
### PyHole Model
Pi-hole blocks ads at DNS level. nhero blocks/routes medications at schedule level:
- **Blocklist** = controlled substances requiring nurse approval
- **Allowlist** = OTC supplements (Magnesium, Zinc, Ginkgo, Caffeine)
- **Upstream** = Hero cloud API (intercepted via mitmproxy)
- **Local DNS** = scramble index (letter → medication lookup)
### Scramble Index (Derangement)
No medication maps to its own initial letter. Full derangement:
| Slot | Medication | GF(3) |
|------|-----------|-------|
| q | Vyvanse | -1 |
| x | Magnesium | 0 |
| y | Zinc | +1 |
| k | Ginkgo | -1 |
| u | Caffeine | 0 |
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Hierarchy → Concepts → killdispenser → PyHole Model → Scramble Index (Derangement) → Confidential Assets (Huber-Duncan)
要点 -> Blocklist · Allowlist · Upstream · Local DNS · -1 · Hero Model 100
文件/命令 -> kill(1) · 0x7::confidentialasset · remaining > threshold · hero-topos · mantissa+hero-h@plurigrid.com · mantissa@gmail.com · ies@plurigrid.com
内容 SHA-256 -> 2a66f83acd53
原文结构
适用与边界
原文中的明确线索
kill(1)、0x7::confidentialasset、remaining > threshold、hero-topos、mantissa+hero-h@plurigrid.com、mantissa@gmail.com、ies@plurigrid.com