catalog is agent-read markdown (skill) from openqa-cn/openqa-skills: Constructs catalog products (standard or limited), catalog orders, and account-credit enrollment, including product-then-credit scenes. Internal catalog slot of the parent pack; do not invoke independently..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 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.
```bash
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
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_uiptvgc34zfit5hg
GET https://markdownregistry.com/api/v1/resolve?ref=openqa-cn/openqa-skills/catalog
GET https://markdownregistry.com/api/v1/blob/7ecbf1055f71e0147fa803ab9cb111a520da51b74d634793b943647f07657db9
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
openqa-cn/openqa-skills · skills/codexqa-code-analyzer/SKILL.md · Queries a local CodexQA symbol graph for change review, regression scope, test gaps, error location, and entry risk…
openqa-cn/openqa-skills · skills/codexqa-code-reviewer/SKILL.md · Graph-evidence AI code review (codexqa-code-reviewer) for ANY language repo using ONLY the CodexQA CLI symbol graph…
openqa-cn/openqa-skills · skills/codexqa-code-wiki/SKILL.md · Builds a local CodexQA architecture knowledge graph from community detection and `wiki inputs` (no model), then writes…
openqa-cn/openqa-skills · skills/codexqa-defect-analyzer/SKILL.md · AI defect detection and code-risk scanning for engineering projects. Use when the user asks for AI defect detection…
openqa-cn/openqa-skills · skills/codexqa-requirement-analyzer/SKILL.md · Full quality-and-risk analysis of requirement documents (single- or multi-source), producing one gap/conflict register…
openqa-cn/openqa-skills · skills/codexqa-skill-router/SKILL.md · Auto-routes a user request to the matching codexqa skill, then ensures that skill is on disk and follows its SKILL.md…
openqa-cn/openqa-skills · skills/codexqa-testcase-generator/SKILL.md · Generates test plans and test cases from local requirements for APP, Web, and server. Use when the user wants a test…
openqa-cn/openqa-skills · skills/codexqa-testdata-generator/SKILL.md · Constructs test data against real backends and writes it back into test cases as executable preconditions. Use whenever…
openqa-cn/openqa-skills · skills/codexqa-testdata-generator/references/case-data-material-planner/SKILL.md · Prepares executable case preconditions and case-executable.md from a requirement or written cases. Internal…
jmagly/aiwg · agentic/code/addons/aiwg-utils/skills/catalog/SKILL.md · Browse the AIWG model catalog — list available AI models, fetch model details, and search by capability or name
smart-ai-memory/attune-ai · plugin/skills/catalog/SKILL.md · Enumerate everything attune offers — every workflow, wizard, and tool, read live from the registries. Triggers on…
smart-ai-memory/attune-ai · .agents/skills/catalog/SKILL.md · Enumerate everything attune offers — every workflow, wizard, and tool, read live from the registries. Triggers on…