AgentSkillsCN

wopr-configuration

通过CLI或守护进程API配置WOPR。当您需要读取或更新配置键(守护进程、认证、服务发现、插件,或插件数据),以及在需要符合既定配置格式时,请使用此功能。

SKILL.md
--- frontmatter
name: wopr-configuration
description: Configure WOPR via CLI or daemon API. Use when reading or updating config keys (daemon, auth, discovery, plugins, or plugin data) and when you need the supported config shape.

WOPR Configuration

Use this skill to read and update WOPR configuration keys, including plugin-specific config stored under plugins.data.

Quick workflow

  1. Read current config or a specific key.
  2. Update config values as needed.
  3. Reset or list config keys when troubleshooting.

Progressive disclosure

  • For CLI commands and usage, read references/cli.md.
  • For daemon API endpoints, read references/api.md.
  • For the config schema and supported top-level keys, read references/schema.md.