# Config

> Adjust Skill Autopilot settings — mute it, change aggressiveness (teaching/normal/quiet), switch guidance language (en/zh), or toggle the auto plan-mode gate. Use when the user says the autopilot is too noisy, too quiet, "mute autopilot", "autopilot太烦了", "别再提示了", or wants teaching tips back.

- **Type:** Skill
- **Install:** `agentstack add skill-winterddo-claude-code-skill-autopilot-config`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [WinterDDo](https://agentstack.voostack.com/s/winterddo)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [WinterDDo](https://github.com/WinterDDo)
- **Source:** https://github.com/WinterDDo/claude-code-skill-autopilot/tree/main/plugins/skill-autopilot/skills/config

## Install

```sh
agentstack add skill-winterddo-claude-code-skill-autopilot-config
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Autopilot settings

Map the user's request to one command, run it, read the value back, confirm in one line.

```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/config.py" "$HOME/.claude/command-autopilot" get
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/config.py" "$HOME/.claude/command-autopilot" set  
```

| User intent | Setting |
|---|---|
| "太烦了 / too noisy / stop suggesting" | `set aggressiveness quiet` (silent help + /rewind safety only) |
| "完全闭嘴 / mute it" | `set muted true` (zero injection, zero tokens) |
| "把提示打开 / teach me again" | `set aggressiveness teaching` |
| "正常模式" | `set aggressiveness normal` |
| "中文提示 / English guidance" | `set language zh` / `set language en` |
| "别自动进计划模式" | `set enable_plan_gate false` |

Always mention: changes take effect from the next message, no restart needed. If the user muted it, tell them the one phrase that brings it back ("unmute autopilot").

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [WinterDDo](https://github.com/WinterDDo)
- **Source:** [WinterDDo/claude-code-skill-autopilot](https://github.com/WinterDDo/claude-code-skill-autopilot)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-winterddo-claude-code-skill-autopilot-config
- Seller: https://agentstack.voostack.com/s/winterddo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
