Borrowing it
Nothing to install: this file belongs to global-mysterysnailrevolution/physical-capability-cloud. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/global-mysterysnailrevolution/physical-capability-cloud/master/.claude/commands/pcc-submit-job.mdgit clone --depth 1 https://github.com/global-mysterysnailrevolution/physical-capability-cloudWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-submit-job)<a href="https://agentmods.dev/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-submit-job"><img src="https://agentmods.dev/badge/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-submit-job/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-submit-job"><img src="https://agentmods.dev/badge/commands/global-mysterysnailrevolution/physical-capability-cloud/pcc-submit-job.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00710 |
| Opus 5 | $0.00000 | $0.00355 |
| Sonnet 5 | $0.00000 | $0.00142 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
pcc-submit-job scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- pcc-submit-job — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PCC Submit Job — CLI
Submit a manufacturing job to PCC with milestone escrow using the contract builder CLI.
When to use
- "Submit a job" / "I need CNC machining" / "Build a contract for 3D printing"
- "Price a job" / "What parameters are available for HPLC?"
Prerequisites
- PCC gateway reachable at PCC_URL (default: https://pcc-gateway-production.up.railway.app)
- Build CLI:
cd packages/mcp-server && npx tsc
Commands
List capability types
node packages/mcp-server/dist/cli.js capabilities list [--pretty]
Shows all registered PCC capability types (fdm-printer, cnc-3axis, hplc, etc.).
Search capabilities with details
node packages/mcp-server/dist/cli.js capabilities search [--pretty]
Full details: type, name, version, parameter count, groups, base pricing.
Get build options (parameter discovery)
node packages/mcp-server/dist/cli.js build options <type> [--selections='{}'] [--profileId=x] [--pretty]
Interactive parameter discovery. Pass partial selections to get next available choices.
Calculate price
node packages/mcp-server/dist/cli.js build price <type> --selections='{"material":"pla","infill":20}' [--profileId=x] [--pretty]
Build complete contract
node packages/mcp-server/dist/cli.js build contract <type> --selections='{"material":"pla","infill":20}' --tier=2 [--profileId=x] [--pretty]
Full contract with pricing, milestones, and assurance tier. Ready for escrow.
Compile multi-step workflow
node packages/mcp-server/dist/cli.js workflows compile --steps='[{"id":"print","capabilityType":"fdm-printer"},{"id":"verify","capabilityType":"cmm","dependsOn":["print"]}]' [--pretty]
Compiles into execution DAG with topologically sorted waves.
Workflow: Submit a job
pcc capabilities list --pretty— find capability typepcc build options fdm-printer --pretty— see available parameterspcc build options fdm-printer --selections='{"material":"pla"}' --pretty— progressive refinementpcc build price fdm-printer --selections='{"material":"pla","infill":20,"layer_height":0.2}' --pretty— check pricepcc build contract fdm-printer --selections='{"material":"pla","infill":20,"layer_height":0.2}' --tier=2 --pretty— build contract
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 67 lines · 0 tokens per session scan A cd6cb40e1ee6
pcc-submit-job is a command published in the GitHub repository global-mysterysnailrevolution/physical-capability-cloud (5 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 710 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
billing
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
add
Add a second payment provider alongside an existing integration, without touching the one already running.
pricing
Gera estrategia de pricing completa analisando 7 modelos de pricing, willingness-to-pay, estrutura de tiers, e plano de experimentacao. Baseado nos frameworks de Lenny Rachitsky e Phuryn.
signed-policy-agentic-commerce
Run an agentic commerce chain under a signed Work Mandate, trip the escalation gate on purpose, and replay the gates on the ledger.
legal-payment
Payment integration and subscription management.
k-trade
A command for looking up HS codes, customs duty rates, exchange rates, and clearance information through Korea Customs Service UNI-PASS.