fatura-olusturucu

Generate PDF invoices from social media collaborations using Gmail API and fpdf2.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/cengo33/hal-piyasa --skill fatura-olusturucu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fatura-olusturucu
Source: https://github.com/cengo33/hal-piyasa/tree/main/_skills/fatura-olusturucu
Command: npx skills add https://github.com/cengo33/hal-piyasa --skill fatura-olusturucu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fpdf2, google-api-python-client, google-auth-oauthlib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of generating PDF invoices from social media collaborations, eliminating the need for manual data entry and reducing time spent on administrative tasks.

Core Features & Use Cases

  • Automated Invoice Generation: Generate professional PDF invoices directly from social media collaborations.
  • Manual and E-mail Thread Extraction: Extract invoice information from manual input or e-mail threads.
  • Use Case: Suppose you have a social media collaboration with a brand, and you need to generate an invoice. Use this Skill to extract the necessary information from the collaboration and generate the invoice automatically.

Quick Start

To generate an invoice for a brand, run the command: /fatura-kes [Brand Name], [Amount] [Currency]

Frequently Asked Questions about fatura-olusturucu

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

FAQPage Schema
How do I automate PDF invoice generation from email threads?

Automate PDF invoice generation by extracting relevant billing information directly from email threads using the Gmail API, then formatting the data into a professional document with the fpdf2 library. This removes manual data entry from social media collaborations.

What is the best way to create PDF invoices for social media collaborations?

Creating PDF invoices for social media collaborations is best handled by extracting payment details from manual input or email threads and using Python libraries like fpdf2 to automatically generate the final document.

Do I need a Gmail API credential to generate automated invoices?

Yes, Gmail API credentials are required to extract invoice information from email threads. The Skill uses google-api-python-client and google-auth-oauthlib to access and parse collaboration data before PDF creation.

Can I manually input data for PDF invoice creation instead of parsing emails?

Yes, PDF invoice creation supports manual data input as an alternative to email parsing. You can directly specify the brand name, amount, and currency to generate the invoice using the fpdf2 library.

How to generate a PDF invoice with a single command for a brand collaboration?

Generate a PDF invoice by running the command format specifying the brand name, amount, and currency. The Skill processes these parameters to automatically produce the final PDF document.