← Back to Skills Marketplace
openclaw audit trail
by
Justin Liu
· GitHub ↗
· v1.0.0
· MIT-0
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-audit-trail
Description
The Immutable Black Box for AI Decisions - Track, audit, and verify AI agent decisions with cryptographic guarantees
Usage Guidance
This skill appears internally consistent with an on-device cryptographic audit trail. Before installing, review the actual npm/GitHub package contents (the SKILL.md instructs npm install / git clone) to confirm there is no unexpected network behavior or additional dependencies. Be aware the tool records whatever inputs you send it — avoid recording highly sensitive secrets (private keys, unredacted PII) unless you have a secure local storage and retention policy. If you plan to enable features like PostgreSQL or automatic uploads in future releases, audit those code paths and any endpoints they contact. If you need higher assurance, inspect the package source, check the repository commit history, and prefer installing from a pinned release (GitHub release tarball or specific npm version).
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-audit-trail
Version: 1.0.0
The bundle contains metadata and documentation for 'openclaw-audit-trail', a tool designed to record and verify AI agent decisions using SHA-256 cryptographic hashing. The instructions in skill.md and readme.md describe legitimate auditing functionality, including local storage, integrity verification, and data export. No malicious code, data exfiltration patterns, or prompt injection attacks were found in the provided files (_meta.json, skill.md, readme.md).
Capability Assessment
Purpose & Capability
Name/description (immutable audit trail for agent decisions) align with the instructions and examples: recording prompts, reasoning, outputs, SHA-256 hash chaining, local JSON/SQLite storage and exports. There are no unrelated credentials, binaries or config paths requested.
Instruction Scope
SKILL.md/readme instruct the agent (or developer) to install and run a CLI/library that records decisions, verifies chains, lists and exports entries. The instructions do not direct the agent to read unrelated system files, harvest environment secrets, or send data to external endpoints. Example code shows recording potentially sensitive content (emails, loan data) but that is expected for an audit tool; users should be aware data recorded is stored locally by default.
Install Mechanism
The registry has no formal install spec (instruction-only), while SKILL.md advises installing the package via npm or git clone. This is expected for a Node.js CLI/library, but it means the actual code is fetched at install time from npm/GitHub outside the registry — a normal but reviewable step. No obscure download URLs or extract-from-IP addresses are present in the docs.
Credentials
No required environment variables or credentials are declared in the registry metadata. The docs show optional env vars (AGENT_ID, STORAGE_PATH, AUTO_VERIFY, ENABLE_SIGNATURES, etc.) that are proportional to a local audit tool and are not sensitive by default. No unrelated tokens/keys/passwords are requested.
Persistence & Privilege
Skill is instruction-only and not marked always:true. Autonomous invocation (disable-model-invocation=false) is the platform default and acceptable here. The skill does not request system-wide configuration changes or access to other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-audit-trail - After installation, invoke the skill by name or use
/openclaw-audit-trail - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Initial public release with major cleanup and refocus:**
- Removed setup scripts, documentation files, and legacy usage examples for a leaner distribution.
- Replaced detailed technical docs with a feature-focused README (bilingual: Chinese/English), highlighting cryptographic audit trail capabilities.
- All prior shell and Python example code, compliance mapping tables, and deep integration/formatting instructions have been removed.
- Now emphasizes installation, core features, CLI/API usage, and practical use cases in a more accessible overview.
- Prepared for new Node.js/NPM-based workflows and OpenClaw ecosystem integration.
Metadata
Frequently Asked Questions
What is openclaw audit trail?
The Immutable Black Box for AI Decisions - Track, audit, and verify AI agent decisions with cryptographic guarantees. It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install openclaw audit trail?
Run "/install openclaw-audit-trail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw audit trail free?
Yes, openclaw audit trail is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw audit trail support?
openclaw audit trail is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw audit trail?
It is built and maintained by Justin Liu (@zhenstaff); the current version is v1.0.0.
More Skills