PersonaNexus ClawHub Skill
PassAudited by ClawScan on May 1, 2026.
Overview
PersonaNexus appears to be a coherent, purpose-aligned tool for validating personality YAML files and compiling them into agent prompt formats.
This skill looks appropriate for creating and validating agent personality specifications. Review identity YAML and generated prompts before using them, especially if the YAML came from someone else, and install Python dependencies from trusted sources.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If you compile an identity file from an untrusted source, it could include behavioral instructions that change how an agent responds.
The skill's core output is system-prompt/personality content, which can strongly shape a downstream agent's behavior.
Compile identity specs into system prompts for any LLM platform
Only compile identity YAML files you trust, and review generated prompts before using them as system or agent configuration.
Installing unpinned dependencies can produce different installed versions over time.
The setup instructions install third-party Python dependencies without pinning exact versions in the command.
pip install pydantic pyyaml typer rich
Install from trusted package indexes and consider using a lockfile or pinned versions in sensitive environments.
