# Example Calculator

> A simple calculator skill demonstrating SKILL.md format

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

---


# Example Calculator Skill

This is an example skill that demonstrates the SKILL.md file format with YAML frontmatter.

## Capabilities

This skill can:
- Add numbers
- Subtract numbers
- Multiply numbers
- Divide numbers

## Usage

Simply ask for a calculation like "What is 2 + 2?"

## Notes

This is a demonstration skill showing the complete SKILL.md format with:
- YAML frontmatter metadata
- Markdown content
- Optional resources in the same directory

