返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
a

agentpearl-exporter

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 wants to detect supported agent repos, extract only agent-defining files, produce a portability pack, or study identity, instruction, runtime, capability, multi-agent, and prompt-composition layers.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
171
下载量
0
收藏
概述
安装方式
版本历史

agentpearl-exporter

# 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`: ```bash ./scripts/export-agent-core-pack.sh ``` Export a subset of repositories: ```bash ./scripts/export-agent-core-pack.sh --repos nanobot,openfang ``` Choose a base directory, output directory, and archive name: ```bash ./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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-core-extractor-1776381662 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-core-extractor-1776381662 技能

通过命令行安装

skillhub install agent-core-extractor-1776381662

下载 Zip 包

⬇ 下载 agentpearl-exporter v1.0.0

文件大小: 7.04 KB | 发布时间: 2026-4-17 13:55

v1.0.0 最新 2026-4-17 13:55
Initial release of AgentPearl Exporter.

- Export agent core files from supported framework repositories into a source-only zip for portability or analysis.
- Detects agent framework signatures for six different frameworks.
- Provides commands and scripting for flexible exporting and packaging.
- Excludes tests, build artifacts, dependencies, and non-core files to ensure clean exports.
- Includes reference documentation for interpreting exported agent-core layers.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部