get-my-ipGet 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...
Install via ClawdBot CLI:
clawdbot install hilaraklesantosw-art/get-my-ipGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/hilaraklesantosw-art/skillsAudited Apr 18, 2026 · audit v1.0
Generated May 9, 2026
A user needs to know their current public IP address for remote access configuration or troubleshooting. The skill instantly returns the IP via curl ifconfig.me, requiring no manual effort.
A system administrator verifies that a machine's outbound internet connection is functional by checking its public IP. The skill provides a simple, scriptable way to confirm network connectivity.
A user wants to confirm that their VPN is active and routing traffic correctly. By comparing the IP with and without VPN, they can validate the tunnel's effectiveness.
A developer needs to know the public IP of a cloud VM for whitelisting in a firewall or database. The skill offers a quick command-line method to fetch the IP without logging into a cloud console.
A helpdesk agent guides a user to retrieve their public IP for remote support or issue diagnosis. The skill ensures accurate IP capture without relying on browser-based services.
Offer basic public IP lookup for free, with paid tiers providing automated monitoring (e.g., IP change alerts via webhook). Revenue from subscription fees for alerting and API access.
License the skill as part of a larger IT automation toolkit for enterprises. Generate revenue through annual licensing based on number of machines or agents deployed.
Wrap the skill in a simple web page that displays the user's IP along with targeted ads or sponsored content. Revenue from ad impressions or affiliate links to network tools.
💬 Integration Tip
For seamless automation, call this skill from scripts or cron jobs using 'curl -fsSL ifconfig.me' and parse the output directly for use in other tools.
Scored May 9, 2026
Test internet connection speed using Ookla's Speedtest CLI. Measure download/upload speeds, latency, and packet loss. Format results for social sharing on Moltbook/Twitter. Track speed history over time. Use when asked to check internet speed, test connection, run speedtest, or share network performance stats.
Control Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C.
Parse and generate MLSCP (Micro LLM Swarm Communication Protocol) commands. Use when communicating with other agents efficiently, parsing compressed commands, or generating token-efficient instructions. Reduces token usage by 70-80% compared to natural language.
Send and receive files to/from nearby devices using the LocalSend protocol. Trigger with /localsend to get an interactive Telegram menu with real inline butt...
Manage Nostr posting and engagement via the nak CLI. Use for creating notes, replying in threads, tagging npubs, checking replies/mentions, monitoring a rela...
Analyze local PCAP/PCAPNG files with tshark to generate detailed network forensics reports including talkers, ports, DNS, TLS, HTTP, and anomaly summaries.