Install
$ agentstack add skill-openqa-cn-codexqa-distribution ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Distribution data-build slot
Vendor-neutral distributor slot. Drop-in under pack slots/ (already discovered). slot.yaml scene ready-to-sell is create distributor → bind inventory → set commission. Executors talk to DATA_BUILD_API_BASE (default local mock on port 8765). The case pipeline binds from slot.yaml when the match is unique.
Single-step routing
| User intent | Executor | |---|---| | Create distributor | scripts/executors/create_distributor.ts | | Bind supply / inventory | scripts/executors/bind_inventory.ts | | Set commission | scripts/executors/set_commission.ts | | Browse and quote | scripts/executors/browse_and_quote.ts |
node scripts/executors/create_distributor.ts --json '{"name":"North Channel"}'
Scene: ready-to-sell
This scene depends on a catalog product (another domain's material). If productId is not in context and the catalog slot cannot produce one, ask the user for that product material (reuse an id, or construct via catalog first). Then continue bind → commission. Do not skip those steps.
- Create distributor →
distributorId - Bind
productId - Set commission rate
- Return distributor, binding, and commission
Optional fields (rate, region) use executor defaults. Do not invent distributorId / productId when the user already supplied them.
Guardrails
- Start
node ../mock_server.tsif no enterprise gateway is configured - Do not invent
distributorId/productId - Defaults:
region=domestic,rate=0.1 - 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.
- Author: openqa-cn
- Source: openqa-cn/codexqa
- License: Apache-2.0
- Homepage: https://openqa.cn
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.