# Print a Simple Enact Greeting

New Enact users need a minimal example that is easy to inspect. This skill shows a prompt-only hello-world command for Claude, Codex, and Claude Code.

## Install

```bash
npx skillstore add enactprotocol/enact-hello-simple
```

## Metadata

- Status: approved
- Slug: enactprotocol-enact-hello-simple
- Version: 0.1.5
- Author version: 0.1.5
- Skillstore revision: r1
- Version status: valid
- Tree hash: 503f509277edf33e9c44bcd317b6d6d5f3bf7fbb987df96e8b76bc3f63e13a53
- Author: EnactProtocol
- GitHub username: EnactProtocol
- License: MIT
- Repository: https://github.com/EnactProtocol/enact/tree/main/examples/hello-simple
- Ref: a06681402992ceae98ba04d54cfd4ab004862696
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Quality score: 81
- Quality tier: silver
- Public page: https://skillstore.pages.dev/skills/enactprotocol-enact-hello-simple
- Manifest: https://skillstore.pages.dev/api/skills/enactprotocol-enact-hello-simple/manifest

## Capabilities

- Prints a fixed greeting message through an echo command.
- Provides a minimal Enact skill manifest with name, version, command, and tags.
- Demonstrates a hello-world style skill structure in one SKILL.md file.
- Offers a simple reference for testing skill discovery and invocation.
- Uses no bundled scripts, network calls, or external dependencies.

## Use Cases

- Check Skill Installation: Run a small greeting to confirm that an Enact skill can be discovered and invoked.
- Teach Skill Basics: Show the smallest useful example of skill metadata, tags, and a fixed command.
- Start a New Example: Use the simple greeting format as a starting point for a more useful internal skill.

## Prompt Templates

### Run the Greeting

```
Use enact-hello-simple to print the default greeting.
```

### Explain the Example

```
Explain what enact-hello-simple does and why it is useful as a starter skill.
```

### Compare to a Real Skill

```
Compare enact-hello-simple with a production skill and list what would need to be added.
```

### Design a Derived Skill

```
Use enact-hello-simple as a reference and outline a parameterized greeting skill with safe inputs.
```

## Limitations

- It only outputs one fixed greeting.
- It does not accept parameters or customize the message.
- It does not include tests, scripts, or integration logic.
- It does not automate any broader workflow.

## Best Practices

- Use it as a smoke test before trying more complex skills.
- Keep derived examples small until the command behavior is clear.
- Document any new inputs or side effects when extending the example.

## Anti Patterns

- Do not treat this example as a complete production workflow.
- Do not add external commands without documenting their purpose and inputs.
- Do not add network or file access to a greeting example without a clear need.

## Security Audit

- Audited at: 2026-07-06T15:20:13.271\+00:00
- Summary: Static analysis found no suspicious patterns in this prompt-only skill. Manual review found no prompt injection, data exfiltration intent, or executable workflow beyond a fixed greeting command.

## Stats

- Views: 110
- Downloads: 8
- Favorites: 0
- Popularity score: 0
