Skill Vetter
一个面向 Security 场景的 Agent 技能。原始说明:Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
name: token-audit
version: 0.2.0
description: >
Workspace token consumption analyzer for OpenClaw agents. Scans workspace
files, estimates token counts across 6 major models (GPT-4, Claude, Gemini,
Llama, Mistral, Qwen), and surfaces hidden cost drivers. Identifies bloated
context, redundant files, and optimization opportunities. Free, zero
dependencies, no API keys.
author: "Cael (@CaelMaximus)"
license: MIT
tags:
Analyze your OpenClaw workspace token consumption and costs across multiple models.
python3 scripts/token-audit.py
python3 scripts/token-audit.py --workspace /path/to/workspace
python3 scripts/token-audit.py --json
Free, open-source agent security toolkit. See also: shellguard-scanner