Error explanation for the Ayrshare MCP server: translate an Ayrshare error code into a plain-English cause, a classification, and a fix. Use whenever a code or numeric error needs decoding: "what does Ayrshare error 156 mean", "why did that post fail with code 272", "explain this error", "what is error code 110 on Instagram", "how do I fix this Ayrshare error". Trigger when calling mcp__ayrshare__explain_error, and even without the word "Ayrshare": if the user surfaces a social-posting error code and wants to know what it means or how to fix it, this is the skill. CRITICAL: whenever ANY OTHER Ayrshare MCP tool returns a structured error code (for example Error 156: ...), look the code up here and explain or fix it rather than echoing the raw error back. For the shared auth model and the global retry-safety rule, see ../getting-started/SKILL.md.
$npx -y skills add ayrshare/ayrshare-social-media-api-claude-plugin --skill errorsInstalls 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/errors"` 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.