Batch JSON Builder

Generate a JSON file of contacts, subjects, and bodies from an HTML batch tracker.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bostonrobbie/BDR --skill batch-json-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Batch JSON Builder
Source: https://github.com/bostonrobbie/BDR/tree/main/skills/batch-json-builder
Command: npx skills add https://github.com/bostonrobbie/BDR --skill batch-json-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the creation of JSON files containing contact information, subjects, and bodies for email outreach, eliminating manual data entry and reducing errors.

Core Features & Use Cases

  • Automated JSON Construction: Reads approved batch tracker HTML files and extracts all necessary data.
  • Data Validation: Performs checks on email validity, subject/body length, and placeholder usage.
  • Use Case: After Rob approves a batch of outreach messages, this skill generates the batch{N}_sends.json file, which is then used by the Apollo send skill, streamlining the entire outreach process.

Quick Start

Run the batch JSON builder skill with the tracker HTML file path and batch number.

Frequently Asked Questions about Batch JSON Builder

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

FAQPage Schema
How do I generate a JSON file for email outreach from an HTML tracker?

To generate a JSON file for email outreach from an HTML tracker, use this skill to extract contacts, subjects, and bodies. It reads the approved batch tracker HTML, validates the extracted data for completeness, and outputs a sendable JSON file for your workflow.

What data validation checks are performed during automated JSON construction?

During automated JSON construction, data validation checks verify email validity, subject and body length, and placeholder usage. This ensures the extracted contact information and messaging content adhere to required standards before the JSON file is generated.

Do I need an approved HTML batch tracker to use this JSON generation tool?

Yes, you need an approved HTML batch tracker file and a batch number to use this JSON generation tool. The skill parses the HTML file to extract the necessary contact and messaging data required to build the JSON output.

Can I integrate the generated JSON file into an automated email sending workflow?

Yes, you can integrate the generated JSON file into an automated email sending workflow. The skill constructs the JSON specifically for subsequent sending workflows, such as passing the batch sends JSON file directly to an Apollo send skill.

What is the best way to extract email subjects and bodies from an HTML batch tracker?

The best way to extract email subjects and bodies from an HTML batch tracker is using an automated HTML parsing skill. It eliminates manual data entry, validates messaging standards, and directly constructs a structured JSON file for email outreach.