Overview
- Skill Key
- efedurmaz16/sardis-openclaw
- Author
- efedurmaz16
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/efedurmaz16/sardis-openclaw
- Latest Commit SHA
- 2158e980d01ee90bc65005b4c12877faf4fcdb73
Enable AI agents to make secure, policy-controlled payments through Sardis Payment OS
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sardis-payment 技能。 若已安装,则直接安装 sardis-payment 技能。
# Sardis Payment - Core Payment Execution Skill
> AI agents can reason, but they cannot be trusted with money. Sardis is how they earn that trust.
Sardis provides complete payment infrastructure for AI agents with non-custodial MPC wallets, natural language spending policies, and compliance-first design.
## Capabilities
- **Payment Execution**: Send USDC/USDT/EURC across 5+ chains (Base, Polygon, Ethereum, Arbitrum, Optimism)
- **Balance Checking**: Real-time wallet balance and spending analytics
- **Policy Enforcement**: Natural language spending rules automatically enforced
- **Card Management**: Issue and manage virtual cards for real-world purchases
- **Audit Trail**: Complete transaction history with compliance logging
## Security Requirements
**CRITICAL - ALWAYS ENFORCE:**
- ALWAYS check spending policy before payment execution
- NEVER bypass approval flows for transactions
- NEVER hardcode wallet addresses or private keys
- ALWAYS log transaction attempts for audit trail
- ALWAYS verify recipient address format
- FAIL CLOSED on policy violations (deny by default)
## Quick Setup
```bash
export SARDIS_API_KEY=sk_your_key_here
export SARDIS_WALLET_ID=wallet_abc123
```
## API Endpoint Patterns
All API calls use the base URL: `https://api.sardis.sh/v2`
### Payment Execution
```bash
# Execute a payment (policy automatically enforced)
curl -X POST https://api.sardis.sh/v2/payments \
-H "Authorization: Bearer $SARDIS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"wallet_id": "'$SARDIS_WALLET_ID'",
"to": "0xRecipientAddress",
"amount": "25.00",
"token": "USDC",
"chain": "base",
"purpose": "OpenAI API credits"
}'
```
### Check Balance
```bash
# Get wallet balance
curl -X GET https://api.sardis.sh/v2/wallets/$SARDIS_WALLET_ID/balance \
-H "Authorization: Bearer $SARDIS_API_KEY"
```
### Policy Check (Dry Run)
```bash
# Check if payment would be allowed WITHOUT executing
curl -X POST https://api.sardis.sh/v2/polic...
# sardis-openclaw
OpenClaw skills for Sardis - Payment OS for AI Agents.
> AI agents can reason, but they cannot be trusted with money. Sardis is how they earn that trust.
## What is this?
This package provides OpenClaw skill definitions for Sardis, enabling AI agents to execute payments, manage spending policies, check balances, and control virtual cards with natural language commands.
## Available Skills
### 💳 [sardis-payment](./SKILL.md) - Core Payment Execution
Execute secure, policy-controlled payments across multiple blockchains.
**Capabilities:**
- Send USDC/USDT/EURC on Base, Polygon, Ethereum, Arbitrum, Optimism
- Policy enforcement before every transaction
- Real-time balance checking
- Transaction history and audit trail
**Requirements:** `SARDIS_API_KEY`, `SARDIS_WALLET_ID`
**Use when:** Agent needs to execute payments or manage wallets
---
### 💰 [sardis-balance](./skills/sardis-balance/SKILL.md) - Read-Only Balance & Analytics
Safe, read-only skill for monitoring wallet balances and spending patterns.
**Capabilities:**
- Check wallet balances across chains
- Spending summaries (daily, weekly, monthly)
- Transaction history with filters
- Budget remaining against policy limits
- Multi-wallet monitoring
**Requirements:** `SARDIS_API_KEY` (no wallet ID needed)
**Use when:** Agent needs to check balances without payment risk
---
### 🛡️ [sardis-policy](./skills/sardis-policy/SKILL.md) - Spending Policy Management
Create and manage spending policies using natural language or structured rules.
**Capabilities:**
- Natural language policy creation ("Max $500/day, only Amazon")
- Pre-built policy templates (procurement, API service, trial, employee)
- Policy testing (dry-run transactions)
- Multi-layer limits (per-transaction, daily, weekly, monthly)
- Vendor and category restrictions
**Requirements:** `SARDIS_API_KEY`
**Use when:** Agent needs to create spending rules or test transactions
---
### 💳 [sardis-cards](./skills/sardis-cards/...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cccarv82
Optimized OpenClaw backup skill for creating full snapshots with workspace archive splitting, change summaries, restore instructions, and Discord notifications. Use when you need to set up or run automated backups, configure backup cron jobs, or document/restore OpenClaw state. Triggers on backup automation, backup scripts, snapshot/restore, or GitHub backup repos.