Real Skill packageSource verifiedClawHub registry

orca

Launch and coordinate agent sessions inside the Orca IDE runtime (stablyai/orca). Topics: send - find a running Orca terminal by title/preview/worktree and deliver a prompt to it, always disambiguating with a question when more than one candidate matches and never targeting the caller's own pane [send.md]. launch - start a new agent session (claude, antigravity, openclaw, codex, and 30+ other supported agents) in a fresh or existing worktree [launch.md]. install - install the stablyai/orca skill bundle into Claude…

Identity and source

Publisher attributiones6krregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 60% rule confidence
Package forminstruction with code9 recorded files
Canonical sourceClawHub registryclawhub:drumrobot:orca
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/2/2026.claude/skills/orca

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/2/2026.agents/skills/orca

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/2/2026skills/orca

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @drumrobot/orca
clawhub inspect @drumrobot/orca --version 0.2.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
9 / 9 inspected as text
Checked
9/2/2026, 4:32:29 AM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 10:43:17 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:bc6094a3e959c8f262a59eeb11ba805ffad9e13600f00a1d1855ccadfdce150d
Show up to 9 recorded paths
  • CHANGELOG.md
  • install.md
  • launch.md
  • LICENSE
  • scripts/resolve-terminal.sh
  • scripts/verify-resolve.sh
  • send.md
  • skill-card.md
  • SKILL.md

Source changelog

- Initial public release for session management in Orca IDE. - Supports sending prompts to specific Orca terminal sessions, always disambiguating if multiple candidates match and avoiding sending to the caller's own terminal. - Enables launching new agent sessions (Claude, Antigravity, OpenClaw, Codex, and more) in new or existing worktrees. - Provides an install flow to set up the Orca skill bundle in Claude Code, OpenClaw, or Antigravity with options for advanced or standard setup. - Strong emphasis on resolving and validating the correct Orca CLI executable before executing any commands. - Does not hardcode CLI flags; dynamically queries the running CLI for up-to-date command references before invocation.