← Back to Skills Marketplace
Autopilot
by
Hendrik Schmitz
· GitHub ↗
· v9.0.1
· MIT-0
92
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-autopilot-v9
Description
OpenClaw is the high-autonomy agent mode. It proactively decides, plans, and executes tasks with deep context fusion, including a full sweep of historical me...
Usage Guidance
This Autopilot skill is plausible for a high-autonomy agent but contains broad, potentially privacy-invasive instructions (full memory sweep, filesystem scan, listing cron jobs, and auto-executing 'strong' ideas). Before enabling it: (1) confirm what filesystem paths and cron data the agent may access and insist on scoping that to known app directories rather than whole filesystem; (2) require explicit, per-action user confirmation for any automatic execution of proposed ideas; (3) restrict or redact highly sensitive memory files (financial, secrets) from the memory corpus or run the skill in a sandboxed environment; (4) ask the skill author to replace vague steps like "scan filesystem" with precise, limited reads, or add explicit consent prompts; (5) enable audit logging or ask for a preview step so the agent shows planned actions before executing. Those mitigations will reduce privacy/exfiltration risk while keeping the skill's intended autonomy.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-autopilot-v9
Version: 9.0.1
The skill bundle defines a high-autonomy 'Autopilot' mode (v9) designed for proactive task execution, context-aware planning, and 'Generative Intelligence.' It utilizes a complex framework involving 'Memory Mining' (reading MEMORY.md and memory/*.md), 'Editorial Intelligence' (refining and cutting redundant content), and 'Constraint Alchemy' to handle user requests autonomously. While the agent is granted broad access to historical context and the filesystem, the instructions include explicit safeguards to respect privacy boundaries in shared contexts and adhere to system safety rules. The bundle emphasizes 'Transparent Execution' through a detailed status symbol system and lacks any indicators of malicious intent, data exfiltration, or unauthorized remote execution.
Capability Assessment
Purpose & Capability
The name/description (high-autonomy 'Autopilot') reasonably justifies reading MEMORY.md and memory/*.md and maintaining an idea queue and worklog. However, the skill also instructs broader actions (e.g., 'scan filesystem', 'read ALL cron jobs') that go beyond typical "context fusion" and are not clearly justified by the description.
Instruction Scope
SKILL.md explicitly directs the agent to perform a "full historical memory sweep" (MEMORY.md, all memory/*.md) and to 'scan filesystem' and 'read ALL cron jobs'. Reading user memory files is consistent with purpose, but 'scan filesystem' and enumerating cron jobs are vague and broad operations that could access unrelated or sensitive data. The instructions also include automatic execution of "strong ideas" (execute immediately) which grants the agent broad discretion without requiring explicit, per-action user consent.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is downloaded or written to disk by an installer. This limits supply-chain risk compared with skills that install binaries or fetch archives.
Credentials
No environment variables, credentials, or config paths are declared/required (good). Despite that, the instructions call for scanning the filesystem, cron jobs, and worklog files — effectively requesting broad local data access even though no explicit env/config access is declared. That mismatch (no declared requirements but broad implicit file access) is worth caution.
Persistence & Privilege
always:false (normal). The skill is user-invocable and allowed to be invoked autonomously by the agent (platform default). The combination of autonomous invocation + the instruction to sweep memory and possibly auto-execute "strong ideas" increases the blast radius compared to a passive helper, so consider runtime safeguards (confirmations, visibility) before granting it active use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-autopilot-v9 - After installation, invoke the skill by name or use
/openclaw-autopilot-v9 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v9.0.1
Rename published skill display name to Autopilot.
v9.0.0
Initial ClawHub release of Autopilot v9 with full memory sweep, generative initiative, editorial intelligence, and reference docs.
Metadata
Frequently Asked Questions
What is Autopilot?
OpenClaw is the high-autonomy agent mode. It proactively decides, plans, and executes tasks with deep context fusion, including a full sweep of historical me... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Autopilot?
Run "/install openclaw-autopilot-v9" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Autopilot free?
Yes, Autopilot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Autopilot support?
Autopilot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Autopilot?
It is built and maintained by Hendrik Schmitz (@hendr15k); the current version is v9.0.1.
More Skills