Aerostack
Aerostack
//Universal AI SkillsLive

One skill.
Every AI.

The npm for AI tools. Atomic, composable skills hosted on edge. Works with Claude, ChatGPT, and Gemini — install with one command.

$ aerostack skill install @johndoe/github-skill

Any LLM

Claude · ChatGPT · Gemini · Cursor

CLI Install

aerostack skill install @user/slug

Private Skills

Team-scoped, token-gated access

Function-backed

TypeScript on Cloudflare edge

Sub-50ms

Global edge — 300+ locations

Marketplace

90% revenue to creators

//Cross-Model

Write once. Works everywhere.

MCP-native by default. Auto-generates OpenAI and Gemini tool formats. No adapter code from you.

MCP Native

SSE · stdio

Works directly with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.

OpenAI Compatible

/openai-tools

Auto-generates OpenAI function calling format. Point any OpenAI SDK to your gateway.

Gemini Compatible

/gemini-tools

Auto-generates Gemini function declarations. Drop in your workspace URL — done.

Same skill — every format

// mcp.json — Claude Desktop
{
  "mcpServers": {
    "aerostack": {
      "url": "https://gateway.aerostack.dev/ws/your-workspace",
      "headers": {
        "Authorization": "Bearer mwt_..."
      }
    }
  }
}
//Publish

From code to registry. Three steps.

Build a skill, publish it, and start earning — in under five minutes.

01

Build Your Skill

Write a config or TypeScript function. Define tools, inputs, and outputs.

// skill.json { "name": "my-skill", "tools": [ { "name": "summarize", "description": "Summarize any text" } ] }
02

Publish to Registry

Public, private, or team-scoped. One command deploys to the edge.

$ aerostack publish ✓ Published @you/my-skill ✓ Available in 300+ locations ✓ Adapters auto-generated
03

Earn Revenue

Set your price. Subscription or per-call. 90% revenue goes to you.

90%

revenue is yours

//Access Control

Private skills.
Team sharing.

Not everything needs to be public. Build a private skill registry for your team — share internal tools with token-based access. One workspace. One credential set. All models.

Public

Listed in the marketplace. Anyone can install and use.

Team

Shared with your workspace members. Token-gated.

Private

Only accessible with an explicit access token you generate.

Enterprise

Custom SSO, audit logs, and multi-team access controls.

For Enterprise Teams

Today, teams manage separate registries, credentials, and publishing workflows for each AI platform — Claude, OpenAI, Gemini. With Aerostack, publish to one private registry, manage one set of tokens, and let any AI model access through a single gateway URL.

Onboard a new team member in seconds, not hours
Revoke access instantly — one token to revoke all
Full audit log of every tool call by every model
Terminal
# Share a private skill with your team
$ aerostack skill share @acme/internal-db-tool \
    --token mwt_acme_...

✓ Token mwt_acme_... activated
✓ Tool available at:
  /ws/acme-workspace :: internal-db-tool

# Revoke at any time
$ aerostack token revoke mwt_acme_...

mwt_ / mcpt_

Token types

Instantly

Revocable

All models

Works with

Create Private Workspace