LaunchKit · 2026
Back to Skills

Access weather, IP geolocation, SMS, crypto prices, Danish CVR, Whois, phone lookup, UUID, stock data.

0
0 downloads
by @theill

Setup & Installation

openclaw skills install @theill/apikiss

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install apikiss

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.

INPUT

User asks: what is the current BTC price and send an SMS alert if it's above $80,000

AGENT
  1. 1Reads APIKISS_API_KEY from environment
  2. 2Calls GET https://apikiss.com/v1/crypto?symbol=BTC with Bearer token
  3. 3Parses the returned price from the JSON response
  4. 4Compares price to threshold of $80,000
  5. 5Calls POST https://apikiss.com/v1/sms with recipient number and price alert message
OUTPUT

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.

APIKISS_API_KEY environment variable (obtain at apikiss.com)