Automate document uploads to Osome accounting platform. Reverse-engineered API, CLI tool, and PDF invoice generators.
npx skills add Necmttn/osome-skillgit clone https://github.com/Necmttn/osome-skill.git
cd osome-skill
bun install
cp .env.example .env
# Edit .env with your cookies and company IDbun scripts/osome.ts list # List transactions needing docs
bun scripts/osome.ts upload <txId> <file> [-m "msg"] # Upload + link
bun scripts/osome.ts message <txId> <message> # Message thread
bun scripts/osome.ts tx <txId> # Transaction detailsbun scripts/generate-salary-pdfs.ts # Salary payment slips
bun scripts/generate-client-invoices.ts # Client invoicesRead the full writeup: How I Reverse-Engineered Osome and Automated 144 Invoice Uploads
MIT