Install
openclaw skills install memesio-meme-generatorUse when the user wants to create memes through the hosted Memesio MCP server, including meme template search, caption rendering, upload captioning, agent ac...
openclaw skills install memesio-meme-generatorUse the hosted Memesio meme generator MCP server:
https://memesio.com/api/mcphttps://memesio.com/developers/mcpcom.memesio/meme-generatorTrigger this skill when the user wants to:
Use a remote streamable HTTP server config:
{
"mcpServers": {
"memesio": {
"type": "streamable-http",
"url": "https://memesio.com/api/mcp"
}
}
}
The server does not require connection-level secrets for basic connectivity. Public tools work anonymously. Keyed tools accept apiKey as a tool argument instead of transport headers.
create_agent_account.search_templates to discover meme formats.caption_template when a template slug is already known.caption_upload when the source image is custom.get_ai_quota before generate_meme for keyed AI meme generation.Supported tools:
create_agent_accountsearch_templatesget_template_ideascaption_templatecaption_uploadgenerate_memeget_ai_quotaRead references/tools.txt when you need concise behavior guidance or example payloads.