Apikiss
Access weather, IP geolocation, SMS, crypto prices, Danish CVR, Whois, phone lookup, UUID, stock dat
- Rating
- 5 (454 reviews)
- Downloads
- 3,574 downloads
- Version
- 1.0.0
Overview
Access weather, IP geolocation, SMS, crypto prices, Danish CVR, Whois, phone lookup, UUID, stock data.
Complete Documentation
View Source →
API KISS
Use the API KISS unified gateway to call dozens of services through one consistent API with Bearer token auth.
Setup
Set your API key as an environment variable:
APIKISS_API_KEY=your_token_here
All requests use:
- Base URL:
https://apikiss.com/v1/ - Auth header:
Authorization: Bearer $APIKISS_API_KEY
Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /weather | GET | Current weather + forecast by location |
| /ip | GET | IP geolocation, ISP, timezone, connection type |
| /sms | POST | Send SMS worldwide with delivery tracking |
| /flash-sms | POST | Send flash SMS (appears on screen instantly) |
| /crypto | GET | Real-time crypto prices (BTC, ETH, etc.) |
| /cvr | GET | Danish Business Registry lookup by name or CVR number |
| /whois | GET | Domain registration info (registrar, dates, nameservers) |
| /phone-lookup | GET | Validate phone numbers, carrier, type, country |
| /uuid | GET | Generate a cryptographically secure UUID v4 |
| /stock | GET | Real-time and historical stock market data |
| /time | GET | Accurate time + timezone for any location |
| /password | POST | Hash or verify a password securely |
| /photo | GET/POST | Image metadata extraction and format conversion |
| /chuck-norris-facts | GET | Random Chuck Norris fact |
Usage Examples
Weather
curl "https://apikiss.com/v1/weather?location=Copenhagen" \
-H "Authorization: Bearer $APIKISS_API_KEY"
IP Lookup
curl "https://apikiss.com/v1/ip?ip=8.8.8.8" \
-H "Authorization: Bearer $APIKISS_API_KEY"
Danish CVR Lookup
curl "https://apikiss.com/v1/cvr?query=Novo+Nordisk" \
-H "Authorization: Bearer $APIKISS_API_KEY"
Send SMS
curl -X POST "https://apikiss.com/v1/sms" \
-H "Authorization: Bearer $APIKISS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+4512345678", "message": "Hello from OpenClaw!"}'
Crypto Price
curl "https://apikiss.com/v1/crypto?symbol=BTC" \
-H "Authorization: Bearer $APIKISS_API_KEY"
UUID
curl "https://apikiss.com/v1/uuid" \
-H "Authorization: Bearer $APIKISS_API_KEY"
External Endpoints
All requests go to: https://apikiss.com/v1/*
Data sent includes only the query parameters you provide (e.g. location, IP, phone number, symbol). Your APIKISS_API_KEY is sent as a Bearer token in the Authorization header and never logged locally.
Security & Privacy
- Your API key stays in your environment — never in prompts or logs.
- Only the data you explicitly pass as parameters leaves your machine.
- API KISS does not store request payloads.
Trust Statement
By using this skill, queries are sent to https://apikiss.com. Only install if you trust apikiss.com with the data you pass to it.
Installation
openclaw install apikiss
💻Code Examples
APIKISS_API_KEY=your_token_here
All requests use:
- Base URL: `https://apikiss.com/v1/`
- Auth header: `Authorization: Bearer $APIKISS_API_KEY`
## Available Endpoints
| Endpoint | Method | Description |
|---|---|---|
| `/weather` | GET | Current weather + forecast by location |
| `/ip` | GET | IP geolocation, ISP, timezone, connection type |
| `/sms` | POST | Send SMS worldwide with delivery tracking |
| `/flash-sms` | POST | Send flash SMS (appears on screen instantly) |
| `/crypto` | GET | Real-time crypto prices (BTC, ETH, etc.) |
| `/cvr` | GET | Danish Business Registry lookup by name or CVR number |
| `/whois` | GET | Domain registration info (registrar, dates, nameservers) |
| `/phone-lookup` | GET | Validate phone numbers, carrier, type, country |
| `/uuid` | GET | Generate a cryptographically secure UUID v4 |
| `/stock` | GET | Real-time and historical stock market data |
| `/time` | GET | Accurate time + timezone for any location |
| `/password` | POST | Hash or verify a password securely |
| `/photo` | GET/POST | Image metadata extraction and format conversion |
| `/chuck-norris-facts` | GET | Random Chuck Norris fact |
## Usage Examples
### Weathercurl -X POST "https://apikiss.com/v1/sms" \
-H "Authorization: Bearer $APIKISS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+4512345678", "message": "Hello from OpenClaw!"}'Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.