From weave
Manages Weave Claude Code plugin configuration: sets weave project, WandB API key, debug mode, daemon socket; shows current settings and validates inputs via CLI.
npx claudepluginhub wandb/claude_code_weave_plugin --plugin weaveThis skill uses the workspace's default tool permissions.
Read and update configuration for 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.
Read and update configuration for the Weave Claude Code plugin.
If the user invoked this skill with arguments (e.g., /weave:weave-config set weave_project entity/project), execute the corresponding command directly. Otherwise, show the current configuration first and then ask what they want to change.
Run:
weave-claude-plugin config show
This displays all settings and their sources (settings file vs environment variable).
To update a setting:
weave-claude-plugin config set KEY VALUE
Writable keys:
| Key | Format | Example |
|---|---|---|
weave_project | entity/project | my-org/my-project |
wandb_api_key | string | abc123... |
debug | true / false | true |
daemon_socket | file path | ~/.weave_claude_plugin/daemon.sock |
Validation notes:
weave_project must contain a / (entity/project format). Find your entity name at https://wandb.ai.wandb_api_key is available at https://wandb.ai/authorize.WEAVE_PROJECT and WANDB_API_KEY take precedence over settings file values when set.To read one setting:
weave-claude-plugin config get KEY
After setting weave_project or wandb_api_key, confirm the update by running weave-claude-plugin config show and reporting the new value to the user. Note that changes take effect immediately for the next Claude Code session — no restart required.