skills/export/SKILL.md
Export conversation summaries, memory, and configuration
npx skillsauth add Rawknee-69/Beta-Claw exportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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."development
Search the web and summarize results
development
Send messages via Telegram Bot API
data-ai
Show system health, active models, channels, and skills
tools
Full betaclaw installation and onboarding wizard