kit

Fetch Kit broadcasts via the kit-broadcasts CLI for writing context.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rajshah4/my-agent-skills --skill kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kit
Source: https://github.com/rajshah4/my-agent-skills/tree/main/skills/kit
Command: npx skills add https://github.com/rajshah4/my-agent-skills --skill kit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the acquisition of Kit (ConvertKit) newsletters, enabling writers and teams to access past broadcasts for context, tone reference, and topic ideas without manual gathering.

Core Features & Use Cases

  • Newsletter retrieval for writing context: fetch recent broadcasts to inform style and references.
  • Content strategy and analysis: compare newsletters to identify recurring topics, formats, and calls to action.
  • Use Case: when drafting a new newsletter, pull the last five campaigns to match voice and structure.

Quick Start

Use the kit-broadcasts CLI to fetch newsletters and save the data to a file for writing references.

Frequently Asked Questions about kit

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

FAQPage Schema
How do I fetch past ConvertKit broadcasts for writing context?

You can fetch past Kit broadcasts for writing context by using the kit-broadcasts CLI, which automates newsletter retrieval and saves the data to a file for style and topic reference.

How do I analyze past newsletters to improve my content strategy?

Analyzing past newsletters for content strategy involves fetching recent broadcasts via the kit-broadcasts CLI, allowing you to compare recurring topics, formats, and calls to action across campaigns.

Do I need an API key to retrieve Kit newsletters?

Yes, retrieving Kit newsletters requires a Kit API key configured via the KIT_API_KEY environment variable, along with the hamel Python package installed in your environment.

What is the best way to match the tone of previous newsletter campaigns?

The best way to match previous campaign tones is to pull the last five broadcasts using the kit-broadcasts CLI, providing the retrieved content as a structural and voice reference for drafting.

Can I use the fetched Kit broadcasts for automated content analysis?

Yes, fetched Kit broadcasts can be used for automated content analysis and style reference, as the CLI saves newsletter data to a file that downstream analysis tools can process.

Why does fetching Kit broadcasts require the hamel Python package?

Fetching Kit broadcasts requires the hamel Python package because the kit-broadcasts CLI depends on it to automate the API requests and format the retrieved newsletter content into a usable file.