enact-hello-go
Run a Go Greeting Example
Developers need a small working Enact skill to verify local setup and learn the package format. This skill runs a Go greeting command with a name input and shows a simple structured tool pattern.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "enact-hello-go" from https://skillstore.io/skills/enactprotocol-enact-hello-go.md and its manifest at https://skillstore.io/api/skills/enactprotocol-enact-hello-go/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "enact-hello-go". Name is Alice.
Expected outcome:
The skill returns a friendly greeting for Alice and reports the Go version used.
Using "enact-hello-go". No name is provided.
Expected outcome:
The skill uses World as the default name and prints the runtime version.
Security Audit
SafeBoth static detections are false positives in context. The Go import block is normal Go syntax, and the flagged shell text is a documentation code fence showing how to run the example.
Risk Factors
⚡ Contains scripts (1)
⚙️ External commands (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/enactprotocol-enact-hello-go/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/enactprotocol-enact-hello-go?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/enactprotocol-enact-hello-go?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/enactprotocol-enact-hello-go/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/enactprotocol-enact-hello-go.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
EnactProtocol. (2026). enact-hello-go security audit report (audit version 4) [Author version 1.0.2]. Skillstore. https://skillstore.io/skills/enactprotocol-enact-hello-go/audits/4BibTeX citation
@techreport{enactprotocol-enactprotocol-enact-hello-go-2026,
author = {EnactProtocol},
title = {enact-hello-go security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/enactprotocol-enact-hello-go/audits/4},
note = {Author version 1.0.2}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "enact-hello-go security audit report (audit version 4)"
version: "1.0.2"
type: report
authors:
- name: "EnactProtocol"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/enactprotocol-enact-hello-go/audits/4"
identifiers:
- type: other
value: "skillstore:enactprotocol-enact-hello-go:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Verify Enact Setup
Run a small Go skill to confirm that Enact can execute a local example.
Learn Skill Structure
Review a compact SKILL.md and Go file to understand basic input, output, and command fields.
Test Tool Integration
Use a predictable greeting response when checking Claude, Codex, or Claude Code workflows.
Try These Prompts
Use enact-hello-go with the default name and show me the greeting.
Run enact-hello-go with the name Alice and summarize the result.
Explain how enact-hello-go connects its input schema, command, and Go source file.
Use enact-hello-go as a reference and describe how to extend it with one additional string input.
Best Practices
- Use simple names when testing the command input.
- Review SKILL.md before adapting the example for another language.
- Keep demo changes small so output remains easy to verify.
Avoid
- Do not use this example as a production command runner.
- Do not pass secrets or private data as the greeting name.
- Do not expect it to compile or manage larger Go modules.
Frequently Asked Questions
What does this skill do?
Which tools can use it?
Does it make network requests?
Can I change the greeting name?
Is this a complete Go development assistant?
Why does it print the Go version?
Developer Details
Author
EnactProtocolLicense
MIT
Author version
v1.0.2
Skillstore revision
r1
Ref
30c73eac2afe762f6aa9c4553158769369d47351
Maintenance freshness
7/18/2026
Usage
4 downloads · 106 views