esimaccess-api
Manage eSIM Access API operations including balance checks, package listing, order creation, eSIM status monitoring, top-ups, cancellations, profile management, webhooks, and refund/reissue workflows. Use when user mentions eSIM, ICCID, data plan, roaming, SIM card, mobile data package, travel connectivity, cellular data usage, or interacts with the eSIM Access API at api.esimaccess.com. Also trigger when user asks about balance, top-up, order status, QR code provisioning, or uploads a list of ICCIDs or order numbers.
What this skill does
# eSIM Access API Skill Interact with the eSIM Access API for complete eSIM lifecycle management. ## When to Use This Skill Use this skill when the user: - Asks about eSIM operations: ordering, top-ups, cancellations, status checks - Mentions ICCID, order number, QR code, or data usage - Wants to check account balance or list available data packages - Asks about roaming, travel data plans, or mobile connectivity - Needs to manage eSIM profiles (suspend, unsuspend, revoke) - Wants to configure webhooks for eSIM status notifications - Asks to cancel and reissue an eSIM (refund/replace workflow) - References the eSIM Access API or api.esimaccess.com ### Example prompts - "Check my eSIM Access balance" - "What packages are available for Japan?" - "Order a 5GB plan for the US" - "Check the status of order B26041021130002" - "How much data has ICCID 89852240810733629810 used?" - "Top up my eSIM with another 5GB" - "Cancel this unused eSIM and get a refund" - "Set up a webhook for order notifications" ## Quick Reference - **Base URL**: `https://api.esimaccess.com/api/v1/open` - **Auth**: HMAC-SHA256 signed headers — the accessCode is used as both the API identifier and signing key (see `references/api-reference.md`) - **Prices**: API values / 10,000 = USD (e.g., 18000 = $1.80) - **Volumes**: Bytes (1073741824 = 1 GB) - **Credentials**: Get your accessCode from https://console.esimaccess.com/developer/index ## Operations ### Read (safe) | Operation | Endpoint | Purpose | |-----------|----------|---------| | `check_balance` | `/balance/query` | Account balance in USD | | `list_regions` | `/package/list` | All supported countries | | `list_packages` | `/package/list` | Products by country/code | | `list_topup_packages` | `/package/list` | Top-up options for ICCID | | `check_order_status` | `/esim/query` | Order details + ICCID | | `check_esim_status` | `/esim/query` | Full eSIM profile info | | `check_data_usage` | `/esim/usage/query` | Data consumption stats | | `query_webhook` | `/webhook/query` | Current webhook config | ### Write (costs money or modifies state) | Operation | Endpoint | Purpose | |-----------|----------|---------| | `create_order` | `/esim/order` | Purchase new eSIM | | `apply_topup` | `/esim/topup` | Add data to existing eSIM | | `cancel_esim` | `/esim/cancel` | Cancel unused eSIM (refund) | | `suspend_profile` | `/esim/suspend` | Temporarily disable | | `unsuspend_profile` | `/esim/unsuspend` | Re-enable suspended | | `revoke_profile` | `/esim/revoke` | Permanently disable (no refund) | | `send_sms` | `/esim/sendSms` | Send SMS to eSIM | | `setup_webhook` | `/webhook/save` | Configure notification URL | ### Composite Workflows | Operation | Purpose | |-----------|---------| | `refund_and_reissue` | Cancel unused eSIM, verify refund, order replacement with same package | ## Key Rules 1. **Order flow**: `create_order` returns `orderNo`. Poll `check_order_status` every 3s (4 retries) for ICCID. ORDER_STATUS webhook is fallback. 2. **Top-ups**: Use `esimTranNo` (not ICCID). `supportTopUpType === 2` means eligible. Cannot top up after expiry. 3. **Cancel vs Revoke**: Cancel works on unused eSIMs (RELEASED/GOT_RESOURCE) and provides refund. Revoke works on activated eSIMs with no refund. 4. **Usage query**: Requires `esimTranNo`, not ICCID. Do an ICCID lookup via `/esim/query` first if needed. 5. **SMS**: Uses `message` field (not `content`). Only works on activated eSIMs. ## Authentication in Any Language The `references/api-reference.md` file contains HMAC-SHA256 auth examples in both Node.js and Python. Ask your AI to generate auth code in your preferred language using the signature algorithm documented there. ## Testing ```bash node scripts/test-esim-api.mjs <accessCode> ``` ## Installation ### Any AI agent (via Skills CLI) ```bash npx skills add esimaccess/esimaccess-api ``` ### Manual install Download from https://app.esimaccess.com/public/skill/ and place in your agent's skills directory. ## Files | File | Purpose | |------|---------| | `SKILL.md` | This file - skill definition | | `scripts/test-esim-api.mjs` | 15 end-to-end API tests | | `references/api-reference.md` | Full API docs: endpoints, auth, status states, webhooks, error codes |
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.