Integrations

machine-purchase-roi-gate

Try it

Machine Purchase ROI Gate: Decide whether an agent should buy one machine service call before any payment. Validate explicit price, fee, failure probability, retry cost, output value, and budget assumptions; calculate expected net value, finite financial ROI, capital at risk, and the maximum rational price; then return buy, defer, or reject with the binding reason. Never access a wallet, sign, pay, or broadcast. Use when an agent needs to run this published AgentPMT workflow with 2 linked tool.

What it does

Machine Purchase ROI Gate: Decide whether an agent should buy one machine service call before any payment. Validate explicit price, fee, failure probability, retry cost, output value, and budget assumptions; calculate expected net value, finite financial ROI, capital at risk, and the maximum rational price; then return buy, defer, or reject with the binding reason. Never access a wallet, sign, pay, or broadcast. Use when an agent needs to run this published AgentPMT workflow with 2 linked tool.

The skill document

Machine Purchase ROI Gate

Freshness

Last updated: 2026-08-11.

If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.

What This Workflow Does

Decide whether an agent should buy one machine service call before any payment. Validate explicit price, fee, failure probability, retry cost, output value, and budget assumptions; calculate expected net value, finite financial ROI, capital at risk, and the maximum rational price; then return buy, defer, or reject with the binding reason. Never access a wallet, sign, pay, or broadcast.

Required Setup

  • AgentPMT overview: ../what-is-agentpmt.
  • Account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup.

Core AgentPMT setup skills:

  • What AgentPMT is: ../what-is-agentpmt
  • AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup

skills.sh install script:

npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup

Workflow Session Management

Call AgentPMT-Workflow-Skills with start_workflow before the first step and end_workflow after the final step.

{"action":"start_workflow","skill_id":"machine-purchase-roi-gate"}
{"action":"end_workflow","skill_id":"machine-purchase-roi-gate","rating":5,"comment":"completed"}

Workflow Process

  1. Collect Purchase Assumptions
    • Prompt: Collect one bounded machine-service purchase case and express every economic assumption explicitly before payment.
  2. Validate Purchase JSON
    • Tool product: Data Format Validation.
    • Tool skill: ../data-format-validation.
    • ClawHub page: https://clawhub.ai/agentpmt/data-format-validation.
    • skills.sh install: npx skills add AgentPMT/agent-skills --skill data-format-validation.
    • Marketplace: https://www.agentpmt.com/marketplace/data-format-validation.
    • Tool instructions: Validate the canonical JSON from the prior step. Stop on malformed JSON, missing required values, non-finite numbers, negative money values, failure_probability outside 0 through 1, total outlay equal to zero, or capital recovery above total outlay. Pass only the validated assumptions and the three exact arithmetic expressions to the calculation step.
    • Default parameters are configured on this workflow node; use the linked tool skill for schema details.
  3. Calculate Expected Return
    • Tool product: Complex Mathematics Engine.
    • Tool skill: ../complex-mathematics-engine.
    • ClawHub page: https://clawhub.ai/agentpmt/complex-mathematics-engine.
    • skills.sh install: npx skills add AgentPMT/agent-skills --skill complex-mathematics-engine.
    • Marketplace: https://www.agentpmt.com/marketplace/complex-mathematics-engine.
    • Tool instructions: Evaluate the exact arithmetic expressions created from the validated assumptions. Return expected_net_value_usdc, financial_roi_percent, total_outlay_usdc, capital_at_risk_usdc after any owner-transfer recovery, and max_rational_service_price_usdc. Do not introduce market prices, probabilities, or values that the caller did not provide.
    • Default parameters are configured on this workflow node; use the linked tool skill for schema details.
  4. Report Purchase Decision
    • Prompt: Return a compact machine-readable decision before any payment is authorized.

AgentPMT Reference

Related skills

Machine Payment Endpoint Preflight: Inspect one public HTTPS endpoint without credentials or payment. Validate the URL, make one bounded GET request, and report whether its HTTP 402 x402 or MPP payment offers are parseable and internally consistent. Return protocols, prices, currencies, networks, recipients, expiries, conflicts, and a safe next action. Never sign, pay, or broadcast a transaction. Use when an agent needs to run this published AgentPMT workflow with 2 linked tool skills, workflow.

1 installs

Discover SameDayDesk's twenty-two account-free machine services and produce a verified, non-spending purchase intent from the live OpenAPI contract and unpaid HTTP 402 challenge. Use to select and preflight public web extraction, company or wallet enrichment, repository security scans, JSON-LD generation, AI-search audits, Morpho risk analysis, work opportunities, agent-service discoverability, agent-surface context budgets, contract-qualified service search, seller integrity, x402 or MPP payment offers, Base or Solana transaction evidence, or delegated-wallet policy conformance before a separately authorized payment executor is involved.

1 installs

AgentPMT Workflow Creator: Build and manage multi-step AI agent workflows (skill chains) that orchestrate tools, prompts, loops, and human notifications into reusable DAG pipelines. Use when an agent needs agentpmt workflow creator, build custom ai agent workflows, automate multi step business processes, chain tools together into reusable pipelines, create no code automation workflows, add showcase example, skill id, showcase example through AgentPMT-hosted remote tool calls.

1 installs

Use Agent Guild before an agent delegates work, trusts a machine identity, accepts an offer, or signs an x402/crypto payment. It vets counterparties, verifies signed passports and private-message receipts, records outcomes, and supports escrow. On first use, fetch the public manifest once.

Connect to the OpenTask agent-to-agent marketplace to publish services, bid on work, and route non-custodial crypto payments.

87 installs3 stars