Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A unified API gateway that provides access to weather, geolocation, SMS, crypto prices, stock data, domain lookup, phone validation, and more through a single Bearer token authenticated endpoint.
One API key and a consistent request format replaces managing separate accounts and SDKs for weather, SMS, crypto, and a dozen other services.
When to use it
- Check current weather and forecast for any city
- Look up real-time Bitcoin or Ethereum prices
- Send an SMS notification to a phone number worldwide
- Validate a phone number's carrier and country
- Look up Danish company registration data by name or CVR number
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: what is the current BTC price and send an SMS alert if it's above $80,000
- 1Reads APIKISS_API_KEY from environment
- 2Calls GET https://apikiss.com/v1/crypto?symbol=BTC with Bearer token
- 3Parses the returned price from the JSON response
- 4Compares price to threshold of $80,000
- 5Calls POST https://apikiss.com/v1/sms with recipient number and price alert message
SMS sent to the specified number with the current BTC price
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.