# Query LegendShop Supply Products

Merchants need current supplier product data before choosing inventory. This skill queries LegendShop product, inventory, price, and balance data through the platform API.

## Install

```bash
npx skillstore add legendmall/legend-shop-supply-api
```

## Metadata

- Status: approved
- Slug: legendmall-legend-shop-supply-api
- Skillstore revision: r1
- Version status: missing
- Tree hash: c9e93319aefd2acf0ee5ddb262a0911baac7df613d3ebe4fb610febb491b1d08
- Author: legendmall
- GitHub username: legendmall
- License: MIT
- Repository: https://github.com/legendmall/legend-shop-supply-api/tree/main/
- Ref: b8ca75d2c0a7e7102978993058777d82b8ab2610
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: blocked
- Manual install advisory: allowed\_with\_warning
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: network, env\_access, external\_commands
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/legendmall-legend-shop-supply-api
- Manifest: https://skillstore.pages.dev/api/skills/legendmall-legend-shop-supply-api/manifest

## Capabilities

- Requests LegendShop access tokens through the documented client credentials flow.
- Queries paginated product pool results from the LegendShop supply API.
- Fetches product detail data by product ID when the account has permission.
- Checks developer account balance through the capital account endpoint.
- Documents API endpoints, request fields, and response fields in an OpenAPI file.

## Use Cases

- Source Products for a Store: Browse supplier product IDs and request details for items that may fit a sales channel.
- Check Product Data Before Listing: Review price, SKU, image, and parameter data before preparing a product listing.
- Verify Developer Account Readiness: Check account balance and API permission messages before running supply chain workflows.

## Prompt Templates

### Find Products

```
Show me the first page of supply chain products with 12 items.
```

### Review a Product

```
Get details for product ID 1249846 and summarize price, stock, SKU options, and images.
```

### Compare Product Options

```
List products on page 2, then identify which items need detail checks before sourcing.
```

### Audit Account Readiness

```
Check the developer account balance, then explain whether API permissions or funds block sourcing work.
```

## Limitations

- It depends on active LegendShop API credentials and account permissions.
- It only supports the listed product, detail, token, and balance endpoints.
- It requires network access to LegendShop API services.
- It does not place orders, manage shipments, or update product records.

## Best Practices

- Confirm permissions and account ownership before running balance queries.
- Start with product list results, then request details for selected product IDs.
- Treat prices, stock, and balances as live API results that may change.

## Anti Patterns

- Do not publish shared client secrets in scripts or OpenAPI defaults.
- Do not disable proxy settings without explicit user approval.
- Do not present sample product data as live API data.

## Security Audit

- Audited at: 2026-07-06T19:05:18.23\+00:00
- Summary: The skill legitimately performs network API calls to LegendShop and documents endpoint URLs. The most serious issue is embedded client credentials that can obtain tokens and query developer account balance. Many static Markdown, CSS, and entropy detections are false positives.

## Stats

- Views: 48
- Downloads: 6
- Favorites: 0
- Popularity score: 0
