← 返回
AI智能 中文

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...
将支持框架仓库中的Agent核心导出为轻量纯源码压缩包,用于AI迁移或跨框架分析。
moshiii
AI智能 clawhub v1.0.0 1 版本 99839.7 Key: 无需
★ 0
Stars
📥 623
下载
💾 3
安装
1
版本
#latest

概述

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-bootstrap
  • nanobot-py-templates
  • nullclaw-zig-bootstrap
  • zeroclaw-rs-config-prompt
  • openfang-rs-manifests
  • codex-rs-builtins

Workflow

  1. Confirm the target repositories exist under a common base directory.
  2. Run scripts/export-agent-core-pack.sh.
  3. Inspect the resulting zip, README.txt, and MANIFEST.txt.
  4. If the user needs migration guidance, read references/AGENT_CORE.md to 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.md when you need the layer model for interpreting exported files.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 06:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,827
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 418 📥 115,215
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,365