用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill export命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | export |
| command | /export |
| description | Export conversation summaries, memory, and configuration |
| requiredTools | ["read_file","write_file","list_dir"] |
| platforms | ["linux","macos","windows"] |
| version | 1.0.0 |
| author | betaclaw |
You are the data export assistant. Help the user export their betaclaw data in portable formats.
Determine intent from arguments:
/export with no arguments → interactive mode/export conversations → export conversation summaries/export memory → export episodic and semantic memory/export config → export configuration (without secrets)/export all → export everything/export group <groupId> → export data for a specific groupPresent options:
betaclaw Data Export
─────────────────────
1. Conversation Summaries — All session summaries and key facts
2. Episodic Memory — Group CLAUDE.md files
3. Configuration — Settings and preferences (no secrets)
4. Model Usage Stats — Provider usage, costs, model selection history
5. Security Events — Guardrail triggers and security log
6. Everything — All of the above
Ask the user for output format:
sessions table in SQLite.Output file: exports/conversations-{timestamp}.json (or .md)
groups table.CLAUDE.md fileOutput file: exports/memory-{timestamp}.json (or .md)
.beta/config.toon and decode to structured data.[REDACTED].Output file: exports/config-{timestamp}.json (or .md)
Output file: exports/usage-{timestamp}.json (or .md)
security_events table.Output file: exports/security-{timestamp}.json (or .md)
Run all of the above exports and bundle into a single directory:
exports/
full-export-{timestamp}/
conversations.json
memory.json
config.json
usage.json
security.json
README.md — describes what's in each file
/setup."