# {{skillName}}

> >

- **Type:** Skill
- **Install:** `agentstack add skill-weijhfly-skill-kits-skill-basic`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [weijhfly](https://agentstack.voostack.com/s/weijhfly)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [weijhfly](https://github.com/weijhfly)
- **Source:** https://github.com/weijhfly/skill-kits/tree/main/templates/skill-basic

## Install

```sh
agentstack add skill-weijhfly-skill-kits-skill-basic
```

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

## About

# {{skillName}}

## Commands

### `hello`

Echo the input.

| Argument    | Type   | Required | Description        |
| ----------- | ------ | -------- | ------------------ |
| `--message` | string | ✅       | Text to echo back  |

```bash
node scripts/main.mjs hello --message "hi"
# → {"ok":true,"echo":"hi"}
```

> Argument details in [references/api.md](references/api.md) (if any).

## Failure handling

| Scenario             | Action                                            |
| -------------------- | ------------------------------------------------- |
| Missing argument     | Provide the required argument and retry           |
| Auth failure         | Re-fetch the token                                |
| Upstream API error   | Check the error code; retry if it's transient     |

> Full error codes in [references/errors.md](references/errors.md) (if any).

## Notes

- Runtime: Node.js >= 18
- All commands support `--help` to view argument descriptions

## Source & license

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

- **Author:** [weijhfly](https://github.com/weijhfly)
- **Source:** [weijhfly/skill-kits](https://github.com/weijhfly/skill-kits)
- **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-weijhfly-skill-kits-skill-basic
- Seller: https://agentstack.voostack.com/s/weijhfly
- 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%.
