@zokizuan/satori-cli
v0.1.1
Published
Shell CLI for Satori MCP installation and skill-based workflows
Readme
@zokizuan/satori-cli
Shell CLI for Satori installation, skill packaging, and direct tool invocation without a resident MCP client.
What It Does
- installs and removes Satori MCP client config for supported clients
- copies packaged first-party skills:
satori-searchsatori-navigationsatori-indexing
- starts a local stdio session against
@zokizuan/satori-mcpfor direct shell workflows
Install / Uninstall
npx -y @zokizuan/[email protected] install --client codex
npx -y @zokizuan/[email protected] install --client claude
npx -y @zokizuan/[email protected] install --client all --dry-run
npx -y @zokizuan/[email protected] uninstall --client codexManaged install writes MCP config that launches:
[mcp_servers.satori]
command = "npx"
args = ["-y", "@zokizuan/[email protected]"]
startup_timeout_ms = 180000Commands
satori-cli tools list
satori-cli tool call <toolName> --args-json '{"path":"/abs/repo","query":"auth"}'
satori-cli tool call <toolName> --args-file ./args.json
satori-cli tool call <toolName> --args-json @-
satori-cli <toolName> [schema-subset flags]Global flags (--startup-timeout-ms, --call-timeout-ms, --format, --debug) must appear before the command token.
Development
pnpm --filter @zokizuan/satori-cli build
pnpm --filter @zokizuan/satori-cli test
pnpm --filter @zokizuan/satori-cli release:smoke