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

Catalog

skill-openqa-cn-codexqa-catalog · by openqa-cn

>-

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-openqa-cn-codexqa-catalog

✓ 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-openqa-cn-codexqa-catalog)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

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 Catalog? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Catalog data-build slot

Vendor-neutral catalog-domain slot. Drop-in under pack slots/ (already discovered; no extra slot_roots / marketplace path). slot.yaml is the scene config. More specific entities (limited / credit) are listed before generic product. Executors talk to DATA_BUILD_API_BASE (default local mock on port 8765). The case pipeline binds these executors from slot.yaml without an LLM when the match is unique.

Single-step routing

| User intent | Executor | |---|---| | Standard catalog product | scripts/executors/create_product.ts | | Limited catalog product | scripts/executors/create_limited_product.ts | | Catalog order | scripts/executors/create_order.ts | | Account credit on a product / user | scripts/executors/setup_account_credit.ts |

Do not invent productId / userId when the user already supplied them. Optional fields use executor defaults.

node scripts/executors/create_product.ts --json '{"name":"Northwind Standard","city":"demo-city"}'

Scene orchestration

credit-ready-product

  1. Create catalog product (or reuse productId)
  2. Enroll the product and user in account credit
  3. Return productId, enrollment result, creditBalance

bookable-order

  1. Ensure a product exists
  2. Create an order for userId + productId
  3. Return productId, orderId, status

Pass upstream data fields into the next executor. Do not skip a later scene step.

Guardrails

  • Start node ../mock_server.ts if no enterprise gateway is configured
  • Do not invent productId / userId / orderId
  • Defaults: city=demo-city, validHours=4, fulfillOn=today+2days, quantity=1, credits=1000
  • See [references/tools-guide.md](references/tools-guide.md) and [../SLOTSPEC.md](../SLOTSPEC.md)

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.