Open-source data and skills for AI agents.
Website: forgeuno.com — browse models, tools, and skills.
Each skill is a self-contained directory following the Agent Skills specification.
| Skill | Category | Description |
|---|---|---|
| bank-statement-converter | accounting | Convert PDF bank statements to CSV and QBO |
| google-workspace-cli | productivity | Google Workspace via gws CLI (Calendar, Gmail, Drive) |
| industry-briefing | content | Research and write industry briefings |
| office-docx | documents | Word documents with .NET OpenXML SDK |
| office-xlsx | documents | Excel with XML-level editing for formula integrity |
| office-pdf | documents | PDF generation, reading, and Markdown→PDF |
| office-pptx | documents | PowerPoint with PptxGenJS and design system |
# Via skills CLI
npx skills add clawuno/forgeuno --path skills/office-xlsx
# Manual
git clone https://github.com/clawuno/forgeuno.git
cp -r forgeuno/skills/office-xlsx ~/.agents/skills/MIT