Knack Exporter

Installation
SKILL.md

Knack Exporter

Purpose

Creates shareable and compliant stakeholder reports in multiple formats (PDF, CSV, JSON, Excel, HTML). Supports NCDIT submissions, board presentations, and donor communications.

Core Functions

export_pdf

Purpose: Generate branded PDF reports for formal submissions

Parameters:

  • report (object, required): Report data structure
  • filename (string, required): Output filename
  • template (string, optional): "ncdit_compliance" | "board_summary" | "donor_impact"
  • branding (boolean, optional): Apply HTI colors/logo (default: true)

Example:

const pdf = await export_pdf({
Related skills
Installs
GitHub Stars
10
First Seen