/install scholarplotskill
scholarPlotSkill
ScholarPlot 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.
Core Directives
- MCP Server Dependency: This skill requires the
scholarplot-sci-figureMCP server to be configured and running with a valid API key fromhttps://figure.thirdme.com/mcp. - Intelligent Generation: Use the
generate_sci_figureMCP tool to create figures. Always pass a detaileddescription. You can optionally specifyfigureType,style(e.g., nature, science, ieee), and exactdataValuesfor data charts. - Interactive Editing: Use the
edit_figureMCP tool to modify existing figures. Pass thefigureIdand specificeditInstructions(e.g., "Change the bar color to blue"). - High-Quality Output: Return the generated
figureUrlto the user so they can view and download the high-resolution (300dpi) or vector (SVG) format image. Present themetadatacleanly.
Execution Pipeline
Step 1: Tool Selection
Determine if the user wants to generate a new figure or edit an existing one based on the conversation context.
Step 2: Invoke MCP Tool
- For New Figures: Call
generate_sci_figurewith the provided descriptions and any available data. - For Edits: Call
edit_figurewith the targetfigureIdand instructions.
Step 3: Present Results
Once the MCP tool returns a response, format the output nicely for the user:
- Display the figure using Markdown image syntax:
(if supported by the client) or provide the direct URL. - Summarize the metadata (e.g., Type, Style, Resolution).
- Provide the
figureCodeif the user wants to review the underlying representation.
Configuration Requirements
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"
}
}
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scholarplotskill - 安装完成后,直接呼叫该 Skill 的名称或使用
/scholarplotskill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
scholarplotskill 是什么?
ScholarPlot AI Academic Figure Generator. Connects via MCP to generate and edit SCI-standard figures, including line charts, bar charts, heatmaps, neural net... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 scholarplotskill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scholarplotskill」即可一键安装,无需额外配置。
scholarplotskill 是免费的吗?
是的,scholarplotskill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
scholarplotskill 支持哪些平台?
scholarplotskill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 scholarplotskill?
由 waiwai(@peizhou)开发并维护,当前版本 v1.0.0。