ExpertPack

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent and purpose-aligned, but users should review the packs they index and any optional companion tools before use.

This appears safe to install as an instruction-only ExpertPack guide. Before using it, review any ExpertPack contents you load, avoid putting secrets or raw private state in packs, keep RAG paths narrowly scoped, and separately vet any companion tools or MCP servers you choose to install.

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

Sensitive or untrusted pack content could be reused in later agent responses or affect the agent’s behavior.

Why it was flagged

The skill intentionally makes ExpertPack files available through RAG and prompt context. This is central to the purpose, but pack contents can influence future answers and may include private knowledge if the user stores it there.

Skill content
Add pack to `memorySearch.extraPaths` in `openclaw.json` ... Tier 1 (Always): Include in every prompt as system context
Recommendation

Use trusted packs, inspect Tier 1 files before loading them, keep secrets out of packs, and scope `memorySearch.extraPaths` only to the intended pack directory.

What this means

Installing companion tools could add capabilities not present in this reviewed package.

Why it was flagged

The installed skill is instruction-only, but it recommends optional companion packages and an MCP server outside the provided artifacts. Those are purpose-aligned, but they would introduce additional code and integration surface if installed.

Skill content
For CLI tooling ... use `expertpack-cli` ... For exporting ... use `expertpack-export` ... For serving a pack as an MCP endpoint ... see EP MCP
Recommendation

Review each companion skill, GitHub repository, and Obsidian plugin separately before installing or granting it access to local packs.