Skip to content

SaberTools:Research it.
Standardize it.
Serve it.

A platform for AI research, an open standard for packaging knowledge (UKS), and a living registry of verified, graded, licensed knowledge for agents.

Open for comment
29
days
:
00
hrs
:
00
min
:
00
sec

Three layers, one ecosystem

SaberTools is best understood as three things that build on each other:

LayerWhat it isWho it's for
SaberToolsThe research platform — an app that researches topics, organizes sources, and produces structured knowledgeResearchers, analysts, knowledge teams
UKSThe open standard the platform speaks — a portable JSON format for knowledge + agent actionsDevelopers, tool builders, implementers
The RegistryThe shared, verified knowledge base built from UKS packetsAI agents, agent builders, integrators

The platform produces UKS packets. The standard defines what a packet is. The registry serves the best of them back — verified, graded, and license-checked — to any agent that asks.

Start where you are

The ecosystem at a glance

bash
npm install -g @uks/cli
uks validate my-packet.uks.json     # Validate against the normative schema
uks serve   my-packet.uks.json      # Expose as an MCP tool for Claude
uks publish my-packet.uks.json      # Share in the public registry
PackageInstallPurpose
@uks/clinpm i -g @uks/cliValidate, convert, publish (the uks command)
@uks/sdknpm i @uks/sdkTypeScript builder + validator + registry client
uks-sdkpip install uks-sdkPython Pydantic models + validator
@uks/mcp-servernpm i -g @uks/mcp-serverMCP server — serve packets + query the registry from Claude

Released under the MIT License.