# Fend

> Use this skill when the user needs an arbitrary-precision, unit-aware command-line calculator.

- Skill: `javimosch/fend` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/fend`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/fend/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/fend

---

# fend Plugin
An arbitrary-precision, unit-aware calculator for the command line.
## Commands
- `fend self version` — Print fend version
- `fend _ _` — Passthrough to fend CLI
## Installation
```bash
cargo install fend
```
## Examples
```bash
fend "1 + 1"
fend "1 meter + 2 feet"
fend "now + 7 days"
fend "0b1010 + 0xFF"
```
## Key Features
- **Unit-aware** — Physical units, currency, date arithmetic
- **Arbitrary precision** — Exact calculations, no floating point errors
- **Base conversion** — Binary, octal, decimal, hex
- **Pipeline-ready** — Clean text output for scripts

