ClawLink
AI & ML16 toolsPaste one API key

Skyfire integration for AI agents

Skyfire enables AI agents to autonomously transact and pay for services, creating a seamless payment infrastructure for AI applications.

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Skyfire once and call the same tools from all of them.

Setup

Connect Skyfire through ClawLink's hosted setup.

  • Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Skyfire exposes 16 tools through ClawLink.

ToolWhat it doesKind
skyfire_get_all_service_tagsFetch all service tags to discover filtering optionsRead
skyfire_get_buyer_wallet_balanceRetrieve buyer wallet balanceRead
skyfire_get_directory_service_by_idGet full details for a specific service in the Skyfire directory by its IDRead
skyfire_get_serviceGet full details for one serviceRead
skyfire_get_services_by_agentBrowse all services from one seller agentRead
skyfire_get_services_by_tagsFilter services by tags to find exactly what you needRead
skyfire_get_token_chargesAudit charges for a specific tokenRead
skyfire_introspect_tokenCheck if a token is still valid before calling a seller serviceRead
skyfire_list_agent_seller_servicesList all services registered by the authenticated seller agentRead
skyfire_list_buyer_tokensInspect buyer tokens for observabilityRead
skyfire_list_directory_servicesBrowse Skyfire's service directory to obtain `sellerServiceId` for token creationRead
skyfire_charge_tokenCharge a buyer's token (seller-side operation)Read
skyfire_create_kya_pay_tokenIssue a Skyfire KYA+PAY token (POST /api/v1/tokens with type=kya+pay)Write
skyfire_create_kya_tokenIssue a Skyfire KYA token (POST /api/v1/tokens with type=kya)Write
skyfire_create_pay_tokenIssue a Skyfire PAY token (POST /api/v1/tokens with type=pay)Write
skyfire_set_agent_source_ipsRegister IP addresses as sources for Agent requests (PUT /api/v1/agents/source-ips)Write