# Binary Skill

> A skill whose only resource is a binary asset for e2e binary-handling tests

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

---


# Binary Skill

This skill exists solely to exercise binary-asset handling in the tools API.
Its single asset (`assets/logo.png`) is a minimal PNG that cannot be decoded
as UTF-8 text, so `get_skill_resource` must report a graceful binary error.

