
A bare-bones example that prints a greeting
enact/hello-simple follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: enact/hello-simple version: 0.1.5 description: A bare-bones example that prints a greeting command: echo "Hello from Enact!" tags: - example - hello-world --- # Hello Simple This is the simplest possible Enact tool. It just prints a greeting message.