Knowledge Graph

PassAudited by ClawScan on May 1, 2026.

Overview

This skill coherently updates a scoped local knowledge graph and shows no evidence of hidden network access, credential use, or destructive behavior.

Before installing, be comfortable with the skill updating persistent files under life/areas/**. It appears scoped and local, but only add facts you want retained and reused by the agent.

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.

What this means

Incorrect or untrusted facts saved to the knowledge graph could influence future answers or decisions.

Why it was flagged

The skill intentionally writes persistent facts and summaries that may later be reused as agent context.

Skill content
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md)
Recommendation

Only store facts you want retained, verify important entries before adding or superseding them, and periodically review life/areas/** summaries.

What this means

The skill may require Python 3 to be available even though the registry metadata does not declare it.

Why it was flagged

The skill documents use of python3, while the provided requirements list no required binaries. The script itself is included and dependency-free, so this is a minor metadata completeness issue.

Skill content
python3 skills/knowledge-graph/scripts/kg.py add
Recommendation

Confirm Python 3 is available before use; maintainers should declare python3 as a required binary.