helmor-cli
Original:🇺🇸 English
Translated
Use the Helmor CLI to remote-control Helmor from the terminal. Use when the user asks to inspect Helmor data/settings, manage repositories/workspaces/sessions/files, send prompts to agents, list models, use GitHub integration, inspect scripts, migrate from Conductor, run Helmor as an MCP server, generate shell completions, quit a running app, check/install/update the Helmor CLI beta, install/update Helmor skills through the beta app flow, or needs the Helmor command reference.
114installs
Sourcedohooo/helmor
Added on
NPX Install
npx skill4agent add dohooo/helmor helmor-cliTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Helmor CLI
Use this skill to guide simple terminal-first Helmor workflows. Keep the answer practical: prefer one or two concrete commands over a long CLI tutorial.
First Checks
- Check whether the CLI is installed and which data mode it targets:
bash
helmor cli-status- Check the active data directory and database:
bash
helmor dataUse when the output will be parsed by scripts or another tool.
--jsonCLI Install And Update
Treat Helmor CLI install/update as beta.
- Prefer the Helmor desktop onboarding/settings flow for installing or repairing the managed CLI entrypoint.
- Use to verify whether the PATH entry points at the current app-managed CLI.
helmor cli-status - Do not invent a stable standalone install/update command unless it exists in or a subcommand help page.
helmor --help - If the user is blocked, ask them to run and share the output, or inspect the app's CLI install panel if working inside the Helmor repo.
helmor cli-status
Helmor Skills Install And Update
Treat Helmor skills install/update as a beta app-managed flow.
- Prefer the Helmor desktop onboarding/settings flow for installing or updating bundled Helmor skills.
- Do not invent a command; the top-level CLI help does not currently expose one.
helmor skills - If the user asks to update a bundled Helmor skill inside the repo, edit the skill files directly and validate them with the skill validation tooling.
- Keep user-facing skill content concise and English-first unless the user explicitly asks for another language.
Common Tasks
Manage Repositories And Workspaces
Use these command groups for local-first project setup and workspace orchestration:
bash
helmor repo --help
helmor workspace --helpWhen creating workspaces, prefer explicit repo names and concise purpose labels:
bash
helmor workspace new --repo helmorInspect Sessions And Files
Use sessions for conversation history and files for editor-surface operations:
bash
helmor session --help
helmor files --helpSend A Prompt To An Agent
Use when the user wants to dispatch work from the terminal:
sendbash
helmor send --helpFavor JSON output for automation:
bash
helmor --json send --helpIntegrations And Local Tooling
Use the relevant command group:
bash
helmor github --help
helmor scripts --help
helmor models --helpMCP Server
Run Helmor as an MCP server over stdio:
bash
helmor mcpUse this when another agent/runtime needs to call Helmor through Model Context Protocol.
Command Reference
Read when you need the full top-level command list.
references/helmor-help.mdhelmor --helpFor exact flags on a command group, run the group's help instead of guessing:
bash
helmor <command> --help