linkfox-amazon-store-report

linkfox-amazon-store-report is a skill for Claude Code, Codex from linkfox-ai/linkfox-skills. It costs 228 tokens per session (4,725 once invoked), scanned A, original, MIT.

An automated way to request, wait for, download, and extract reports from Amazon Seller Central, the dashboard used by Amazon sellers. It covers reports such as inventory, orders, sales, finances, fulfilment, returns, and analytics.

In plain words
What is it for?
Use it to retrieve Amazon store reports for inventory checks, order and sales analysis, financial reviews, fulfilment tracking, returns, or brand research.
Why use it?
It removes the repeated manual work of requesting reports and handling their downloads. It requires the separate Amazon store authentication add-on to access a seller account.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: reads .claude/ paths; mentions Claude Code; built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/check_auth_dependency.py.

not rated 101repo +6 20d ago A scan Socket: warnSnyk: warnSkillSpector: warn 228 tokens original MIT

Good fit Use it to retrieve Amazon store reports for inventory checks, order and sales analysis, financial reviews, fulfilment tracking, returns, or brand research.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/linkfox-ai/linkfox-skills
agentmods
npx agentmods add skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for linkfox-amazon-store-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report/github.svg)](https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report)
Your own site
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report/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.

agentmods 80×15 button for linkfox-amazon-store-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-amazon-store-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 228 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket warn 30 May 2026
  • Snyk warn 30 May 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

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 →

  • high System Prompt Leakage · line 213
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • medium Agent Snooping · line 24
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 27
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00228 $0.04725
Opus 5 $0.00114 $0.02363
Sonnet 5 $0.00046 $0.00945
Haiku 4.5 $0.00023 $0.00473

Measured 11d ago against content hash ea9a5765b7ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

linkfox-amazon-store-report 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 11d 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.

skills/linkfox-amazon-store-report/SKILL.md · 285 lines

How it starts

The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Amazon 店铺报告获取

本 skill 提供 亚马逊卖家后台报告的端到端自动化获取:请求 → 轮询 → 下载 → 解压 → 预览。支持 95+ 种报告类型(库存 / 订单 / 销售 / 财务 / FBA / 退货 / Brand Analytics 等)。


⚠️ Prerequisites — MUST READ FIRST

本 skill 依赖 linkfox-amazon-store-auth(授权与店铺/令牌管理)。

🛑 如果 linkfox-amazon-store-auth 未安装 / 未加载,请先安装它,再回到本 skill。

怎样判断 linkfox-amazon-store-auth 是否可用

在执行任何报告任务之前,agent 必须先进行依赖检查:

  1. 读取下列任一路径(skill 加载路径取决于运行环境;scripts/check_auth_dependency.py 会按相同规则自动探测):
    • 仓库 / 通用扁平目录:<skills_dir>/linkfox-amazon-store-auth/SKILL.md
    • Claude:~/.claude/skills/linkfox-amazon-store-auth/SKILL.md
    • Cursor:~/.cursor/skills/...~/.cursor/skills-cursor/...
    • OpenClaw<OPENCLAW_WORKSPACE>/skills/...~/.openclaw/skills/...~/.agents/skills/...(与 OpenClaw Skills 文档 的常见路径一致)
    • Hermes Agent~/.hermes/skills/<category>/linkfox-amazon-store-auth/SKILL.md,以及 ~/.hermes/plugins/<plugin>/skills/linkfox-amazon-store-auth/SKILL.md(与 Hermes Skills 文档 的布局一致)
  2. 或直接运行脚本python scripts/check_auth_dependency.py,脚本会在缺失时以 exit code 42 退出,并在 stderr 输出结构化提示(以 DEPENDENCY_MISSING: 开头)。脚本已内置 OpenClaw / Hermes 路径判断;若在 Hermes 的 config.yaml 里配置了 skills.external_dirs,请设置环境变量 HERMES_SKILLS_EXTERNAL_DIRS(使用系统路径分隔符串联多个目录)以便探测。
  3. 如果上述检查全部失败,则判定为 linkfox-amazon-store-auth 未安装

发现未安装时的标准处置

当检测到 linkfox-amazon-store-auth 未安装时,agent 必须按以下顺序执行:

  1. 尝试自动安装(优先):
    • 如果当前运行时具备 skill 安装工具(例如 skill 市场 / skill 管理 MCP / install_skill 类工具),立即调用安装 linkfox-amazon-store-auth
    • 安装成功后,重新加载并从头执行本 skill。
  2. 引导用户手动安装(兜底):
    • 向用户说明:「本技能依赖 linkfox-amazon-store-auth,尚未安装。请前往 LinkFox Skills 安装该 skill,安装完成后告诉我一声,我会继续为你拉取报告。」
    • 不要绕过依赖直接去调 /spApi/authorizeUrl/spApi/storeTokens/spApi/authorizedStores 等接口——这些接口的选店铺、令牌流程属于 linkfox-amazon-store-auth 的职责,本 skill 只负责报告业务本身。
  3. 不得静默降级:如果既无法自动安装也未获得用户确认,必须停止执行并把依赖缺失的事实回报给用户,不要擅自尝试替代方案。

Read the full file on GitHub · 285 lines

Files

What ships with it

60 files 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.

Changes

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.

  1. 11d ago First seen · 285 lines · 228 tokens per session scan A ea9a5765b7ae

Subscribe to this mod's changes

linkfox-amazon-store-report is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 20d ago), licensed MIT. It adds 228 tokens to every session and 4,725 once invoked, about $0.0011 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-30.

Related

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…

browser-act/skills · 124 tokens

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.

browser-act/skills · 48 tokens

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.

rorkai/app-store-connect-cli-skills · 60 tokens

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.

Bitterbot-AI/bitterbot-desktop · 53 tokens

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…

nexscope-ai/eCommerce-Skills · 126 tokens

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.

nexscope-ai/Amazon-Skills · 51 tokens