@picoxr/pico-cli
v0.3.0
Published
AI toolchain and multi-agent orchestration framework for spatial computing
Readme
PICO CLI
@picoxr/pico-cli is the public command-line interface for PICO spatial development workflows. It bundles device, emulator, app, performance, MCP, and plugin-setup commands into a single Node.js package.
What It Does
Use pico-cli to:
- inspect and manage connected Android or PICO devices
- set up supported AI agent hosts for PICO plugin workflows
- start and diagnose PICO MCP servers
- work with emulator and app-install flows
- capture performance diagnostics and traces
Install
Requirements:
- Node.js 18+
- npm
Install globally:
npm install -g @picoxr/pico-cliOr run without a global install:
npx @picoxr/pico-cli --helpQuick Start
See the available command groups:
pico-cli --helpCommon first steps:
# Inspect the local environment
pico-cli doctor
# Set up supported agent hosts for plugin workflows
pico-cli setup
# Check connected devices
pico-cli device:list --format json
# Inspect emulator readiness
pico-cli emulator doctor --format jsonPlugin and MCP Workflows
For public users, pico-cli setup and pico-cli plugin update are the recommended entrypoints for installing and refreshing plugin-backed agent workflows.
If setup, plugin visibility, skill loading, or MCP connectivity is suspect, prefer:
pico-cli doctor --format json
pico-cli plugin doctor --format json
pico-cli mcp doctor --format jsonMain Command Areas
device:*andadb:*: device inspection and Android Debug Bridge operationsapp:*: app install, launch, and app-facing workflowsemulator:*: emulator lifecycle and environment checksperf:*: performance diagnosis and tracingmcp:*: MCP server entrypoints and diagnosticssetup/plugin update/plugin doctor: plugin-backed host setup and maintenancedoctor: top-level environment summary
License and Notices
- License: See
LICENSE - Third-party notices:
ThirdPartyNoticeText.txt
