Skill Oracle
Analysis
Review before installing: it is advertised as a markdown-only catalog, but it ships an unadvertised persistent knowledge-base CLI and includes install recommendations for other skills.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curated-brain — Structured agent knowledge base CLI. Manages a catalog of facts with provenance and confidence.
The package is described as documentation-only, but it contains a runnable helper script for a different knowledge-base tool. That mismatch is an unexpected hidden-helper/provenance concern even though no automatic execution is shown.
"install_cmd": "clawhub install certainlogic.skill-vetter-plus"
The catalog includes install commands for other skills. These appear to be reference recommendations, not automatic execution instructions, but installing skills can change the agent environment.
All tools are CertainLogic Approved (safety verified).
The skill presents curated recommendations and safety-verification language, including self-certified products and paid offerings. The artifacts do disclose bias and limitations, so this is a trust-transparency note rather than a deception finding.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"OAuth setup required", "Notion account + API key"
Credential-related language appears in the catalog as prerequisites for other recommended tools, while this skill's own requirements declare no primary credential or environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
base = Path.home() / ".openclaw" / "skills" / "curated-brain"; return base / "default-catalog.json"
The script defines a persistent default catalog location under the user's home directory and supports adding/searching facts, but the main skill says it is not a programmable knowledge base.
