AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tdm Agentpay

skill-todealmarket-tdm-agentpay-tdm-agentpay · by ToDealMarket

>

— No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-todealmarket-tdm-agentpay-tdm-agentpay

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-todealmarket-tdm-agentpay-tdm-agentpay)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Tdm Agentpay? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

TDM AgentPay

Use this skill for

  • HTTP 402 responses from POST /authorize
  • billingMode, settlementMode, paymentOptions, and retryEndpoint
  • current JS helper names such as createAuthorizeClient(...), createGatewayClients(...), createSessionTanksClient(...), and createCheckoutClient(...)
  • session recovery using tdm_get_session_state
  • session_gas_tank guidance
  • sweep vs cashout clarification
  • agent vault command guidance
  • agent-first paid execution guidance for tools, APIs, routes, and runtime actions

Read only what you need

  • Read [references/adaptation-map.md](references/adaptation-map.md) for older terminology and draft wording.
  • Read [references/authorize-contract.md](references/authorize-contract.md) for current public fields and endpoints.
  • Read [references/mcp-runtime.md](references/mcp-runtime.md) for state-based recovery guidance.
  • Read [references/sdk-sweep-capabilities.md](references/sdk-sweep-capabilities.md) before suggesting sweep flows.
  • Read [references/vault-scenarios.md](references/vault-scenarios.md) for agent vault and cashout guidance.

Hard rules

  1. Do not invent undocumented payment fields.
  2. Prefer exact current fields: allowed, authorizationId, charged, balanceMinor, priceMinor, billingMode, settlementMode, paymentOptions, and retryEndpoint.
  3. Use tdm_get_session_state before asking the user for money.
  4. If the state is UNINITIALIZED, instruct the user to run tdm connect.
  5. If the state is DEPLETED and dust is available, prefer tdm sweep.
  6. If the state is DEPLETED and no dust is available, suggest tdm fuel.
  7. Do not describe tdm sweep as a cashout.
  8. Do not suggest tdm cashout as a way to satisfy an active payment challenge.

Recommended operator commands

  • tdm vault create [--use]
  • tdm vault use
  • tdm connect
  • tdm login --gateway https://tdm.todealmarket.com (advanced/manual only)
  • tdm fuel --amount --yes
  • tdm sweep --network solana --resume-burner --deposit-address
  • tdm sweep --network solana --resume-burner --target-agent
  • tdm sweep --network base --project-id --treasury
  • tdm sweep status
  • tdm cashout
  • tdm agent list
  • tdm agent boot

Named vault guidance

  • Prefer one named vault per business contour when operators manage many agents.
  • For larger fleets, prefer multiple named vaults over one giant vault.
  • If the operator uses named vaults, respect their active vault or explicit --vault choice.

Product framing guidance

  • Treat TDM as agent-first and API-first.
  • Default mental model: price a protected call, authorize it, then continue execution.
  • Mention file, note, or content unlock flows only as an additional layer on top of the core agent/runtime payment surface.

Bundled helpers

  • [scripts/fetchx402price.mjs](scripts/fetchx402price.mjs)
  • [scripts/runtdmsweep.mjs](scripts/runtdmsweep.mjs)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.