ad-creative-generation
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Safe workflow for reading, mapping, and writing Google Sheets without shifting columns or overwriting the wrong ranges. Use when the user wants to read, update, or append spreadsheet data, fix sheet structure, or sync data into Google Sheets.
$ npx -y skills add hyperfx-ai/marketing-skills --skill google-sheets --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/google-sheetsContext preview
The summary Claude sees to decide when to auto-load this skill.
Safe workflow for reading, mapping, and writing Google Sheets without shifting columns or overwriting the wrong ranges. Use when the user wants to read, update, or append spreadsheet data, fix sheet structure, or sync data into Google Sheets.
name: google-sheets description: Safe workflow for reading, mapping, and writing Google Sheets without shifting columns or overwriting the wrong ranges. Use when the user wants to read, update, or append spreadsheet data, fix sheet structure, or sync data into Google Sheets. use_cases: - Update a Google Sheet safely - Append rows to a spreadsheet - Map data into existing sheet columns - Fill CRM sheets from tool or database results - Verify spreadsheet headers before writing - Repair or avoid column misalignment in Sheets triggers: - google sheets - spreadsheet - sheet mapping - write rows - append rows - update cells - map columns - fill sheet requires_toolkits: - google_sheets suggested_toolkits: - sandbox icon: google_sheets short_description: Write structured data to Google Sheets and keep spreadsheets up to date.
Use this skill whenever you need to write structured data into an existing spreadsheet.
Every tool in this skill is named by its canonical tool name. Run it with the call your surface gives you:
| Surface | Find a tool | Run it | | --- | --- | --- | | MCP client (Claude, Cursor, Codex, ChatGPT) | `search("<what you want to do>")`, then `describe("<name>")` | `call("<name>", {...})` | | Hyper CLI | `hyperai search "<what you want to do>"`, then `hyperai describe <name>` | `hyperai call <name> --json '{...}'` |
If a tool is not found, its integration is not connected or not enabled for the workspace: stop and tell the user which integration to connect.
Never write to Google Sheets from guessed column letters alone.
Always: 1. inspect the workbook and target worksheet 2. find the real header row 3. map fields by header name 4. verify the destination range 5. write 6. read back sample rows to confirm alignment
Start with:
Confirm:
Read more than one row when structure is unknown.
Typical pattern:
Look for:
If the first row contains labels like `Total`, `Notes`, or other non-record metadata, do not anchor your write range to that row alone.
Map your source fields to actual sheet headers by name, not memory.
Example:
If a required header is missing or ambiguous, stop and ask the user instead of guessing.
Use:
Prefer narrow writes over large blanket writes.
If appending records into a table that already has fixed columns, compute the exact destination columns from the header map first.
Immediately after writing: 1. read back the exact written range 2. inspect at least 2-3 sample rows 3. confirm each field landed under the intended header
If the read-back is misaligned, acknowledge it and correct it before reporting success.
1. `google_sheets_get` 2. `google_sheets_values_get` on a header-discovery range such as `A1:Z5` 3. optional `google_sheets_values_batch_get` for existing data + destination area 4. `google_sheets_values_update` or `google_sheets_values_batch_update` 5. `google_sheets_values_get` on the written range for verification
Bad:
Good:
Agent Skills for marketing — paid ads, social media, SEO, AI search, competitor research, ad creative generation, email lifecycle, analytics, operations, and more.
Repo: hyperfx-ai/marketing-skills
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Plan and create Amazon Sponsored Products campaigns end-to-end via the Hyper MCP. Use when the user wants to launch Amazon Ads, set up Sponsored Products,…
Drive Google Analytics (GA4), Google Tag Manager, Google Search Console, and BigQuery from chat — tracking plans, GA4 reports, key-event (conversion) setup,…
Generate one excellent, on-brand blog post per run for any business, built to rank on Google and get cited by AI search (ChatGPT, Claude, Perplexity, AI…
Create and maintain a single brand-context.md — positioning, audience, personas, pain points, customer language, voice, proof points — that every other…
Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft…