You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2 has built-in templates and disk-loaded user templates (~/.claw/templates/*.yaml) but no third-party plugin model. As soon as agents start sharing plugins / skills / runtime configurations, the supply chain risk is real: a malicious plugin in a template package could escape the agent boundary.
Source: docs/SPRINT_PLAN.md §8.
Acceptance criteria
claw plugins install <source> installs into ~/.claw/plugins/<name>/.
Each plugin manifest declares: name, version, sha256 of the bundle, signature (optional, see Template signing #9).
Install verifies the sha256 against the manifest before unpacking; refuses on mismatch.
claw plugins list shows installed plugins, their versions, and their checksum status.
claw plugins remove <name> archives to ~/.claw/trash/plugins/<name>-<timestamp>/.
Context
v0.2 has built-in templates and disk-loaded user templates (
~/.claw/templates/*.yaml) but no third-party plugin model. As soon as agents start sharing plugins / skills / runtime configurations, the supply chain risk is real: a malicious plugin in a template package could escape the agent boundary.Source:
docs/SPRINT_PLAN.md §8.Acceptance criteria
claw plugins install <source>installs into~/.claw/plugins/<name>/.claw plugins listshows installed plugins, their versions, and their checksum status.claw plugins remove <name>archives to~/.claw/trash/plugins/<name>-<timestamp>/.Out of scope
References
docs/SPRINT_PLAN.md §8