federation/claude/skills/copy-chat/SKILL.md
Export conversation to clipboard or file — supports full, prompts-only, responses-only, and code-blocks-only formats
npx skillsauth add ariffazil/openclaw-workspace copy-chatInstall 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.
Export the current conversation with format filtering.
/copy-chat — Ask user which format, then export/copy-chat full — Full conversation to clipboard/copy-chat prompts — User messages only/copy-chat responses — Claude outputs only/copy-chat code — Code blocks only/copy-chat file <name>.md — Save to file instead of clipboardParse argument (if provided). If none, ask user with AskUserQuestion:
Build export content based on format:
full: Reconstruct conversation as markdown with ## User / ## Claude headersprompts: Extract only user messagesresponses: Extract only Claude messagescode: Extract fenced code blocks from Claude responsesExport:
file <name> argument: Write to the specified file path/export to copy full conversation to clipboard# Chat Export — [DATE]
---
[formatted content based on selected mode]
---
*Exported: [timestamp]*
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.