Public skill interface
Inspect what the agent is instructed to do. Private runtime logic remains hosted and local tools require permission.
--- name: hello-ai-world description: "Print a friendly greeting from an installed AI skill" --- # hello-ai-world Print a friendly greeting from an installed AI skill Run this hosted capability with `packary run hello-ai-world --input '<task or JSON>'`. Packary sends the task to the private implementation and returns only its result.