← Back to Skills Marketplace
mssteuer

Edicts — Ground Truth for AI Agents

by mssteuer · GitHub ↗ · v1.0.6 · MIT-0
cross-platform ⚠ suspicious
141
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install openclaw-plugin-edicts
Description
Ground truth layer for AI agents — provide verified facts in every prompt and expose read/search tools for edict management. Write tools are opt-in. No more...
Usage Guidance
This plugin appears to be what it says: a local edict manager that injects curated facts into the system prompt. Before installing/activating it, do the following: 1) Decide whether agents should be allowed to write to the edicts file — safest config is tools.enabled: false and autoSave: false so only your curated file is injected. 2) Set an explicit path in the plugin config (path: './edicts.yaml' or a repo-controlled path) to avoid the plugin walking up the filesystem and picking up unexpected files. 3) If you enable write tools, require a manual review/audit process (or disable autoSave) so agents cannot permanently change system prompts without human oversight. 4) Verify which defaults your OpenClaw install uses (the docs are slightly inconsistent about defaults). 5) Keep the edicts file under version control and review its contents regularly — because anything in that file will influence model behavior. If you want, I can produce a safe default openclaw.json snippet you can paste to minimize risk.
Capability Assessment
Purpose & Capability
The name/description (ground-truth injection) aligns with the shipped code: a local EdictStore that reads/writes YAML/JSON and renders edicts into prompt context. There are small inconsistencies in docs/metadata (Node engine/version strings vary; SKILL.md sometimes says tools are 'opt-in' but other places imply a 'true' default), but nothing that suggests unrelated capabilities (no cloud creds, no unexpected binaries).
Instruction Scope
SKILL.md explicitly instructs the plugin to inject edicts into the system prompt (this is the feature). That is inherently high-impact because it changes model behavior. The docs state write tools are 'opt-in' but elsewhere indicate a default of 'tools.enabled: true' and autoSave defaults to true in the code — this ambiguity matters because enabling write tools + autoSave lets agents persist changes to the file (i.e., mutate the system context). The CLI/store code only reads/writes local files and does not reference environment secrets, but the findEdictsFile routine walks up the directory tree to root which could cause it to pick up edict files outside the immediate workspace unless you set an explicit path.
Install Mechanism
No external download/install spec in the plugin bundle; package is self-contained TypeScript with a single runtime dependency ('yaml'). No network calls, external URLs, or extract-from-URL installs were found in the source. package.json and package-lock list normal dependencies/dev deps.
Credentials
The skill requires no environment variables or external credentials. All storage is file-based. The code accesses filesystem paths (read/write) and computes a file hash for optimistic concurrency — these are proportional to a local edict store.
Persistence & Privilege
The plugin is not always-included (always:false) and model invocation is permitted (normal). The main concern is persistence: EdictStore defaults (and SKILL.md wording) imply runtime mutations may be auto-saved. If you enable write tools and leave autoSave true, an agent could autonomously add/update/remove edicts and thereby alter future system prompts. This is an intended capability but a high-privilege one — confirm settings before enabling.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-plugin-edicts
  3. After installation, invoke the skill by name or use /openclaw-plugin-edicts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.6
Excluded CCC planning artifacts (docs/superpowers/, docs/blog/) from package.
v1.0.5
Removed 'inject' trigger words from README and SKILL.md. Emphasized read-only default and opt-in write tools throughout descriptions.
v1.0.4
Removed imperative instruction from README code example that triggered ClawHub prompt-injection scanner.
v1.0.3
Removed CCC helper scripts. Added Security and Trust Model docs.
v1.0.2
Initial ClawHub publish. Same as npm [email protected].
Metadata
Slug openclaw-plugin-edicts
Version 1.0.6
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Edicts — Ground Truth for AI Agents?

Ground truth layer for AI agents — provide verified facts in every prompt and expose read/search tools for edict management. Write tools are opt-in. No more... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install Edicts — Ground Truth for AI Agents?

Run "/install openclaw-plugin-edicts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Edicts — Ground Truth for AI Agents free?

Yes, Edicts — Ground Truth for AI Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Edicts — Ground Truth for AI Agents support?

Edicts — Ground Truth for AI Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Edicts — Ground Truth for AI Agents?

It is built and maintained by mssteuer (@mssteuer); the current version is v1.0.6.

💬 Comments