A collection of agent tool design skills for OpenCode and OpenClaw.
Curated by @Mind-Dragon.
Credit: This skill was authored by the backend lead at Manus, distilled from their open-source agent-clip runtime (@epiral). All design credit belongs to them — this repo packages it as an installable skill.
Applies the *nix Agent design philosophy to agent tool interfaces — single run() tool, CLI over function calling, two-layer execution/presentation architecture, progressive --help discovery, and error-as-navigation.
Distilled from 2 years of production agent work at Manus. The full implementation lives in:
- epiral/agent-clip — the agent as a Pinix Clip (Go)
- epiral/pinix — the decentralized runtime platform that hosts Clips
See INSTALL.md for setup instructions (OpenCode, OpenClaw, and Pinix).
MIT — skill packaging by @Mind-Dragon. Original design by @epiral.