JEP Primitive Skills

v1.0.0

JEP Primitive Skills — Atomic Reference Implementations of Judge, Delegate, Terminate, Verify for Agent Collaboration Grammar

0· 48·0 current·0 all-time
byJEP (Judgment Event Protocol)@schchit

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for schchit/jep-primitive-skills.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "JEP Primitive Skills" (schchit/jep-primitive-skills) from ClawHub.
Skill page: https://clawhub.ai/schchit/jep-primitive-skills
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install jep-primitive-skills

ClawHub CLI

Package manager switcher

npx clawhub@latest install jep-primitive-skills
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (J/D/T/V primitives) match the included Python implementation, FastAPI entrypoint, tests, and examples. Declared dependencies (fastapi, uvicorn, pydantic) are appropriate for an HTTP API exposing these primitives.
Instruction Scope
SKILL.md and manifest point to skill.api:app and define JSON schemas and endpoints; the code implements those endpoints and returns JEP-04-compliant events. The skill accepts an optional 'signature' field but does not perform cryptographic verification of signatures anywhere in the code — this is a functional omission (not necessarily malicious) but relevant to trust of issuer identity and should be addressed before relying on the skill in adversarial contexts.
Install Mechanism
No install spec provided (instruction-only), but packaged code includes a requirements.txt listing standard pip packages. No downloads from arbitrary URLs or archive extraction are present in the bundle.
Credentials
The skill does not require environment variables, credentials, or config paths. It neither reads secrets nor asks for unrelated tokens — requested resources are proportionate to an HTTP API providing event construction.
Persistence & Privilege
always is false and the skill does not request elevated privileges, modify other skills, or persist into agent configuration. It exposes an HTTP API when run (normal for a service) and can be invoked autonomously by the agent per platform defaults.
Assessment
This package appears internally consistent and implements the four primitives as described. Before installing or exposing it, consider: (1) provenance — the bundle has no homepage and a single author email; verify you trust the source. (2) Signature handling — the API accepts a 'signature' field but does not verify signatures; if you need authenticated events, add signature verification and key management. (3) Network exposure — running uvicorn will open an HTTP endpoint; avoid exposing it publicly without TLS, authentication, or a gateway. (4) Operational integration — the code produces JEP-04-compliant events but does not itself push events to downstream systems; ensure any downstream consumers enforce access control and validation. Finally, run the included tests and review the example before deploying in production.

Like a lobster shell, security has layers — review code before you run it.

atomicvk9742nh2sj70rtngpray6q3ryx85jgzkdelegatevk9742nh2sj70rtngpray6q3ryx85jgzkgrammarvk9742nh2sj70rtngpray6q3ryx85jgzkjepvk9742nh2sj70rtngpray6q3ryx85jgzkjudgevk9742nh2sj70rtngpray6q3ryx85jgzklatestvk9742nh2sj70rtngpray6q3ryx85jgzkprimitivevk9742nh2sj70rtngpray6q3ryx85jgzkterminatevk9742nh2sj70rtngpray6q3ryx85jgzkverifyvk9742nh2sj70rtngpray6q3ryx85jgzk
48downloads
0stars
1versions
Updated 2d ago
v1.0.0
MIT-0

JEP Primitive Skills

Atomic Reference Implementations of Judge, Delegate, Terminate, Verify

The Four Primitives

PrimitiveVerbPurpose
JudgeJInitiate an observation assertion
DelegateDTransfer authority to another agent
TerminateTClose the lifecycle of a prior assertion
VerifyVCross-validate an existing assertion

Complete Cognitive Interaction Algebra

These four primitives form a complete algebra:

  • J creates state.
  • V validates state.
  • D distributes responsibility for state.
  • T invalidates state.

Any complex multi-agent collaboration decomposes into ordered combinations of these four atoms. No fifth primitive is required.

Protocol Alignment

All events produced are strict JEP-04 compliant:

  • jep: "1"
  • verb: J/D/T/V
  • who: issuer DID
  • when: Unix timestamp
  • what: SHA-256 multihash of payload
  • nonce: UUIDv4
  • aud: target
  • ref: chain link
  • sig: JWS signature
  • task_based_on: JAC-01 parent task hash

Integration

Events feed directly into:

  • Determinability-Checker — causal sufficiency verification
  • COE-Consensus — shared world state formation
  • JEP-Guard-Audit — compliance chain generation

Cognitive Emergence Lab
yuqiang@humanjudgment.org

Comments

Loading comments...