Skip to content

Necmttn/osome-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osome-skill

Automate document uploads to Osome accounting platform. Reverse-engineered API, CLI tool, and PDF invoice generators.

Install as Agent Skill

npx skills add Necmttn/osome-skill

Manual Setup

git clone https://github.com/Necmttn/osome-skill.git
cd osome-skill
bun install
cp .env.example .env
# Edit .env with your cookies and company ID

Usage

bun 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 details

Generate PDFs

bun scripts/generate-salary-pdfs.ts        # Salary payment slips
bun scripts/generate-client-invoices.ts    # Client invoices

Blog Post

Read the full writeup: How I Reverse-Engineered Osome and Automated 144 Invoice Uploads

License

MIT

About

Automate document uploads to Osome accounting platform — reverse-engineered API, CLI tool, and PDF invoice generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors