sign-decision

Sign approval decision payloads with ed25519 private keys.

16|9|Updated May 22, 2026
One-click install
npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill sign-decision
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sign-decision
Source: https://github.com/panaversity/agentfactory-manufacturing/tree/main/identic-ai/claudia-workspace/skills/sign-decision
Command: npx skills add https://github.com/panaversity/agentfactory-manufacturing --skill sign-decision

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a secure and verifiable way to sign approval decisions using the owner's ed25519 delegate key, ensuring every decision is attributable and can be verified.

Core Features & Use Cases

  • Secure Signing: Signs decision payloads with the owner's private key for verifiable integrity.
  • Data Integrity: Ensures that all calls made by Claudia can be traced back to the owner for accountability.
  • Use Case: Before posting or logging an approval decision, use this Skill to add a signature that verifies the decision's authenticity.

Quick Start

Run the 'sign' script with the decision payload as input.

Frequently Asked Questions about sign-decision

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

FAQPage Schema
How do I securely sign approval decisions for verifiable traceability?▼

You can securely sign approval decisions using ed25519 private keys to provide verifiable ownership and integrity for governance and compliance tracking workflows.

What is ed25519 cryptographic signing for decision payloads?▼

Ed25519 cryptographic signing is a mechanism that signs decision payloads with a private key to ensure data integrity, making all calls attributable and verifiable for accountability.

How do I add a cryptographic signature to an approval decision before logging?▼

Run the sign script with the decision payload as input to generate a signature that verifies the decision's authenticity before posting or logging the approval.

Does ed25519 signing work for governance and compliance tracking workflows?▼

Yes, ed25519 signing is specifically designed for workflows requiring cryptographic verification and accountability, making it suitable for governance and compliance tracking.

When do I need to use secure signing for decision payloads?▼

You need secure signing when you must ensure every approval decision is attributable to the owner and can be cryptographically verified for data integrity and accountability.