export-agent
Translate agent configurations across multiple frameworks with a single command. Export to Claude Code, OpenAI, CrewAI, Lyzr, GitHub Models, and other formats, or import from existing Claude, Cursor, and CrewAI projects to standardize your automation setup.
export-agent converts agent definitions between frameworks like Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-02
export-agent converts agent definitions between frameworks like Claude Code, OpenAI, CrewAI, Lyzr, and GitHub Models. Translate agent configurations across multiple frameworks with a single command. Export to Claude Code, OpenAI, CrewAI, Lyzr, GitHub Models, and other formats, or import from existing Claude, Cursor, and CrewAI projects to standardize your automation setup.
Use it when
- Yes.
- export-agent makes CrewAI to Claude Code migration straightforward.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
open-gitagent/opengap/export-agent · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I convert an agent between different frameworks?
export-agent lets you translate agent configurations across multiple frameworks with a single command. You can convert between Claude Code, OpenAI, CrewAI, Lyzr, GitHub Models, and other formats, making it easy to standardize your automation setup or switch frameworks without rebuilding from scratch.
Can export-agent export my agent to OpenAI format?
Yes. export-agent supports exporting agents to OpenAI format, including the OpenAI Agents SDK. Simply specify your source agent and the OpenAI export target, and export-agent will handle the conversion automatically, translating your agent definition into the proper OpenAI structure.
How can I migrate CrewAI to Claude Code using export-agent?
export-agent makes CrewAI to Claude Code migration straightforward. Import your CrewAI crew YAML file, then export it to Claude Code format. export-agent handles the framework-specific syntax and configuration differences, so your agent logic transfers cleanly between platforms.
Does export-agent support importing from Cursor rules?
Yes. export-agent can import Cursor rules as agent definitions, converting them into a standardized format you can then export to any supported framework. This lets you leverage existing Cursor automation work within your broader agent ecosystem.
What formats can export-agent export agent definitions to?
export-agent exports to Claude Code, OpenAI, CrewAI, Lyzr, GitHub Models, JSON, YAML, and Python formats. You can also generate system prompts and agent definitions for LLMs, giving you flexibility to work with nearly any agent framework or deployment target.
Can I import Claude or CrewAI projects into export-agent?
Absolutely. export-agent imports existing agent projects from Claude, Cursor, and CrewAI, letting you standardize configurations across your automation setup. Once imported, you can export to any supported framework or modify the agent definition before deploying elsewhere.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Export & Import Agents
Verify Export
After exporting, check the output matches expectations:
# Verify export file was created and contains agent name
opengap export -f system-prompt -d ./my-agent | head -5
Export
Convert a gitagent definition to another framework:
opengap export -f <format> -d ./my-agent [-o output-file]
Formats
| Format | Output | Use Case |
|---|---|---|
system-prompt |
Markdown | Universal — paste into any LLM |
claude-code |
CLAUDE.md | Drop into a Claude Code project |
openai |
Python | Run with OpenAI Agents SDK |
crewai |
YAML | Run with CrewAI |
openclaw |
JSON + MD | Run with OpenClaw |
nanobot |
JSON + MD | Run with Nanobot |
(truncated - see the full file via the links below)
File tree — 1 file
examples/gitagent-helper/skills/export-agent/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Convert agent definitions between different frameworks”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill guides you through installing the gitagent CLI and creating your first agent from a template. You'll customize core files like agent.yaml and SOUL.md, validate your setup, and run your agent locally or from a git repository.
Launch agents with flexible LLM provider selection across Claude, OpenAI, CrewAI, Lyzr, GitHub Models, and other adapters. Supports local directories, remote git repositories, and one-shot prompts for immediate execution. Auto-detection identifies the best adapter from your repo's configuration.
Build agents from scratch by generating agent.yaml configuration files, defining agent personality in SOUL.md, and organizing skills, tools, and knowledge directories. Includes templates for model settings, runtime constraints, and sub-agent delegation.
Knowledge Retrieval performs semantic search across your ingested document collection using Retrieval-Augmented Generation. It ranks results by relevance and returns text passages with citation metadata, making it ideal for finding domain-specific information in PDFs, reports, and technical documentation.
This skill tackles research by decomposing topics into 3-5 key subtopics, then gathering and reasoning through factual information for each. It synthesizes findings into a coherent summary while flagging areas of uncertainty or debate, and suggests related questions worth exploring next.
Packet Factory enforces a gatekeeper model where every task with side effects requires an APPROVED packet before running. Create packets in DRAFT status, review them for approval or rejection, then dispatch only approved work. Once approved, scope is locked to prevent creep—expansions spawn new packets instead.
More skills web-search (MIT) · wiki-query (MIT) · paper-search (MIT) · regulatory-analysis (MIT) · document-review (MIT) · gmail-email (MIT) · anthropic-sdk-upgrader (MIT)