agentprivacy-vrc-identity

Create, issue, verify, and revoke Verifiable Relationship Credentials for bilateral trust proofs.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/mitchuski/agentprivacy-zypher --skill agentprivacy-vrc-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentprivacy-vrc-identity
Source: https://github.com/mitchuski/agentprivacy-zypher/tree/main/agentprivacy-skills/agentprivacy-skills-v4/privacy-layer/agentprivacy-vrc-identity
Command: npx skills add https://github.com/mitchuski/agentprivacy-zypher --skill agentprivacy-vrc-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of establishing and verifying trust between individuals in a digital space, moving beyond attribute-based identity to relationship-based credentials.

Core Features & Use Cases

  • Verifiable Relationship Credentials (VRCs): Creates cryptographic proofs of bilateral trust, not traditional identity documents.
  • Bilateral Proverb Generation: Uses shared context to create a unique, relationship-specific cipher for verification and recovery.
  • Progressive Accumulation: VRCs build trust over time, with early credentials having the most impact.
  • Use Case: Alice and Bob can create a VRC to attest to their collaboration on a project. This VRC serves as proof of their working relationship, verifiable by others, and can be used for identity recovery if one party loses access to their keys.

Quick Start

Use the agentprivacy-vrc-identity skill to discuss the ceremony-to-credential pipeline.

Frequently Asked Questions about agentprivacy-vrc-identity

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

FAQPage Schema
What are verifiable relationship credentials and how do they differ from traditional identity documents?

Verifiable relationship credentials (VRCs) are cryptographic proofs of bilateral trust between parties. Unlike traditional attribute-based identity documents, VRCs focus on relationship-based credentials to establish and verify trust in a digital space.

How do I create a decentralized identity trust proof for a bilateral collaboration?

To create a decentralized identity trust proof, use the ceremony-to-credential pipeline to issue a VRC. This process uses the Relationship Proverb Protocol to generate a shared context cipher, attesting to the collaboration for verification by others.

Do I need cryptographic primitives to use verifiable relationship credentials?

Yes, verifiable relationship credentials require integration with cryptographic primitives for secure attestation. They also utilize temporal memory functions to enable progressive trust accumulation over time within the decentralized identity framework.

Can verifiable relationship credentials be used for identity recovery if keys are lost?

Yes, verifiable relationship credentials can be used for identity recovery if one party loses access to their keys. The bilateral trust proof established between collaborators serves as a verifiable backup to restore access.

How does progressive trust accumulation work with decentralized identity credentials?

Progressive trust accumulation builds trust over time using verifiable relationship credentials. Early credentials have the most impact on the trust flow, leveraging temporal memory functions to progressively establish stronger bilateral trust proofs.

What is the Relationship Proverb Protocol and when is it needed for decentralized identity?

The Relationship Proverb Protocol (RPP) is a mechanism for bilateral proverb generation that creates a relationship-specific cipher. It is needed when issuing or verifying VRCs to establish unique shared context for secure trust attestation.