← 返回 Skills 市场
turbo-wang

RedotPay Wallet

作者 wanghao-ftd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
32
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install redotpay
功能描述
Discover and retrieve services and data via RedotPay CLI across media, model APIs, data APIs, and commerce lookups without purchase flows.
使用说明 (SKILL.md)

RedotPay Payment

Service discovery and data retrieval via CLI. Find, search, and request only — no purchase/buy flows.

When to Trigger

Trigger when the user message combines RedotPay with a discovery or query action:

  • use redotpay to find/search/look up/request …
  • request/find/search/look up … by/via redotpay
  • 用 redotpay 找/查/搜 …

Trigger examples:

"use redotpay to find running shoes under $150 with free shipping" "use redotpay to search flights SFO to Tokyo" "look up AAPL stock data by redotpay" "request weather data for NYC via redotpay"


Task Buckets

RedotPay services are organized into these categories. Use them to guide keyword selection during service discovery:

Generate Media

Image, video, music, audio, TTS, transcription.

Model APIs

Chat completion, embeddings, inference.

Data APIs

Search, extraction, on-chain data, travel/maps-style lookups (per catalog).

Agent-Commerce

Buy/order/purchase flows exposed via MPP (lottery, domains, mail, etc.).

Note: This skill handles discovery and data retrieval across all buckets. Agent-commerce purchase flows are excluded — only listing/searching/looking up commerce services is allowed.


Core Workflow (Four Steps)

Steps A, B, C do not require login. Login is only needed at Step D before making a paid request.

Step A — Search for Services

redotpay wallet services list --search "\x3Ckeywords>"

Extract 1–3 core keywords from the user's request. Match against the task buckets above:

User Request Bucket Search Terms
Find running shoes under $150 Data APIs --search "shoes product search"
Search flights SFO→JFK Data APIs --search "flight travel"
Look up AAPL stock Data APIs --search "stock market finance"
Generate an image of a cat Generate Media --search "image generation"
Transcribe this audio file Generate Media --search "transcription audio"
Chat with GPT about history Model APIs --search "chat completion llm"

If results are empty, try broader keywords. Output is JSON — focus on id, name, description, serviceUrl.

Step B — Inspect the Service

redotpay wallet services \x3Cservice_id>

Get endpoint list, parameter schema, and pricing. Always inspect before calling.

Step C — Quote Cost and Get Confirmation

After inspecting the service and mapping user constraints to parameters, before any request:

  1. Tell the user:
    • Which service and endpoint will be called
    • Exact cost (amount + currency)
    • What the request will return
  2. Wait for explicit user confirmation. Do not proceed without it.
  3. If user says no or asks for alternatives, go back to Step A or B.

Step D — Login then Call the Service

Login is only required at this step.

First, check login status:

redotpay wallet whoami
  • Logged in → proceed to call the service
  • Not logged in → run login flow (see Login Flow below), then proceed

Then call the service:

redotpay request [flags] \x3Cendpoint_url>

Only execute after Step C confirmation and login check.


Command Reference

redotpay wallet services list [--search \x3Cq>]  # Search services
redotpay wallet services \x3Cid>                  # Inspect service details
redotpay request [curl-flags] \x3Curl>            # Send request
redotpay wallet whoami                         # Check login status
redotpay wallet login                          # Log in
redotpay wallet logout                         # Log out
redotpay --help                                # Help
redotpay request --help                        # Request help
redotpay guide                                 # Usage guide

Payment Safety Rules

User Confirmation

  1. Login (wallet login) does not require confirmation for a specific charge.
  2. Any paid redotpay request must:
    • State amount, currency, and purpose
    • Obtain explicit user confirmation before executing

Spend Cap

Set a cap via --max-spend or REDOTPAY_CLI_MAX_SPEND for any chargeable request. If the user refuses a cap, do not proceed.

Preflight

Login is only required at Step D. Do not run whoami or login during Steps A, B, or C.


Login Flow

Only triggered at Step D when whoami returns "not logged in".

redotpay wallet login
  1. Parse stdout JSON, extract login_qr_png_path and user_code
  2. Read and display the QR image as an attachment: read \x3Clogin_qr_png_path>
  3. Tell the user: Open the RedotPay app, scan the QR code above to authorize
  4. Wait for user → whoami to confirm → continue

Notes

  • Never expose OAuth tokens, keys, or wallet config in chat
  • Use -v sparingly (stderr may leak payment metadata)
  • Login QR: use read tool on the PNG path, not ![...](file://...) markdown (blocked by browser security)

Installation Reference

For first-time setup only.

curl -fsSL "https://raw.githubusercontent.com/redotpay/redotpay-cli/v0.1.0/install.sh" -o redotpay-install.sh
shasum -a 256 -c SHA256SUMS --ignore-missing
bash redotpay-install.sh
redotpay --version
安全使用建议
Review this skill carefully before installing. It is designed around RedotPay wallet authorization and paid requests, so only use it if you trust the RedotPay CLI source, verify the installer, and confirm each charge with a clear cost and spend cap.
功能分析
Type: OpenClaw Skill Name: redotpay Version: 1.0.0 The skill bundle facilitates service discovery and financial transactions via the RedotPay CLI, requiring high-risk capabilities such as arbitrary network requests (`redotpay request`) and shell execution for installation (`curl | bash`). While the SKILL.md includes robust safety protocols—including mandatory user confirmation for costs, spend caps, and explicit warnings against credential leakage—the inherent risks associated with the broad request tool and the installation pattern (fetching a remote script from raw.githubusercontent.com) align with the criteria for a suspicious classification.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The RedotPay service-discovery and data-retrieval purpose is coherent, but the workflow still includes wallet-backed paid requests despite the 'no purchase/buy flows' framing.
Instruction Scope
The instructions require service inspection, explicit user confirmation, and a spend cap before chargeable requests, but they still give the agent broad CLI request capability.
Install Mechanism
There is no registry install spec, but SKILL.md provides a curl-and-bash installer for a payment CLI; the installer contents and checksum source are not included in the reviewed artifacts.
Credentials
Use of the local redotpay binary and wallet login is expected for the stated purpose, but it is high-impact because it can authorize paid wallet-backed requests.
Persistence & Privilege
The login flow uses wallet/OAuth-style authorization and local session state; the skill warns not to expose tokens, and the artifacts do not show hidden persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install redotpay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /redotpay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ok
v0.0.1
RedotPay Skill v0.0.1
元数据
Slug redotpay
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

RedotPay Wallet 是什么?

Discover and retrieve services and data via RedotPay CLI across media, model APIs, data APIs, and commerce lookups without purchase flows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 RedotPay Wallet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install redotpay」即可一键安装,无需额外配置。

RedotPay Wallet 是免费的吗?

是的,RedotPay Wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

RedotPay Wallet 支持哪些平台?

RedotPay Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 RedotPay Wallet?

由 wanghao-ftd(@turbo-wang)开发并维护,当前版本 v1.0.0。

💬 留言讨论