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

agentshift

MCP Tool

ogkranthi/agentshift

Convert AI agents between platforms — OpenClaw → Claude Code, GitHub Copilot, and more

Install

$ npx loaditout add ogkranthi/agentshift

Platform-specific configuration:

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

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

About

<h1 align="center">AgentShift</h1> <p align="center"><em>Convert AI agents between platforms. Define once, run anywhere.</em></p>

<p align="center"> <a href="https://agentshift.sh"></a> <a href="https://github.com/ogkranthi/agentshift/actions"></a> <a href="https://pypi.org/project/agentshift/"></a> <a href="https://pypi.org/project/agentshift/"></a> <a href="LICENSE"></a> </p>

---

Your OpenClaw skill shouldn't be locked to one platform. AgentShift converts it to Claude Code, GitHub Copilot, AWS Bedrock, and more.

Install
# pip
pip install agentshift

# from source
git clone https://github.com/ogkranthi/agentshift.git
cd agentshift && pip install -e .
Quick start
# → Claude Code
agentshift convert ~/.openclaw/skills/weather --from openclaw --to claude-code --output ./weather-claude

# → GitHub Copilot
agentshift convert ~/.openclaw/skills/weather --from openclaw --to copilot --output ./weather-copilot

# → AWS Bedrock
agentshift convert ~/.openclaw/skills/weather --from openclaw --to bedrock --output ./weather-bedrock

# Convert to ALL supported targets at once
agentshift convert ~/.openclaw/skills/weather --from openclaw --to all --output ./weather-all
# → weather-all/claude-code/  weather-all/copilot/  weather-all/bedrock/
weather-claude/               weather-copilot/
├── CLAUDE.md                 ├── weather.agent.md
└── settings.json             └── README.md
How it works
  Parser  →  SKILL.md · CLAUDE.md · manifest.json · jobs.json
              ↓
  IR      →  identity · tools · knowledge ·

Tags

agent-conversionai-agentsclaudecligithub-copilotllmmcpopenclawpython

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

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

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ogkranthi/agentshift)](https://loaditout.ai/skills/ogkranthi/agentshift)