Use 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_project
save_project
load_project
Worksheet and data:
create_worksheet
set_worksheet_data
get_worksheet_data
import_csv_to_worksheet
list_worksheets
Graphing:
create_graph
add_plot_to_graph
set_axis_labels
set_axis_range
export_graph
export_all_graphs
Styling:
apply_publication_style
set_plot_style
set_graph_font
set_legend
set_tick_style
Analysis:
curve_fit
list_fitting_functions
Advanced:
run_labtalk
get_labtalk_variable
new_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_project
save_project
load_project
数据与工作表:
create_worksheet
set_worksheet_data
get_worksheet_data
import_csv_to_worksheet
list_worksheets
绘图:
create_graph
add_plot_to_graph
set_axis_labels
set_axis_range
export_graph
export_all_graphs
样式:
apply_publication_style
set_plot_style
set_graph_font
set_legend
set_tick_style
分析:
curve_fit
list_fitting_functions
高级:
run_labtalk
get_labtalk_variable
new_project 前先确认。
共 1 个版本