Agent Skills: hello-skill

Prints a greeting message

UncategorizedID: darrenhinde/Opencode-skills-example/hello-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/darrenhinde/Opencode-skills-example/tree/HEAD/.opencode/skill/hello-skill

Skill Files

Browse the full folder contents for hello-skill.

Download Skill

Loading file tree…

.opencode/skill/hello-skill/SKILL.md

Skill Metadata

Name
hello-skill
Description
Prints a greeting message

What I do

I'm the simplest skill possible. I just print a hello message using the bash tool.

How to use me

Run this command:

echo "Hello from Tier 1 skill! πŸŽ‰"

That's it! This demonstrates:

  • βœ… How a skill loads
  • βœ… How the bash tool executes commands
  • βœ… Basic skill structure