By OsomePteLtd
Accounting and bookkeeping skills for OSOME customers, powered by the OSOME MCP server at https://mcp.osome.com/mcp
Get a snapshot of your company's financial position. Use when the user asks about financial health, profitability, balance sheet, or wants a business overview. Requires OSOME MCP server at https://mcp.osome.com/mcp
Understand where money is coming from and going to. Use when the user asks about cash flow, spending, expenses, or money movement. Requires OSOME MCP server at https://mcp.osome.com/mcp
Track who owes you money and who you owe. Use when the user asks about outstanding invoices, bills to pay, accounts receivable, accounts payable, or aging reports. Requires OSOME MCP server at https://mcp.osome.com/mcp
Search transactions by account and date range. Use when the user asks about specific expenses, transaction history, or account activity. Requires OSOME MCP server at https://mcp.osome.com/mcp
View company directors and subsidiaries. Use when the user asks about corporate structure, directors, or group companies. Requires OSOME MCP server at https://mcp.osome.com/mcp
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills for accounting and bookkeeping, powered by the OSOME MCP server.
Connect the OSOME MCP server to your Claude/OpenCode environment as a Streamable HTTP MCP endpoint:
https://mcp.osome.com/mcp
The MCP endpoint handles JSON-RPC over POST /mcp. Authentication is via OAuth bearer token; MCP clients can discover OAuth metadata from /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server. Read-only tools require openid; document upload additionally requires company:documents:write.
| Skill | Description |
|---|---|
| financial-health-check | Get a snapshot of your company's financial position |
| cash-flow-visibility | Understand where money is coming from and going |
| receivables-payables-tracker | Track who owes you and who you owe |
| ledger-deep-dive | Query specific transactions and accounts |
| corporate-structure-overview | View directors and subsidiaries |
| tax-compliance-snapshot | Check GST/VAT obligations and prepare for tax filing |
Install directly from GitHub:
/plugin install github:OsomePteLtd/skills
Copy skills to your config directory:
git clone https://github.com/OsomePteLtd/skills.git osome-skills
cp -r osome-skills/skills/* ~/.config/opencode/skills/
Or for project-scoped installation:
cp -r osome-skills/skills/* .opencode/skills/
Copy skills to your agent's skills directory:
git clone https://github.com/OsomePteLtd/skills.git osome-skills
# For Claude Code
cp -r osome-skills/skills/* ~/.claude/skills/
# For OpenCode
cp -r osome-skills/skills/* ~/.config/opencode/skills/
# For any agent supporting .agents/ convention
cp -r osome-skills/skills/* ~/.agents/skills/
Once installed, skills are automatically triggered by relevant questions:
financial-health-checkcash-flow-visibilityreceivables-payables-trackerledger-deep-divecorporate-structure-overviewtax-compliance-snapshotThese skills orchestrate tools from the OSOME MCP server:
list-companies - List your companiesget-company - Company details and fiscal yearget-chart-of-accounts - Chart of accounts by jurisdictionsearch-transactions - Search transactions with optional date range and limit (newest first; default 50)list-documents - Accounting documents (ID and name only)get-document - Document details (ID and name only)prepare-document-upload - Step 1 for document upload; returns a presigned POST target and uploadTokencomplete-document-upload - Step 3 for document upload; creates the OSOME document after bytes are uploaded to the presigned targetget-journal-entries - Journal entries (ID, description, amount)get-bank-accounts - Bank accounts and balancesDocument upload supports PDF, JPG/JPEG, PNG, CSV, XLS, and XLSX files up to 50 MB. Do not send file bytes or contentBase64 to MCP: upload the file directly to the presigned POST target returned by prepare-document-upload, then call complete-document-upload with the same metadata and uploadToken.
get-balance-sheet - Balance sheet reportget-profit-and-loss - Profit & loss statementget-cash-flow-statement - Cash flow statementget-trial-balance - Trial balanceget-aged-payables - Accounts payable agingget-aged-receivables - Accounts receivable agingget-corporate-subsidiaries - Subsidiary companiesget-directors-shareholders - Directors (name, role, jurisdiction)Skills work with companies in these jurisdictions:
| Jurisdiction | Tax System | Currency |
|---|---|---|
| Singapore | GST (9%) | SGD |
| Hong Kong | No GST/VAT | HKD |
| United Kingdom | VAT (20%) | GBP |
| UAE | VAT (5%) | AED |
Proprietary - OSOME Pte Ltd. See LICENSE for details.
npx claudepluginhub osomepteltd/skills --plugin osome-accounting-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.