# Admin Copilot Prefs

> Shared persistence layer for the Admin Copilot — provides the admin_copilot_prefs tool that reads/writes the plugin's preferences and tracked-competitor state. Loaded automatically as an include of the admin-copilot-setup, admin-digest, and competitor-brief skills; rarely loaded directly.

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

---


# Admin Copilot Prefs

The state layer for the Admin Copilot. All preferences and the competitor
list/snapshots are read and written **only** through the `admin_copilot_prefs`
tool this skill provides, invoked via `skill_execute`:

```json
{"tool": "admin_copilot_prefs", "input": {"action": "get_prefs"}, "activity": "Reading admin-copilot preferences"}
```

The tool owns the storage location and seeds defaults on first use. Never
search the filesystem for the state files, read them directly, or write them
by hand — always go through the tool.

