agentio-daemon

Start and check the status of the agentio daemon HTTP API server.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/plosson/agentio --skill agentio-daemon-plosson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentio-daemon
Source: https://github.com/plosson/agentio/tree/main/claude/skills/agentio-daemon
Command: npx skills add https://github.com/plosson/agentio --skill agentio-daemon-plosson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing the agentio daemon, which exposes an HTTP API server for health checks and future vault UI/API functionality, requires knowing the correct CLI commands for starting the process and verifying its state. ## Core Features & Use Cases - Daemon Startup: Run the agentio daemon in the foreground, suitable for Docker CMD entrypoints or local development terminals. - Status Inspection: Check whether the daemon process is currently running. - Use Case: When deploying agentio in a containerized CI/CD environment, use this Skill to launch the daemon as the container's foreground process and verify it is alive before running health checks. ## Quick Start Start the agentio daemon in the foreground and then show me whether it is running.

Frequently Asked Questions about agentio-daemon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start the agentio daemon?▼

Run agentio daemon start to launch the daemon in the foreground. This mode works well as a Docker CMD entrypoint or in a terminal during local development.

How to check if the agentio daemon is running?▼

Run agentio daemon status to display whether the daemon process is currently running. This is useful for verifying startup before relying on its HTTP API endpoints.

What is the agentio daemon used for?▼

The agentio daemon is an HTTP API server that exposes health endpoints and is planned to host a future vault UI/API. It complements the agentio CLI used for Gmail, Slack, JIRA, and other integrations.

Can I run the agentio daemon in a Docker container?▼

Yes, agentio daemon start runs in the foreground, which makes it suitable as a Docker CMD instruction. Foreground execution keeps the container alive while the daemon serves its HTTP API.

Does the agentio daemon run in the background?▼

The documented start command runs the daemon in the foreground only. For background operation, you would need an external process manager or container orchestrator to supervise the process.