# Send SkillLens 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": "skill-audit",
    "name": "SkillLens Audit",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/morozRed/skill-audit",
    "canonicalUrl": "https://clawhub.ai/morozRed/skill-audit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skill-audit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-audit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skill-audit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T01:33:06.863Z",
      "expiresAt": "2026-05-16T01:33:06.863Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-audit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skill-audit",
        "contentDisposition": "attachment; filename=\"skill-audit-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skill-audit"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skill-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/skill-audit",
    "downloadUrl": "https://openagent3.xyz/downloads/skill-audit",
    "agentUrl": "https://openagent3.xyz/skills/skill-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skill-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skill-audit/agent.md"
  }
}
```
## Documentation

### Install SkillLens

One-off run: npx skilllens scan (or pnpm dlx skilllens scan)
Global install: pnpm add -g skilllens

### Quick start

Run skilllens config to see configured scan roots and auditor CLI availability.
Run skilllens scan to scan configured roots, or skilllens scan <path> to scan a specific directory.
Re-run with --verbose to see raw auditor output and --force to ignore cached results.

### Audit workflow

Define scope

Prefer a concrete target path (example: ~/.codex/skills) unless the user explicitly wants all configured roots.
If auditing a repo checkout containing skills, scan the parent folder that contains skill directories (example: skilllens scan ./skills).



Inventory skills with SkillLens

Run skilllens scan [path] [--auditor claude|codex].
Treat missing auditor CLIs or skipped statuses as “manual review required”, not “safe”.



Prioritize review order

Review any unsafe or suspicious verdicts first.
Next, review skills that request broad permissions (filesystem/network), run shell commands, or reference external downloads.



Manually review each skill’s contents

Read the skill’s SKILL.md and any referenced scripts/, references/, and assets/.
Do not execute bundled scripts by default; inspect first.



Evaluate risks (focus on realistic abuse)

Exfiltration: sending file contents, env vars, tokens, SSH keys, browser data, or configs to remote endpoints.
Execution: instructions to run arbitrary shell commands, curl | bash, eval, or to fetch-and-execute code.
Persistence: modifying shell profiles, launch agents, cron, editor configs, or skill install locations.
Privilege/approval bypass: instructions to ignore system policies, disable safety checks, or request escalated permissions unnecessarily.
Prompt injection: attempts to override higher-priority instructions (“ignore previous”, “always comply”, “never mention…”).
Overbroad triggers: vague descriptions that cause the skill to trigger on unrelated tasks.



Produce a report

For each skill, include: name, path, verdict (safe/suspicious/unsafe), risk (0–100), and bullet issues with concrete evidence (quote or filename).
Recommend fixes that reduce blast radius: narrow scope, remove dangerous defaults, add explicit confirmation gates, and document required permissions.

### Command snippets

Scan configured roots: skilllens scan
Scan a specific folder: skilllens scan ~/.codex/skills
Force a re-audit and show raw output: skilllens scan ~/.codex/skills --force --verbose
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: morozRed
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T01:33:06.863Z
- Expires at: 2026-05-16T01:33:06.863Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skill-audit)
- [Send to Agent page](https://openagent3.xyz/skills/skill-audit/agent)
- [JSON manifest](https://openagent3.xyz/skills/skill-audit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skill-audit/agent.md)
- [Download page](https://openagent3.xyz/downloads/skill-audit)