Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
isaac-flath avatar

Image Upload

  • 1 installs
  • 7 repo stars
  • Updated April 12, 2026
  • isaac-flath/agent-starter-skills

Upload local images in a blog post to S3 and replace their paths with hosted URLs.

About

Uploads the local images in a blog post to S3 and replaces their paths with hosted URLs. A developer uses it to prepare a blog post's images for publishing.

  • Uploads local images in a blog post to S3
  • Replaces local image paths with hosted URLs

Image Upload by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/isaac-flath/agent-starter-skills --skill image-upload

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars7
Last updatedApril 12, 2026
Repositoryisaac-flath/agent-starter-skills

What it does

Upload local images in a blog post to S3 and replace their paths with hosted URLs.

Files

SKILL.mdMarkdownGitHub ↗

/image-upload

Upload local images in a blog post to S3 and replace paths with hosted URLs.

Usage

cd projects/2026_03_01_my-post
uv run ../../.claude/skills/image-upload/scripts/publish_prep.py .

What it does

1. Reads content/blog.md from the project directory 2. Finds all ![alt](path) markdown image references 3. Skips any that are already HTTP/HTTPS URLs 4. Uploads each local image to S3 with a random hex filename 5. Replaces the local path with the S3 URL in-place 6. Overwrites content/blog.md with the updated content

Requirements

  • AWS credentials configured in Settings (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, S3_BUCKET)
  • These are automatically available as environment variables in the app's terminal

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.