Behavioral scan truncated
Vettd corescripts/openclaw_to_hermes.py exceeds 100KB — content past that limit was not scanned for behavioral signals
Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.openclaw, then reports exactly what could not be migrated and why.
This skill includes a SKILL.md descriptor and ships with scripts. No security concerns were identified.
Vettd Verdict
The overall verdict combines pass, warning, and failure signals across our checks. Click to see how each check is computed.Skill passed all structure and security checks.
Link points to the repository’s default branch (current HEAD). Certification reflects the state of the repo on Jun 17, 2026. Scanned at aa6f7759.
security
/ coming soon
/ coming soon
/ coming soon
/ coming soon
scripts/openclaw_to_hermes.py exceeds 100KB — content past that limit was not scanned for behavioral signals
SKILL.md and references/ files do not reference external URLs
Scanned text content for instruction override, jailbreak framing, credential solicitation, and embedded injection markers
No repository field found in SKILL.md frontmatter. Skills without a verifiable source repository cannot be externally audited.
Scanned all files for credentials, private keys, and code-level risks (eval, shell exec, destructive ops)
best practices
Found code blocks, input/output samples, or an examples section — concrete samples help agents pattern-match effectively
SKILL.md body references files in references/, scripts/, or assets/ — agents can load additional context on demand instead of consuming everything upfront
286 lines (recommended: under 500)
Structured procedures improve reliability for complex tasks
description
Add context like "Use this skill when..." to help agents know when to activate it
251/1024 characters used
evals
Add an evals/ directory with test prompts and expected outputs to measure skill quality
scripts
scripts/openclaw_to_hermes.py: Agents run in non-interactive shells — replace prompts with CLI flags or stdin
scripts/openclaw_to_hermes.py: Script documents its interface via --help or argument parsing
scripts/openclaw_to_hermes.py: Uses JSON/CSV output which is easily parseable by agents
structure
Bundled executable scripts found
Required skill definition file found
Name "openclaw-migration" follows spec (lowercase, hyphens, ≤64 chars)