# Config

> View and set configuration. Use when the user asks to change trigger behavior, extension settings, or other settings.

- Skill: `michaelliv/config` (Agent Skill)
- Install (CLI): `npx skillmds@latest add michaelliv/config`
- Raw SKILL.md: https://api.skillmd.com/api/skills/michaelliv/config/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: michaelliv (https://skillmd.com/u/michaelliv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/michaelliv/config

---


## Commands

```bash
mrctl config get [key]
mrctl config set <key> <value>
```

## Built-in keys

| Key | Values | Description |
|-----|--------|-------------|
| `trigger.match` | `prefix`, `mention`, `always` | How the bot is triggered |
| `trigger.patterns` | comma-separated words | Custom trigger words |
| `trigger.case_sensitive` | `true`, `false` | Case-sensitive trigger matching |

Extension config keys are also available and shown in `mrctl config get` output with descriptions and defaults.

