fased skills
Inspect skills from bundled, workspace, and managed sources, and see which ones are actually eligible to run.
Browser equivalent: Agent > Skills. That page owns ClawHub search/review,
create/edit/config, dependency install, and per-Agent skill access. The CLI is
for automation, install review, and admin repair.
Related:
- Skills system: Skills
- Skills config: Skills config
- ClawHub installs: Plugin catalog
Commands
Wallet Grants
Skills do not receive wallet access just because they are installed. Grant narrow wallet permissions only for the skill id and token route you intend to use: Normal users can do this from Wallets > Skill Grants in the browser UI. That tab reads the ClawHub install review, shows requested wallet permissions next to the current grant, and writes the same config path as this command. If the tab is empty, no reviewed wallet-capable skill or existing grant has been found yet. Use the CLI for automation, review-only JSON, or remote/admin setup.skills.entries.<skill-id>.config.walletActions. If
--registry is provided, it also adds that registry to
skills.marketplace.allowRegistries. Wallet grants are Agent-wallet-only;
Mining and Vault wallets remain unavailable to skills.
Use --dry-run --json first when you want to review the exact config patch
without writing it:
send, swap,
schedule_plan, schedule_send, and limit_order require --max-amount.
Marketplace Review
Install ClawHub skills through Fased so the archive scan, source allowlist, and permission snapshot are recorded:read tool because a model tool call cannot prove
which Marketplace package requested it. An explicitly invoked tool-dispatch
command is still checked against that skill’s recorded tool permission.
This boundary requires a working configured sandbox backend (Docker by
default). If it is unavailable, Marketplace-assisted turns fail closed instead
of running on the host. Locally authored, bundled, and managed skills retain
their configured trust and sandbox policy.
For local/bundled skills with dependency installers, Fased scans the skill
directory before running the installer. Critical dangerous-code findings block
the install instead of continuing with a warning.
Inspect one tracked marketplace skill when you do not want the full list: