export-channel

Community

Automatically export latest channel data to docs.

Authornaoto714714
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: export-channel
Download link: https://github.com/naoto714714/ai-community-cloudflare/archive/main.zip#export-channel

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository