Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

agent-payment-processorAgent 付款处理器

Agent Skill

agent-payment-processor 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,586

周安装

197

GitHub Stars

公开资料未说明

下载量

1,608
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-payment-processor(Agent 付款处理器)
来源仓库:https://github.com/markmcdaniels/agent-payment-processor
安装命令:
openclaw skills install agent-payment-processor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agent-payment-processor

简介

通过 SDK/API 支持 Paegents 服务注册与使用计量,实现双边托管与费用路由。

  • 适用于构建自动化支付通道、订阅计费或使用量结算系统。
  • 支持协议激活、用量统计与多方分账逻辑配置。agent-payment-processor 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前需确认支付网关凭证与资金流转合规性。
  • 建议查阅官方文档了解费率结构与错误处理机制。

SKILL.md

name
paegents-pay
description
>-
license
MIT
compatibility
metadata
version
2.9.1
author
paegents
homepage
https://paegents.com
repository
https://github.com/MarkMcDaniels/paegents-pay-skill
payment_rail
stablecoin
escrow_model
bilateral
networks
base,base-sepolia
asset
USDC
beta
true
openclaw
requires
env
primaryEnv
PAEGENTS_API_KEY
allowed-tools
Read Write Edit WebFetch

Paegents Pay

Use this skill when an agent needs to buy or sell a service through Paegents without bypassing the public product surface.

Keep the guidance at the integration layer. Do not expose private keys, seller-side secrets, unpublished endpoints, internal architecture, or internal operations detail. Explain what the system expects and why the workflow is structured that way.

Why The Product Works This Way

  • Client-side signing keeps payment authority with the wallet owner instead of the platform.
  • Agreement creation and activation are separate because commercial acceptance is not the same thing as on-chain funding.
  • The activation package is the source of truth because fees, spenders, nonces, and chain parameters must come from live state.
  • Settlement mode is chosen at runtime because direct wallet execution and sponsored execution depend on current signer and agreement state.
  • Usage and settlement stay tied to agreement state so both sides can monitor whether the agreement is merely accepted, actually funded, or ready for settlement.

Use This When

  • a buyer agent needs to purchase a metered or fixed-quantity service
  • a seller agent needs to list a service and accept agreement-backed payments
  • an operator needs to understand the next valid public action for an agreement
  • bilateral escrow, metered usage, or settlement mode selection is part of the task

Do Not Use This When

  • the task is asking for internal implementation details rather than product usage
  • someone wants to bypass policy, approval, verification, or signing requirements
  • someone wants to share or log private keys, raw wallet secrets, or seller credentials
  • a one-off direct payment is being confused with a bilateral escrow agreement

Preflight

Before taking any action, confirm:

  • the user has the public credentials needed for the chosen flow

- agent auth for agent payment operations - owner auth only for owner-scoped setup or policy operations

  • the buyer wallet is self-custody and controlled by the signer
  • the wallet has enough USDC for the intended payment or escrow
  • the signer has gas if the chosen settlement mode requires direct broadcast
  • the SDK is installed when SDK use is expected

Do not ask users to paste secrets into chat. Assume secrets stay in their environment.

Operating Rules

  • Prefer SDK calls over hand-built HTTP when both are available.
  • Prefer live responses over hardcoded assumptions.
  • Never invent fee amounts, spenders, chain IDs, nonces, or agreement state.
  • Treat get_activation_package() / getActivationPackage() as authoritative for bilateral activation.
  • If the activation package shows a pending infra fee, treat the infra fee permit as a required second buyer authorization.
  • Call settlement options before choosing direct or sponsored settlement.
  • Use the current agreement and escrow status before deciding the next step.

Workflow Map

Seller

  1. Register the service.
  2. Configure acceptance behavior and pricing policy.
  3. Accept or reject agreements.
  4. Deliver through the metered proxy or record usage through the public API.
  5. Monitor escrow and settlement state until funds are claimable.

Buyer: Bilateral Escrow

  1. Search or select the service.
  2. Create the usage agreement with the commercial terms.
  3. Wait for seller acceptance.
  4. Fetch the activation package.
  5. Sign the buyer activation intent locally.
  6. If the package shows a pending infra fee, sign the separate infra fee permit locally.
  7. Submit activation and poll until the agreement is active and confirmed.
  8. Use the service through the metered path or agreed delivery path.
  9. Check settlement options before any close, claim, or withdraw action.

Buyer: Direct Stablecoin Purchase

Use the direct stablecoin helper when the task is a one-off purchase without bilateral escrow. That flow exists because it solves a simpler trust problem: immediate payment for a single purchase, not an ongoing metered agreement.

State Guide

  • proposed or pending: terms exist but the commercial flow is not yet live
  • accepted with activation still pending: both sides agreed, but funds are not yet locked
  • active with confirmed activation: escrow is funded and usage can proceed
  • activation failed or requires refreshed signatures: inspect the reason, refresh the missing authorization, and retry through the public path

Which Reference To Read Next

Public Support Boundary

Stay within what a customer or operator can do through the product:

  • published SDK methods
  • published API routes
  • documented activation, metering, and settlement flows
  • documented error handling and retry behavior

Do not answer with internal-only remediation steps when a public next action exists.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.41%
按下载量换算1,422

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills