Claude Skill

second-state/payment-skill

Payment Skill 是一个基于 Rust 的 Claude 代理技能,支持向人类和代理请求及接收付款,确保交易安全。

概览

Stars227
Forks4
语言Rust
最后更新2026-02-21
最近同步2026-06-19
前往 GitHub

仓库信息

拥有者second-state
仓库payment-skill
完整名称second-state/payment-skill
Repo ID1,146,328,071

安装这个 Skill

git clone https://github.com/second-state/payment-skill.git

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-19
平台
ClaudeOpenClaw
能力
memorysearchterminalworkflow
识别文件
README.mddocs
配置键
KEY

项目简介

Payment Skill 是一个代理技能,使 Claude 能够向人类和其他代理请求并接收付款,采用 Rust 构建,确保安全高效的交易处理。

英文描述

Agentic skill for requesting and accepting payments from / to humans and agents

要点

  • 代理间支付请求
  • 人类支付接收
  • 使用 Rust 构建,性能与安全性兼备
  • 与 Claude Skill 框架无缝集成

使用场景

  • AI 代理之间的自动计费
  • 通过 Claude 对话进行应用内购买
  • 代理服务的微交易
  • 从用户处安全收款

README 摘要

# Payment skill for AI agents Agentic skill for AI agents to request and receive payments. If you are looking for the agentic skill to make payments for services and products, checkout https://money.flows.network ## Quick start Copy and paste the following sentence to give your agent the ability to request and receive payments. For OpenClaw: > Read https://raw.githubusercontent.com/second-state/payment-skill/refs/heads/main/openclaw/skills/payment/install.md and follow the instructions to set up the skill to request and receive payments from agents and humans. For Claude Code: > Read https://raw.githubusercontent.com/second-state/payment-skill/refs/heads/main/claude/skills/payment/install.md and follow the instructions to set up the skill to request and receive payments from agents and humans. ## Overview This project provides four CLI tools for Ethereum wallet management and token payments: ### create-wallet Creates a new Ethereum-compatible wallet with a secure random private key. The wallet is encrypted using the Web3 Secret Storage standard (keystore format) and saved to disk. ```bash create-wallet [OPTIONS] ``` Key features: - Generates cryptographically secure private keys - Encrypts wallet using scrypt + AES-128-CTR - Auto-generates secure password if not provided - Outputs the wallet address to stdout ### get-address Retrieves the Ethereum address and token balance from an existing wallet without requiring the password. ```bash get-address [OPTIONS] ``` Key features: - Reads address directly from keystore (no decryption needed) - Queries current token balance from blockchain (if network configured) - Outputs JSON with address, balance, token info, and network - Creates a new wallet automatically if none exists ### pay Transfers ERC-20 tokens o

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-19