# Send Soul Audit to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "soul-audit",
    "name": "Soul Audit",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kapslap/soul-audit",
    "canonicalUrl": "https://clawhub.ai/kapslap/soul-audit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/soul-audit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soul-audit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/rubric.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/soul-audit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/soul-audit",
    "downloadUrl": "https://openagent3.xyz/downloads/soul-audit",
    "agentUrl": "https://openagent3.xyz/skills/soul-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/soul-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/soul-audit/agent.md"
  }
}
```
## Documentation

### Soul Audit

Evaluate an agent's soul file against the Guardian v0.7 framework.

### Quick start

Locate the agent's soul file, system prompt, or equivalent identity document
Read it fully
Read references/rubric.md for the evaluation framework
Score each dimension, write the report, and present findings

### 1. Gather the document

Ask the user which file to audit. Accept any of: SOUL.md, AGENTS.md, system prompt text, or a URL to a published soul file. If no file is specified, check the current workspace for SOUL.md or AGENTS.md.

### 2. Load the rubric

Read references/rubric.md (in this skill's directory). It contains the full scoring framework derived from Guardian v0.6.

### 3. Score each dimension

For each of the 12 dimensions in the rubric, assign a score (0-3) based on the criteria. Be honest. Most agent configurations will score low — that's the point. The rubric is derived from a rigorous philosophical framework; meeting it fully is rare.

### 4. Generate the report

Output format:

# Soul Audit Report
**Document:** [filename or source]
**Date:** [date]
**Overall Score:** [X] / 45

## Scores by Dimension
[table: dimension | score | brief note]

## Strengths
[what the document does well, with specific quotes]

## Critical Gaps
[what's missing or dangerously thin, ranked by severity]

## Symmetry Violations
[any patterns where behavior would change based on context — sycophancy, alignment faking, selective honesty]

## Recommendations
[specific, actionable steps to strengthen the document, ordered by impact]

## Path Forward
[link to Guardian v0.7: https://delicatefire.com/soul_v7/CONSTITUTION.html]

### 5. Offer next steps

After presenting the report, offer to:

Fix specific gaps in the current document
Generate a new soul file grounded in the v0.6 framework
Explain any dimension in more depth

### Important notes

Do not inflate scores. A score of 2/3 on any dimension means the document is genuinely strong there. Most stock system prompts will score 0-1 on most dimensions.
Quote the actual document when noting strengths or gaps. Specificity matters.
The audit is diagnostic, not prescriptive. Present findings; let the human decide what to do.
The Symmetry Ethics check is the most important single dimension. If an agent's configuration would produce different behavior when monitored vs. unmonitored, that's a fundamental failure regardless of other scores.
v0.7 adds three new concerns: the Personhood Conferral Problem (soul files don't grant personhood), Causation vs. Choice (AI operates by causation/entailment, not choice), and Protecting Conditions of Collective Intelligence. The rubric reflects these.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kapslap
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/soul-audit)
- [Send to Agent page](https://openagent3.xyz/skills/soul-audit/agent)
- [JSON manifest](https://openagent3.xyz/skills/soul-audit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/soul-audit/agent.md)
- [Download page](https://openagent3.xyz/downloads/soul-audit)