← Back to Skills Marketplace
nicshliu

OpenClaw: trust validation

by NICSHLIU · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-trust-validation
Description
为 OpenClaw 4.2 添加记忆信任验证规则,防止模型盲目信任记忆内容。当模型要基于记忆内容做决策、改代码、发消息时触发验证流程。适用于记忆内容可能过时、用户问"记忆准确吗"、或要求验证记忆的场景。
Usage Guidance
This skill is coherent with its goal: it tells the agent to verify memories by checking files, code, and config values and to add guidance to your OpenClaw system prompt. Before installing or applying the suggested prompt change: 1) Back up ~/.openclaw/openclaw.json so you can restore your prompt if needed. 2) Review the exact prompt text the skill will insert (don’t accept edits blindly). 3) Be aware the verification steps run shell commands (test/grep/rg) on file paths mentioned in memory — if you want tighter control, require explicit user confirmation before those checks run or restrict checks to project directories. 4) Ensure you trust the skill source (no homepage/source provided). If you prefer a manual approach, copy the suggested system-prompt rules into your config yourself rather than allowing the agent to modify files automatically.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-trust-validation Version: 1.0.0 The skill bundle 'openclaw-trust-validation' is a defensive utility designed to prevent AI agents from acting on stale or incorrect memory. It provides instructions and system prompt templates that guide the agent to verify the existence of files, functions, and configurations using standard read-only commands like 'test', 'rg', and 'grep' before proceeding. No malicious intent, data exfiltration, or unauthorized execution patterns were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill adds rules to verify memory by checking referenced files, code, and configs before taking action. Requiring filesystem checks (test/grep/rg) is proportionate to the stated goal.
Instruction Scope
Instructions explicitly direct the agent to run file-existence and content-search commands (test, grep, rg) against file paths referenced in memory. That is expected for verifying memory but means the agent will read arbitrary files that memories point to; the instructions also propose adding text to ~/.openclaw/openclaw.json to change the system prompt. Both are within the skill's stated purpose but grant the skill discretion to access local files and to modify the agent's prompt configuration.
Install Mechanism
Instruction-only skill with no install spec or code files. No binaries are installed. This is the lowest-risk install mechanism.
Credentials
The skill requests no environment variables, credentials, or config paths beyond advising modification of ~/.openclaw/openclaw.json. The lack of additional secrets is proportional to its purpose.
Persistence & Privilege
The SKILL.md instructs adding rules to the agent's systemPrompt stored in ~/.openclaw/openclaw.json. Writing to the agent's own config is normal for a skill, but it persists a behavioral change (system prompt injection). Users should review and back up that config before applying changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-trust-validation
  3. After installation, invoke the skill by name or use /openclaw-trust-validation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: optimize OpenClaw 4.2 memory search + compact + freshness + trust validation
Metadata
Slug openclaw-trust-validation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw: trust validation?

为 OpenClaw 4.2 添加记忆信任验证规则,防止模型盲目信任记忆内容。当模型要基于记忆内容做决策、改代码、发消息时触发验证流程。适用于记忆内容可能过时、用户问"记忆准确吗"、或要求验证记忆的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install OpenClaw: trust validation?

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

Is OpenClaw: trust validation free?

Yes, OpenClaw: trust validation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw: trust validation support?

OpenClaw: trust validation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw: trust validation?

It is built and maintained by NICSHLIU (@nicshliu); the current version is v1.0.0.

💬 Comments