What problem does it solve?
Setting up Link CLI requires choosing the right OAuth scopes and source actions for your use case, then completing a multi-step approval flow. This Skill guides agents through installation, authentication status checks, scope selection, and user approval so Link access is configured correctly the first time.
Core Features & Use Cases
- Use-case detection: Determines whether the user needs agent payments, financial insights, or both, and recommends a default when intent is unclear.
- Authentication management: Runs
auth status first, then uses auth login or auth upgrade to request the correct scopes (userinfo:read, payment_methods.agentic) and source actions without dropping existing access.
- Approval flow handling: Presents verification URLs, polls for approval via
_next commands, and hands off to the create-payment-credential or financial-insights skills once authenticated.
- Use Case: A user asks their agent to start making purchases with Link. The Skill checks auth status, initiates login with the payment scopes, walks the user through approval in the Link app, and then hands off to the payment credential skill.
Quick Start
Use the link-cli skill to set up and authenticate Link CLI so I can make agent payments and view financial insights.