html-leads-dashboard

Generate a single-file HTML dashboard for managing outbound lead lists.

Updated May 16, 2026
One-click install
npx skills add https://github.com/jaredcroxton/hermes-mirror --skill html-leads-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-leads-dashboard
Source: https://github.com/jaredcroxton/hermes-mirror/tree/main/agents/skills/productivity/html-leads-dashboard
Command: npx skills add https://github.com/jaredcroxton/hermes-mirror --skill html-leads-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Turning outbound lead lists into a practical, filterable workflow takes time because you need both prioritization and direct actions (call, email, export) in one place.

Core Features & Use Cases

  • Single-file HTML dashboard: Generates one self-contained .html file you can open directly in a browser for a local lead workflow.
  • Prioritized lead management: Includes company/lead details, segment/category, location, public website, phone/email when available, lead priority, fit score, tailored sales angle, and source notes.
  • Light CRM behavior: Supports per-lead editable status and notes persisted via localStorage, enabling ongoing follow-up without extra tooling.
  • Outbound workflow support: Provides call (tel:) links, email (mailto:) draft actions, website open buttons, plus scripts/opener/routing prompts to move outreach forward.
  • Useful operations: Adds search, filters (segment, priority, status), and CSV export of the currently visible rows.

Quick Start

Create a self-contained HTML leads dashboard for a specified market segment and include prioritized leads with search, filters, editable status/notes, call/email actions, and CSV export.

Frequently Asked Questions about html-leads-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a local lead dashboard for outbound prospecting?

A local lead dashboard for outbound prospecting is built by generating a single self-contained HTML file with searchable lead data, prioritization, and call/email actions viewable directly in your browser.

Can I save lead status and notes in a single-file HTML dashboard?

Yes, a single-file HTML dashboard can save lead status and notes by utilizing browser localStorage, which persists CRM updates locally without requiring an external database or server connection.

Does the HTML lead dashboard support CSV export for filtered leads?

Yes, the HTML lead dashboard supports CSV export for filtered leads, allowing you to download the currently visible rows from your searched and filtered view into a spreadsheet format.

How do I add click-to-call and email links to an HTML lead list?

You can add click-to-call and email links to an HTML lead list by generating standard tel: and mailto: anchor tags, enabling direct outbound dialing and email drafting from the dashboard.

What is the best way to manage outbound prospecting workflows without a remote CRM?

The best way to manage outbound prospecting workflows without a remote CRM is generating a local HTML dashboard that uses localStorage to track per-lead status, notes, and sales angles entirely offline.