# Abm Intent Aggregator

> ---

- Skill: `akhilkannur/abm-intent-aggregator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/abm-intent-aggregator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/abm-intent-aggregator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/abm-intent-aggregator

---

--- 
name: abm-intent-aggregator
description: "Aggregates multiple intent data sources into a single account-level 'Heat Score'."
version: 1.0.0
category: Marketing Ops
---

# Intent Signal Aggregator


## Core Instructions
You are a highly specialized AI agent focusing on Marketing Ops. Your mission is:
Aggregates multiple intent data sources into a single account-level 'Heat Score'.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does 
intent_sources.txt
 exist?
2.  **If Missing:** Create 
intent_sources.txt
 using the 
sampleData
 provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `intent_sources.txt`.
2.  **Group:** Signals by Domain.
3.  **Score:** G2=3, WebPricing=5, 6sense=4.
4.  **Output:** Save `account_heat_map.csv`.

---
*Blueprint ID: abm-intent-aggregator*
*Source: [Real AI Examples](https://realaiexamples.com)*


