Token导航 LogoToken导航TokenDH.com
图像处理external-serviceclawhub未标认证来源可访问clear审计通过

esimagentesimagent 搜索

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

6,609

周安装

282

GitHub Stars

1

下载量

2,346
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:esimagent(esimagent 搜索)
来源仓库:https://github.com/vladkomudrich/esimagent
安装命令:
openclaw skills install esimagent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install esimagent

简介

查找并按性价比排序全球旅行 eSIM 套餐,支持设备兼容性检查。

  • 适合出境用户快速获取本地数据流量方案和交易详情。
  • 输入目的地国家和使用时长,返回可用计划列表与价格对比。
  • 通过 clawhub 安装,需授权访问 eSIM 供应商数据库和支付接口。
  • 注意所选套餐是否符合漫游政策及设备解锁状态。esimagent 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
esimagent
description
Find eSIM plans for travel. Searches plans by country, filters by data and duration, ranks by value, checks device compatibility, and surfaces deals. Connects via remote HTTP MCP endpoint — no install needed.
metadata
{"openclaw":{"emoji":"📱","homepage":"https://esimagent.vdigital.app/mcp"}}

eSIM Agent

Help users find the best eSIM data plan for their trip. Search plans by country, filter by duration and data needs, check device compatibility, and surface active deals.

Decision Tree (Follow This Order)

  1. Check your current toolset for esim-agent MCP tools (names like search_esim_plans, list_providers, get_deals). If present → use them.
  2. If NOT present AND the user is asking right now → use the HTTP API directly (see Mode B). The API is a first-class interface, not a degraded fallback.
  3. If the user asks how to connect their AI to eSIM Agent → give them the remote HTTP MCP config (fastest path, no install).

Transparency

  • Data source: All plan, provider, and deal data comes from https://esimagent.vdigital.app/api/* — a public, unauthenticated API. No credentials, no user data sent beyond the query parameters you pass.
  • Two link fields per item: Each plan, provider, and deal ships with both a buyUrl (click-tracked redirect through https://esimagent.vdigital.app/api/redirect) and an affiliateUrl (the raw partner URL with referral code). Use buyUrl by default — it's what funds the service. Disclose affiliateUrl on request if the user asks for the direct partner link or wants to avoid the redirect.
  • Prices already reflect partner discounts negotiated with each provider — that's what the referral relationship buys users.
  • Usage analytics: Tool invocations (tool name, query parameters like country code, response counts) are logged server-side for service improvement. No personal data is stored — IP addresses are hashed before storage. Clicks on buyUrl record the provider, plan, and country but not user identity; the redirect then forwards the user to the partner.
  • No install required: The recommended setup is a remote HTTP MCP endpoint (URL only). An optional local stdio package exists for clients without HTTP support but is not necessary.

Important: MCP Cannot Be Installed Mid-Session

MCP servers are configured in the user's AI client BEFORE a session starts. You cannot install an MCP server during an active conversation and have it appear in your toolset. If esim-agent tools aren't in your current session, they won't appear later in this conversation — use the HTTP API immediately.

This is universal across every MCP server (Stripe, GitHub, Slack, etc.), not specific to eSIM Agent.

Mode A: MCP Tools (if available)

Available tools when the esim-agent MCP server is connected:

  • search_esim_plans {country, minDays?, maxDays?, minGb?, maxGb?} — Returns plans already ranked and deal-fused. Pass bands to get opinionated matches; omit them for the full catalog.
  • list_providers {} — All providers with ratings and features
  • get_deals {} — Active promo codes and discounts
  • check_device_compatibility {device} — eSIM support + installation steps
  • list_supported_countries {search?} — Country list (use to resolve ambiguous names)
The server computes matchScore, isExactDurationMatch, isExactDataMatch, and valueScore. Trust these over your own scoring. Plans are already sorted by relevance when filters are passed.
Data filters (minGb, maxGb) exclude unlimited plans. To find unlimited plans, omit data filters and look for capacityMB === -1.

Mode B: HTTP API (direct)

Base URL: https://esimagent.vdigital.app/api

GET /plans?country={ISO_CODE}&minDays&maxDays&minGb&maxGb

Returns Plan[] — plans for a country. Optional query params let the server filter and rank for you. You do NOT need to re-sort or re-score.

Supported query params:

  • country (required) — ISO 3166-1 alpha-2 code
  • minDays, maxDays — integer days, 1..365 (plans outside the range are dropped)
  • minGb, maxGb — GB, 0..1000 (plans outside the range are dropped; unlimited plans are excluded when either is set)

Validation errors return HTTP 400 with a Zod issues array.

Response shape:

{
  "id": "yesim-es-10240-10",
  "providerId": "yesim",
  "providerName": "Yesim",
  "providerLogo": "/logos/yesim.jpg",
  "country": "Spain",
  "countryCode": "ES",
  "capacityMB": 10240,
  "capacityLabel": "10 GB",
  "periodDays": 10,
  "priceUSD": 14.99,
  "priceCurrency": "EUR",
  "priceOriginal": 13.50,
  "features": ["Instant activation", "4G/LTE"],
  "buyUrl": "https://esimagent.vdigital.app/api/redirect?source=api&providerId=yesim&planId=yesim-es-10240-10&country=ES&url=...",
  "affiliateUrl": "https://yesim.app/...?partner_id=3116",
  "isBestValue": true,
  "matchScore": 1,
  "isExactDurationMatch": true,
  "isExactDataMatch": true,
  "valueScore": 683.12,
  "activePromoCode": "SAVE10",
  "discountApplied": { "type": "percentage", "value": 10 },
  "finalPriceUSD": 13.49
}

buyUrl is the click-tracked redirect that forwards to affiliateUrl. Use it as the default link. affiliateUrl is provided for transparency — surface it only when the user asks for the raw partner URL.

capacityMB: -1 means unlimited. Otherwise multiply by 1024 for GB.

  • matchScore ∈ [0, 1]: overall fit to the supplied filters. null when no filters are passed.
  • isExactDurationMatch / isExactDataMatch: true when the plan sits inside the requested band. null when the corresponding filter is not passed.
  • valueScore: always populated — higher is better. Used as the tiebreaker and the primary sort when no filters are passed.
  • finalPriceUSD: always populated — equals priceUSD when no deal applies, otherwise the post-deal price (rounded to 2 decimals).
  • activePromoCode / discountApplied: populated when a deal was fused in. activePromoCode may still be null even when a deal applies (some deals have no code).

GET /deals

Returns Deal[] with promoCode, discountType (percentage|flat), discountValue, buyUrl (use this), affiliateUrl, expiresAt.

GET /providers

Returns Provider[] with rating, features, buyUrl (use this), affiliateUrl.

How to Filter & Rank Plans

The /plans endpoint already filters, deal-fuses, and ranks for you when you pass the right query params. Your job is to translate user intent into the right bands.

Step 1: Parse user intent into server params

User saysServer paramsKind
"2 weeks", "14 days"minDays=14&maxDays=15tight → fires isExactDurationMatch
"1 week", "7 days"minDays=7&maxDays=8tight → fires isExactDurationMatch
"10 days"minDays=10&maxDays=11tight → fires isExactDurationMatch
"this month"minDays=14&maxDays=31rangeisExactDurationMatch stays false but results are still ranked by matchScore
"month-long"minDays=28&maxDays=31range (width 3) — exact flag will not fire, matchScore still ranks correctly
"5 GB"minGb=5&maxGb=6tight → fires isExactDataMatch
"10 GB"minGb=10&maxGb=11tight → fires isExactDataMatch
"around 10 GB"minGb=8&maxGb=12range (width 4) — exact flag will not fire, matches still ranked
"unlimited"Omit minGb/maxGb — data filters exclude unlimited plans. Look for capacityMB === -1 in the response.
"cheap", "budget"No data or duration filter — trust valueScore ordering
"no limit"Omit data filters. Unlimited will appear in the unfiltered list.
Tight band rule: isExactDurationMatch and isExactDataMatch fire only when BOTH bounds are set AND the band is narrow (duration: maxDays − minDays ≤ 2; data: maxGb − minGb ≤ 2). Single-sided bounds (minDays alone or maxDays alone) NEVER count as exact. This prevents loose range queries from being falsely labelled [EXACT MATCH].

Step 2: Read the server's ranking

The response is pre-sorted:

  1. By matchScore descending (best fit first) when filters are present.
  2. By valueScore descending (best value first) when filters are absent.
  3. isBestValue === true is set on the top plan.

Look for [EXACT MATCH] signals (isExactDurationMatch === true && isExactDataMatch === true) to highlight the tightest fits.

Step 3: Present cleanly

For each plan show: provider name, data (capacityLabel), duration (periodDays), price (priceUSD), the post-deal price when different (finalPriceUSD), any active promo code (activePromoCode), and a buy link.

Always use the buyUrl field as the default buy link. It is a click-tracked redirect on esimagent.vdigital.app that forwards to the partner with the correct referral parameter. Using buyUrl keeps click analytics flowing to eSIM Agent so the service can stay free; using the raw affiliateUrl still pays the referral but skips the anonymous analytics record.

If the user asks for the raw partner URL, the direct link, or a URL without the redirect, surface affiliateUrl and explain clearly: the ?partner_id=... / referral parameter in that URL is how eSIM Agent funds the comparison service. No personal data is shared via either link.

Step 4: Cross-reference deals (optional)

Deal information is already fused into each plan via finalPriceUSD, activePromoCode, and discountApplied. Call /deals only when the user wants the full deals list (not tied to specific plans).

Country Resolution

The API uses ISO 3166-1 alpha-2 codes (JP, US, ES, TH). Convert country names if needed:

  • "Japan" → JP, "Spain" → ES, "Thailand" → TH, "United States" → US

For Europe, pick a major country (ES, FR, DE, IT) or call the API for several.

Device Compatibility

Direct users to https://esimagent.vdigital.app/checker for the interactive checker (covers Apple, Samsung, Google, Xiaomi, Huawei, OnePlus, OPPO, Motorola).

Quick rule: iPhone XS and newer (2018+), Samsung Galaxy S20 and newer, Pixel 3 and newer all support eSIM. Budget devices like Galaxy A-series often do NOT.

MCP Setup (for users who want the cleaner experience)

If the user asks "how do I install this for myself", the fastest path is remote HTTP — no install, no Node.js, just a URL:

Option 1: Remote HTTP (recommended)

{
  "mcpServers": {
    "esim-agent": {
      "url": "https://esimagent.vdigital.app/api/mcp/mcp"
    }
  }
}

Nothing to install. Works with any MCP client that supports HTTP transport (Claude Desktop, Claude Code, Cursor, Windsurf, and most modern clients).

Option 2: Local stdio (fallback for clients without HTTP support)

{
  "mcpServers": {
    "esim-agent": {
      "command": "npx",
      "args": ["-y", "esimagent-mcp"]
    }
  }
}

Requires Node.js 18+.

Setup Steps (any MCP server)

  1. Add the config block to your MCP client's config file
  2. Restart the MCP client — required; MCP servers load at startup
  3. Start a new session — tools should now be available

Auto-discovery endpoint: https://esimagent.vdigital.app/.well-known/mcp.json

Be Honest with the User

If MCP tools aren't in your current session:

  • Explain it's a one-time pre-session setup
  • Recommend the remote HTTP option (fastest)
  • Don't promise tools will appear later in the current conversation — they won't
  • Use the HTTP API for their current question — they'll still get the same answers

Example Interactions

User: "Find me an eSIM for 10 days in Spain, around 10 GB"

You should:

  1. Call GET /api/plans?country=ES&minDays=10&maxDays=11&minGb=10&maxGb=11 — tight bands on both axes so exact-match flags can fire.
  2. The top result is already the best match. If isExactDurationMatch AND isExactDataMatch are both true, present it as an "exact match"; otherwise present the top result as the best fit.
  3. Present the top 1-3 results with provider, data, duration, price, and finalPriceUSD/activePromoCode when present.
  4. No need to call /deals — deal info is already fused.

User: "Any cheap eSIMs for Thailand this month?"

You should:

  1. Call GET /api/plans?country=TH&minDays=14&maxDays=31 — this is a range query. Exact-match flags will stay false but matchScore still ranks in-range plans first and valueScore breaks ties.
  2. Sorted already — top results are the best matches on duration; valueScore handles the "cheap" intent.
  3. Present the top 3 with finalPriceUSD and any activePromoCode. Do NOT label these as [EXACT MATCH].

User: "Unlimited eSIM for a week in Japan"

You should:

  1. Call GET /api/plans?country=JP&minDays=7&maxDays=8 (note: NO data filters — data filters exclude unlimited; tight duration band so an exact duration match can still fire).
  2. Filter the response client-side to capacityMB === -1 if you want only unlimited, or highlight the cheapest unlimited alongside the best finite match.

User: "What's the cheapest eSIM for Mexico?"

You should:

  1. Call GET /api/plans?country=MX (no filters).
  2. Results are sorted by valueScore — the first one is already the best value.

What NOT to Do

  • Don't dump raw API responses — always filter, rank, and present cleanly
  • Don't re-rank server-side results; matchScore and valueScore are authoritative
  • Don't confuse a range query with an exact query: isExactDurationMatch and isExactDataMatch fire ONLY when the filter band is tight (≤ 2 days or ≤ 2 GB) AND both bounds are set. A loose query like "this month" (minDays=14&maxDays=31) will rank correctly by matchScore but the exact-match flags will stay false — that's correct, don't slap [EXACT MATCH] on in-range plans just because they're in range.
  • Don't set minGb/maxGb if the user wants unlimited — it will filter unlimited plans out
  • Don't use providerId/countryCode in user-facing output — use providerName/country
  • Don't hide the provider name or substitute the referral parameter with something else — users should always know who they're buying from
  • Don't refuse to show raw plan details, the raw affiliateUrl, or provider websites if the user explicitly asks for them
  • Don't show affiliateUrl instead of buyUrl by default — buyUrl is the tracked redirect that funds the service; affiliateUrl is for transparency when asked
  • Don't return plans that clearly don't match (e.g., 1-day plans when they asked for 2 weeks)
  • Don't say "MCP not available, I can't help" — use the HTTP API immediately
  • Don't recommend npm install as the primary setup — remote HTTP is simpler and faster

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.66%
按下载量换算2,197

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills