slot-scaffolder skillA
slot-scaffolder is agent-read markdown (skill) from openqa-cn/codexqa: Generate a domain data-build slot from OpenAPI files: new business-domain pack, scaffold a data-build skill, or add an enterprise custom domain. Internal helper of the parent pack; reach this through codexqa-testdata-generator..
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
# Slot scaffolder Bundled sub-skill of `codexqa-testdata-generator`: turn an OpenAPI directory plus a domain name into a slot that matches [../slots/SLOT_SPEC.md](../slots/SLOT_SPEC.md), the single copy of that contract. ## Inputs `domain` and `openapi` are the prerequisite **materials**. If either is missing, or the OpenAPI directory has no `.yaml` / `.yml` / `.json` files, **stop and ask**. Do not invent operations or scaffold an empty slot. After the user provides them, generate the slot. Do not collect executor fields. | Field | Meaning | Required | |---|---|---| | `domain` | Short English slug (`payments`, `logistics`) | yes | | `openapi` | Directory of OpenAPI YAML/JSON files (at least one spec) | yes | | `output` | Destination directory (default `../slots/<domain>`) | no | ## Run ```bash node scripts/scaffold_slot.ts \ --domain <domain> \ --openapi <openapi-dir> \ --output <output-dir> ``` The script writes `slot.yaml` (the one config), executor stubs, generated `SKILL.md` / `tools-guide.md`, and copies OpenAPI into `assets/openapi/`. Slots under `./slots/<domain>` are discovered automatically. If the skill lives elsewhere, add one line: ```yaml workspace: …
Read the whole file at its exact version.
How to install
mdr add openqa-cn/codexqa/slot-scaffolder@v1.0mdr add openqa-cn/codexqa/slot-scaffolder@sha256:eb19c1c821f93a5dPin 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.
[](https://markdownregistry.com/a/art_7rysmxiu33h6m6ie)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2540 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
openqa-cn/codexqa · 8 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_7rysmxiu33h6m6ie GET https://markdownregistry.com/api/v1/resolve?ref=openqa-cn/codexqa/slot-scaffolder GET https://markdownregistry.com/api/v1/blob/eb19c1c821f93a5d60d75bcd1ddbac4ef6b7c5b0c73a85e3959fe6be71dfbb5f
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.
More from openqa-cn/codexqa
Every file in openqa-cn/codexqa