image-hostingUpload images to img402.dev and get a public URL. Free tier: 1MB max, 7-day retention, no auth. Use when the agent needs a hosted image URL — for sharing in messages, embedding in documents, posting to social platforms, or any context that requires a public link to an image file.
Install via ClawdBot CLI:
clawdbot install rahulgi/image-hostingUpload an image to img402.dev and get a public URL. No account, no API key, no config.
# Upload (multipart)
curl -s -X POST https://img402.dev/api/free -F image=@/path/to/image.png
# Response
# {"url":"https://i.img402.dev/aBcDeFgHiJ.png","id":"aBcDeFgHiJ","contentType":"image/png","sizeBytes":182400,"expiresAt":"2026-02-17T..."}
sips -Z 1600 /path/to/image.png # macOS — scale longest edge to 1200px
convert /path/to/image.png -resize 1600x1600 /path/to/image.png # ImageMagick
curl -s -X POST https://img402.dev/api/free -F image=@/path/to/image.png
url field in the response is a public CDN link. Embed it wherever needed.For images that need to persist longer (1 year, 5MB max), use the paid endpoint at $0.01 USDC via x402:
# Step 1: Get an upload token (requires x402 payment)
POST https://img402.dev/api/upload/token
# → {"token": "a1b2c3...", "expiresAt": "..."}
# Step 2: Upload with the token
curl -s -X POST https://img402.dev/api/upload \
-H "X-Upload-Token: a1b2c3..." \
-F image=@/path/to/image.png
See https://img402.dev/blog/paying-x402-apis for details on x402 payment.
Generated Mar 1, 2026
Marketing teams can quickly upload promotional images for social media posts, ensuring they have public URLs for embedding in tweets, Facebook updates, or Instagram stories. This is useful for time-sensitive campaigns where immediate sharing is required without setting up dedicated hosting.
Business analysts or consultants can host charts and graphs generated from data tools, then embed the image URLs into online reports or presentations. This avoids large file attachments in emails and ensures visual content is accessible to remote teams.
Support agents can upload screenshots or error images from customers to a public URL, then share the link in ticketing systems or chat platforms. This streamines troubleshooting by providing visual context without clogging internal storage.
Small online sellers can upload product photos temporarily for listing on marketplaces or websites, using the free tier for quick testing or short-term promotions. It helps in scenarios where immediate image hosting is needed without long-term commitments.
Teachers or trainers can host diagrams or instructional images for online courses or tutorials, embedding the URLs in learning management systems. This facilitates easy updates and sharing of visual aids with students across different platforms.
Offers a free tier with basic features like 1MB uploads and 7-day retention to attract users, then monetizes through a paid tier with enhanced limits (e.g., 5MB, 1-year retention) via microtransactions in USDC. This model encourages adoption while generating revenue from power users needing longer storage.
Partners with software platforms or apps to integrate the image-hosting API as a built-in feature, charging licensing fees or taking a percentage of transactions. This leverages existing user bases in industries like content management or social media tools.
Provides tailored packages for businesses requiring higher upload limits, extended retention, or white-label hosting, with subscription-based pricing. This targets companies in marketing or e-commerce that need reliable, scalable image hosting for ongoing operations.
💬 Integration Tip
Ensure curl is installed and test uploads with sample images to verify size limits before integration; consider automating resizing steps for larger files to avoid errors.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.