Profile management for the Ayrshare MCP server: create profiles, list profiles, and generate social-account linking URLs for client/customer profiles under a Business account. Use whenever someone wants to onboard a new client, set up a customer's social accounts, "add a profile", "create a workspace for a client", list existing profiles, recover a lost profileKey, or get a link a client opens to connect their own social networks. Trigger when calling mcp__ayrshare__create_profile, mcp__ayrshare__list_profiles, or mcp__ayrshare__generate_jwt_social_linking_url, and even when the user does not say "Ayrshare": agency or white-label social setup, managing multiple clients' accounts through an AI assistant, or "send my client a link to link their socials". generate_jwt_social_linking_url mints the single sign-on URL the client opens to connect their networks, targeting the sub-profile from the profileKey argument or Profile-Key header (argument wins).
$npx -y skills add ayrshare/ayrshare-social-media-api-claude-plugin --skill profilesInstalls 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/profiles"` 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.