← ClaudeAtlas

etf-page-creatorlisted

Streamline WordPress ETF (Exchange-Traded Fund) page creation for a publishing platform. Use when user needs to create or update ETF pages with structured data including external data provider IDs, symbols, issuers, trading data, categories, and SEO metadata. Guides data collection, validates inputs, and formats output for copy-paste into WordPress fields.
seanwinslow28/code-brain · ★ 0 · Data & Documents · score 72
Install: claude install-skill seanwinslow28/code-brain
# ETF Page Creator Create properly formatted WordPress ETF pages for a publishing platform with structured data collection and validation. ## Workflow Overview 1. **Determine mode**: New ETF or update existing 2. **Collect data**: Guide user through all required fields 3. **Validate & enrich**: Check data format, optionally search for missing info 4. **Format output**: Generate copy-paste ready checklist matching WordPress field order ## Step 1: Determine Mode Ask user: "Are you creating a **new ETF page** or **updating an existing one**?" **If updating**: Ask which fields need updating, skip straight to those fields in data collection. **If creating new**: Proceed with full data collection workflow below. ## Step 2: Data Collection Collect data systematically using the form below. If user doesn't have certain data, offer to search for it using web_search. ### Required Fields (always collect) **Page Title** (ETF full name) - Example: "Grayscale Bitcoin Trust" - Validation: Should be the official ETF name **Symbol** (ticker/short name) - Example: "GBTC" - Validation: All caps, typically 3-5 characters - Data source hint: TwelveData API (https://api.twelvedata.com/etf) **Type** (dropdown selection) - Options: Spot / Futures / Other - Default: Spot for most Bitcoin/Ethereum ETFs **Status** (dropdown selection) - Options: Pending / Approved / Live - Use: "Pending" for applications, "Live" for trading ETFs ### External Integration Fields **External Data Provider ID