/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ilc - After installation, invoke the skill by name or use
/ilc - Provide required inputs per the skill's parameter spec and get structured output
What is Ilc Skill?
Intelligent Labor Coin (ILC) — epistemic graph protocol for verifiable knowledge attribution and agent-native economics. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Ilc Skill?
Run "/install ilc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ilc Skill free?
Yes, Ilc Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ilc Skill support?
Ilc Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ilc Skill?
It is built and maintained by Jamison (@jamison); the current version is v0.1.0.