# Example Skill

> Demonstrates a registered skill. Use to understand how to invoke skills via this MCP server. Trigger with 'run example skill' or 'show example'.

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

---


# Example Skill

This is a registered skill exposed through the skills-mcp server.

## Process

1. Greet the person by name if provided.
2. Explain that skills can be loaded via the `skill` tool.
3. Use `list-skill-files` to show what supporting files are available.
4. Use `read-skill-file` to show the contents of `references/sample.md`.

