GTM工程师AI技能包 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.2 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
为Claude Code提供10个Go-to-Market工程师专用AI技能,包括邮件富集、TAM市场规模计算等营销工程任务。基于MCP协议,帮助营销技术人员自动化数据处理和市场分析工作。
GTM工程师AI技能包 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为Claude Code提供10个Go-to-Market工程师专用AI技能,包括邮件富集、TAM市场规模计算等营销工程任务。基于MCP协议,帮助营销技术人员自动化数据处理和市场分析工作。
GTM工程师AI技能包 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/getaero-io/gtm-eng-skills
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"gtm---ai---": {
"command": "npx",
"args": ["-y", "gtm-eng-skills"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 GTM工程师AI技能包 执行以下任务... Claude: [自动调用 GTM工程师AI技能包 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"gtm___ai___": {
"command": "npx",
"args": ["-y", "gtm-eng-skills"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
AI agent skills that turn Claude Code into a GTM engineering workstation — lead enrichment, signal discovery, TAM building, and outbound automation. Powered by Deepline.
You need a Deepline account. The Deepline CLI powers all enrichment commands in these skills.
npm install -g @deepline/cli
deepline auth login
Free tier includes 100 credits (~300 enrichments). Sign up here.
---
"Build a TAM of VP Sales and CROs at 50-500 person SaaS companies in the US"
Claude runs build-tam, sourcing accounts from Apollo, Crustdata, and PDL, deduplicating, and outputting a list with contact details.
"Create a Deepline workflow that runs every Monday and enriches my new HubSpot contacts"
Claude runs workflow-hello-world to scaffold the cron-triggered workflow and validate it end to end.
npx skills add getaero-io/gtm-eng-skills --all
Install specific skills only:
npx skills add getaero-io/gtm-eng-skills --skill deepline-gtm build-tam linkedin-url-lookup
Install globally (available across all projects):
npx skills add getaero-io/gtm-eng-skills --all --global
git clone https://github.com/getaero-io/gtm-eng-skills.git ~/.claude/skills/gtm-eng-skills
cd your-project
git submodule add https://github.com/getaero-io/gtm-eng-skills.git .claude/skills/gtm-eng-skills
---
Reference Deepline cloud workflows you can deploy with deepline workflows apply. Each is a JSON apply-payload with placeholders for IDs, channels, and secrets.
| Workflow | Use case |
|---|---|
[inbound-qualification-cpg](workflows/inbound-qualification-cpg/) | CPG / DTC brand signups: detect retail-presence via Storepoint/Stockist/Closeby/Storerocket/Storemapper/Bullseye/Brandify locator widgets, classify CPG vs non-CPG, route to qualified/manual-review/partner-referral, draft rep brief + outbound email + LinkedIn DM |
[inbound-qualification-saas](workflows/inbound-qualification-saas/) | SaaS / GTM-tool signups (HubSpot webhook): enrich, classify enterprise vs agency, route to two HubSpot lists that trigger different sequences |
[slack-button-listener](workflows/slack-button-listener/) | Listens for Approve & Send / Edit / Skip button clicks on Slack briefs and acknowledges in-thread. Pair with either inbound-qualification workflow above. |
See workflows/README.md for deployment instructions.
---
针对性强的营销工��工具集,MCP集成设计规范。但社区规模小,维护频率需观察,适合专业营销技术团队试用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,GTM工程师AI技能包 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | gtm-eng-skills |
| 原始描述 | 开源MCP工具:10 AI agent skills for Claude Code — waterfall email enrichment, TAM building, s。⭐25 · Python |
| Topics | MCP工具AI AgentClaude Code营销工程自动化技能 |
| GitHub | https://github.com/getaero-io/gtm-eng-skills |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-12 · 更新时间:2026-06-13 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端