pipeline-analytics
Generate interactive analytics dashboards from CRM data. Use when asked to "show pipeline stats", "create a report", "analyze leads", "show conversion rates", "build a dashboard", "visualize outreach data", "funnel analysis", or any data visualization request from DuckDB workspace data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aspenas/ironclaw-pipeline-analyticsWhat This Skill Does
The pipeline-analytics skill transforms OpenClaw into a powerful business intelligence powerhouse by bridging the gap between raw CRM data and actionable visual insights. It interprets natural language requests to construct complex DuckDB SQL queries that run against your workspace's pivot views. By automatically translating business questions like "show my conversion rates" into performant SQL, it retrieves your data and renders it instantly as dynamic, interactive Recharts dashboards right inside your chat interface. This eliminates the need for manual spreadsheet work, data exports, or waiting on technical analysts to generate weekly reports.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/aspenas/ironclaw-pipeline-analytics
Use Cases
- Sales Pipeline Management: Visualize your sales funnel to identify bottlenecks, such as where leads are stalling between 'Contacted' and 'Proposal' stages.
- Outreach Performance: Compare the efficacy of different channels (e.g., Email vs. LinkedIn) by analyzing reply rates and message volume over time.
- Lead Source Attribution: Evaluate which marketing sources yield the highest conversion rates and qualify the fastest, helping allocate marketing budget effectively.
- Velocity Tracking: Calculate time-to-convert metrics to optimize sales cycles and predict future revenue generation more accurately.
Example Prompts
- "Show me a funnel analysis for my leads by status to see where we are losing prospects."
- "Create a report comparing reply rates across our outreach channels for the last quarter."
- "Build a dashboard visualizing our lead conversion rates grouped by their original source."
Tips & Limitations
- Querying Pivot Views: Always utilize the
v_*prefix views in your queries. These are optimized for reporting and simplify the schema by abstracting away the complexities of raw table joins. - Data Formatting: Ensure your date columns are properly cast as DATE types to enable time-series visualization functions like
DATE_TRUNC. - SQL Performance: While DuckDB is exceptionally fast, always use filters to limit datasets when performing massive aggregations over multi-year records to keep the chat interface responsive.
- Limitations: The skill currently generates static analytical reports; real-time write-back to the CRM is not supported. Ensure your pivot views are refreshed if your source CRM data changes frequently.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aspenas-ironclaw-pipeline-analytics": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
outreach-sequencer
Create and manage multi-step outreach sequences — LinkedIn messages, cold emails, and follow-ups with personalization. Use when asked to "send outreach", "create email sequence", "follow up with leads", "start a drip campaign", "send LinkedIn messages", "personalized outreach", or any automated multi-step communication workflow.
lead-enrichment
Enrich contact and lead records with LinkedIn profiles, email addresses, company data, and education info. Use when asked to "enrich contacts", "fill in missing data", "find emails for leads", "complete lead profiles", "look up company info", or any bulk data completion task for CRM records.
linkedin-scraper
Scrape LinkedIn profiles using the user's Chrome profile. Use when asked to find leads, scrape LinkedIn profiles, extract contact data from LinkedIn, or build prospect lists. Triggers include "find founders on LinkedIn", "scrape this LinkedIn profile", "get LinkedIn data for these people", "build a lead list from LinkedIn".