Public skill interface
Inspect what the agent is instructed to do. Private runtime logic remains hosted and local tools require permission.
--- name: count-project-files description: "Count regular files in the current project safely" --- # count-project-files Count regular files in the current project safely Run this hosted capability with `packary run count-project-files --input '<task or JSON>'`. Packary sends the task to the private implementation and returns only its result.