export-channel

Export the most recently created channel to docs with sequential filenames.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/naoto714714/ai-community-cloudflare --skill export-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-channel
Source: https://github.com/naoto714714/ai-community-cloudflare/tree/main/.claude/skills/export-channel
Command: npx skills add https://github.com/naoto714714/ai-community-cloudflare --skill export-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates exporting the most recently created channel and saves the results to the docs folder with sequential filenames, making archiving and sharing conversations effortless.

Core Features & Use Cases

  • Automated Latest Channel Export: Retrieve the most recently created channel from the database and export its data.
  • Sequential File Naming: Output files are named with numeric prefixes (01_..., 02_...) and sanitized filenames (':' -> '_').
  • Docs Archiving: Automatically move and rename export files into docs for easy access and versioning.

Quick Start

Execute the export to generate 01_<channel_id>.json and 02_<channel_id>.json, then move these files into docs with the next available numeric prefix.