Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-plugin-edictsOpenClaw plugin edicts 搜索

Agent Skill

openclaw-plugin-edicts 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,004

周安装

172

GitHub Stars

公开资料未说明

下载量

1,404
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-plugin-edicts(OpenClaw plugin edicts 搜索)
来源仓库:https://github.com/mssteuer/openclaw-plugin-edicts
安装命令:
openclaw skills install openclaw-plugin-edicts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-plugin-edicts

简介

OpenClaw plugin edicts 为 AI Agent 提供经过验证的事实层。

  • 适合在 OpenClaw 中确保提示信息真实可靠时使用。
  • 公开读取/搜索工具用于法令管理,写入功能可选。
  • 通过 clawhub 安装,结合来源仓库和 README 可进一步了解具体用法。
  • 安装前需确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写。

SKILL.md

name
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 hallucinated dates, names, or constraints.
version
1.0.5
homepage
https://edicts.ai
license
MIT
metadata
author
JeanClawdVanAmsterdam
type
plugin
openclaw
emoji
📜
install
openclaw plugins install openclaw-plugin-edicts
requires
node
>=18
npm
["edicts"]
tags

Edicts — Ground Truth for AI Agents

Stop your agent from hallucinating facts that matter.

Edicts is a lightweight ground-truth layer that injects verified facts (launch dates, product constraints, compliance rules, naming conventions, embargoes) directly into your agent's system context. Every prompt gets the facts. No retrieval stack needed.

Install

openclaw plugins install openclaw-plugin-edicts

Or from ClawHub:

openclaw plugins install clawhub:openclaw-plugin-edicts

What It Does

  1. Provides facts in every prompt — edicts appear in system context automatically
  2. Read-only by default — agents can list and search edicts; write tools are opt-in
  3. Categorized and typed — each edict has category, confidence level, TTL, and optional expiry
  4. Token-efficient — compact YAML/JSON storage, configurable token budget and category limits

Tools Provided

ToolDescription
edicts_listList edicts with optional category/tag/TTL filters
edicts_addCreate a new edict
edicts_updateUpdate an existing edict by ID
edicts_removeRemove an edict
edicts_searchFree-text search across edicts
edicts_statsShow edict store statistics
edicts_reviewReview and clean up stale/expired edicts

Configuration

In your openclaw.json under plugins.entries:

{
  "openclaw-plugin-edicts": {
    "enabled": true,
    "config": {
      "format": "yaml",
      "maxEdicts": 200,
      "tokenBudget": 4000,
      "autoSave": true,
      "includeSystemContext": true
    }
  }
}

Key Config Options

  • format: yaml or json — storage format
  • maxEdicts: Maximum number of edicts (default: 200)
  • tokenBudget: Max tokens for system context injection (default: 4000)
  • categories: Restrict to specific categories
  • staleThresholdDays: Days before an edict is considered stale
  • tools.enabled: Enable/disable runtime tools (default: true)
  • tools.names: Whitelist specific tools
  • autoSave: Auto-persist changes (default: true)

Edict Structure

- text: "Product v2.0 launches April 15, NOT before."
  category: product
  confidence: verified    # verified | inferred | user
  ttl: event             # ephemeral | event | durable | permanent
  expiresAt: "2026-04-16"
  tags: [launch, dates]

Use Cases

  • Launch dates — "v2.0 launches April 15, NOT before"
  • Naming rules — "Always call it 'Casper v2.2.0', never 'Kyoto'"
  • Compliance — "NEVER share customer data in group chats"
  • Migration status — "Database migration complete as of March 1"
  • Embargoes — "Do not discuss partnership until press release on April 5"
  • Engagement rules — "Do not engage with @trollaccount on X"

Security and Trust Model

You control what appears in context. Edicts are stored in a local file in your workspace. Only content you write to that file appears in prompts. No remote fetch, no external data sources, no network calls.

Write tools are opt-in. By default, only read tools are active. Write tools (edicts_add, edicts_update, edicts_remove) must be explicitly enabled if you want agents to create or modify edicts. Configuration options:

  • tools.enabled: false — read-only prompt injection, no agent mutation
  • tools.names: [edicts_list, edicts_search] — whitelist read-only tools
  • autoSave: false — runtime changes don't persist across sessions
  • includeSystemContext: false — tools without prompt injection

Safest config: tools.enabled: false + autoSave: false — your curated file, injected as-is, no runtime changes possible.

Links

  • Docs: https://edicts.ai
  • npm: https://www.npmjs.com/package/openclaw-plugin-edicts
  • Core library: https://www.npmjs.com/package/edicts
  • GitHub: https://github.com/make-software/edicts
  • License: MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.91%
按下载量换算1,389

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills