Skip to content

SaberToolsResearch 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.

SaberTools

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.