Real Skill packageSource verifiedClawHub registry

.Autopilot

tmux + launchd multi-project Codex CLI automation system. Watchdog-driven loop that monitors multiple Codex sessions in tmux, auto-nudges idle sessions, hand...

Identity and source

Publisher attributionwesregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 60% rule confidence
Package forminstruction with code73 recorded files
Canonical sourceClawHub registryclawhub:imwyvern:autopilot
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 · 8/16/2026.claude/skills/codex-autopilot

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 · 8/16/2026.agents/skills/codex-autopilot

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 · 8/16/2026skills/codex-autopilot

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 @imwyvern/autopilot
clawhub inspect @imwyvern/autopilot --version 0.5.0

Security evidence

SkillVetAI static result: high signal

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
partial text content
Files
40 / 73 inspected as text
Checked
8/16/2026, 9:38:28 PM
Scanner
0.1.3
Policy
1.0.3
3 automated findings
highRemote content is piped directly to a shellcode-review/SKILL.md:141 · confidence 98%curl * \| bash
highDynamic code or shell execution is presentscripts/auto-check.sh:72 · confidence 78%eval(
mediumWorld-writable permissions are requestedcode-review/SKILL.md:139 · confidence 95%chmod 777
2 High/Critical review queue entries
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
5 dependency and API indicators
  • pypi: pyyaml >=5.0
  • api: api.telegram.org
  • api: discord.com
  • api: github.com
  • api: www.apple.com
External clawhub result: suspicious

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
5/29/2026, 9:22:31 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:d6c85c18a1d754516c49c8d680a97eaf341571656751715f1d86065cbd5153ce
Show up to 30 recorded paths
  • AUTOPILOT-SKILLS-OPTIMIZATION.md
  • autopilot.py
  • code-review/references/README.md
  • code-review/SKILL.md
  • CONTRIBUTING.md
  • CONVENTIONS.md
  • development/references/session-management.md
  • development/scripts/check-complete.sh
  • development/scripts/init-session.sh
  • development/scripts/session-catchup.py
  • development/SKILL.md
  • doc-review/references/README.md
  • doc-review/SKILL.md
  • doc-writing/references/README.md
  • doc-writing/SKILL.md
  • docs/discord-routing-plan.md
  • install.sh
  • lib/__init__.py
  • lib/applescript_sender.py
  • lib/done_checker.py
  • lib/input_sender.py
  • lib/intent_analyzer.py
  • lib/project_scanner.py
  • lib/reply_generator.py
  • lib/scheduler.py
  • lib/session_monitor.py
  • lib/state_manager.py
  • lib/task_orchestrator.py
  • lib/telegram_bot.py
  • lib/telegram_notifier.py

Source changelog

codex-autopilot 0.5.0 - Initial public release of Codex Autopilot: multi-project Codex CLI automation using tmux and launchd on macOS. - Automated watchdog loop detects idle or stuck Codex sessions, handles permission prompts, dispatches queued tasks, rotates logs, and sends notifications via Discord/Telegram. - Modular shell scripts for session monitoring, task management, notification routing, and log/state maintenance. - Supports per-project configuration, safety thresholds, cooldowns, multi-project scheduling, and direct task queue integration. - Includes example configuration, detailed dependency list, and manual/automated usage instructions.