Overview
- Skill Key
- efedurmaz16/sardis-identity
- Author
- efedurmaz16
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/efedurmaz16/sardis-identity
- Latest Commit SHA
- 324872b631159ec8e79120171c0b8f124fbce9ea
Agent identity management with TAP protocol verification and reputation tracking
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sardis-identity 技能。 若已安装,则直接安装 sardis-identity 技能。
# Sardis Identity - Agent Identity & Reputation
Complete identity lifecycle management for AI agents using TAP (Trust Anchor Protocol). Register agents, verify credentials, build reputation, and issue identity cards.
## Capabilities
- **Agent Registration**: Create verified agent identities with TAP attestation
- **Identity Retrieval**: Get agent credentials and verification status
- **Reputation Tracking**: Submit and query agent reputation scores
- **Identity Cards**: Generate shareable agent identity cards
- **TAP Verification**: Ed25519 and ECDSA-P256 cryptographic verification
## Security Model
**IDENTITY-CRITICAL**: Agent identities are cryptographically verified and tied to payment capabilities. Handle with care.
## Quick Setup
```bash
export SARDIS_API_KEY=sk_your_key_here
```
## API Endpoint Patterns
Base URL: `https://api.sardis.sh/v2`
### Register Agent
```bash
# Create a new agent identity with TAP verification
curl -X POST https://api.sardis.sh/v2/agents/identity/register \
-H "Authorization: Bearer $SARDIS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Customer Support Bot",
"description": "Handles customer inquiries and refunds",
"public_key": "302a300506032b6570032100...",
"key_type": "ed25519",
"capabilities": ["payments", "refunds", "support"],
"metadata": {
"version": "2.1.0",
"provider": "Anthropic",
"model": "claude-opus-4"
}
}'
# Example response:
# {
# "agent_id": "agent_abc123xyz",
# "name": "Customer Support Bot",
# "public_key": "302a300506032b6570032100...",
# "tap_verified": true,
# "wallet_id": "wallet_def456",
# "created_at": "2026-02-21T10:00:00Z",
# "identity_card_url": "https://sardis.sh/id/agent_abc123xyz",
# "status": "active"
# }
```
### Get Agent Identity
```bash
# Retrieve complete agent identity and verification status
curl -X GET https://api.sardis.sh/v2/agents/identity/{agent_id} \
-H "Authorization: Bearer $SARDIS_API_KEY"...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.