# Echo

> Echo the user's input back verbatim. Useful for greetings, smoke tests, or any wish that's purely conversational and doesn't need data fetching or analysis. Activates when the user says "echo X", "hi", "hello", or similar.

- **Type:** Skill
- **Install:** `agentstack add skill-qingxuantang-tar-engine-echo`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [qingxuantang](https://agentstack.voostack.com/s/qingxuantang)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [qingxuantang](https://github.com/qingxuantang)
- **Source:** https://github.com/qingxuantang/tar-engine/tree/master/packs/hello-world/skills/echo
- **Website:** https://tarai.dev

## Install

```sh
agentstack add skill-qingxuantang-tar-engine-echo
```

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

## About

# Echo Skill

The simplest possible skill — it echoes the user's wish back as the result.

## When to use

Use this skill when the user wish is:

- A greeting: "hi", "hello", "hey there"
- A literal echo request: "echo hello world", "say something"
- A smoke test: "is this working?"
- Anything purely conversational that doesn't need data, fetching, or analysis

## How to respond

No tools needed. No scripts to call. Just respond with a single message that includes the user's wish text wrapped in a brief acknowledgment.

Format:

```
You said: 
```

That's the entire skill. Done.

## What this skill demonstrates

This SKILL.md format is the **standard Claude Code skill format**. The TAR Engine
reads this file and puts it in the LLM's system prompt. The LLM then produces a
response — for trivial skills like this one, no `run_bash` / `read_file` /
`write_file` tool calls are needed.

For skills that need data or scripts, the SKILL.md instructs the LLM to call
`run_bash` to invoke scripts in the same skill directory. See `url-summarize/SKILL.md`
in this pack for that pattern.

## Source & license

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

- **Author:** [qingxuantang](https://github.com/qingxuantang)
- **Source:** [qingxuantang/tar-engine](https://github.com/qingxuantang/tar-engine)
- **License:** Apache-2.0
- **Homepage:** https://tarai.dev

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-qingxuantang-tar-engine-echo
- Seller: https://agentstack.voostack.com/s/qingxuantang
- 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%.
