buttondown-skill
Description
A Claude Code plugin skill for managing Buttondown newsletters. Create drafts, schedule emails, view analytics, and manage your newsletter directly through Claude.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Buttondown Skill
A Claude Code plugin skill for managing Buttondown newsletters. Create drafts, schedule emails, view analytics, and manage your newsletter directly through Claude.
Installation
Via Focus Marketplace (Recommended)
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install buttondown-skill@focus-marketplace
Then restart Claude Code.
Manual Installation
claude --plugin-dir /path/to/buttondown-skill
Configuration
Set your Buttondown API key as an environment variable:
export BUTTONDOWN_API_KEY=your_api_key
Usage
Once installed, Claude will automatically use this skill when you ask about newsletter management. Examples:
- "List my draft newsletters"
- "Create a newsletter draft about our product launch"
- "Schedule my latest draft for Friday at 9am"
- "How did my last newsletter perform?"
- "Show analytics for my sent emails"
Features
- List emails - View drafts, scheduled, or sent newsletters
- Create drafts - Write newsletter content in markdown
- Schedule sends - Set delivery time for newsletters
- View analytics - Check open rates, clicks, and engagement
- Update emails - Modify subject lines and content
- Delete emails - Remove unwanted drafts
Structure
buttondown-skill/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── buttondown/
│ ├── SKILL.md
│ ├── scripts/
│ │ └── buttondown.ts
│ ├── references/
│ │ └── api-types.md
│ └── examples/
│ └── workflow.md
└── README.md
License
ISC
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11