/** * Skill: clawnchconnect — Human-approved transaction signing via ClawnchConnect. * * The agent proposes transactions. A human approves them from their phone. * The agent never holds the user's private key. * * Actions: * connect — Start a ClawnchConnect pairing session (returns URI to scan) * status — Check connection status and connected address * disconnect — End the current session * queue — View pending transactions in the approval queue * policies — List, add, or remove spending policies (structured) * set_policy — Configure spending policies from natural language * sign_message — Request a message signature from the connected wallet */ import type { SkillDefinition } from '../types.js'; export declare const walletconnectSkill: SkillDefinition; //# sourceMappingURL=walletconnect.d.ts.map