incur
Build command-line tools that AI agents and humans both use
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install incur?โผ
Run `npx skills add wevm/incur --all -g -y` in your terminal to install this skill globally for your AI agent.
What is incur used for?โผ
incur is a TypeScript framework for building command-line tools that work for both humans and AI agents, with typed arguments, structured output, and automatic agent discovery.
How do AI agents discover an incur CLI?โผ
Every incur CLI can generate skill files with `skills add`, register as an MCP server with `mcp add`, and print a machine-readable command manifest via the `--llms` flag.
Does incur work with Claude Code and Cursor?โผ
Yes. Its built-in MCP and skill sync commands register your CLI with Claude Code, Cursor, and other agents out of the box.
Can incur turn an API into a CLI?โผ
Yes. You can mount any Fetch API or OpenAPI spec as a command, and incur generates typed subcommands with curl-style flags automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core