marketplace-invoke

marketplace-invoke is a skill for Claude Code, Codex from runxhq/runx. It costs 25 tokens per session (526 once invoked), scanned A, original, Apache-2.0.

A marketplace purchasing tool that invokes one approved vendor resource through a settlement adapter and returns a receipt-backed result. A settlement adapter handles the payment or transaction protocol used to pay the vendor.

In plain words
What is it for?
Use it to buy a listed vendor resource, select an approved settlement method, and receive verified provider readback.
Why use it?
It keeps vendor pricing, payment details, authorization, and verification inside a controlled purchase flow instead of letting callers construct them themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to buy a listed vendor resource, select an approved settlement method, and receive verified provider readback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/runxhq/runx/marketplace-invoke
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add runxhq/runx --skill marketplace-invoke
Clone the repo
git clone --depth 1 https://github.com/runxhq/runx

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for marketplace-invoke

README.md
[![agentmods](https://agentmods.dev/badge/skills/runxhq/runx/marketplace-invoke/github.svg)](https://agentmods.dev/skills/runxhq/runx/marketplace-invoke)
Your own site
<a href="https://agentmods.dev/skills/runxhq/runx/marketplace-invoke"><img src="https://agentmods.dev/badge/skills/runxhq/runx/marketplace-invoke/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.

agentmods 80×15 button for marketplace-invoke

Your own site · 80×15
<a href="https://agentmods.dev/skills/runxhq/runx/marketplace-invoke"><img src="https://agentmods.dev/badge/skills/runxhq/runx/marketplace-invoke.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00526
Opus 5 $0.00013 $0.00263
Sonnet 5 $0.00005 $0.00105
Haiku 4.5 $0.00003 $0.00053

Measured 5d ago against content hash 7e1932eece4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

marketplace-invoke 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (readback.mjs, readback.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/marketplace-invoke/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Marketplace Invoke

The caller supplies only the provider-neutral vendor request body and bounded transport preferences. Paid-listing admission injects the immutable offer and the run idempotency identity. The selected settlement adapter derives its own protocol envelope, authority attenuation, endpoint, amount, and parent binding; neither callers nor product facades may forge those fields.

marketplace-invoke is the buyer-facing marketplace skill called through the existing runx skill surface. Paid listing admission injects the immutable listing, vendor, exact endpoint, vendor price, demand-side fee, settlement family, and expected receipt class into one Runx run before its quote is fingerprinted. Hosted receipt custody verifies the returned inner receipt and seals the outer execution as a mediated composite receipt.

The skill is rail-neutral at its boundary. settlement_family selects an explicit adapter branch; x402 is the first implementation. Stripe and future rails add sibling branches while preserving the listing, vendor, authority, result, and composite-receipt semantics. Provider SDKs, wallets, credentials, settlement recovery, and database state remain in Runx Hosted.

Composes

  • x402-pay#readback
  • x402-pay#settle

Operator guide

Use this skill through a paid endpoint listing after marketplace discovery. Supply the exact vendor invocation body and optional bounded transport limits. marketplace_offer and idempotency_seed are reserved for hosted admission; caller-supplied values are refused. Keep large inputs behind artifact references.

The x402 branch delegates settlement and each read observation to x402-pay. marketplace-invoke emits the existing current-V1 external-job schedule intent after settlement, then its package-owned vendor-readback runner performs one read per durable claim until the vendor receipt is ready or the bounded deadline ends. This skill adds no wrapper approval: the delegated settlement is the one waiting-resolution gate for vendor spend. The skill never interprets wallet material.

Read the full file on GitHub · 56 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 5d ago First seen · 56 lines · 25 tokens per session scan A 7e1932eece4d

Subscribe to this mod's changes

marketplace-invoke is a skill published in the GitHub repository runxhq/runx (84 stars, last pushed today), licensed Apache-2.0. It adds 25 tokens to every session and 526 once invoked, about $0.0001 per session on Opus 5. 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-09-03.