← 返回 Skills 市场
schchit

JEP Primitive Skills

作者 JEP (Judgment Event Protocol) · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
56
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jep-primitive-skills
功能描述
JEP Primitive Skills — Atomic Reference Implementations of Judge, Delegate, Terminate, Verify for Agent Collaboration Grammar
使用说明 (SKILL.md)

JEP Primitive Skills

Atomic Reference Implementations of Judge, Delegate, Terminate, Verify

The Four Primitives

Primitive Verb Purpose
Judge J Initiate an observation assertion
Delegate D Transfer authority to another agent
Terminate T Close the lifecycle of a prior assertion
Verify V Cross-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
[email protected]

安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: jep-primitive-skills Version: 1.0.0 The skill bundle provides a reference implementation for the Judgment Event Protocol (JEP-04), enabling structured multi-agent collaboration through four atomic primitives: Judge, Delegate, Terminate, and Verify. The implementation is clean, using standard libraries like FastAPI and Pydantic, and focuses entirely on generating and validating protocol-compliant event objects without any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jep-primitive-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jep-primitive-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jep-primitive-skills — atomic JEP primitives for agent collaboration. - Implements four core primitives: judge, delegate, terminate, and verify, each with strict input/output JSON schemas. - Provides reference API for decomposing agent collaboration into atomic JEP-04 compliant events. - Facilitates protocol alignment for judgment, delegation, validation, and termination of assertions. - Ready for integration with systems such as Determinability-Checker, COE-Consensus, and JEP-Guard-Audit.
元数据
Slug jep-primitive-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

JEP Primitive Skills 是什么?

JEP Primitive Skills — Atomic Reference Implementations of Judge, Delegate, Terminate, Verify for Agent Collaboration Grammar. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 JEP Primitive Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jep-primitive-skills」即可一键安装,无需额外配置。

JEP Primitive Skills 是免费的吗?

是的,JEP Primitive Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

JEP Primitive Skills 支持哪些平台?

JEP Primitive Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 JEP Primitive Skills?

由 JEP (Judgment Event Protocol)(@schchit)开发并维护,当前版本 v1.0.0。

💬 留言讨论