From ed8ad4f11c40fd1c1fce60160b50609ee4a65f0d Mon Sep 17 00:00:00 2001 From: AkshatGada Date: Mon, 9 Mar 2026 16:37:05 +0530 Subject: [PATCH] docs: add approval URL reminder to SKILL.md setup flow --- packages/polygon-agent-cli/skills/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/polygon-agent-cli/skills/SKILL.md b/packages/polygon-agent-cli/skills/SKILL.md index 6992821..c1481ce 100644 --- a/packages/polygon-agent-cli/skills/SKILL.md +++ b/packages/polygon-agent-cli/skills/SKILL.md @@ -66,6 +66,10 @@ polygon-agent setup --name "MyAgent" # Phase 2: Create ecosystem wallet (auto-waits for browser approval) export SEQUENCE_PROJECT_ACCESS_KEY= polygon-agent wallet create --usdc-limit 100 --native-limit 5 +# → IMPORTANT: The command outputs an `approvalUrl`. You MUST send the COMPLETE, +# UNTRUNCATED URL to the user and wait for them to open it in a browser and approve. +# Do NOT proceed to the next step until the user confirms approval (or the CLI +# automatically detects the callback). The wallet address is only available after approval. # Phase 3: Fund wallet polygon-agent fund