API Connector
The API Connector skill turns your AI agent into a universal integration layer for any REST API. Define an endpoint, choose an authentication method (API key, Bearer token, Basic auth, or OAuth2), and save named request templates for common operations. Once configured, you can call any endpoint in natural language: 'fetch the latest 10 orders from our Shopify store' or 'create a new contact in HubSpot with these details'. The skill handles JSON and form-encoded request bodies, query parameter construction, and response parsing. Paginated responses are automatically aggregated up to a configurable limit. Error handling includes retry logic with exponential backoff and detailed error reporting from HTTP status codes. You can chain multiple API calls in a single request — for example, fetch a list of users from one API and enrich each with data from another. Templates are saved per integration and reusable across sessions. Ideal for connecting internal business tools, SaaS platforms, and data services that don't have a dedicated skill.
Installation
clawhub install api-connector
Install: clawhub install api-connector