/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-core-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-core-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 Agent Core Extractor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-core-extractor」即可一键安装,无需额外配置。
Agent Core Extractor 是免费的吗?
是的,Agent Core Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Core Extractor 支持哪些平台?
Agent Core Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Core Extractor?
由 Moshiii(@moshiii)开发并维护,当前版本 v1.0.0。