Open source.

Nori is built on tools we give away. The CLI that runs any agent, the skillset system that moves your context anywhere, and a family of agent-oriented CLIs. Bring your keys, take your context, keep your tools — on our platform or off it. Browse the skills we publish at noriskillsets.dev.

--core agent tooling
>nori-cliRust

A simple, fast CLI for working with any agent — the harness at the core of Nori. A friendly fork of Codex, model- and provider-agnostic.

$ npm i -g nori-ai-cli && nori github.com/tilework-tech/nori-cli
>nori-skillsetsTypeScript

Manage collections of agent skills and switch between skillsets seamlessly. Your skills and org knowledge are yours — move them off our platform whenever you want.

$ npm i -g nori-skillsets && sks github.com/tilework-tech/nori-skillsets Skills we publish live at noriskillsets.dev
--utilities agent dev utilities
>nori-lintTypeScript

An opinionated linter for SKILL.md files — keep your skills tight, consistent, and machine-readable.

$ npm i -g nori-lint github.com/tilework-tech/nori-lint
>nori-premortemTypeScript

Push your machines to the max — diagnose resource issues before the crash instead of after it.

$ npm i -g nori-premortem github.com/tilework-tech/nori-premortem
>nori-integrationsShell

The shared Nori toolshed — the integrations and helper scripts our agent sessions reach for, in one place.

$ git clone github.com/tilework-tech/nori-integrations github.com/tilework-tech/nori-integrations
--api-clis agent-oriented API CLIs
>nori-slack-cliTypeScript

Give your agent hands on the Slack Web API — read threads, post messages, manage channels.

$ npm i -g nori-slack-cli github.com/tilework-tech/nori-slack-cli
>nori-luma-cliTypeScript

Create and manage Luma events from your agent — guests, invites, and event details.

$ npm i -g nori-luma-cli github.com/tilework-tech/nori-luma-cli
>nori-newsletter-cliTypeScript

Compose and send newsletters via AWS SES — the tooling behind the Nori dev log.

$ npm i -g nori-newsletter-cli github.com/tilework-tech/nori-newsletter-cli
>nori-shopify-cliTypeScript

An agent-oriented CLI for the Shopify Admin GraphQL API — products, orders, and storefront data.

github.com/tilework-tech/nori-shopify-cli
>nori-discord-cliTypeScript

Drive Discord from your agent — channels, messages, and gateway events for community automation.

github.com/tilework-tech/nori-discord-cli
>nori-browserJavaScript

Give your agent a real browser — navigate pages, click, fill forms, and pull content back out.

github.com/tilework-tech/nori-browser
--research research & open data
>experimentsSWE-bench

Open-sourced predictions, execution logs, trajectories, and results from our model inference and evaluation runs on the SWE-bench task.

github.com/tilework-tech/experiments
>experiments_verifiedSWE-bench Verified

The same open dataset for SWE-bench Verified — predictions, logs, trajectories, and results, published for anyone to inspect.

github.com/tilework-tech/experiments_verified