/install agent-core-extractor
AgentPearl Exporter
Use this skill to build a pure agent-core export from one or more supported repositories.
When To Use It
Use this skill when the user wants to:
- extract only the files that define an agent
- package agent-core files into a clean zip
- detect which supported framework a repo uses
- prepare source material for AI-driven migration into another agent framework
- study the identity, instruction, runtime, capability, multi-agent, or composition layers of an agent repo
Supported Frameworks
The bundled exporter detects these framework signatures:
nanoclaw-ts-bootstrapnanobot-py-templatesnullclaw-zig-bootstrapzeroclaw-rs-config-promptopenfang-rs-manifestscodex-rs-builtins
Workflow
- Confirm the target repositories exist under a common base directory.
- Run
scripts/export-agent-core-pack.sh. - Inspect the resulting zip,
README.txt, andMANIFEST.txt. - If the user needs migration guidance, read
references/AGENT_CORE.mdto map the exported files into agent-core layers.
Commands
Export the default supported repositories under ~/Documents/GitHub:
./scripts/export-agent-core-pack.sh
Export a subset of repositories:
./scripts/export-agent-core-pack.sh --repos nanobot,openfang
Choose a base directory, output directory, and archive name:
./scripts/export-agent-core-pack.sh \
--base-dir ~/Documents/GitHub \
--output-dir ./out \
--name agent-core-snapshot \
--repos codex,nullclaw
Rules
- Keep the archive source-only.
- Include only files that directly define agent behavior.
- Exclude tests, build artifacts, dependency folders, unrelated app code, and target-framework metadata.
- If a repository does not match a supported signature, stop and report it instead of guessing.
References
- Read
references/AGENT_CORE.mdwhen you need the layer model for interpreting exported files.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-core-extractor - After installation, invoke the skill by name or use
/agent-core-extractor - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Core Extractor?
Export the agent core from supported framework repositories into a small source-only zip for AI migration or cross-framework analysis. Use when the user want... It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.
How do I install Agent Core Extractor?
Run "/install agent-core-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Core Extractor free?
Yes, Agent Core Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Core Extractor support?
Agent Core Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Core Extractor?
It is built and maintained by Moshiii (@moshiii); the current version is v1.0.0.