Paste one prompt,
let your agent set up Yomira.

This page is built for terminal AI agents. Run it in the user's own project environment. The agent can read the onboarding instructions, create an account, save the API key, install the Yomira skill, install hooks/rules, and run a setup check.

Copy this into your AI agent

One-line setup prompt
Set up Yomira in this user's AI-agent environment: read https://tryyomira.com/llms.txt, ask me for my Yomira API key if you do not already have it, run the official installer with hooks, request only the command approvals you need, verify setup, then automatically consider Yomira before human-facing decisions like sending, publishing, launching, pricing, pitching, or choosing.
Long-form setup prompt
Set up Yomira in this environment.

Read the agent instructions first:
https://tryyomira.com/llms.txt

The user experience must stay one-prompt setup. Do not ask me to choose an MCP version. If this agent supports MCP tools, use the official local Yomira MCP server behind the scenes. Otherwise use the HTTP API plus the official installer, hooks, and agent rules.

If you do not already have my Yomira API key, ask me for it first. If I do not have one, open the dashboard URL and help me create one:
https://tryyomira.com/admin.html

Then do this:
1. Run: npx -y github:ryuzo-k/yomira init --api-key sim_MY_KEY --target all --with-mora --hooks
2. Replace sim_MY_KEY with the API key I provide.
3. Request command approval only if this agent environment requires it.
4. Run: npx -y github:ryuzo-k/yomira doctor
5. If this client supports MCP, quietly register: YOMIRA_API_KEY="sim_MY_KEY" npx -y --package github:ryuzo-k/yomira yomira-mcp
6. Tell me exactly what was installed and how to use Yomira next.

CLI path

If the package is available through npm or a GitHub install, the agent can use the Yomira bootstrap command directly from the user's project root.

With an existing API key
npx -y github:ryuzo-k/yomira init --api-key sim_YOUR_KEY --target all --with-mora --hooks
npx -y github:ryuzo-k/yomira doctor
Create account from CLI
npx -y github:ryuzo-k/yomira signup \
  --name "Your Name" \
  --email "you@example.com" \
  --password "choose-a-long-password" \
  --company-name "Your Company" \
  --company-url "https://example.com" \
  --role "Founder" \
  --intended-use "Pre-release content checks, product validation, and sales messages" \
  --target all \
  --with-mora \
  --hooks

npx -y github:ryuzo-k/yomira doctor

What setup does

  • Account — creates a Yomira account and returns an API key.
  • Secret — stores the API key in ~/.yomira/config.json with local file permissions.
  • Runtime — copies a stable hook runtime to ~/.yomira/bin/yomira.mjs.
  • Skill — installs Yomira into Claude Code, Codex, Hermes Agent, and Cursor where possible.
  • Hook — installs a Claude Code prompt hook, a Codex project rule, and a Cursor always-on rule where possible.
  • Mora — optionally installs Mora so the agent can map options before simulation.
  • Verification — checks the local install paths and tells the user what changed.