From weave
Checks Weave Claude Code plugin installation, CLI, configuration, and daemon status. Interprets results and provides fixes for common issues like missing config or CLI.
npx claudepluginhub wandb/claude_code_weave_plugin --plugin weaveThis skill uses the workspace's default tool permissions.
Check the current installation and configuration status of the Weave Claude Code plugin.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
Check the current installation and configuration status of the Weave Claude Code plugin.
Run:
weave-claude-plugin status
Each status line indicates one of three states:
✓ — component is present and correctly configured✗ — component is missing or misconfigured (action required)- — component is absent but not an error (e.g., daemon not yet started)Common issues and fixes:
| Symptom | Fix |
|---|---|
✗ Configuration: not found | Run /weave:weave-install to complete installation |
✗ CLI: not found in PATH | Run npm install -g weave-claude-plugin in a terminal |
✗ Weave project: not configured | Run /weave:weave-config set weave_project ENTITY/PROJECT |
- Daemon socket: not running | Normal if no Claude Code session is active; daemon starts automatically on next hook event |
- Log file: not created yet | Normal before first session; no action needed |
Summarize the status to the user. If all required items are ✓, confirm the plugin is ready and sessions will be traced automatically. If any ✗ items exist, provide the specific fix steps.