Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

0n Spec

БесплатноПоддерживается

The .0n Standard v2.1 — Universal AI orchestration format. 9 file types, 7-layer semantic knowledge architecture (patent pending), secure vault containers, Smar

GitHubEmbed

Описание

The .0n Standard v2.1 — Universal AI orchestration format. 9 file types, 7-layer semantic knowledge architecture (patent pending), secure vault containers, Smart Deploy, 3 execution patterns. Powers 0nMCP (1,598 tools across 106 services) including Go Hig

README

   ██████╗ ███╗   ██╗
  ██╔═████╗████╗  ██║
  ██║██╔██║██╔██╗ ██║
  ████╔╝██║██║╚██╗██║
  ╚██████╔╝██║ ╚████║
   ╚═════╝ ╚═╝  ╚═══╝

The .0n Standard

The universal configuration format for AI orchestration.

License: CC BY 4.0 Version Node.js PRs Welcome

Specification · Schemas · Examples · CLI · Library · 0nMCP


What is .0n?

Just as .git revolutionized version control and .env standardized environment configuration, .0n establishes the universal standard for AI orchestration configuration.

~/.0n/
├── config.json           # Global settings
├── connections/          # Service credentials
│   ├── stripe.0n
│   ├── slack.0n
│   └── openai.0n
├── workflows/            # Automation definitions
│   └── invoice-notify.0n
├── snapshots/            # System state captures
│   └── crm-setup.0n
├── history/              # Execution logs
└── cache/                # Response cache

Every .0n file has a standard header:

{
  "$0n": {
    "type": "connection",
    "version": "1.0.0",
    "name": "Production Stripe"
  },
  "service": "stripe",
  "auth": {
    "type": "api_key",
    "credentials": { "api_key": "{{env.STRIPE_SECRET_KEY}}" }
  }
}

The philosophy: "Turn it on. It just works."


Why .0n?

Problem .0n Solution
Every orchestrator invents its own config format One standard format for all
Credentials scattered across env files, JSON, YAML ~/.0n/connections/ — one place
Workflows trapped in proprietary tools Portable .0n workflow files
No execution history standard ~/.0n/history/ — JSONL by date
System configs can't be shared Shareable snapshots with .0n format

File Types

Type Purpose Example
connection Service credentials stripe.0n
workflow Multi-step automations invoice-notify.0n
snapshot System state capture crm-setup.0n
execution Task run history 2026-02-06.jsonl
config Global settings config.json

Schemas

JSON Schemas for validation:


Examples

Working examples of each file type:


CLI

Initialize, validate, and test .0n files from the command line.

Install

npm install -g 0n-spec

Commands

# Initialize ~/.0n/ directory
0n init

# Validate a .0n file
0n validate my-workflow.0n

# Validate entire directory
0n validate ~/.0n/

# Run conformance tests against examples
0n test

Library

Use programmatically in Node.js:

const { validate, parse, create, init, list, save } = require('0n-spec');

// Validate a file
const result = validate('my-workflow.0n');
// { valid: true, type: 'workflow', version: '1.0.0', errors: [], warnings: [] }

// Parse a .0n file
const workflow = parse('~/.0n/workflows/invoice-notify.0n');
// { type: 'workflow', name: 'Invoice and Notify', data: {...} }

// Create a new .0n object
const connection = create('connection', {
  name: 'My Stripe',
  service: 'stripe',
  authType: 'api_key',
  credentials: { api_key: '{{env.STRIPE_KEY}}' },
});

// Initialize ~/.0n/ directory
init();

// List all connections
const connections = list('connection');

// Save to file
save(connection, '~/.0n/connections/stripe.0n');

Template Syntax

The .0n standard uses double-brace templates:

Syntax Description
{{inputs.name}} Reference input parameter
{{step_id.output.field}} Reference step output
{{env.VAR_NAME}} Reference environment variable
{{now}} Current ISO timestamp
{{uuid}} Generate UUID

Implementations

Product Description Status
0nMCP Universal AI API Orchestrator — 850 tools, 53 services Production

Building a .0n Implementation

  1. Use ~/.0n/ as the config directory
  2. Support the $0n header in all files
  3. Validate against the JSON schemas
  4. Pass conformance tests: npx 0n-spec test

Community & Unlocks

The .0n Standard grows with the 0nMCP community. Every milestone unlocks new capabilities.

Current: Phase 0 — Foundation complete (850 tools, 53 services, 23 categories)


The 0n Network

The .0n Standard is part of the 0n Network — an open ecosystem of AI-native tools.

RocketOpp The agency behind the 0n Network. AI-powered systems that replace manual operations.
Rocket+MCP Universal control layer connecting AI agents to business tools.
0n Network Open-source AI orchestration infrastructure.

Contributing

We want the .0n standard to become the universal format for AI orchestration config.

Ways to contribute:

  • Propose schema improvements
  • Add example .0n files
  • Build a .0n-compliant implementation
  • Report issues or suggest features
  • Star the repo
git clone https://github.com/0nork/0n-spec.git
cd 0n-spec
npm test

License

The .0n Specification is licensed under CC BY 4.0.

The CLI and library code are licensed under MIT.


Turn it on. It just works.

Read the Spec · Star this repo · Use 0nMCP


Made with conviction by RocketOpp · Rocket+MCP · 0n Network

"The best automation is the one you don't have to configure."

from github.com/0nork/0n-spec

Установить 0n Spec в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install 0n-spec

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add 0n-spec -- npx -y 0n-spec

Пошаговые гайды: как установить 0n Spec

FAQ

0n Spec MCP бесплатный?

Да, 0n Spec MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для 0n Spec?

Нет, 0n Spec работает без API-ключей и переменных окружения.

0n Spec — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить 0n Spec в Claude Desktop, Claude Code или Cursor?

Открой 0n Spec на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована
  • Новая версия опубликована

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare 0n Spec with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity