Cashflow Collector
by Roy Yuen
Turn invoice aging exports into prioritized collection plans and polite payment reminder drafts.
- Prioritize overdue invoices based on value and aging risk
- Generate professional, non-confrontational payment reminder emails
- Convert messy CSV/JSON accounting exports into structured collection queues
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Prioritize overdue invoices based on value and aging risk
- Generate professional, non-confrontational payment reminder emails
- file_read, file_write automation included
- Ready for Claude Code
Sample input
I've exported our aging report to invoices.csv. Can you analyze the debt, prioritize who I should contact first, and draft a reminder for the largest overdue account?
Sample output
PRIORITY ACTIONS:
- Acme Corp ($15,000) - 45 days overdue. ACTION: Immediate phone call.
- Globex ($2,500) - 62 days overdue. ACTION: Second email reminder.
DRAFT FOR ACME: "Hi [Contact], I'm following up on Inv #402. Could you let us know when the $15k payment is scheduled?"
Cashflow Collector
by Roy Yuen
Turn invoice aging exports into prioritized collection plans and polite payment reminder drafts.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Prioritize overdue invoices based on value and aging risk
- Generate professional, non-confrontational payment reminder emails
- file_read, file_write automation included
- Ready for Claude Code
- Instant install
Sample input
I've exported our aging report to invoices.csv. Can you analyze the debt, prioritize who I should contact first, and draft a reminder for the largest overdue account?
Sample output
PRIORITY ACTIONS:
- Acme Corp ($15,000) - 45 days overdue. ACTION: Immediate phone call.
- Globex ($2,500) - 62 days overdue. ACTION: Second email reminder.
DRAFT FOR ACME: "Hi [Contact], I'm following up on Inv #402. Could you let us know when the $15k payment is scheduled?"
Screenshots
About This Skill
High-Level Cashflow Management
The Cashflow Collector is a specialized tool designed for SMEs, bookkeepers, and solo operators who need to transform raw invoice aging data into executable collection strategies. Instead of manually staring at spreadsheets, this skill automates the prioritization of overdue accounts and generates the necessary communication to get paid faster.
What it does
- Data Normalization: Converts CSV or JSON invoice exports into structured, validated data models.
- Smart Prioritization: Ranks collection efforts based on risk buckets, debt age, and invoice value, ensuring you focus on the highest-impact accounts first.
- Operational Artifacts: Generates both a structured JSON data file for integration and a human-readable Markdown report.
- Communication Drafting: Produces firm yet polite payment reminders tailored to specific client contexts.
Why use this skill?
Unlike basic LLM prompting, this skill follows a strict data-validation workflow and an "Output Contract" that ensures consistent, error-free planning. It preserves source metadata, handles ambiguous date formats, and applies sophisticated weighting (Value vs. Age) that a standard prompt often fails to balance correctly. It bridges the gap between raw accounting exports and actual business operations.
Use Cases
- Prioritize overdue invoices based on value and aging risk
- Generate professional, non-confrontational payment reminder emails
- Convert messy CSV/JSON accounting exports into structured collection queues
- Create a high-level cashflow risk snapshot for stakeholders
Known Limitations
- Does not integrate directly with bank APIs or accounting software.
- Max 500 invoices per batch recommended.
- No legal or debt recovery advice provided.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/cashflow-collector -o /tmp/cashflow-collector.zip && unzip -o /tmp/cashflow-collector.zip -d ~/.claude/skills && rm /tmp/cashflow-collector.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Claude Code, OpenClaw, and SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.