Build with 2nth.ai

2nth.ai is an AI agent platform with 300+ skills across business, education, engineering, finance, legal, and health. Partners and developers contribute skills, integrations, and agents.

Platform overview

The 2nth.ai platform is a collection of services that work together:

Public

Skills Registry

300+ AI agent skill definitions across 6 domains. Open-source documentation.

Platform

Skills Hub

Browse and demo live skills. Tier-gated access with token billing.

Platform

Agents

15+ domain agents including Penny (orchestrator). AI inference with token metering.

Platform

Build Platform

Project briefs, AI analysis, billing, and admin. Token-based pricing in ZAR.

Single sign-on

Sign in once at 2nth.ai and you're authenticated across all subdomains — skills hub, agents, and the build platform. No separate accounts needed.

Skills

Skills are the building blocks of the platform. Each skill is a documented AI capability with a standardised format.

Domains

DomainCodeExamples
BusinessbizHubSpot CRM, Shopify AI, Sage X3, Xero
EducationeduCurriculum designer, research assistant
EngineeringtechOllama, code architecture, DevOps, security audit
FinancefinCash flow forecaster, financial modelling
LegallegContract review, compliance checker
HealthhealthPractitioner copilot, nutrition advisor, booking

SKILL.md format

Every skill has a SKILL.md file with YAML frontmatter and structured markdown:

---
name: Your Skill Name
domain: tech
tier: explorer
version: 1.0.0
status: active
contributor: your-github-handle
contributor_type: community
license: CC-BY-SA-4.0
platform_license: 2nth-platform-v1
revenue_share: 5
tags: [tech, integration]
---

# Skill Name — Domain

Brief description.

## What it does

1. Capability one
2. Capability two

## Configuration options

| Option | Type | Default | Description |
|--------|------|---------|-------------|

## Example output

```json
{ "example": "output" }
```

Required frontmatter fields

FieldTypeDescription
namestringHuman-readable skill name
domainstringtech, biz, edu, fin, leg, health
tierstringMinimum plan: explorer, starter, designer, builder
versionsemvere.g. 1.0.0
statusenumdraft, beta, active, deprecated
contributorstringGitHub handle
contributor_typeenumcore, partner, community
licensestringCC-BY-SA-4.0
revenue_sharenumber0-30 (percentage)

How to contribute

Contributing skills (anyone)

The skills repo is public. Fork it, add your skill, and open a PR.

  1. Fork 2nth-ai/skills
  2. Create your skill directory: tech/your-skill-name/
  3. Write SKILL.md with the frontmatter above
  4. Open a PR targeting dev
  5. CI validates your frontmatter
  6. Team reviews and merges

Contributing code (partners)

  1. Sign the partner agreement
  2. Get org access (outside collaborator)
  3. Create a partner/ branch from dev
  4. Open a PR targeting dev
  5. CI checks run automatically
  6. Team reviews your code
  7. After merge, changes deploy to the dev environment for testing

Branch naming

PrefixUse
feature/New functionality
fix/Bug fixes
security/Security patches (fast-track)
skill/New or updated skill definitions
partner/Partner-contributed features

What we review for

Release cycle

Code flows through three environments before reaching production:

Feature branch
dev
beta
main (production)

Quality gates

Gatedevbetaproduction
ESLint / TypeScriptRequiredRequiredRequired
PR review1 approval1 approval1 approval (core team)
Partner testingRecommendedRequired (min 3 days)
Security reviewRequired for auth/billing

Versioning

v0.X.Y[-beta.N]

v0   — pre-1.0 (current phase)
X    — feature release
Y    — patch release
-beta.N — beta pre-release

Environments

EnvironmentBranchURL patternPurpose
Devdevdev.*.pages.devActive development, may break
Betabetabeta.*.pages.devPartner testing, feature-complete
Productionmain*.2nth.aiLive users, stable only

Each push to a branch auto-deploys to its environment. Pull requests get their own preview URL for code review.

Licensing

2nth.ai uses a dual-layer licensing model:

Open

Skills documentation

CC BY-SA 4.0 — read, copy, share, adapt with attribution. Fork and build on any skill definition.

Commercial

Platform execution

Token-metered access to agents, AI inference, and infrastructure. Usage tracked per skill invocation.

Contributor tiers

TierWhoRevenue shareRequirements
Core2nth.ai teamN/AInternal
PartnerContracted partners10-30%Partner agreement + code review
CommunityOpen contributors5%PR accepted, skill active 30+ days

What you keep

Plans & tokens

Tokens are the universal unit of work — they cover AI inference, build cycles, and infrastructure.

PlanTokensPrice (ZAR)Best for
Explorer50KFreeTry the platform, submit a brief
Starter500KR1,850Landing page, small feature
Designer3MR9,250Web app, brand system
Builder8MR18,500Full SaaS MVP, cross-pillar product

All plans access all skills. Higher tiers get more tokens, priority inference, and dedicated support.

Partners

Partners build on the 2nth.ai platform and contribute domain-specific skills.

Get started

Browse skills

Explore 300+ skills in the public registry.

github.com/2nth-ai/skills

Try the platform

Sign up for free — 50K tokens, no card required.

2nth.ai/join

Become a partner

Contribute skills, earn revenue share.

Contact us