Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
uv run plain upgrade [package-names...]
This will show which packages were upgraded (e.g., plain-postgres: 0.1.0 -> 0.2.0).
For each package that was upgraded:
uv run plain changelog <package> --from <old-version> --to <new-version>Run uv run plain agent install to sync any updated rules and skills from the upgraded packages.
uv run plain fix to fix formattinguv run plain check to validate (linting, preflight, migrations, tests)For each upgraded package, report:
plain-postgres: 0.103.0 -> 0.105.0)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer