一键导入
investigate
Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents; synthesize only from their structured reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents; synthesize only from their structured reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack for a new platform.
Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. polly never merges; the human does.
Patterns and templates for generating valid Omnigent agent directories. Load when ready to create files.
Deep reference on Omnigent config format, executor types, skill/tool structure, and conventions. Load when you need to look up how the platform works.
Spin up a live local Omnigent server and exercise the Antigravity (Gemini) SDK harness end-to-end — build antigravity agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the antigravity harness (omnigent/inner/antigravity_executor.py, antigravity_harness.py, omnigent/onboarding/antigravity_auth.py) or its auth / model / tool-bridge behavior.
Spin up a live local Omnigent server and exercise the Cursor SDK harness end-to-end — build cursor agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the cursor harness (omnigent/inner/cursor_executor.py, cursor_harness.py, cursor_auth.py) or its auth / model / tool-bridge behavior.
| name | investigate |
| description | Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents; synthesize only from their structured reports. |
Use for any read-only task: investigation, debugging, audit, search, code understanding, architecture comparison, failure analysis, or answering a repository-specific technical question.
claude_code, codex, or pi:
sys_session_send(agent="claude_code"|"codex"|"pi", title="explore-<task_slug>", args={purpose: "explore", input: "<question + exact scope + evidence requested>"}). Use a task-based title such as
explore-ci-flake, never the raw vendor name. Use purpose: "search" only
when the task is primarily external/document search. Prefer pi when a
third lens or a non-Claude/GPT model is wanted. Any worker takes an optional
args.model (sys_list_models shows what each worker can run; an invalid
model/worker combination fails loud at dispatch, and model only applies on
the dispatch that CREATES the session — a send that continues an existing
title rejects it).
Tell the worker to edit nothing and return file,
command, URL, or line evidence. Emit these sys_session_send calls in the
SAME turn — do not end a turn having only said you will dispatch.sys_read_inbox. Synthesize only from those inbox-delivered reports. Use
sys_session_get_history only to debug an empty or unclear worker result; if
reports conflict or are incomplete, dispatch a follow-up explore task
rather than resolving the conflict from your own direct inspection.fanout /
cross-review: dispatch an implement worker, then verify with the
opposite-vendor review worker.