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

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need 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 request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

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

# 核心主题

omniaura omniaura
[14]
[3]
更新于: 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

适用场景: Ideal for AI agents that need 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 request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: 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 request

适用 Agent 类型

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

赋予的主要能力 · setup

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

! 使用限制与门槛

  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: 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.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 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

setup 是什么?

适用场景: Ideal for AI agents that need 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 request first. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 setup?

运行命令:npx killer-skills add omniaura/omniclaw/setup。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

setup 适用于哪些场景?

典型场景包括:适用任务: Applying Read the user's request first. Most requests are lightweight — handle them directly without、适用任务: Applying restart, reboot, kick, kickstart → Reboot below、适用任务: Applying verify, status, health check → run 09-verify.sh directly。

setup 支持哪些 IDE 或 Agent?

该技能兼容 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。可使用 Killer-Skills CLI 一条命令通用安装。

setup 有哪些限制?

限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add omniaura/omniclaw/setup。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    setup 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

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

相关技能

寻找 setup 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具