← Back to Skills Marketplace
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-eeta-audit
Description
OpenClaw Skill quality audit based on CORE-EEAT framework adapted for AI agent skills. Evaluates skill's utility (task completion efficiency) and security (s...
Usage Guidance
This skill appears coherent and appropriate for vetting OpenClaw skills. Before running it: (1) only point the auditor at repositories or directories intended for review — do not feed it directories containing secrets or unrelated system config; (2) avoid supplying real credentials or broad filesystem roots as inputs; (3) if you plan to allow autonomous/automatic audits, restrict which paths the agent can access and consider running audits in an isolated environment; (4) for high-risk or production skills, supplement this automated audit with a manual review of any scripts or binaries the target skill installs or downloads.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-skill-eeta-audit
Version: 1.0.0
This skill bundle is a comprehensive auditing framework designed to guide an AI agent in evaluating the quality and security of other OpenClaw skills using an adapted CORE-EEAT framework. While the documentation (specifically SKILL.md and references/skill-security-checklist.md) contains examples of dangerous code patterns such as command injection and hardcoded credentials, these are explicitly labeled as vulnerabilities for the agent to detect during audits. The bundle promotes security best practices like the Principle of Least Privilege and Zero Trust, and it contains no executable code or instructions that perform malicious actions, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description match the content: the SKILL.md and references describe an 80-item, multi-gate audit framework for OpenClaw skills. The skill requires no binaries, env vars, or installs, which is reasonable for an instruction-only auditing tool that operates by reading and evaluating skill metadata and files.
Instruction Scope
The instructions direct the agent to inspect SKILL.md files, scripts, references, and gating metadata and to scan for risky patterns (command injection, hardcoded secrets, path traversal, etc.). That behavior is expected for a security-audit skill, but it necessarily involves reading other skill files and code — so the operator should only point the auditor at repositories/files intended for review and avoid exposing directories containing unrelated secrets or credentials.
Install Mechanism
No install spec and no code files means nothing is written to disk and no external downloads occur. This is the lowest-risk installation model and is proportionate for an auditing/instruction-only skill.
Credentials
The skill declares no required environment variables or credentials. The included security checklist explicitly recommends gating on env and permissions when auditing other skills; the skill itself does not ask for unrelated secrets — this is proportionate.
Persistence & Privilege
Defaults allow autonomous invocation (disable-model-invocation: false) but always:false. Autonomous use is the platform default and not inherently problematic here. Operators should be aware that if given permission the agent could run audits automatically; that increases blast radius only if you allow it to access sensitive directories or supply secrets during audits.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-skill-eeta-audit - After installation, invoke the skill by name or use
/openclaw-skill-eeta-audit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of eeat-openclaw-skill-audit, providing automated quality and security audits for OpenClaw Skills.
- Evaluates skills with 80 criteria adapted from the CORE-EEAT framework, covering utility, security, reliability, and more.
- Supports 8 quality gates, from metadata validation to complete audits, with standardized deliverables at each phase.
- Detects critical security vulnerabilities and assigns pass/caution/risk security levels.
- Generates actionable, prioritized improvement recommendations for skill developers.
- Offers tailored scoring for 6 skill categories, accounting for different use case requirements.
- Enables comparative assessment to guide skill selection and maintenance decisions.
Metadata
Frequently Asked Questions
What is openclaw-skill-eeta-audit?
OpenClaw Skill quality audit based on CORE-EEAT framework adapted for AI agent skills. Evaluates skill's utility (task completion efficiency) and security (s... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install openclaw-skill-eeta-audit?
Run "/install openclaw-skill-eeta-audit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-skill-eeta-audit free?
Yes, openclaw-skill-eeta-audit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-skill-eeta-audit support?
openclaw-skill-eeta-audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-skill-eeta-audit?
It is built and maintained by yaoo-2818 (@281862066-a11y); the current version is v1.0.0.
More Skills