Install
openclaw skills install scholarplotskillScholarPlot AI Academic Figure Generator. Connects via MCP to generate and edit SCI-standard figures, including line charts, bar charts, heatmaps, neural network architectures, and experimental flowcharts. Triggers on requests like "generate loss curve", "draw neural network", "create experimental flowchart", "edit figure". Requires API key from figure.thirdme.com.
openclaw skills install scholarplotskillScholarPlot is an AI academic figure generation tool designed for researchers. It uses an MCP (Model Context Protocol) server to instantly generate professional, SCI-journal standard figures from natural language descriptions.
scholarplot-sci-figure MCP server to be configured and running with a valid API key from https://figure.thirdme.com/mcp.generate_sci_figure MCP tool to create figures. Always pass a detailed description. You can optionally specify figureType, style (e.g., nature, science, ieee), and exact dataValues for data charts.edit_figure MCP tool to modify existing figures. Pass the figureId and specific editInstructions (e.g., "Change the bar color to blue").figureUrl to the user so they can view and download the high-resolution (300dpi) or vector (SVG) format image. Present the metadata cleanly.Determine if the user wants to generate a new figure or edit an existing one based on the conversation context.
generate_sci_figure with the provided descriptions and any available data.edit_figure with the target figureId and instructions.Once the MCP tool returns a response, format the output nicely for the user:
 (if supported by the client) or provide the direct URL.figureCode if the user wants to review the underlying representation.Users must configure their Claude Desktop (or other MCP-compatible client) with the following in mcp.json or claude_desktop_config.json:
{
"mcpServers": {
"scholarplot-sci-figure": {
"url": "https://figure.thirdme.com/api/mcp-sse?key=YOUR_API_KEY"
}
}
}