sardis-identity

Manage AI agent identities with Trust Anchor Protocol cryptographic verification and reputation tracking.

6|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/EfeDurmaz16/sardis --skill sardis-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sardis-identity
Source: https://github.com/EfeDurmaz16/sardis/tree/main/packages/sardis-openclaw/skills/sardis-identity
Command: npx skills add https://github.com/EfeDurmaz16/sardis --skill sardis-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, @sardis/sdk.

What problem does it solve?

This Skill provides a robust framework for managing the lifecycle of AI agent identities, ensuring trust and verifiability through cryptographic attestation and reputation tracking.

Core Features & Use Cases

  • Agent Registration: Create and register unique agent identities using the Trust Anchor Protocol (TAP).
  • Identity Verification: Verify agent credentials and TAP attestations.
  • Reputation Management: Track and query agent reputation scores based on performance metrics.
  • Identity Cards: Generate shareable identity cards for agents.
  • Use Case: Before an AI agent can access sensitive financial services, its identity must be registered, verified, and its reputation assessed using this Skill.

Quick Start

Use the sardis-identity skill to register a new agent named 'SupportBot' with the public key '0x123abc'.

Frequently Asked Questions about sardis-identity

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

FAQPage Schema
How do I verify AI agent identity using cryptographic attestation?

You verify AI agent identity by validating TAP attestations and retrieving credentials through the sardis-identity framework. It supports Ed25519 and ECDSA-P256 key types for secure cryptographic verification of registered agents.

What is the Trust Anchor Protocol for AI agent registration?

The Trust Anchor Protocol (TAP) is a framework for creating and registering unique AI agent identities. It enables cryptographic verification, reputation tracking, and identity card generation for registered agents.

How do I track AI agent reputation scores based on performance?

You track AI agent reputation by querying reputation scores managed through the Trust Anchor Protocol. The system calculates scores based on performance metrics to assess agent reliability before granting access to sensitive services.

Can I generate identity cards for AI agents with Ed25519 keys?

Yes, you can generate shareable identity cards for AI agents using Ed25519 key types. The system supports both Ed25519 and ECDSA-P256 keys for secure identity attestation and card creation.

Do I need curl and jq to manage AI agent identity verification?

Yes, curl and jq are required dependencies for running the sardis-identity Skill, along with the @sardis/sdk. These tools handle API requests and JSON parsing for agent registration and credential retrieval.

When should I use cryptographic identity verification for AI agents?

You need cryptographic identity verification when AI agents require trusted access to sensitive systems, such as financial services. The Trust Anchor Protocol ensures agent identities are registered, verified, and reputation-assessed before access.