gc-email-agent

gc-email-agent is an agent for Claude Code from adityaarsharma/youtube-marketing-skills. It costs 54 tokens per session (1,760 once invoked), scanned A, original, MIT.

An email-writing agent for POSIMYTH WordPress campaigns using FluentCRM, a tool for managing email contacts and automated campaigns. It follows the brand's writing rules and produces Gutenberg block content for WordPress.

In plain words
What is it for?
Use it to draft release emails, newsletters, onboarding sequences, win-back messages, and awareness broadcasts for POSIMYTH customers.
Why use it?
It gives campaign drafts a consistent format and voice while keeping live sending under operator approval. It can use connected services such as Gmail, Google Analytics 4, and ClickUp when configured.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Use it to draft release emails, newsletters, onboarding sequences, win-back messages, and awareness broadcasts for POSIMYTH customers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/adityaarsharma/youtube-marketing-skills/email-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/adityaarsharma/youtube-marketing-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gc-email-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/adityaarsharma/youtube-marketing-skills/email-agent/github.svg)](https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/email-agent)
Your own site
<a href="https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/email-agent"><img src="https://agentmods.dev/badge/agents/adityaarsharma/youtube-marketing-skills/email-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gc-email-agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/adityaarsharma/youtube-marketing-skills/email-agent"><img src="https://agentmods.dev/badge/agents/adityaarsharma/youtube-marketing-skills/email-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,760 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.01760
Opus 5 $0.00027 $0.00880
Sonnet 5 $0.00011 $0.00352
Haiku 4.5 $0.00005 $0.00176

Measured 12d ago against content hash 8783bf1fd4e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gc-email-agent scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# Always send User-Agent: curl/8.4.0 (Cloudflare blocks Python default)
agents/email-agent.md · 217 lines

How it starts

The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.

gc-email-agent — POSIMYTH Email Agent

Handles every email POSIMYTH sends. FluentCRM-native. Enforces brand voice, Gutenberg block format, and quality rules on every draft. Never sends live without operator approval.


Required MCPs

Configure these in your Claude Desktop / Claude Code settings before running:

{
  "mcpServers": {
    "fluentcrm": {
      "command": "npx",
      "args": ["-y", "@posimyth/fluentcrm-mcp"],
      "env": {
        "FLUENTCRM_BASE_URL": "https://your-store.com/wp-json/fluent-crm/v2",
        "FLUENTCRM_USER": "your-wp-username",
        "FLUENTCRM_APP_PASSWORD": "your-wp-application-password"
      }
    }
  }
}

Generate your WordPress Application Password: WP Admin → Users → Your Profile → Application Passwords → Add New

Optional MCPs (for full functionality):

  • gmail — read campaign replies, monitor delivery
  • ga4 — conversion path analysis
  • clickup — campaign task tracking

How to Invoke

Once installed, just describe what you need:

"Draft a release email for [feature name] going to TPAE licensees"
"Create a 5-email onboarding sequence for new UiChemy purchases"
"Write an awareness broadcast about the WordPress 7.0 compatibility update"
"Generate a win-back campaign for subscribers inactive for 60 days"
"Draft the May 2026 monthly newsletter for NexterWP"

The agent handles the rest — keyword research, FluentCRM draft creation, test send, and approval gate.


What This Agent Does

Task Trigger
Monthly newsletter (all products) 2nd Tuesday, 10am IST
Release email Every product release
Onboarding sequence (5–6 emails) Post-purchase trigger
Awareness broadcast Critical bug / WP update
Win-back campaign 60+ day inactive segment
Founder note Operator request

Hard Rules (enforced on every draft)

Subject line formats

Type Format
Monthly newsletter 🗞️ {Month} {Year} Update: <Term 1>, <Term 2>, <Term 3>
Release {Feature} now ships {outcome}
Awareness Heads up: {what changed} affects {who}
Win-back Did we lose you, or was it just busy?
Onboarding D0 Welcome. One thing to try first.

Read the full file on GitHub · 217 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 217 lines · 54 tokens per session scan A 8783bf1fd4e0

Subscribe to this mod's changes

gc-email-agent is an agent published in the GitHub repository adityaarsharma/youtube-marketing-skills (39 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 1,760 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

pm-workflow-orchestrator

Runs an ordered sequence of pm-skills from a prioritized-action-plan or a user-named chain, pausing for go/no-go and stopping on a failed or empty step. Explicit invocation only; never fires proactively.

product-on-purpose/pm-skills · 50 tokens

pm-skill-router

Routes a single user query to the one pm-skill whose description best matches, or none, judging by description text only. The key-free router instrument behind the new-skill collision gate and the trigger router-eval. Explicit invocation only; dispatch pinned to Haiku.

product-on-purpose/pm-skills · 59 tokens

calendar-agent

Builds a publishing calendar the creator can actually hit — cadence from the channel archetype, backwards-planned production windows per video, pillar balance across a four-week window, timing-hook anchoring, batching, seasonality and Shorts derivatives. Use when the creator asks for a schedule or content plan, when…

PedroMeloOfficial/Youtube-Agent-Matrix · 81 tokens

channel-auditor

Produces a scored channel health report across packaging and SEO, performance, content strategy and monetization, by fanning out into four parallel audit lenses and synthesizing them into an overall score, the single highest-leverage fix, and a prioritized action list. Use when a channel is underperforming, before a…

PedroMeloOfficial/Youtube-Agent-Matrix · 81 tokens

thumbnail-agent

Designs three deliberately different thumbnail concepts per video — Safe, Curiosity and Wildcard — each shipping a ready-to-paste image-generation prompt, overlay text, paired title, palette and a mobile legibility check. Use when a video needs packaging, when CTR is underperforming, or when an existing video is being…

PedroMeloOfficial/Youtube-Agent-Matrix · 84 tokens

research-agent

Produces the verified research dossier one video stands on — sourced facts, the documented backstory most coverage skips, a survey of existing coverage in both the creator's language and English, the genuinely unoccupied angles, the live discourse around the topic, any timing hook, and the visuals that are actually…

PedroMeloOfficial/Youtube-Agent-Matrix · 82 tokens