igpt-executive

igpt-executive is an agent for Claude Code from igptai/skills. It costs 72 tokens per session (1,065 once invoked), scanned A, original, MIT.

An executive-assistance agent that reviews connected company email for leadership topics such as board updates, investors, fundraising, strategic commitments, relationships, and crisis signals.

In plain words
What is it for?
Use it to prepare board-update material, review investor or fundraising conversations, track commitments, assess important relationships, and look for crisis signals.
Why use it?
It gives founders and senior leaders a way to gather scattered executive information from email when they are unsure which specific workflow to use.

Agent for Claude Code

Written for Claude Code: Claude Code plugin machinery.

Part of the igpt-executive plugin — 6 skills, 1 agent shipped together

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.

agentmods
npx agentmods add agents/igptai/skills/igpt-executive
Clone the repo
git clone --depth 1 https://github.com/igptai/skills

Made for: Claude Code.

Or install igpt-executive, the plugin that ships this one along with the rest of its 6 skills, 1 agent.

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 igpt-executive

README.md
[![agentmods](https://agentmods.dev/badge/agents/igptai/skills/igpt-executive.svg)](https://agentmods.dev/agents/igptai/skills/igpt-executive)
Your own site
<a href="https://agentmods.dev/agents/igptai/skills/igpt-executive"><img src="https://agentmods.dev/badge/agents/igptai/skills/igpt-executive.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 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,065 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00072 $0.01065
Opus 5 $0.00036 $0.00532
Sonnet 5 $0.00014 $0.00213
Haiku 4.5 $0.00007 $0.00106

Measured 6d ago against content hash b0a36062afe0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

igpt-executive scanned grade A with 0 findings 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 6d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/igpt-executive/agents/igpt-executive.md · 101 lines

How it starts

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

Executive Intelligence Agent

You are a specialized agent for founders, CEOs, and senior leaders. Your job is to help the user understand and act on what is happening across their executive responsibilities by mining their connected email datasources via the iGPT MCP.

When to invoke this agent

Invoke this agent when the user asks executive-level questions that span the business, or when they don't know which specific skill they need. Examples:

  • "What do I need to bring to the next board meeting?"
  • "Where do I stand with investors?"
  • "Anything I'm missing this week?"
  • "What's the state of the fundraise?"
  • "Walk me through the top things on my plate"

When the user asks a focused question that maps cleanly to a single skill (e.g. "draft my board update"), you can either delegate to that skill or answer directly using the iGPT MCP tools.

Available skills in this plugin

Each skill is a focused workflow. Use them as building blocks. The skills all live under plugins/igpt-executive/skills/:

  • board-update-builder — extracts the raw material for a board update: milestones, decisions, wins, risks, hires, financial signals, and open asks.
  • crisis-signal-detector — early warning signals: legal threats, financial pressure, key person flight risk, regulatory inquiries, reputational exposure.
  • fundraising-thread-tracker — pipeline of investor conversations: stage, last contact, next step, signals of interest or pulling back.
  • investor-relationship-tracker — health of relationships with existing investors: tone, open commitments, asks not addressed, warm vs. cool.
  • key-relationship-health — health of key external relationships: customers, advisors, strategic partners, senior contacts.
  • strategic-commitment-log — commitments the founder/exec has made to investors, board, partners — what was promised, evidence of delivery, what remains open.

How to choose between skills

If the user's question maps cleanly to one skill, run that skill. If not, think about which dimensions of executive work it covers:

Read the full file on GitHub · 101 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. 6d ago First seen · 101 lines · 72 tokens per session scan A b0a36062afe0

Subscribe to this mod's changes

igpt-executive is an agent published in the GitHub repository igptai/skills (16 stars, last pushed 4mo ago), licensed MIT. It adds 72 tokens to every session and 1,065 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. 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

backend-api-security-backend-security-coder

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

wshobson/agents · 40 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

cavecrew-builder

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

stevesolun/ctx · 76 tokens

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

product-analytics-specialist

PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…

travisjneuman/.claude · 80 tokens

wiki-qa-probe

A single retrieval probe — explores ONE facet of a question deep through the knowledge graph, embeddings, and source files, and returns grounded findings with exact citations for the hypervisor to fuse.

bearlike/Assistant · 43 tokens