A simple Go greeting tool
Scanned 2/12/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill enact-hello-go --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Enact Hello Go?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-enact-hello-go)More formats (shields.io, HTML) on the badges page.
---
enact: "2.0.0"
name: enact-hello-go
version: "1.0.2"
description: "A simple Go greeting tool"
license: "MIT"
from: "golang:1.23-alpine"
inputSchema:
type: object
properties:
name:
type: string
description: "Name to greet"
default: "World"
outputSchema:
type: object
properties:
greeting:
type: string
command: "go run /workspace/hello.go ${name}"
---
# Hello Go
A simple Go tool that greets you by name.
## Usage
```bash
enact run ./examples/hello-go --input "name=Alice"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!