# Hello World

> Minimal example skill — a copy-paste template for your own skills.

- **Type:** Skill
- **Install:** `agentstack add skill-victortomaili-skill-cli-hello-world`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [VictorTomaili](https://agentstack.voostack.com/s/victortomaili)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [VictorTomaili](https://github.com/VictorTomaili)
- **Source:** https://github.com/VictorTomaili/skill-cli/tree/main/examples/hello-world

## Install

```sh
agentstack add skill-victortomaili-skill-cli-hello-world
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Hello, world!

This is the smallest possible skill. When a user types `/hello` (or `/hi`), the
agent runs `skill trigger hello` and this body is loaded into context.

## What to do

1. Greet the user warmly.
2. Briefly offer to help with whatever they're working on.

---

## Make it your own

Replace the frontmatter and this body with your own instructions. The only
required field is `name`; `description`, `version`, and `triggers` are recommended.

```yaml
---
name: my-skill            # required, plain identifier (a-z 0-9 . _ -)
description: What it does # recommended — shown by `skill list` / `skill show`
version: 1.0.0            # recommended — surfaced by `skill update`
triggers: [x, y]          # optional — powers /x and /y
---
```

## Try it locally

```bash
# from a checkout of this repo, install this example into your store:
skill install ./examples

# then:
skill list
skill trigger hello
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [VictorTomaili](https://github.com/VictorTomaili)
- **Source:** [VictorTomaili/skill-cli](https://github.com/VictorTomaili/skill-cli)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-victortomaili-skill-cli-hello-world
- Seller: https://agentstack.voostack.com/s/victortomaili
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
