# Echo Example

> Example skill demonstrating skill-mcp-bridge with a simple echo server. Use when testing the bridge.

- Skill: `cyronius/echo-example` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cyronius/echo-example`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyronius/echo-example/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Cyronius (https://skillmd.com/u/cyronius)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cyronius/echo-example

---


# Echo Example Skill

This is a simple example skill that uses a basic echo MCP server.

## Available Tools

### echo server
- `echo` - Returns whatever you send to it

## Usage

List available tools:
```bash
skill-mcp-bridge list-tools echo
```

Call the echo tool:
```bash
skill-mcp-bridge call echo echo '{"message": "Hello, World!"}'
```

