Expose financial insights CLI commands and skill file - #240
Conversation
|
Run pnpm turbo run test |
|
link-cli skills list ... |
|
link-cli --help Usage: link-cli Commands: |
|
link-cli transactions --help Usage: link-cli transactions Commands: Global Options: |
| const authRepo = factory.createAuthResource(); | ||
| const spendRequestRepo = factory.createSpendRequestResource(); | ||
|
|
||
| const requestedCommand = process.argv[2]; |
| 'Create a secure, one-time payment credential from a Link wallet to let agents complete purchases on behalf of users.', | ||
| version: cliVersion, | ||
| sync: { | ||
| include: ['skills/*'], |
There was a problem hiding this comment.
I think the create-payment-credential was not being included in skills list either, and this change updates that. @jlau-stripe was that intentional/is this okay?
| @@ -0,0 +1,291 @@ | |||
| --- | |||
| version: 0.6.0 | |||
There was a problem hiding this comment.
ensure that the build commands update this
| Reads a user's Link financial data — transactions, balances, and wallet sources — so agents can answer questions about spending and available source capabilities. | ||
| allowed-tools: | ||
| - Bash(link-cli:*) | ||
| - Bash(npx:*) |
There was a problem hiding this comment.
@kreese-stripe didn't we remove this from the other skill?
| version: 0.6.0 | ||
| name: financial-insights | ||
| description: | | ||
| Reads a user's Link financial data — transactions, balances, and wallet sources — so agents can answer questions about spending and available source capabilities. |
There was a problem hiding this comment.
Add a "when to use" line
Summary
transactions,balances,sources) as regular CLI commands instead of hiddenTesting