Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add SynderAccounting/gl-importer-plugin --skill gl-importergit clone --depth 1 https://github.com/SynderAccounting/gl-importer-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/synderaccounting/gl-importer-plugin/gl-importer)<a href="https://agentmods.dev/skills/synderaccounting/gl-importer-plugin/gl-importer"><img src="https://agentmods.dev/badge/skills/synderaccounting/gl-importer-plugin/gl-importer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/synderaccounting/gl-importer-plugin/gl-importer"><img src="https://agentmods.dev/badge/skills/synderaccounting/gl-importer-plugin/gl-importer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00102 | $0.02125 |
| Opus 5 | $0.00051 | $0.01063 |
| Sonnet 5 | $0.00020 | $0.00425 |
| Haiku 4.5 | $0.00010 | $0.00213 |
Grade A, and why
gl-importer scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl "$BASE/companies" -H "Authorization: Bearer $IMPORTER_API_TOKEN" How it starts
The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Synder Importer API
Import CSV/XLSX files into QuickBooks Online or Xero.
Setup
Getting an API Token
If the user doesn't have a token yet, guide them through these steps:
- Create an account at importer.synder.com and confirm your email
- Connect your accounting software — in the web UI, link QuickBooks Online or Xero via OAuth
- Generate an API key — go to Account → API Keys, click Generate. Copy the token immediately — it's shown only once
export IMPORTER_API_TOKEN="your_token_here"
export BASE="https://importer.synder.com/api/v1"
Trial users: Imports are limited by row count without a paid subscription. No subscription is required to use the API itself.
Data Privacy
- Homepage: importer.synder.com | Docs: importer.synder.com/apidocs
- Operator: Synder — synder.com
- What's sent: CSV/XLSX files containing accounting data (invoices, bills, journal entries, etc.) are uploaded to importer.synder.com and forwarded to your connected accounting provider (QuickBooks Online or Xero)
- Scope: API tokens are scoped to a single user account and its connected companies. Tokens can be revoked at any time from the web UI.
- Recommendation: Always use
dryRun=truefirst to preview before importing live data. Use non-production data for initial testing.
Quick Reference
| Action | Method | Endpoint |
|---|---|---|
| Account info | GET | /account |
| List companies | GET | /companies |
| Company settings | GET/POST | /companies/{id}/settings |
| List entities | GET | /companies/{id}/entities |
| Entity fields | GET | /companies/{id}/entities/{name}/fields |
| Create mapping | POST | /companies/{id}/mappings |
| List mappings | GET | /companies/{id}/mappings |
| Update mapping | PUT | /companies/{id}/mappings/{mid} |
| Delete mapping | DELETE | /companies/{id}/mappings/{mid} |
| Execute import | POST | /companies/{id}/imports |
| Auto-import | POST | /companies/{id}/imports/auto |
| List imports | GET | /companies/{id}/imports |
| Import status | GET | /companies/{id}/imports/{iid} |
| Cancel import | POST | /companies/{id}/imports/{iid}/cancel |
| Revert import | POST | /companies/{id}/imports/{iid}/revert |
| Import results | GET | /companies/{id}/imports/{iid}/results |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 194 lines · 102 tokens per session scan A e38208d0fe5c
gl-importer is a skill published in the GitHub repository SynderAccounting/gl-importer-plugin (0 stars, last pushed 1mo ago), licensed MIT. It adds 102 tokens to every session and 2,125 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
lbo-model
Build leveraged buyout workbooks with IRR/MOIC in Excel.
excel-author
Build auditable financial workbooks headless via openpyxl.
lbo-model
This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.
3-statement-model
Build integrated IS/BS/CF financial workbooks in Excel.