Use whenever someone wants to confirm an image/video is usable for a social post, or asks to "upload", "resize", or "list" media, through the Ayrshare MCP server. The only media tool is mcp__ayrshare__validate_media, which HEAD-checks that a media URL is reachable (it does not upload, store, or resize anything). Trigger on phrasings like "upload this image so I can post it", "check that this video URL works before posting", "resize my image for Instagram", "make this fit a story", "what is in my media library", "is this picture going to be rejected", or any time a post needs an attachment and the media is not confirmed yet, even if the user never says "Ayrshare" or names a tool. Also trigger when a post failed because of a bad or unreachable media URL. IMPORTANT: the Ayrshare MCP has NO media upload, library, or resize tool; media is referenced by public URL and validate_media only HEAD-checks reachability. To attach a validated media URL to a post, see ../post/SKILL.md.
$npx -y skills add ayrshare/ayrshare-social-media-api-claude-plugin --skill mediaInstalls into the current project.
Run `npx skills use "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin" --skill "ayrshare/ayrshare-social-media-api-claude-plugin/media"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/ayrshare/ayrshare-social-media-api-claude-plugin"` and select the relevant skills, then follow their instructions.