# Collect Product

> Generate FinVerge Collect (No-Code Payments Platform) collateral — Payment Links, Pages, Buttons, Forms. Demo decks, one-pagers, FAQ documents, and feature matrices. Use whenever the user mentions creating, drafting, preparing, generating, or needing ANY kind of Collect, no-code payments, Payment Links, Payment Pages, Payment Buttons, Payment Forms, bulk links, payment landing pages, or "no developer needed" payment collateral. Triggers on phrases like "Collect demo deck", "no-code payment pitch", "Payment Links one-pager", "Payment Pages FAQ", "make a deck on our no-code platform", "bulk payment link generation pitch", "payment buttons sales sheet", and similar. Pulls from the shared Collect knowledge base. Outputs PPTX, DOCX, or XLSX.

- Skill: `himanisharrma/collect-product` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add himanisharrma/collect-product`
- Raw SKILL.md: https://api.skillmd.com/api/skills/himanisharrma/collect-product/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: himanisharrma (https://skillmd.com/u/himanisharrma)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/himanisharrma/collect-product

---


# Collect Product Skill

Generate FinVerge Collect (No-Code Payments Platform) collateral. Covers all 4 sub-products: Payment Links, Pages, Buttons, Forms.

## When to use

- "Collect demo deck for an SME"
- "Payment Links one-pager"
- "No-code platform FAQ"
- "Feature matrix for the no-code platform"

## Generating

```bash
cd skills/collect-product/scripts
python3 generate.py --output demo_deck
python3 generate.py --output one_pager
python3 generate.py --output faq
python3 generate.py --output feature_matrix

# Or all at once:
bash generate_all.sh
```

Outputs go to `~/Downloads/collect-output/`.

## What's in this skill

- `SKILL.md` — this file
- `product_meta.py` — Collect-specific config (display name, sub-product positioning, FAQ, integration features, next steps)
- `scripts/generate.py` — thin dispatcher to shared/outputs/

## Updating content

| Change | Where to edit |
|--------|---------------|
| FAQ Q&A | `product_meta.py` → `FAQ_ITEMS` |
| Stats / numbers | `product_meta.py` → `ABOUT_STATS` and `ONE_PAGER_STATS` |
| Sub-product positioning | `shared-kb/collect/external.md` (covers Form/Buttons/Links/Pages) |
| Sub-product features | `shared-kb/collect/features.md` (each sub-product as a section) |
| Compliance text | `shared-kb/collect/compliance.md` |
| Pricing | `shared-kb/collect/pricing.md` |

