Manage the Embry Agent D-Bus daemon (embry-agent.service) for system-level Pi access
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill ops-embry-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ops Embry Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-ops-embry-agent)More formats (shields.io, HTML) on the badges page.
---
name: ops-embry-agent
description: Manage the Embry Agent D-Bus daemon (embry-agent.service) for system-level Pi access
version: "1.0"
provides:
- embry-agent-daemon-management
composes:
- agentic-evals
triggers:
- "start the agent daemon"
- "stop the agent daemon"
- "restart embry agent"
- "agent daemon status"
- "check if the agent is running"
- "install embry agent service"
- "view agent daemon logs"
- "is pi-dbus running"
disciplines:
- observability-operations
---
# ops-embry-agent
Manage the Embry Agent D-Bus daemon (`embry-agent.service`).
The daemon runs Pi in RPC mode behind a D-Bus session bus interface (`org.embry.Agent`),
allowing any UX surface (KDE launcher, Tauri, voice, Stream Deck) to invoke the agent
without spawning subprocesses.
## Commands
| Command | Description |
|---------|-------------|
| `status` | Show daemon status and D-Bus name registration |
| `start` | Start the daemon |
| `stop` | Stop the daemon |
| `restart` | Restart the daemon |
| `logs [N]` | Show last N lines of logs (default 50) |
| `install` | Install the systemd user service |
| `uninstall` | Remove the systemd user service |
| `ping` | Health check — calls org.embry.Agent.Ping via D-Bus |
## Examples
```bash
# Check if running
/ops-embry-agent status
# Start and verify
/ops-embry-agent start
/ops-embry-agent ping
# View recent logs
/ops-embry-agent logs 100
```
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!