بنقرة واحدة
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.