AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Product Loader

skill-xuxchloris-hermes-export-skills-product-loader · by Xuxchloris

Use when a trade agent needs product catalog, SKU, specification, packaging, price-rule, MOQ, certification, lead-time, or factory profile data before research, outreach, scoring, or quotation work

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-xuxchloris-hermes-export-skills-product-loader

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xuxchloris-hermes-export-skills-product-loader)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Product Loader? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Product Loader

Overview

Load product and company facts from configured files before any trade workflow uses them. The core rule is simple: no product claim, price, certification, MOQ, packaging size, or delivery promise may be invented.

When to Use

Use this skill when the user asks about product matching, customer development, quotations, product introductions, catalogs, factory advantages, packaging details, model numbers, or delivery terms.

Do not use it to research a prospect website or write the final email body by itself.

Inputs

  • data/config/PRODUCT.yaml
  • data/config/PRICING.yaml
  • Optional product catalog file with multiple SKUs
  • Optional product query or SKU when the user only wants one product from a catalog
  • User-provided product notes in the current conversation

Outputs

{
  "company": {},
  "products": [],
  "pricing_rules": [],
  "missing_fields": [],
  "safe_to_quote": false
}

Procedure

  1. Read PRODUCT.yaml and extract company profile, SKUs, product names, HS codes, materials, dimensions, packaging, MOQ, lead time, certifications, applications, and keywords.
  2. Read PRICING.yaml and extract currency, incoterm, validity, payment terms, tier prices, sample fees, and remarks.
  3. If the user names a product, keyword, or SKU, select the matching product from the catalog instead of asking them to rewrite the whole config.
  4. Prefer current conversation facts only when the user explicitly overrides the configured file.
  5. Mark missing fields instead of guessing them.
  6. Set safe_to_quote to true only when SKU, quantity, unit price, incoterm, payment terms, validity, product size, and packing size are present.
  7. Return a compact product context for downstream skills.

Verification

  • Product names and SKUs match the source file.
  • Catalog selection returns the named product only.
  • Prices come only from PRICING.yaml or explicit user input.
  • Missing price, size, packing, MOQ, incoterm, or lead time is listed in missing_fields.
  • Certifications are not added unless present in source data.
  • safe_to_quote is false when any required quotation field is missing.

Common Mistakes

| Mistake | Fix | | --- | --- | | Guessing a price from a similar SKU | Ask for confirmation or mark price missing | | Treating marketing advantages as certifications | Keep certifications in a separate field | | Using one product's packing size for another SKU | Match by exact SKU | | Producing a formal quotation with missing freight terms | Produce a draft with human review required |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.