ClawSafe Pay – Agent Skill

Initiate cross-chain payments on Sepolia via ClawSafe Pay's publisher service.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Neurarock/clawsafe_pay --skill clawsafe-pay-agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ClawSafe Pay – Agent Skill
Source: https://github.com/Neurarock/clawsafe_pay/tree/main
Command: npx skills add https://github.com/Neurarock/clawsafe_pay --skill clawsafe-pay-agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, and includes scripts (resource) components.

What problem does it solve?

OpenClaw agents require a safe, auditable path to move funds across blockchains. This skill routes payment intents to ClawSafe Pay's publisher service, exposing a single entry point while the underlying steps—transaction drafting, AI safety review, Telegram-based human approval, signing, and broadcasting—happen automatically behind the scenes.

Core Features & Use Cases

  • OpenClaw agent can initiate cross-chain payments via the publisher_service API with a single API call.
  • Sepolia testnet payments are fully supported; other chains are placeholders for future activation.
  • The workflow is auditable and auditable: policy checks, dual-reviewer assurances, and a human-in-the-loop approval flow.

Quick Start

Use the agent to point to the publisher base URL with an agent API key and submit a simple payment intent to verify the end-to-end pipeline.

Frequently Asked Questions about ClawSafe Pay – Agent Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add human approval to automated agent payments on Telegram?

You can route agent payment intents through ClawSafe Pay to enable Telegram-based human approval. The workflow automatically drafts transactions, performs an AI safety review, and waits for human authorization before signing and broadcasting.

What is a human-in-the-loop workflow for cross-chain payments?

A human-in-the-loop workflow for cross-chain payments ensures agents draft transactions but require human approval before execution. This skill uses policy checks, AI safety reviews, and Telegram authorization to maintain an auditable, secure event trail.

How do I initiate cross-chain payments from OpenClaw agents to Sepolia testnet?

To initiate Sepolia testnet payments, your OpenClaw agent calls the ClawSafe Pay publisher service API with a payment intent. The service handles drafting, safety review, Telegram approval, signing, and broadcasting automatically.

Does ClawSafe Pay support blockchains other than Sepolia for agent transfers?

ClawSafe Pay currently provides full support for Sepolia testnet payments only. Other cross-chain destinations are placeholders for future activation and are not yet available for production-ready transfers.

How does API key authentication secure automated agent payment workflows?

Automated agent payment workflows are secured using strict API key authentication and HMAC inter-service signing. This ensures only authorized agents submit payment intents to the publisher service while maintaining a verifiable event trail.

Do I need python-dotenv to configure the ClawSafe Pay agent skill?

Yes, you need python-dotenv installed to manage environment configuration for the ClawSafe Pay agent skill. It allows you to securely load API keys and endpoint URLs required for publisher service authentication.