Read and explain Embry OS configuration from embry.yaml
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill embry-config --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Embry Config?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-embry-config)More formats (shields.io, HTML) on the badges page.
---
name: embry-config
description: Read and explain Embry OS configuration from embry.yaml
internal: true
triggers:
- "embry config"
- "show config"
- "what are the settings"
allowed-tools:
- Read
provides:
- embry-config
composes:
- task-monitor
- agentic-evals
disciplines:
- observability-operations
---
# Embry Config
Read and explain the Embry OS configuration from `embry.yaml`.
## Steps
1. Read `embry.yaml` from the project root
2. Parse and explain each section:
- **version** — Config schema version
- **environment** — Theme setting (office/industrial/home)
- **services** — Socket paths and connection details for all 6 daemons
- **airgap** — Whether air-gap mode is enabled (all inference local)
- **skills** — Skill discovery paths and Memory First enforcement
- **persona** — Default persona, voice, humor, and register settings
- **modes** — Distance mode timeouts (idle, launcher dismiss)
3. Highlight any non-default or notable settings
4. If the user asks about a specific setting, focus on that section
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!