wevmwevmOfficialยท1 Agent Skills Included

incur

Build command-line tools that AI agents and humans both use

Builds TypeScript command-line tools that AI agents can discover and run automatically. Generates skill files, MCP servers, and machine-readable manifests so agents find your commands without manual setup. Cuts token usage up to 3x with compact output formats and built-in pagination. Ships cross-platform binaries for macOS, Linux, and Windows with verified updates.
npx skills add wevm/incur --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’