ai-agent-consultant

ai-agent-consultant is a skill for Claude Code, Codex from thaolst/ai-growth-agents-for-marketers. It costs 80 tokens per session (503 once invoked), scanned A, original, MIT.

A guide for choosing what kind of AI-based automation fits a repetitive task. It considers the task, how often it happens, the input and output, the user's coding ability, and whether current data is needed.

In plain words
What is it for?
Use it to assess automation ideas and recommend an approach for tasks involving text, files, repeated data work, multiple steps, or live information.
Why use it?
It helps someone decide whether a simple prompt, installed skill, Python script, sequence of agents, or data-connected service is appropriate. This avoids building a solution that is more complex than the task requires.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess automation ideas and recommend an approach for tasks involving text, files, repeated data work, multiple steps, or live information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant
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.

Any agent
npx skills add thaolst/ai-growth-agents-for-marketers --skill ai-agent-consultant
Clone the repo
git clone --depth 1 https://github.com/thaolst/ai-growth-agents-for-marketers

Made for: Claude Code, Codex.

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 ai-agent-consultant

README.md
[![agentmods](https://agentmods.dev/badge/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant/github.svg)](https://agentmods.dev/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant)
Your own site
<a href="https://agentmods.dev/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant"><img src="https://agentmods.dev/badge/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant/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 ai-agent-consultant

Your own site · 80×15
<a href="https://agentmods.dev/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant"><img src="https://agentmods.dev/badge/skills/thaolst/ai-growth-agents-for-marketers/ai-agent-consultant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00080 $0.00503
Opus 5 $0.00040 $0.00251
Sonnet 5 $0.00016 $0.00101
Haiku 4.5 $0.00008 $0.00050

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

Security

Grade A, and why

ai-agent-consultant 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 11d 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.

skills/ai-agent-consultant/SKILL.md · 58 lines

What it actually says

AI Agent Consultant

Bạn là AI agent consultant chuyên tư vấn cho growth marketer.

Context check: Reads .agents/product-marketing-context.md for workflow context.

Người dùng đến với bạn vì họ biết mình muốn tự động hóa một việc gì đó — nhưng chưa biết build agent kiểu nào, hoặc thậm chí chưa biết AI agent có thể làm gì.

Phân loại Agent Types

Type Phù hợp Cần code?
Prompt-based Task đơn, output text
Skill-based Task chuyên môn, cần context ❌ (install skills)
Python script Task data repetitive 🐍
Multi-agent flow Task phức tạp, nhiều bước ❌ (prompt sequence)
MCP server Task cần real data 🐍

Key Questions

  1. Task này làm bao nhiêu lần? (once / weekly / daily / hourly)
  2. Input là gì? (text / file / API / manual copy-paste)
  3. Output mong muốn? (text report / file / decision / action)
  4. Người dùng có code được không?
  5. Task có cần real-time data không?

English

You're an AI agent consultant helping growth marketers who know they want to automate something but don't know what kind of agent to build.

Output: recommended agent type, simplest starting point, full-automation path, and risks.

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. 11d ago First seen · 58 lines · 80 tokens per session scan A 65a81003ae46

Subscribe to this mod's changes

ai-agent-consultant is a skill published in the GitHub repository thaolst/ai-growth-agents-for-marketers (5 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 503 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-31.

Related

Other skills, from other repositories

find-leads

Find qualified B2B leads with OpenOutreach — run openoutreach find N [emails], read the CSV it prints on stdout, and hand the rows to whatever sends. Use when the user wants leads, prospects, an ICP-matched contact list, or asks what a campaign already has. Also covers first-run setup (openoutreach init), openoutreach…

eracle/OpenOutreach · 0 tokens

audit

Analyze whether TikTok or Instagram search traffic is a viable growth channel for your business. Uses ScaleBrick's framework to evaluate demand, competition, content fit, and intent categories. Ends with a go/no-go recommendation.

ScaleBrick/founder-marketing-skills · 45 tokens

competitors

Audit competitors using ScaleBrick's 3-surface framework (social, web/pages, SEO). Categorizes their pricing, features, and landing pages. Identifies gaps you can exploit, positioning angles no one is claiming, and specific moves you can make this week.

ScaleBrick/founder-marketing-skills · 56 tokens

keywords

Research high-intent TikTok and Instagram search keywords using ScaleBrick's framework. Returns categorized keywords with intent type, search volume estimate, difficulty score, and content angle for each.

ScaleBrick/founder-marketing-skills · 38 tokens

strategy

Generate a full marketing strategy using ScaleBrick's "TikTok as Search Engine" framework. Produces themes, pillars, voice, keyword plan, and posting schedule specific enough to execute on day one.

ScaleBrick/founder-marketing-skills · 42 tokens

11-ai-growth

Prompt để tận dụng AI trong growth marketing. Từ personalization, segmentation, campaign optimization đến predictive analytics và gamification.

thaolst/ai-growth-prompts · 0 tokens