Ontology To Expertpack
ReviewAudited by ClawScan on May 10, 2026.
Overview
The converter mostly performs a local export, but it lists an unexplained wallet capability and can turn private ontology memory into shareable files.
Before installing, confirm that wallet access is not required or is disabled. If you use the converter, run it on a specific graph, write to a controlled output directory, and review the generated ExpertPack carefully before committing or uploading it.
Findings (3)
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.
Installing or enabling the skill may request wallet-related authority that is not needed for a local file conversion workflow.
Wallet-related authority is sensitive and not explained by the converter's stated purpose or visible code, which only reads a graph file and writes local ExpertPack files.
Capability signals: - requires-wallet ... Primary credential: none
Do not grant wallet access unless the publisher clearly documents why it is required; the publisher should remove or justify this capability signal.
Private notes, business details, or prompt-like content already present in the ontology graph can become persistent ExpertPack content and may later be retrieved by agents.
The script copies ontology entity properties into generated Markdown files, filtering only property names that look credential-like.
props = sanitize_properties(entity.get('properties', {})) ... md.append(f"- **{k}:** {v}")Run it only on a graph you intend to migrate, inspect the generated pack for sensitive or untrusted content, and remove secrets before using or sharing it.
If the generated pack contains private or incorrect information, committing or uploading it could spread that content to other tools or users.
The sharing step is user-directed and preceded by review guidance, but it can propagate exported ontology memory beyond the local machine.
Commit to git and share via expertpack.ai or ClawHub
Review and sanitize the output before committing it to git or sharing it through any external service.
