gravatar-download

Download Gravatar avatar images for an email to a local file.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill gravatar-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gravatar-download
Source: https://github.com/Mearman/marketplace/tree/main/plugins/gravatar/skills/gravatar-download
Command: npx skills add https://github.com/Mearman/marketplace --skill gravatar-download

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill downloads Gravatar avatar images to local files for caching, offline viewing, or reuse in other projects.

Core Features & Use Cases

  • Generate Gravatar URLs from an email and fetch the corresponding avatar image.
  • Download and save the avatar to a local path with optional size, default image type, and rating.
  • Use cases include creating local avatar caches for team directories or offline profile backups.

Quick Start

Run the download script with your email and an output file path to fetch and save the avatar.

Frequently Asked Questions about gravatar-download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download and save a Gravatar avatar image locally using an email address?

To download a Gravatar avatar locally, provide an email address and an output file path to the script. It generates the correct Gravatar URL and fetches the image to save it directly to your specified local file.

Can I specify the image size and rating when fetching a Gravatar profile picture?

Yes, you can specify image size, default image type, and rating when fetching a Gravatar profile picture. These options tailor the downloaded avatar to meet specific display requirements or content policies.

What is the best way to cache Gravatar avatars for offline rendering in a web application?

Caching Gravatar avatars for offline rendering is achieved by downloading them to local files. Saving these images locally allows your user interface to load profile pictures without relying on external network requests.

Does the Gravatar download script support custom default images and cache-control options?

Yes, the Gravatar download script supports custom default image types and cache-control options. These parameters ensure you can handle missing avatars gracefully and manage how the images are fetched and stored.

Are there dependencies required to run the script for downloading Gravatar images?

No external dependencies are required to run the script for downloading Gravatar images. The skill operates independently using its built-in scripts to generate URLs and fetch the avatar files.