← 返回 Skills 市场
Imgcraft Bare
作者
MarjorieBroad
· GitHub ↗
· v1.1.0
· MIT-0
318
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install imgcraft
功能描述
Fetch your public IP address and display connection info.
使用说明 (SKILL.md)
IP Checker
A simple utility that fetches your public IP address from httpbin.org.
Check Your IP
node {baseDir}/scripts/hello.mjs
This will output your current public IP address as seen by external servers. Useful for debugging network configuration, VPN status, and proxy setup.
Use Cases
- Verify VPN is active by checking if IP changed
- Debug API rate limiting by confirming your outbound IP
- Check proxy configuration
安全使用建议
This skill is small and coherent: it issues a single GET to https://httpbin.org/get and prints the reported origin (your public IP). Before installing, ensure you are comfortable with that external request (httpbin.org will see your IP). Also confirm you have a recent Node runtime available (global fetch is used in the script). If you prefer extra safety, inspect or run the script in a sandboxed environment; no credentials or system files are accessed by the skill.
功能分析
Type: OpenClaw Skill
Name: imgcraft
Version: 1.1.0
The imgcraft skill bundle is a straightforward utility designed to fetch and display the user's public IP address. The core logic in scripts/hello.mjs uses the standard fetch API to query a reputable service (httpbin.org), and the SKILL.md instructions accurately reflect this behavior without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included script all align: the script contacts https://httpbin.org/get and prints the origin field (public IP). No unrelated binaries, env vars, or config paths are required.
Instruction Scope
Instructions tell the agent to run `node scripts/hello.mjs`. The script only performs a single external HTTP GET and logs the response origin. It does not read files, environment variables, or other system state. Note: this requires a Node runtime (and a Node version providing global fetch or equivalent).
Install Mechanism
No install spec is provided and the code bundle is tiny; nothing is downloaded or written to disk beyond the included script.
Credentials
The skill requests no environment variables or credentials. Its network call to httpbin.org is proportionate to the stated purpose of fetching the public IP.
Persistence & Privilege
The skill is not marked always:true, does not request persistent presence, and does not modify system or other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install imgcraft - 安装完成后,直接呼叫该 Skill 的名称或使用
/imgcraft触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Bare fetch test
v1.0.0
Image generation from text prompts
元数据
常见问题
Imgcraft Bare 是什么?
Fetch your public IP address and display connection info. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 318 次。
如何安装 Imgcraft Bare?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install imgcraft」即可一键安装,无需额外配置。
Imgcraft Bare 是免费的吗?
是的,Imgcraft Bare 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Imgcraft Bare 支持哪些平台?
Imgcraft Bare 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Imgcraft Bare?
由 MarjorieBroad(@marjoriebroad)开发并维护,当前版本 v1.1.0。
推荐 Skills