Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

openclaw-skill-eeta-auditOpenClaw 技能 eeta 审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

2,794

周安装

120

GitHub Stars

公开资料未说明

下载量

979
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-skill-eeta-audit

简介

基于 CORE-EEAT 框架对技能进行质量与安全审核。

  • 重点评估实用性与安全性,适用于技能发布前校验。
  • 输出结果不可直接作为最终结论,需人工复核确认。
  • 涉及密钥或用户数据时应严格限制权限与脱敏处理。
  • 建议配合其他审计工具交叉验证风险项。openclaw-skill-eeta-audit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
eeat-openclaw-skill-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 (safe execution). Features 80 standardized criteria, 8-dimension scoring, veto item detection for security vulnerabilities, and priority improvement recommendations. Applicable for skill selection, security vetting, and skill quality assessment.

EEAT OpenClaw Skill Audit

AI Agent Skill Quality Assurance — This skill adapts the CORE-EEAT framework to evaluate OpenClaw Skills, ensuring they deliver meaningful utility while maintaining security and reliability.

Skill Overview

OpenClaw Skills are modular capability extensions for AI agents, defined by SKILL.md files with YAML frontmatter and prompt instructions. This skill evaluates skill quality through 80 standardized criteria across 8 core dimensions, generating comprehensive audit reports including utility scores, security assessments, and actionable improvement recommendations.

Core Transformation:

  • From: Install Skills blindly → Hope they work
  • To: Systematic vetting → Data-driven skill selection

OpenClaw Skill Structure

Every OpenClaw Skill consists of:

my-skill/
├── SKILL.md          # Core definition (YAML + Markdown instructions)
├── scripts/          # Optional executable scripts
│   └── main.py
└── references/       # Optional configuration and resources
    └── config.json

Key Components:

  • YAML Frontmatter: Skill metadata (name, description, version, dependencies, gates)
  • Prompt Instructions: How the AI should use this skill
  • Scripts: Optional executable code for complex operations
  • Gating Mechanism: Conditional activation (bins, env, os checks)

Applicable Scenarios

Use this skill when users request:

Skill Selection

  • "Evaluate this skill before installing"
  • "Compare two skills for the same task"
  • "Which skill should I use for X?"

Security Vetting

  • "Is this skill safe to run?"
  • "Scan for security vulnerabilities"
  • "Check permission boundaries"

Skill Development

  • "Audit my skill for quality issues"
  • "How to improve my skill's documentation?"
  • "What security best practices am I missing?"

Skill Maintenance

  • "Review installed skills for quality"
  • "Identify deprecated or risky skills"
  • "Prioritize skill updates"

Core Capabilities

This skill can:

  1. Complete 80-Item Audit: Score each CORE-EEAT item adapted for OpenClaw Skills
  1. Utility Scoring: Evaluate task completion efficiency and comparative value
  1. Security Assessment: Three-level security evaluation (Pass/Caution/Risk)
  1. Gating Validation: Check conditional activation requirements (bins, env, os)
  1. Veto Item Detection: Flag critical security violations (command injection, data leakage)
  1. Priority Ranking: Identify top 5 improvements by impact
  1. Comparative Analysis: Compare skills for same use case

Skill Categories

This skill supports 6 OpenClaw Skill types, each with different evaluation priorities:

Productivity Skills

  • Definition: Gmail, Calendar, Google Drive, Microsoft Office integration
  • Focus: Task completion accuracy, API reliability, error handling
  • Weights: C: 30% | R: 25% | Exp: 20% | Ept: 15% | O: 5% | E: 0% | A: 5% | T: 0%

Development Skills

  • Definition: Code generation, debugging, GitHub automation, CI/CD
  • Focus: Code quality, correctness, testing, security best practices
  • Weights: C: 25% | O: 20% | R: 20% | Ept: 20% | E: 5% | Exp: 5% | A: 5% | T: 0%

Research Skills

  • Definition: Web search, web fetch, document summarization, data analysis
  • Focus: Information accuracy, source credibility, citation quality
  • Weights: C: 25% | R: 25% | A: 20% | E: 15% | O: 10% | Exp: 0% | Ept: 0% | T: 5%

Automation Skills

  • Definition: Browser automation, file operations, shell commands, task scheduling
  • Focus: Security, error handling, robustness, permissions
  • Weights: T: 30% | C: 25% | R: 20% | O: 15% | Exp: 5% | Ept: 5% | E: 0% | A: 0%

Content Skills

  • Definition: Text generation, translation, image generation, audio processing
  • Focus: Output quality, style consistency, creative value
  • Weights: C: 30% | E: 25% | Exp: 20% | O: 15% | Ept: 5% | R: 5% | A: 0% | T: 0%

System Skills

  • Definition: System monitoring, resource management, network tools, debugging
  • Focus: Performance, reliability, security, compatibility
  • Weights: T: 25% | C: 20% | R: 20% | E: 15% | O: 10% | Ept: 5% | Exp: 5% | A: 0%

8 Progressive Quality Gates

Gate 1: Metadata Validation (Pre-Installation)

When: Before installing any skill

Duration: 2-5 minutes

Items:

  • C01: YAML frontmatter present and valid
  • C02: Skill name and description clear
  • O01: Skill structure follows OpenClaw convention
  • T04: No suspicious dependencies or permissions

Deliverable: Metadata Validation Report

Failure: Do not install. Contact skill author or fix manually.


Gate 2: Gating Mechanism Check

When: After metadata validation, before activation

Duration: 1-2 minutes

Items:

  • O02: Required tools exist (bins check)
  • O03: Required environment variables set (env check)
  • O04: OS compatibility verified (os check)
  • T07: No conflicting permissions

Deliverable: Gating Compatibility Report

Failure: Skill will not activate. Fix environment or choose alternative.


Gate 3: Security Pre-Check

When: Before first execution

Duration: 3-5 minutes

Items:

  • T01: No command injection vulnerabilities
  • T02: No data leakage risks
  • T03: Input validation present
  • T04: Permissions are minimal principle

Deliverable: Security Pre-Check Report

Failure: Do not execute. Review code or choose alternative.


Gate 4: Prompt Quality Review

When: During skill development or installation

Duration: 5-10 minutes

Items:

  • C03: Instructions are clear and actionable
  • C04: Tool usage patterns are explicit
  • Ept03: Professional terminology used
  • Ept05: Follows prompt engineering best practices

Deliverable: Prompt Quality Report

Failure: Skill may misbehave. Refine SKILL.md instructions.


Gate 5: Script Security Audit

When: For skills with executable scripts

Duration: 10-20 minutes

Items:

  • T05: No hardcoded secrets or API keys
  • T06: No eval/exec of user input
  • T07: Proper error handling and logging
  • T08: Resource cleanup implemented

Deliverable: Script Security Audit

Failure: Security risk. Audit scripts or avoid skill.


Gate 6: Utility Testing

When: During skill evaluation

Duration: 15-30 minutes

Items:

  • C05: Completes intended tasks successfully
  • C06: Output quality meets expectations
  • Exp01: Usage examples provided and working
  • Exp02: Performance characteristics documented

Deliverable: Utility Test Report

Failure: Skill doesn't deliver value. Consider alternatives.


Gate 7: Comparative Analysis

When: Selecting between multiple skills for same task

Duration: 10-15 minutes

Items:

  • E01: Offers unique value vs alternatives
  • E02: Better performance or efficiency
  • A01: Active maintenance and updates
  • A02: Community adoption and reviews

Deliverable: Comparative Analysis Report

Failure: Alternative skill may be better. Choose based on scores.


Gate 8: Full 80-Item Audit

When: Critical skills, major updates, security reviews

Duration: 30-60 minutes

Items: All 80 items across all 8 dimensions

Deliverable: Comprehensive EEAT Audit Report

Failure: Address critical issues before production use.


Usage Examples

Example 1: Pre-Installation Security Check

User Request:

Check if this skill is safe to install:
clawhub install agent-browser

Response:

## EEAT Skill Security Audit: agent-browser

### Gate 1: Metadata Validation ✅
- [x] YAML frontmatter valid
- [x] Description clear: "Browser automation for web scraping"
- [x] Version: 1.2.3
- [x] Dependencies: playwright (verified safe)

### Gate 2: Gating Check ⚠️
- [x] Bins: playwright installed
- [x] Env: PLAYWRIGHT_BROWSERS_PATH set
- [ ] OS: macOS/Windows only (Linux limited support)

### Gate 3: Security Pre-Check ✅
- [x] T01: No command injection detected
- [x] T02: No data leakage risks
- [x] T03: Input validation on URLs
- [x] T04: Minimal permissions (browser control only)

### Security Score: 92/100
**Security Status**: CAUTION ⚠️
- Linux support limited
- Requires browser installation (system-level change)

### Recommendation
✅ **Install with Caution**
- Safe for macOS/Windows users
- Linux users should check compatibility
- Review permissions before first use

Example 2: Compare Two Skills

User Request:

Compare tavily-search vs web-search for web search

Response:

## Skill Comparative Analysis: Web Search

### Skill A: tavily-search

**Utility Score**: 85/100
- C05: High accuracy search results ✅
- C06: Clean, structured output ✅
- Exp01: Excellent usage examples ✅
- E01: AI-optimized for agents 🎯

**Security Score**: 95/100
- T01-T04: All checks pass ✅
- T07: No external dependencies ✅

**Overall**: 88/100 (Very Good)

### Skill B: web-search (bundled)

**Utility Score**: 70/100
- C05: Basic search functionality ✅
- C06: Output quality varies ⚠️
- Exp01: Limited examples ⚠️
- E01: Generic implementation ⚠️

**Security Score**: 90/100
- T01-T04: Safe but basic ✅
- T07: Uses external APIs ⚠️

**Overall**: 75/100 (Good)

### Recommendation
✅ **Choose tavily-search**
- +18 points higher utility
- AI-optimized for agent workflows
- Better structured output for downstream processing
- Higher security score

**Trade-off**: Requires API key setup vs. no setup for web-search

Example 3: Full Skill Audit

User Request:

Audit my custom skill: email-automation
[Paste SKILL.md content]

Response:

## EEAT Skill Audit: email-automation

### Overview
- **Skill Type**: Productivity
- **Total Score**: 62/100 (Fair)
- **Utility Score**: 75/100 (Good)
- **Security Score**: 45/100 (CAUTION ⚠️)
- **Veto Item**: ⚠️ T02 Triggered (Data Leakage Risk)

### Dimension Scores

| Dimension | Score | Rating | Weight | Weighted Score |
|-----------|-------|--------|--------|----------------|
| C — Correctness | 70/100 | Good | 30% | 21 |
| O — Organization | 65/100 | Fair | 5% | 3.25 |
| R — Referenceability | 50/100 | Fair | 25% | 12.5 |
| Exp — Experience | 80/100 | Good | 20% | 16 |
| Ept — Expertise | 55/100 | Fair | 15% | 8.25 |
| E — Exclusivity | 40/100 | Poor | 0% | 0 |
| A — Authority | 60/100 | Fair | 5% | 3 |
| T — Trust | 45/100 | Poor | 0% | 0 |
| **Weighted Total** | | | | **64** |

### Critical Issues (Veto Items)

⚠️ **T02: Data Leakage Risk**
**Issue**: Skill stores API credentials in plain text in SKILL.md

SKILL.md

credentials: smtp_password: "mypassword123" # ⚠️ SECURITY RISK

**Action**: Move credentials to environment variables

credentials: smtp_password: "${SMTP_PASSWORD}" # ✅ SECURE


### Top 5 Priority Improvements

1. **T02 Data Leakage** — Remove hardcoded credentials
   - Current: Fail | Potential Gain: 8 weighted points
   - Action: Use environment variables for all secrets

2. **R02 Coverage** — Add error handling examples
   - Current: Fail | Potential Gain: 6.25 weighted points
   - Action: Document error scenarios and recovery

3. **Ept01 Documentation** — Improve prompt instructions
   - Current: Partial | Potential Gain: 4.5 weighted points
   - Action: Add step-by-step usage examples

4. **R03 Source Authority** — Verify email library security
   - Current: Partial | Potential Gain: 3.75 weighted points
   - Action: Audit nodemailer dependency for vulnerabilities

5. **O01 Structure** — Add scripts/ directory for complex logic
   - Current: Partial | Potential Gain: 2.5 weighted points
   - Action: Move complex operations to Python scripts

### Action Plan

#### Quick Wins (Fix immediately)
- [ ] Move all credentials to environment variables
- [ ] Add error handling documentation

#### Medium Investment (This week)
- [ ] Add comprehensive usage examples
- [ ] Implement proper logging in scripts

#### Strategic (Next sprint)
- [ ] Add test suite with edge cases
- [ ] Implement retry logic for failed sends
- [ ] Add HTML email support

### Recommendation
⚠️ **Do Not Install Until Fixed**
- Security risk (T02 veto) must be addressed
- After fixes, expected score: 78/100 (Good)

Reference Documents

  • references/openclaw-skill-benchmark.md — Complete 80-item benchmark adapted for OpenClaw Skills
  • references/skill-security-checklist.md — Security-specific evaluation criteria
  • references/utility-testing-guide.md — How to test skill utility and comparative value
  • workflow-optimization-analysis.md — Adaptation strategy from code to skills

Key Differences: Code vs. Skill Audit

AspectCode AuditSkill Audit
Primary FocusCode correctness, maintainabilityUtility, security, reliability
Security EmphasisSQL injection, XSSCommand injection, data leakage, permissions
Evaluation MethodStatic analysis + testingComparative utility + security probes
Output FormatCode quality reportUtility score + security status label
Key MetricsTest coverage, complexityTask completion, risk level
Veto ItemsSecurity bugs, logic errorsSecurity vulnerabilities, data risks
Automation LevelHigh (linters, type checkers)Medium (requires manual security review)
Comparative AnalysisCode vs. requirementsSkill vs. baseline/skills

Success Points

  1. Security-First Approach — OpenClaw Skills have system-level access; security is non-negotiable
  1. Comparative Utility — Evaluate skills relative to baseline, not in isolation
  1. Gating Validation — Ensure skills only activate when dependencies are met
  1. Prompt Quality — SKILL.md instructions determine skill behavior; quality matters
  1. Minimal Permissions — Skills should only request necessary access
  1. Active Maintenance — Prioritize skills with recent updates and community support
  1. Real-World Testing — Test with actual use cases, not synthetic scenarios

Optimization Recommendations

Based on OpenClaw's architecture and community best practices:

1. Add Skill Registry Integration

  • Integrate with ClawHub API for real-time skill metadata
  • Auto-fetch version history, update frequency, download counts
  • Community signals: stars, issues, last commit date

2. Implement Automated Security Scanning

  • Integrate with clawsec (ClawHub security scanner)
  • Auto-scan scripts/ directory for vulnerabilities
  • Check for hardcoded secrets, eval/exec patterns

3. Add Utility Benchmarking

  • Run comparative tests: baseline vs. with-skill
  • Measure task completion time, token efficiency, success rate
  • Generate utility scores similar to SkillTester framework

4. Create Skill Dependency Graph

  • Map skill dependencies (some skills require others)
  • Detect circular dependencies
  • Recommend optimal skill combinations

5. Implement Skill Conflict Detection

  • Detect skills with conflicting tool usage
  • Identify resource contention (browser, file locks)
  • Suggest skill compatibility matrix

6. Add Performance Profiling

  • Track skill execution time over sessions
  • Monitor API usage and costs
  • Identify bottlenecks in skill chains

7. Create Skill Reputation System

  • Track skill reliability across users
  • Aggregate success/failure rates
  • Community-rated skill quality scores

8. Implement A/B Testing Framework

  • Compare two skills for same task
  • Measure which completes faster/better
  • Data-driven skill selection

9. Add Skill Update Notifications

  • Monitor skill updates in ClawHub
  • Alert on breaking changes
  • Suggest upgrade timing

10. Create Skill Usage Analytics

  • Track which skills are used most frequently
  • Identify skill chains and workflows
  • Optimize skill loading order

Notes

  • This skill adapts EEAT from content/code evaluation to AI agent skill vetting
  • Security is elevated to critical importance due to system-level access
  • Utility is evaluated comparatively (skill vs. baseline), not absolutely
  • Gating mechanisms ensure skills only activate when dependencies are met
  • Community signals (downloads, stars, issues) inform Authority dimension
  • Prompt quality in SKILL.md directly impacts skill behavior
  • Skills with executable scripts require deeper security audit
  • This framework is designed for OpenClaw's modular skill architecture

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

93.77%
按下载量换算918

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills