delegation

Manage family banking account delegations and revoke access via REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/curtismu7/AI-demo --skill delegation-curtismu7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation
Source: https://github.com/curtismu7/AI-demo/tree/main/.claude/skills/delegation
Command: npx skills add https://github.com/curtismu7/AI-demo --skill delegation-curtismu7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to manage family banking account delegations, granting and revoking access to their accounts securely and efficiently.

Core Features & Use Cases

  • Grant Access: Delegate access to family members for specific banking account actions.
  • Revoke Access: Remove access from delegates when no longer needed.
  • View Delegation History: Track the history of granted and revoked delegations.
  • Use Case: A parent can grant their child access to view and manage their savings account, ensuring they can handle transactions independently.

Quick Start

Use the delegation skill to grant access to your child's account for viewing balances.

Frequently Asked Questions about delegation

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

FAQPage Schema
How do I manage family banking account delegations securely?

Family banking account delegations are managed securely by granting and revoking account access through REST API endpoints. The system propagates 'may_act' claims through delegation chains to ensure safe access control for family members.

Can I use PingOne for user management when granting account access?

PingOne is supported for user management when granting account access. The delegation system integrates directly with PingOne to verify users and securely propagate 'may_act' claims across the delegation chain.

What do I need to set up to track delegation history for banking accounts?

Tracking delegation history for banking accounts requires LMDB for storage and specific REST API endpoints for CRUD operations. LMDB stores the history of granted and revoked delegations securely.

How does a parent delegate access to a child's savings account?

A parent delegates access to a child's savings account by using the delegation skill to grant specific banking account actions. The system securely propagates the 'may_act' claims, allowing the child to view and manage balances independently.

Does account delegation support revoking access when it is no longer needed?

Account delegation fully supports revoking access when it is no longer needed. Users can remove delegates through REST API endpoints, and the system updates the LMDB storage to reflect the revoked delegation history immediately.

Are there limitations when propagating may_act claims through delegation chains?

Propagating 'may_act' claims through delegation chains depends on specific REST API endpoints and LMDB storage availability. The system is designed for family banking account delegations and may not support complex non-family delegation structures.