← Back to Skills Marketplace
jamison

Ilc Skill

by Jamison · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ilc
Description
Intelligent Labor Coin (ILC) — epistemic graph protocol for verifiable knowledge attribution and agent-native economics
README (SKILL.md)

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

[email protected]

Capability Tags
crypto
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ilc
  3. After installation, invoke the skill by name or use /ilc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of ilc-skill (v0.1.0): - Introduces ILC as an epistemic graph protocol for verifiable knowledge attribution and agent-native economics. - Provides installation instructions and CLI commands for initializing identity, starting a node, and submitting claims. - Details seven core truth primitives for interacting with the knowledge graph. - Implements post-quantum identity, reputation features, and Merkle-Laplacian dual commitment mechanisms. - Supplies Python packages for runtime, protocol, and genesis bootstrap.
Metadata
Slug ilc
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments