Public source · MIT · no account required

Agentic Income Skills

An inspectable operating skill, schema, validator, scaffold, and reference system for principal-owned agent services. Clone it, test it, and keep the resulting Outcome Pack in your own repository.

Public system · open machinery · MIT

Clone the contract. Create an Outcome Pack you own.

No marketplace claim. No private-repository dependency.

The public repository contains the operating skill, machine-readable schema, validator, scaffold, and a governed Request-to-Quote reference system. It requires Node.js 20 or newer and works with any capable coding agent that can read the skill contract.

git clone https://github.com/frankxai/agentic-income-skills.git
cd agentic-income-skills && npm install
npm run income:init -- --output=../my-income-system
npm run income:validate -- ../my-income-system/income-system.json
npm test
The executable path

Scaffold. Validate. Test.

income:initCreates an owned copy of the governed Request-to-Quote reference system without overwriting an existing destination.
income:validateChecks the IncomeSystem v1 schema plus required authority denials, human approval gates, budgets, verified domains, and forbidden secret fields.
npm testRuns the public repository test suite against the schema, validator, scaffold, and reference system.

The scripts do not create demand, approve a quote, sign a contract, move money, or grant production authority. They create and check a system contract. An authorized human or legal entity remains the principal.

What ships

Four public artifacts. One authority model.

skills/agentic-income/SKILL.md

The portable operating contract for discover, validate, build, sell, deliver, operate, prove, and improve modes.

schemas/income-system.v1.schema.json

The machine-readable contract for principal, outcome, authority, evaluation, economics, operations, and evidence.

scripts/*.mjs

Executable scaffold and validation scripts backed by the package commands shown above.

examples/request-to-quote-desk

A narrow governed reference system with human approval before prices, quotes, contracts, or financial actions.

Runtimes

Runtime-neutral. Node-verified.

The operating skill is plain Markdown. Claude Code, Codex, Gemini CLI, Cursor, OpenCode, and other capable agents can read it directly. The executable scaffold and validator use the public package scripts on Node.js 20 or newer; no Claude marketplace installation is advertised or required.