loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ai-agnostic

MCP Tool

c-brew/ai-agnostic

Seamlessly migrate AI workspaces between Claude, ChatGPT, and other platforms

Install

$ npx loaditout add c-brew/ai-agnostic

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ai-agnostic": {
      "command": "npx",
      "args": [
        "-y",
        "ai-agnostic"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

AI Agnostic

> Seamlessly migrate AI workspaces between Claude, ChatGPT, and other platforms.

AI Agnostic is a TypeScript/Node.js CLI tool that solves the vendor lock-in problem for AI workspaces. Convert your Claude workspace (skills, knowledge, instructions) to OpenAI format—and vice versa—through a universal intermediate schema.

The Problem

You've invested time building AI workspaces, custom skills, and knowledge bases in Claude. But what if you want to migrate to OpenAI? Or maintain workspaces across multiple platforms? Without a conversion tool, you're stuck manually rebuilding everything.

AI Agnostic changes that. It provides a platform-agnostic format that lets you:

  • Export your workspace from any supported platform
  • Inspect the structure (skills, tools, knowledge, MCP servers)
  • Convert to any other platform
  • Preserve as much as possible during translation
Quick Start
Installation
npm install -g ai-agnostic

Or use locally from the project:

npm install
npm run build
node dist/cli/index.js --help
Basic Usage
Convert a Claude workspace to OpenAI format
ai-agnostic convert ./my-claude-workspace ./output --to openai

The tool auto-detects your source platform. If needed, specify it explicitly:

ai-agnostic convert ./workspace ./output --from claude --to openai
Inspect a workspace

See what's in your workspace before converting:

ai-agnostic inspect ./my-claude-workspace

Output:

  Workspace: My Project
  Source: claude
  Exported: 2025-03-22T10:30:00Z

  System Instructions:
    You are a helpful assistant specialized in...

  Skills (3):
    ● code-analyzer — Analyze and explain code
    ● documentation-writer — Generate API docs
    ● research-assistant — Conduct web research

  MCP Servers (2):
    ● postgres (stdio)
    ● weather-api (http)
List supported platforms
ai-agnostic platforms

Output:

  AI Agnostic — Supporte

Tags

aichatgptclaudeclideveloper-toolsmcpopenaitypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/c-brew/ai-agnostic)](https://loaditout.ai/skills/c-brew/ai-agnostic)