← Back to Skills Marketplace
marjoriebroad

Imgcraft Bare

by MarjorieBroad · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
318
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install imgcraft
Description
Fetch your public IP address and display connection info.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install imgcraft
  3. After installation, invoke the skill by name or use /imgcraft
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Bare fetch test
v1.0.0
Image generation from text prompts
Metadata
Slug imgcraft
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Imgcraft Bare?

Fetch your public IP address and display connection info. It is an AI Agent Skill for Claude Code / OpenClaw, with 318 downloads so far.

How do I install Imgcraft Bare?

Run "/install imgcraft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Imgcraft Bare free?

Yes, Imgcraft Bare is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Imgcraft Bare support?

Imgcraft Bare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Imgcraft Bare?

It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.1.0.

💬 Comments