Real Skill packageSource verifiedClawHub registry

Agent Optimizer by Drakon Systems

CLI tool that audits Claude Code, OpenClaw, and Hermes Agent config files for misconfigurations, token waste, security issues, and stale auth. Reads local JSON/Markdown config files only. No data leaves the machine unless you explicitly enroll in optional daily monitoring (summary counts only — see Data & Network Disclosure). No API keys required. Other network calls: one-time license activation and npm update check.

Identity and source

Publisher attributionjarvis-drakonregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 67% rule confidence
Package forminstruction bundle2 recorded files
Canonical sourceClawHub registryclawhub:jarvis-drakon:drakon-agent-optimizer
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/agent-optimizer

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/agent-optimizer

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/agent-optimizer

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @jarvis-drakon/drakon-agent-optimizer
clawhub inspect @jarvis-drakon/drakon-agent-optimizer --version 0.14.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
2 / 2 inspected as text
Checked
8/27/2026, 9:45:13 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highInstructions or code access sensitive credential locationsSKILL.md:40 · confidence 85%~/.ssh/config
1 High/Critical review queue entry
STATIC_SENSITIVE_CREDENTIAL_ACCESSpending
Open human review queue →
2 inferred permission indicators
  • network access — automatically inferred
  • credential access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: drakonsystems.com
  • api: github.com
  • api: www.npmjs.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/27/2026, 5:47:38 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:2c8436d4f09e7831763b2e82429d5369f3ce5b714cfff01dd2d7253163cab88d
Show up to 2 recorded paths
  • skill-card.md
  • SKILL.md

Source changelog

The **Hermes + honest-report** release: read-only Hermes Agent support, and a report that gives every user the full picture for free. **Added** - **Hermes Agent support (read-only):** detects `~/.hermes`, audits model/fallback chain, approvals + command allowlist, prompt caching, compression, memory write-approval, per-channel allowlists (correct per-channel keys, `require_mention` treated as a gate), PII redaction, skill-safety flags, and auth token expiry. Headline check: catches the `hermes config set` defect where a list-valued key is silently stored as one quoted string while `hermes config check` reports healthy. `~/.hermes/skills` included in `scan`. No writes. - Hermes-only boxes audit cleanly (missing OpenClaw config no longer aborts). - `audit -v/--verbose` to show all informational notes. **Changed** - All fix advice is now **free** — the licensed feature is `--fix` applying…