extract-channel

Extract payment channel configurations from MySQL into SQL, Markdown, and FTL files.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill extract-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-channel
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/ll-skills/extract-channel
Command: npx skills add https://github.com/Katsumitec/Human_First --skill extract-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymysql, python-dotenv, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the extraction of payment channel configurations from MySQL databases, simplifying the process of generating SQL, Markdown summaries, and FTL template files.

Core Features & Use Cases

  • Database Extraction: Automatically retrieves channel configuration details based on a provided channel ID.
  • SQL Generation: Generates SQL scripts for 'REPLACE INTO' operations directly into the database.
  • Markdown Summaries: Creates Markdown files containing a summary of configurations and related JSON data.
  • FTL Templates: Outputs FTL template files for use in front-end applications.
  • Use Case: For developers who need to quickly generate and maintain database configurations for payment channels in a consistent format.

Quick Start

Extract configuration files for channel 'FX' using the extract-channel skill.

Frequently Asked Questions about extract-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract payment channel configurations from a MySQL database?

To extract payment channel configurations from MySQL, you query the database by channel ID to retrieve the details. This process automates pulling configuration records for administrative payment channel management tasks.

Can I generate SQL scripts for REPLACE INTO operations from database configurations?

Yes, you can generate SQL scripts for REPLACE INTO operations directly from database configurations. The extraction process automatically creates SQL files to seamlessly update or insert channel configuration records.

How do I create Markdown summaries and FTL template files from MySQL data?

You can create Markdown summaries and FTL template files from MySQL data by extracting channel configurations. The process automatically outputs Markdown files with configuration summaries and FTL templates for front-end applications.

Do I need pymysql and python-dotenv to extract channel configurations?

Yes, you need pymysql and python-dotenv to extract channel configurations from MySQL. A Python environment with these libraries is required to establish database connectivity and manage environment variables securely.

What is the best way to organize extracted payment channel data for developers?

The best way to organize extracted payment channel data is to generate SQL, Markdown, and FTL template files simultaneously. This ensures developers maintain database configurations in a consistent, ready-to-use format.

Why does SQL generation for channel configurations require a specific channel ID?

SQL generation for channel configurations requires a specific channel ID to accurately query and filter the MySQL database. This ensures only the relevant payment channel configuration details are extracted and processed.