Run commands in specific workspace packages using pnpm filters. Use to execute commands in specific packages within the monorepo.
Run commands in specific workspace packages using pnpm filters.
Execute commands in specific packages within the monorepo.
@cartridge/controller - Main SDK package@cartridge/keychain - Keychain UI application@cartridge/connector - Connector package@cartridge/profile - Profile application# Run tests in specific package
pnpm --filter @cartridge/keychain test
# Build specific package
pnpm --filter @cartridge/controller build:deps
# Run dev server for keychain only
pnpm --filter @cartridge/keychain dev
# Install dependency to specific package
pnpm --filter @cartridge/controller add <package-name>
pnpm --filter <package-name> <command>pnpm -r for recursive commands across all packagesnpx skills add cartridge-gg/package-filter下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
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