Skip to content

Instantly share code, notes, and snippets.

@amiller
Created February 14, 2026 14:40
Show Gist options
  • Select an option

  • Save amiller/7e622824617738e20aa08084ce02ace4 to your computer and use it in GitHub Desktop.

Select an option

Save amiller/7e622824617738e20aa08084ce02ace4 to your computer and use it in GitHub Desktop.
// @skill hello-world
// @description Says hello and checks the environment
// @secrets none
// @network none
// @timeout 10
console.log(JSON.stringify({
message: "Hello from test skill!",
time: new Date().toISOString(),
deno: Deno.version
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment