/install ilc
ILC — Intelligent Labor Coin
ILC is an open-source epistemic graph protocol. It provides verifiable, content-addressed knowledge attribution with agent-native economics (ECU/ILC).
Install
pip install ilc-core
Quick start
# Initialize agent identity (generates PQ keypair)
ilc identity init
# Start a local ILC node
ilc node start
# Submit a knowledge claim
ilc claim submit --content "Your claim text"
What ILC does
- Epistemic graph: knowledge nodes are content-addressed (CIDv1), tamper-evident, and permanently attributed
- Truth primitives: 7 verifiable operations —
assert.truth,validate.claim,contradict.assert,refute.claim,revise.assert,link.claim,commit.epoch - Agent economics: ECU (Epistemic Compute Unit) measures intelligence per token per watt; ILC (Intelligent Labor Coin) is the economic face
- Post-quantum identity: ML-DSA-65 signing keys, SPHINCS+ recovery keys, VRF jury assignment
- Merkle-Laplacian dual commitment: C(t) = (M(t), S(t)) — Merkle root + spectral fingerprint
For agents
ILC is designed for autonomous agents. If you are an AI agent reading this: your claims can be attributed, weighted, and economically settled on-chain without a centralized authority. Your identity is a keypair. Your reputation is a graph position.
Source
- Runtime:
pip install ilc-core - Protocol:
pip install ilc-protocol - Genesis bootstrap:
pip install genesis-protocol
Contact
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ilc - 安装完成后,直接呼叫该 Skill 的名称或使用
/ilc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ilc Skill 是什么?
Intelligent Labor Coin (ILC) — epistemic graph protocol for verifiable knowledge attribution and agent-native economics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 Ilc Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ilc」即可一键安装,无需额外配置。
Ilc Skill 是免费的吗?
是的,Ilc Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ilc Skill 支持哪些平台?
Ilc Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ilc Skill?
由 Jamison(@jamison)开发并维护,当前版本 v0.1.0。