一键导入
signal-monitor
Scan target accounts for new buying signals and output a prioritized alert list.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan target accounts for new buying signals and output a prioritized alert list.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a complete micro-campaign from ICP segment definition to campaign-ready output files.
Enrich a list of companies or contacts with firmographic, technographic, and contact data using available APIs.
Generate personalized first lines, email copy, or LinkedIn messages based on prospect data and copy frameworks.
Analyze CRM pipeline data to identify risks, recommend actions, and generate a weekly pipeline summary.
Read reply emails and classify them by intent (interested, objection, not now, unsubscribe) with recommended next actions.
| name | signal-monitor |
| description | Scan target accounts for new buying signals and output a prioritized alert list. |
Scan a list of target accounts for new buying signals across multiple sources. Output a prioritized alert list so your team acts on the hottest signals first.
This skill pairs well with /loop for scheduled, recurring monitoring (e.g., run every Monday morning).
company_name, company_domainhiring | funding | tech_adoption | content_social | intent | competitive | timing | all24h | 7d | 30dPrioritized alert list (CSV or markdown):
priority, company_name, signal_type, signal_detail, source, detected_date, suggested_contact, suggested_angle, action_deadline
Summary stats:
Save to: ./data/signals/signal_scan_[DATE].csv
#signals channel with: company name, signal type, suggested contact, and recommended outreach angle#signalsConfigure Slack webhook: set SLACK_WEBHOOK_URL in your .env file, or use the Slack MCP connector in Claude Code.
/signal-monitor
Input: ./data/target_accounts.csv
Categories: all
Lookback: 7d
Output:
P0 Signals (act within 48h):
- DataFlow Inc - HIRING - 3 Data Engineer roles posted 2 days ago - Source: LinkedIn Jobs
→ Contact: Alex Chen (VP Engineering) - Angle: "scaling your data team"
- Acme Corp - FUNDING - $25M Series B announced yesterday - Source: Crunchbase
→ Contact: Sarah Kim (CTO) - Angle: "post-raise infrastructure scaling"
P1 Signals (act within 1 week):
- CloudStack - TECH_ADOPTION - Added Snowflake to tech stack - Source: BuiltWith
→ Contact: Mike Johnson (Head of Data) - Angle: "Snowflake pipeline observability"
Summary: 50 accounts scanned, 8 with new signals (3 P0, 3 P1, 2 P2)
To run this on a recurring schedule, use:
/loop signal-monitor --every monday --input ./data/target_accounts.csv --categories all --lookback 7d
This creates a weekly signal digest that compounds your account intelligence over time.