ソース情報
- リポジトリ
- Rawknee-69/Beta-Claw
- ソースの最終更新活動
- 2026年3月9日 11:54
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill exportコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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."