setup — for Claude Code omniclaw, community, for Claude Code, ide skills, 09-verify.sh, request, requests, lightweight, handle, directly

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need read the user's request first. most requests are lightweight — handle them directly without. Resumen localizado: Always-on coding agent that lives in your group chats # OmniClaw Setup Read the user's request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

Read the user's request first. Most requests are lightweight — handle them directly without
restart, reboot, kick, kickstart → Reboot below
verify, status, health check → run 09-verify.sh directly
update, upgrade, pulled latest, auto-update → read guides/upgrade.md
install, fresh setup, first time, configure → read guides/fresh-install.md

# Core Topics

omniaura omniaura
[14]
[3]
Updated: 4/15/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
49
Canonical Locale
en
Detected Body Locale
en

Escenario recomendado: Ideal for AI agents that need read the user's request first. most requests are lightweight — handle them directly without. Resumen localizado: Always-on coding agent that lives in your group chats # OmniClaw Setup Read the user's request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Recomendacion: setup helps agents read the user's request first. most requests are lightweight — handle them directly without. Always-on coding agent that lives in your group chats # OmniClaw Setup Read the user's

Mejor para

Escenario recomendado: Ideal for AI agents that need read the user's request first. most requests are lightweight — handle them directly without.

Casos de uso accionables for setup

Caso de uso: Applying Read the user's request first. Most requests are lightweight — handle them directly without
Caso de uso: Applying restart, reboot, kick, kickstart → Reboot below
Caso de uso: Applying verify, status, health check → run 09-verify.sh directly

! Seguridad y limitaciones

  • Limitacion: Requires repository-specific context from the skill documentation
  • Limitacion: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is setup?

Escenario recomendado: Ideal for AI agents that need read the user's request first. most requests are lightweight — handle them directly without. Resumen localizado: Always-on coding agent that lives in your group chats # OmniClaw Setup Read the user's request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install setup?

Run the command: npx killer-skills add omniaura/omniclaw/setup. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for setup?

Key use cases include: Caso de uso: Applying Read the user's request first. Most requests are lightweight — handle them directly without, Caso de uso: Applying restart, reboot, kick, kickstart → Reboot below, Caso de uso: Applying verify, status, health check → run 09-verify.sh directly.

Which IDEs are compatible with setup?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for setup?

Limitacion: Requires repository-specific context from the skill documentation. Limitacion: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add omniaura/omniclaw/setup. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use setup immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

setup

Always-on coding agent that lives in your group chats # OmniClaw Setup Read the user's request first. This AI agent skill supports Claude Code, Cursor, and

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

OmniClaw Setup

Read the user's request first. Most requests are lightweight — handle them directly without loading any guide.

Route by intent

User saysAction
restart, reboot, kick, kickstartReboot below
verify, status, health check→ run 09-verify.sh directly
update, upgrade, pulled latest, auto-update→ read guides/upgrade.md
install, fresh setup, first time, configure→ read guides/fresh-install.md
github, discord bot/agent, webhooks, github watches→ read guides/advanced-setup.md
add agent to channel, subscribe agent, register agent in chat, new channel for agent→ read guides/agents-and-context.md (see "Adding an existing agent to a new channel" or "Adding a new agent to an existing channel")
agent identity, context, workspace mounts, agent-to-agent routing, triggers, wrong identity, sender identity, channel context→ read guides/agents-and-context.md
linger, ssh disconnect, service dies, agents go offlineLinger fix below
broken, not working, error, troubleshoot→ read guides/troubleshooting.md

Reboot service

Check status first, then act.

bash
1# 1. Which agents are registered? 2sqlite3 store/messages.db "SELECT folder, name FROM registered_groups" 3 4# 2. Is the service running? (pick one) 5launchctl list | grep omniclaw # macOS 6systemctl --user status omniclaw # Linux 7 8# 3. Check for running agent containers 9launchctl list | grep 'container-runtime-linux.omniclaw' # macOS 10# Each line = an active agent container processing a task or message 11 12# 4. Recent activity per agent 13for folder in $(sqlite3 store/messages.db "SELECT folder FROM registered_groups"); do 14 LATEST=$(ls -t "groups/$folder/logs/" 2>/dev/null | head -1) 15 [ -n "$LATEST" ] && echo "$folder: $(echo "$LATEST" | sed 's/container-//;s/\.log//')" || echo "$folder: no activity" 16done 17 18# 5. Recent errors 19tail -20 logs/omniclaw.log

Present agent status to user and ask which to reboot (all vs specific). Use AskUserQuestion.

Drain active containers before restarting

IMPORTANT: If any agent containers are running (step 3 above), you MUST wait for them to finish before restarting. Killing the orchestrator while containers are active destroys in-progress agent work.

Wait for containers to drain:

bash
1# Poll until no omniclaw containers remain (check every 10s, timeout after 10min) 2echo "Waiting for active containers to finish..." 3for i in $(seq 1 60); do 4 ACTIVE=$(launchctl list 2>/dev/null | grep -c 'container-runtime-linux.omniclaw' || true) 5 [ "$ACTIVE" -eq 0 ] && echo "All containers finished." && break 6 echo " $ACTIVE container(s) still running... (${i}0s elapsed)" 7 sleep 10 8done

If the user explicitly says to restart immediately (e.g. "force restart", "restart now"), skip the drain wait. Otherwise always drain first.

Reboot all — macOS:

bash
1launchctl kickstart -k gui/$(id -u)/com.omniclaw 2sleep 3 && launchctl list | grep omniclaw 3tail -5 logs/omniclaw.log

Reboot all — Linux:

bash
1systemctl --user restart omniclaw 2sleep 3 && systemctl --user is-active omniclaw 3tail -5 logs/omniclaw.log

Report whether the service came back up successfully.


Linger fix

Linux only. If user reports agents going offline after SSH disconnect:

bash
1# Check 2loginctl show-user $(whoami) | grep Linger 3 4# Fix 5loginctl enable-linger $(whoami) 6 7# Verify 8loginctl show-user $(whoami) | grep Linger 9# Should show Linger=yes

Without linger, systemd tears down all user services when the last session ends. This is also handled automatically by step 10 (08-setup-service.sh) during fresh install.


Verify

bash
1./.claude/skills/setup/scripts/09-verify.sh

Fix any failures per guides/troubleshooting.md.


OpenCode auth reset

Use this when a local OpenCode agent creates fresh sessions but still returns empty assistant outputs, especially after auth/provider drift.

Common symptom:

text
1[opencode-runtime] Created new session: ... 2[opencode-runtime] Injected system context 3[opencode-runtime] extractResponseText: 0 parts, types:

Known cause:

  • base OpenCode auth store for the agent contains mixed providers or stale auth state
  • fresh dispatch sessions inherit that bad base state

Safe reset sequence for a local agent such as ocpeyton-discord:

bash
1# Stop service first 2launchctl bootout gui/$(id -u)/com.omniclaw # macOS 3systemctl --user stop omniclaw # Linux 4 5# Clear persisted dispatch sessions 6sqlite3 store/messages.db "DELETE FROM sessions WHERE group_folder LIKE 'ocpeyton-discord__dispatch__%';" 7 8# Clear dispatch runtime stores 9find data/opencode-data -maxdepth 1 -type d -name 'ocpeyton-discord__dispatch__*' -exec rm -rf {} + 10 11# Clear base auth/database so agent rebuilds from fresh login 12rm -f data/opencode-data/ocpeyton-discord/auth.json \ 13 data/opencode-data/ocpeyton-discord/mcp-auth.json \ 14 data/opencode-data/ocpeyton-discord/opencode.db \ 15 data/opencode-data/ocpeyton-discord/opencode.db-shm \ 16 data/opencode-data/ocpeyton-discord/opencode.db-wal 17 18# Start service again 19launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/com.omniclaw.plist # macOS 20systemctl --user start omniclaw # Linux

After restart:

  • re-auth if needed
  • send a simple test message to the agent
  • confirm the next run no longer logs extractResponseText: 0 parts

Habilidades relacionadas

Looking for an alternative to setup or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador