← 返回 Skills 市场
PayMe - Crypto Payments
作者
variousfoot
· GitHub ↗
· v1.0.27
· MIT-0
517
总下载
1
收藏
0
当前安装
28
版本数
在 OpenClaw 中安装
/install payme
功能描述
Send and receive USDC/USDT crypto payments via PayMe smart wallets. Check balances, send stablecoins, view history, manage contacts, sell crypto for local cu...
安全使用建议
This skill appears internally consistent for interacting with PayMe. Key things to consider before installing: (1) The agent will store an agentToken and reuse an installationId — these are sensitive and allow the agent to read balances and (with the right scopes) execute payments, so only install if you trust the agent/runtime and keep token lifetimes short. (2) The SKILL.md states payments require explicit user confirmation by default; verify your agent actually prompts for confirmation before sending funds. (3) Use the one-time connection codes from the official web app (payme.feedom.tech) and avoid sharing PINs — the skill explicitly says never to ask for existing PINs and to only accept claim/connection codes. (4) If you suspect misuse, revoke the agent token from PayMe Settings -> AI Agent Access and/or rotate PINs. (5) If you install by cloning the repo, verify the upstream repository and HTTPS URL to avoid tampered copies.
功能分析
Type: OpenClaw Skill
Name: payme
Version: 1.0.27
The PayMe skill facilitates crypto payments and P2P currency exchange via the api.feedom.tech service. It demonstrates a strong focus on security by instructing the agent to use two-step payment confirmations, enforce spending limits ($100 default), and handle user PINs only during account creation with explicit instructions to delete them from chat history. The architecture uses agent-specific tokens and one-time connection codes, and high-risk features like 'Direct Execute' are server-side gated and user-controlled via a separate web interface, minimizing the risk of unauthorized fund transfers.
能力评估
Purpose & Capability
The name/description (send/receive USDC/USDT via PayMe smart wallets) matches the documented API endpoints and the runtime instructions. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to guide users through a connection flow, exchange a one-time code, store an agentToken, and use an installationId on requests. These actions are necessary for the stated purpose, but they involve handling sensitive tokens and performing authenticated payments — the document repeatedly instructs to require explicit user confirmation before sending funds. Ensure the agent implementation actually enforces confirmation and conservative defaults (short token lifetimes, spend limits).
Install Mechanism
This is instruction-only (no install spec, no downloads, no code files executed). The lowest-risk install profile: nothing is written or executed by an installer beyond copying docs into a skills directory if the user chooses.
Credentials
The skill requests no environment variables or unrelated credentials. The only sensitive artifacts are the agentToken and a stable installationId (both explained in the docs) which are proportional to the ability to act on the user's behalf via the PayMe API.
Persistence & Privilege
The skill instructs storing agentToken and reusing a stable installationId per agent installation. This persistence is expected for an agent that must make authenticated API calls, but it means the agent will hold credentials that can execute payments until the token expires or is revoked — users should understand how long tokens last and how to revoke them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install payme - 安装完成后,直接呼叫该 Skill 的名称或使用
/payme触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.27
- Removed instructions for connecting via Telegram `/agentcode`; now connection is done exclusively through the web app (payme.feedom.tech → Settings → AI Agent Access).
- Updated user guidance regarding connection code generation, removing all Telegram references.
- Clarified steps and wording around generating and exchanging the secure connection code.
- No changes to API endpoints or crypto/payment features.
v1.0.26
**Summary:** Adds installation ID to account creation and all connections, improves security, and clarifies account bootstrap flow.
- Requires a stable agent installation ID for all create and connect operations (`installationId`)
- New "bootstrap" token returned when creating a new account is temporary and expires quickly
- PIN length for new accounts increased to 6–8 digits
- All authenticated API calls now require the `X-Agent-Installation-Id` header
- Instructions updated throughout for secure, privacy-focused setup and reconnection flows
- Connection code instructions clarified (PIN check and term length guidance)
v1.0.25
Version 1.0.25
- No code or documentation changes detected in this release.
- All features, instructions, and supported actions remain unchanged.
v1.0.24
## payme skill v1.0.24
- No file changes detected in this release.
- Functionality, documentation, and features remain unchanged from the previous version.
v1.0.23
payme 1.0.23
- Improved account creation guidance by suggesting users rotate their PIN after sharing it in chat.
- Minor documentation update to remind users they can change their PIN anytime in wallet settings.
v1.0.22
- Clarified that the agent must never request an existing PIN or password, only a new user-chosen PIN during account creation.
- Updated instructions to emphasize secure handling and prompt deletion of the user’s chosen PIN from chat after account creation.
- Improved wording for connection and account creation steps to reduce the risk of requesting sensitive information.
- No code or functional changes, documentation clarifications only.
v1.0.21
No visible changes detected in this release.
- No file changes were made between this version and the previous release.
- All documentation, usage instructions, and API references remain the same.
v1.0.20
Version 1.0.20
- No code or documentation changes detected in this release.
- Functionality and documentation remain unchanged from the previous version.
v1.0.19
PayMe v1.0.19
- No user-facing or backend changes in this version.
- All instruction files, documentation, and API references remain unchanged.
- Existing features, onboarding, and supported actions are maintained.
v1.0.18
- Expanded P2P crypto-to-cash support from Nigeria only to 10 African countries (Nigeria, Ghana, Kenya, South Africa, Cameroon, Senegal, Benin, Togo, Tanzania, Uganda).
- Added support for both bank transfer and mobile money payouts for selling crypto.
- Updated all descriptions and instructions to reflect broader local currency support (not limited to naira).
- No code changes; documentation only.
v1.0.17
- Clarified that all payments require explicit user confirmation by default.
- Documented that direct execute (one-step payment) is disabled by default, can only be enabled by the user, and is protected by multiple safeguards.
- Updated instructions to emphasize user control and safety in payment execution.
- Noted that this skill contains only instruction files and no executable code.
- Improved descriptions of available actions and user guidance for connecting accounts and managing permissions.
v1.0.16
## PayMe v1.0.16 Changelog
- Updated onboarding instructions: Users are now informed that claim codes are single-use and must use their wallet address or username plus PIN for future logins.
- Added a reminder to set a username in Settings for easier account access.
- Clarified re-login steps after using an account claim code.
- No code or API changes; documentation only.
v1.0.15
payme 1.0.15
- Updated installation instructions for clarity, including manual GitHub cloning and ClawHub steps.
- Improved guidance for new user account creation, now with precise claim code login steps for both web app and Telegram.
- Clarified instructions on using the claim code to access wallets across platforms.
- Enhanced onboarding flow details for new and returning users.
v1.0.14
Version 1.0.14
- No code or file changes detected in this release.
- Documentation remains unchanged.
- No new features, improvements, or bug fixes introduced in this version.
v1.0.13
No user-facing or backend changes detected in this version.
- No file changes were found.
- Skill functionality, documentation, and instructions remain unchanged.
-P2P Improvements
- P2P orders now auto-reroute to the next best vendor if the assigned vendor doesn't accept within 3 minutes (up to 3 attempts). No action needed from the user or agent.
- Added 2-hour auto-release warning: agents now inform users to confirm or dispute promptly after vendor marks payment as sent.
- Disputes now direct users to the web app (payme.feedom.tech) for evidence upload — agents open the initial dispute via API, users follow up with screenshots on the web.
- Recommended polling interval: 15-20 seconds for near-realtime order status updates.
- Added `cancelled` status to order tracking documentation.
v1.0.12
No user-visible changes in this version (no file changes detected).
Security: agent tokens are now SHA-256 hashed at rest. Fixed API reference link for ClawHub compatibility.
v1.0.11
payme 1.0.11
- Updated P2P (sell crypto for naira) onboarding instructions: clarified that email verification can only be done on the web app, not on Telegram.
- Added detailed, step-by-step guidance for logging into the web app using a code from Telegram for email verification.
- Explicitly warn not to suggest verifying email on Telegram or to invent claim codes.
v1.0.10
- Added instructions for generating a secure connection code via either Telegram (@veedombot) or PayMe web app (Settings → AI Agents).
- Updated installation section with simplified ClawHub and GitHub commands.
- Clarified email verification instructions for P2P trades to direct existing users to the PayMe web app.
- Improved descriptions and user guidance for safer wallet connection and access management.
- No code changes; documentation updates only.
v1.0.9
Version 1.0.9
- Added instructions for handling email verification when selling crypto for naira via P2P.
- Guides users through the email verification process if required, including steps for both agent-created and existing accounts.
- No code or API changes; documentation update only.
v1.0.8
**Direct execute is now optional and must be enabled by the user; payment flow defaults to two-step confirmation.**
- Direct execute mode for instant payments now requires users to enable it in their PayMe web app settings; manual agent activation is no longer allowed.
- All payments use a two-step (preview and confirm) flow by default, with direct execute supported only for users who opt in.
- Documentation updated to reflect restrictions and setup process for direct execute, including clear guidance to users.
- Skill description revised for clarity; minor improvements to onboarding and usage instructions.
元数据
常见问题
PayMe - Crypto Payments 是什么?
Send and receive USDC/USDT crypto payments via PayMe smart wallets. Check balances, send stablecoins, view history, manage contacts, sell crypto for local cu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 517 次。
如何安装 PayMe - Crypto Payments?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install payme」即可一键安装,无需额外配置。
PayMe - Crypto Payments 是免费的吗?
是的,PayMe - Crypto Payments 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PayMe - Crypto Payments 支持哪些平台?
PayMe - Crypto Payments 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PayMe - Crypto Payments?
由 variousfoot(@variousfoot)开发并维护,当前版本 v1.0.27。
推荐 Skills