返回顶部
g

get-my-ip

Get the machine's current public IP address by calling `curl ifconfig.me`. Use when the user asks for their IP address, public IP, external IP, or explicitly wants to use ifconfig.me.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
92
下载量
0
收藏
概述
安装方式
版本历史

get-my-ip

# Get My IP Use this skill when the user wants the current machine's IP address as seen from the public internet. This skill uses: ```bash curl -fsSL ifconfig.me ``` ## Outcome Return the current public IP address from `ifconfig.me`. Keep the answer concise. By default, return only the IP unless the user asks for more detail. ## Workflow ### 1. Clarify the meaning only when needed `ifconfig.me` returns the public outbound IP, not the local LAN IP. If the user says "local IP" but also asks to use `ifconfig.me`, follow the request and, when useful, note that the result is the public IP. ### 2. Run the command Use: ```bash curl -fsSL ifconfig.me ``` Do not replace it with another service unless the user asks for a fallback. ### 3. Return the result If successful: - return the IP directly If it fails: - say the public IP could not be retrieved - include the brief reason when available, such as missing `curl`, network failure, or service unavailability ## Scope Boundaries This skill is only for retrieving the public IP via `ifconfig.me`. It is not for: - finding the local LAN IP - diagnosing network routing issues - checking multiple interfaces - performing geolocation lookups

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 get-my-ip-1776076631 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 get-my-ip-1776076631 技能

通过命令行安装

skillhub install get-my-ip-1776076631

下载 Zip 包

⬇ 下载 get-my-ip v0.1.0

文件大小: 1.33 KB | 发布时间: 2026-4-14 10:43

v0.1.0 最新 2026-4-14 10:43
Initial public release of the "get-my-ip" skill.

- Provides the machine's current public IP address using curl with ifconfig.me.
- Responds concisely with only the public IP by default.
- Alerts the user if curl is missing or the network/service is unavailable.
- Designed only for checking public IP via ifconfig.me; does not handle LAN IPs or advanced network diagnostics.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部