Install
openclaw skills install origin-pro-mcpControl OriginLab Origin Pro through the origin-pro MCP server for worksheets, graphs, publication styling, fitting, LabTalk, and verified figure export. Use when the user wants Origin Pro/OriginLab automation, scientific plotting in Origin, or OpenClaw MCP setup for Origin.
openclaw skills install origin-pro-mcpUse this skill when the user wants to create, edit, style, fit, or export Origin Pro worksheets and figures through the origin-pro MCP server.
python -m pip install -e ..origin-pro.Install the package from the checked-out skill folder:
python -m pip install -e .
Register the MCP server with OpenClaw:
openclaw mcp set origin-pro '{"command":"origin-pro-mcp"}'
openclaw mcp show origin-pro
If the console command is not on PATH, register the local server file instead:
openclaw mcp set origin-pro '{"command":"python","args":["-u","PATH_TO_REPO/server.py"]}'
Run the fast package check without Origin:
python -m pytest -q
Run real Origin COM integration tests only when Origin Pro is installed, started, and disposable test projects are acceptable:
$env:ORIGIN_MCP_RUN_ORIGIN="1"; python -m pytest -q
new_project only when it is acceptable to clear the current Origin session.create_worksheet + set_worksheet_data or import_csv_to_worksheet.create_graph and add_plot_to_graph.apply_publication_style for journal-ready formatting.curve_fit when fitting is requested.export_graph or export_all_graphs, then verify the returned file path and size.Project:
new_projectsave_projectload_projectWorksheet and data:
create_worksheetset_worksheet_dataget_worksheet_dataimport_csv_to_worksheetlist_worksheetsGraphing:
create_graphadd_plot_to_graphset_axis_labelsset_axis_rangeexport_graphexport_all_graphsStyling:
apply_publication_styleset_plot_styleset_graph_fontset_legendset_tick_styleAnalysis:
curve_fitlist_fitting_functionsAdvanced:
run_labtalkget_labtalk_variablenew_project if the user may have unsaved Origin work.当用户希望通过 origin-pro MCP server 创建、编辑、排版、拟合或导出 Origin Pro 工作表和图像时,使用本技能。
python -m pip install -e .。origin-pro。new_project。create_worksheet + set_worksheet_data 或 import_csv_to_worksheet 加载数据。create_graph 和 add_plot_to_graph 绘图。apply_publication_style 完成论文图样式。curve_fit。export_graph 或 export_all_graphs 导出,并检查返回的路径和文件大小。项目管理:
new_projectsave_projectload_project数据与工作表:
create_worksheetset_worksheet_dataget_worksheet_dataimport_csv_to_worksheetlist_worksheets绘图:
create_graphadd_plot_to_graphset_axis_labelsset_axis_rangeexport_graphexport_all_graphs样式:
apply_publication_styleset_plot_styleset_graph_fontset_legendset_tick_style分析:
curve_fitlist_fitting_functions高级:
run_labtalkget_labtalk_variablenew_project 前先确认。