Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/zpoint/vibe-sellernpx agentmods add skills/zpoint/vibe-seller/noon-exportsWrote 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/zpoint/vibe-seller/noon-exports)<a href="https://agentmods.dev/skills/zpoint/vibe-seller/noon-exports"><img src="https://agentmods.dev/badge/skills/zpoint/vibe-seller/noon-exports/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/zpoint/vibe-seller/noon-exports"><img src="https://agentmods.dev/badge/skills/zpoint/vibe-seller/noon-exports.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 218 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00055 | $0.02233 |
| Opus 5 | $0.00028 | $0.01117 |
| Sonnet 5 | $0.00011 | $0.00447 |
| Haiku 4.5 | $0.00006 | $0.00223 |
Grade A, and why
noon-exports 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 12d 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.
directly and download via curl: How it starts
The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Noon — Data Exports
PREREQUISITE: Read
../noon-shared/SKILL.mdfor login, page structure, and the per-store download directory.
Three export surfaces, each with its own quirks: Sales (per country), Transaction View (multi-contract, long polling, status enum), Catalog Exports (typed templates).
1. Sales Export (Per Country)
URL: https://reports.noon.partners/en/sales/?project=PRJ{project_id}
Country Switching
Use the "My Stores" dropdown at bottom-left, NOT the "Destination" filter in the toolbar. Each store shows a flag icon.
Date Range for Last Month
browser-use input <start-date> "01 Mar 2026"
browser-use input <end-date> "31 Mar 2026"
# Calendar popup opens; click the end date cell to confirm:
browser-use state # find td title="2026-03-31"
browser-use click <date-cell>
URL reflects dates: ?from_date=2026-03-01&to_date=2026-03-31.
Export Flow (Verified)
- Click Export button → modal appears
- Modal shows previous export file with download link (if any)
- Click "New export" to regenerate
- Wait ~10-30s for "Exporting" spinner to finish
- Download link appears with filename:
sales_export_{date}_{time}_{project}_{country}_{seq}.csv - Click download link
- Close modal
Both Countries
After the first country's export, close modal, switch "My Stores" to the next country, repeat.
2. Transaction View Export
URL: https://noon-payments.noon.partners/en/transaction-view?project=PRJ{project_id}
Left nav: Statements, SOA, Transaction View, Invoices & Creditnotes, Legacy Exports.
Critical facts (read before acting)
- One unfiltered export covers every contract in the project.
A single Transaction View export for a project that has multiple
country contracts produces one CSV with rows for every
contract — identifiable by the
Contract/Contract Titlecolumns (e.g.MPXXXXXXXXEG,Noon EGandMPXXXXXXXXKW,Noon KW). See "Transaction CSV Structure" below. Do not run one export per country — run one, then split locally with pandas / awk. To limit the export to a single country, filter the Contracts dropdown to that country's contract before clicking Download. - Status enum is
Requested → Exporting → Processed(not "Processing → Completed"). When the panel row readsProcessed, click the Export button on the right of that row — that is what actually writes the CSV. The first Download click only queues the export job. - Exports can take several minutes, occasionally >5. Do not
re-click Download while a previous export is still
Exporting— each click queues a newEXP{…}job that competes for the same backend and usually extends the wait. - Download location depends on the browser backend, not on
noon. The file is not guaranteed to land in
~/Downloads. See "Finding the downloaded file" below. No datadisables the Download button. Date ranges with no activity show a greyed-out button and no panel appears — that's a no-op, not a bug. Skip that range.
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.
- 12d ago First seen · 240 lines · 55 tokens per session scan A 2e9dbba7d5f5
noon-exports is a skill published in the GitHub repository zpoint/vibe-seller (67 stars, last pushed yesterday), licensed Apache-2.0. It adds 55 tokens to every session and 2,233 once invoked, about $0.0003 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-30.
Other skills, from other repositories
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
asc-subscription-localization
Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.
food-order
Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.
product-description-generator
E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…
amazon-price-tracker
Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.