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 genvjacobc/lightspeed-x-mcp --skill reportsgit clone --depth 1 https://github.com/genvjacobc/lightspeed-x-mcpWrote 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/genvjacobc/lightspeed-x-mcp/reports)<a href="https://agentmods.dev/skills/genvjacobc/lightspeed-x-mcp/reports"><img src="https://agentmods.dev/badge/skills/genvjacobc/lightspeed-x-mcp/reports.svg" alt="Measured on agentmods" 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.00080 | $0.01442 |
| Opus 5 | $0.00040 | $0.00721 |
| Sonnet 5 | $0.00016 | $0.00288 |
| Haiku 4.5 | $0.00008 | $0.00144 |
Grade A, and why
reports scanned grade A with 0 findings 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Answering retail questions from Lightspeed X
Route the question to the right tool, then interpret the numbers rather than just relaying the table.
Start with their preferences
Call lightspeed_get_config before the first report of a session. It returns
this user's defaults: which stores their reports cover, what they want measured,
what to compare against, and how much customer detail to surface. Honour it.
Two rules about applying it:
- The question wins. Config is the default, not a filter on what they asked for. If they ask about a store outside their configured scope, answer about that store.
- Say what you applied. If a total covers three outlets out of twenty because their config says so, the answer has to say so. A scoped number that looks like a whole-company number is worse than no personalization at all.
If they want different defaults, that is the customize skill, not a manual
edit.
Pick the tool
| The question is about | Tool |
|---|---|
| Anything aggregated: rankings, trends, totals, mix, margin | lightspeed_sales_report |
| One transaction, a receipt, an audit, returns | lightspeed_list_sales |
| Stock on hand, what is low, what to reorder, inventory value | lightspeed_inventory_report |
| Finding a product, its price, cost, or stock by location | lightspeed_search_products, lightspeed_get_product |
| A specific customer, or their purchase history | lightspeed_search_customers, then lightspeed_list_sales with customer_id |
| Exact spelling of a brand, category, supplier, promotion | lightspeed_list_reference_data |
| Which stores exist, their UUIDs and timezones | lightspeed_list_outlets |
| An endpoint with no dedicated tool | lightspeed_api_get |
lightspeed_sales_report answers far more than its name suggests. Reach for it
with the right group_by instead of pulling raw sales and doing the arithmetic
yourself:
| Question | group_by |
|---|---|
| Top sellers | product, or sku for variant-level |
| Which store is winning | outlet |
| Trend over time | day, or month for long ranges |
| Busiest times, staffing decisions | hour, weekday |
| Category or brand mix, margin by brand | category, brand |
| Vendor performance | supplier |
| Staff performance | salesperson |
| Best customers | customer |
| Cash versus card | payment_type |
| One headline number | none |
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.
- 7d ago First seen · 120 lines · 80 tokens per session scan A 06de35dbcb65
reports is a skill published in the GitHub repository genvjacobc/lightspeed-x-mcp (0 stars, last pushed 12d ago), licensed MIT. It adds 80 tokens to every session and 1,442 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
find-contact
A contact and company lookup for amoCRM, a customer-management system. It searches existing records, checks for duplicates, and can create a new contact or company with notes and related activity.
pipeline-report
A procedure for reporting the state of an amoCRM sales funnel, a set of stages that deals move through before they are won or lost. It groups deals by stage and value and checks how long they have been inactive.
change-tracking
A change-tracking workflow for a 1C database, a business accounting and records system. It retrieves records changed after a saved time marker, including document details and document line items.
complete-task
A workflow for completing or reassigning ELMA365 business-process tasks. ELMA365 is a business process management system in which tasks move a process from one step to the next.
gigachat-embeddings
A text-embedding workflow for GigaChat. Embeddings are numeric representations that let software compare meanings rather than only matching exact words.
gigachat-image
An image-generation workflow for GigaChat, an AI service that creates pictures from text descriptions. It also supports checking the remaining usage allowance and adding an uploaded reference image.