What problem does it solve?
Turning an agent idea into a persistent, callable capability on your own machine normally requires manual packaging, installation, secret configuration, and registration steps that are easy to get wrong. This Skill walks through the full lifecycle so the agent ends up running, registered on the local control plane, and visible in AgentField Desktop.
Core Features & Use Cases
- Source and packaging workflow: Authors real agent source in ~/agentfield-agents/<name> and packages it with an agentfield-package.yaml manifest declaring entrypoint, healthcheck, node ID, port, and dependencies.
- Secret and lifecycle management: Declares user_environment secrets with global or node scope, configures them via
af secrets set, then installs, starts, and verifies registration with af install, af run, and the control plane nodes API.
- Live verification and handoff: Invokes the public entry reasoner through the control plane, diagnoses failures with
af logs, and hands off restart, stop, and update commands.
- Use Case: You want a pricing agent that lives on your machine and answers catalog questions. This Skill builds the source, declares the OpenRouter API key as a secret, installs and starts the agent, and confirms it answers a live request.
Quick Start
Build me a personal pricing agent on my local AgentField that answers product pricing questions and shows up in AgentField Desktop.