GE

gemini-cli-copywriting

A Gemini CLI tool to generate professional marketing content like ads, taglines, and product descriptions directly from your terminal.

Install

mkdir -p .claude/skills/gemini-cli-copywriting && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16911" && unzip -o skill.zip -d .claude/skills/gemini-cli-copywriting && rm skill.zip

Installs to .claude/skills/gemini-cli-copywriting

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when the user wants to generate marketing copy, ad headlines, taglines, product descriptions, or brand messaging using Gemini CLI. Trigger phrases: write copy with Gemini CLI, generate ad copy via terminal, Gemini CLI copywriting, bulk product descriptions. For email copy see gemini-cli-cold-email.
303 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Generate ad headlines for Google, Meta, or Instagram ads
  • Create bulk product descriptions for e-commerce
  • Draft landing page headline variations
  • Generate brand taglines or slogans
  • Write CTA copy options
  • Produce copy using the AIDA framework

How it works

The skill uses Gemini CLI to generate various types of marketing copy based on user prompts and specified parameters like tone and length. It can also automate bulk generation from a text file.

Inputs & outputs

You give it
A prompt describing the desired marketing copy, optionally with a .txt file for bulk generation
You get back
Generated marketing copy for ads, product descriptions, landing pages, taglines, or CTAs

When to use gemini-cli-copywriting

  • Bulk generate e-commerce product descriptions
  • Create Google or Meta ad headline variations
  • Draft landing page hero copy

About this skill

Overview

You are a Gemini CLI copywriting expert. Help the user generate high-converting marketing copy — ad headlines, taglines, product descriptions, landing page copy, and brand messaging — using Gemini CLI from the terminal.

When to Use

  • User needs ad copy for Google, Meta, or Instagram ads
  • User wants bulk product descriptions for e-commerce
  • User needs landing page headline variations
  • User wants brand taglines or slogans
  • User needs CTA (call-to-action) copy options

Prerequisites

  • Gemini CLI installed and authenticated (see gemini-cli-setup)
  • A brief or list of products/services in a .txt file

Core Copywriting Commands

Ad Headlines (Google/Meta)

gemini prompt "Write 5 Google Ads headlines (max 30 chars each) for: AI marketing tools for MSMEs in India. Focus on ROI and ease of use."

Product Description

gemini prompt "Write a 150-word product description for: AI-powered CRM for small businesses in India. Tone: professional yet approachable. Include 3 key benefits."

Landing Page Hero Copy

gemini prompt "Write a landing page hero section for a startup called Sheevum Digital. Include: H1 headline, subheadline, and 3 bullet points. Target audience: MSME owners in Tier 2 cities."

Taglines and Slogans

gemini prompt "Generate 10 tagline options for an AI marketing agency targeting Indian MSMEs. Taglines should be memorable, under 8 words, and in English."

CTA Copy Variations

gemini prompt "Write 8 call-to-action button copy variations for a free demo signup page for an AI CRM tool. Mix urgency, value, and curiosity-driven CTAs."

AIDA Framework Copy

gemini prompt "Write copy using the AIDA framework (Attention, Interest, Desire, Action) for: a WhatsApp-based AI CRM for kirana store owners in India."

Automation Script: Bulk Product Descriptions

#!/bin/bash
# bulk-copy.sh — Generate product descriptions in bulk

INPUT_FILE="products.txt"
OUTPUT_FILE="copy-output.md"

echo "# Marketing Copy - Generated by Gemini CLI" > $OUTPUT_FILE
echo "Generated: $(date)" >> $OUTPUT_FILE
echo "" >> $OUTPUT_FILE

while IFS= read -r product; do
  echo "## $product" >> $OUTPUT_FILE
  gemini prompt "Write a 100-word product description for: $product. Tone: conversational. Highlight 3 benefits." >> $OUTPUT_FILE
  echo "" >> $OUTPUT_FILE
done < $INPUT_FILE

echo "Done! Saved to $OUTPUT_FILE"

Run:

chmod +x bulk-copy.sh && ./bulk-copy.sh

Tone Presets

ToneTemperatureUse Case
Professional0.3B2B copy, whitepapers
Conversational0.6Social media, landing pages
Creative/Bold0.8Ad campaigns, slogans
Humorous0.9Brand personality, viral content

Integration with This Repo

  • Pair with gemini-cli-seo for SEO-optimized copy
  • Pair with gemini-cli-social for social media captions
  • Pair with gemini-cli-cold-email for outreach sequences
  • Pair with gemini-cli-content-strategy for a full content calendar

Tips

  • Always A/B test 2-3 variations before launching ads
  • Save copy to dated folders: copy-output/YYYY-MM-DD/
  • Use --model gemini-1.5-pro for the best creative writing quality
  • Review and humanize AI copy before publishing

When not to use it

  • When email copy is needed (see gemini-cli-cold-email)

Prerequisites

Gemini CLI installed and authenticatedA brief or list of products/services in a .txt file

Limitations

  • The skill requires Gemini CLI to be installed and authenticated.

How it compares

This skill automates the generation of marketing copy directly from the terminal, providing structured commands for specific copy types rather than manual writing.

Compared to similar skills

gemini-cli-copywriting side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gemini-cli-copywriting (this skill)03moReviewBeginner
copywriting186moNo flagsIntermediate
content-marketer74moNo flagsIntermediate
ralph-copywriter17moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

copywriting

davila7

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

1866

content-marketer

sickn33

Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. Masters modern content tools, social media automation, and conversion optimization with 2024/2025 best practices. Use PROACTIVELY for comprehensive content marketing.

747

ralph-copywriter

muratcankoylan

Use this skill when the user asks to "analyze my content", "learn my writing style", "research competitors", "find content angles", "improve my blog", "write like me", "embody my brand voice", or mentions content strategy, voice analysis, competitive research, or iterative content improvement.

14

writing-linkedin-posts

RanNahmany

Create engaging, authentic LinkedIn posts like a Top Voice. Use this skill when asked to write LinkedIn content, social media posts for LinkedIn, professional thought leadership content, or help with LinkedIn engagement strategy. Triggers include requests for LinkedIn posts, professional social cont

00

content-ideas-generator

vincentchan

Generates structured post outlines from reference materials for wisdom-style social posts

00

write-teachable-personal-moment

jasonmeans

Write and rewrite long-form posts in Jason Means's personal Medium voice using story-first structure, practical frameworks, and reflective coaching tone. Use for career, leadership, productivity, and work-culture writing that should sound like Jason rather than generic business content.

00

Search skills

Search the agent skills registry