generated: '2026-07-31' method: searched source: https://help.boltapp.com/ai-agents/skills note: Bolt publishes its own agent skills; those two were harvested verbatim. Three further skills were generated by API Evangelist from the published OpenAPI operations, with every operationId verified against the spec. skills: - file: bolt-financial-bolt-api-verify.md name: bolt-api-verify description: Verify API examples, env vars, and endpoint paths against OpenAPI specs before implementing Bolt integrations. method: searched source: https://help.boltapp.com/skills/bolt-api-verify/SKILL.md publisher: Bolt Financial - file: bolt-financial-bolt-gaming-docs.md name: bolt-gaming-docs description: Integrate Bolt Gaming checkout links, Unity and JavaScript SDKs, webhooks, and interactive ads. method: searched source: https://help.boltapp.com/skills/bolt-gaming-docs/SKILL.md publisher: Bolt Financial - file: bolt-financial-charge-and-settle.md name: bolt-financial-charge-and-settle description: Take a Bolt cart from order token through authorization, capture, refund and void, handling fraud-review states and Bolt's idempotency contract. method: generated api: openapi/bolt-financial-bolt-api-openapi.yml operations: - createOrderToken - authorizeTransaction - captureTransaction - refundTransaction - voidTransaction - reviewTransaction - getTransactionDetails - file: bolt-financial-shopper-account-oauth.md name: bolt-financial-shopper-account-oauth description: Authorize a Bolt shopper account with OAuth 2.0 / OIDC and manage profile, addresses and stored payment methods. method: generated api: openapi/bolt-financial-bolt-api-openapi.yml operations: - OAuthToken - getAccount - createAccount - detectAccount - updateAccountProfile - addAddress - editAddress - replaceAddress - deleteAddress - addPaymentMethod - deletePaymentMethod - file: bolt-financial-webhooks-and-tokenizer.md name: bolt-financial-webhooks-and-tokenizer description: Register and verify Bolt webhooks, react to the transaction event set, and tokenize a card client-side against the Bolt Tokenizer. method: generated api: openapi/bolt-financial-bolt-api-openapi.yml operations: - createWebhook - queryWebhooks - getWebhook - deleteWebhook - tokenizerPublicKey - tokenizerToken - getTransactionDetails