用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill python-origin-plotting命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | python-origin-plotting |
| description | > Use when this capability is needed. |
Use this skill to turn tabular data and plotting requirements into reproducible OriginPro projects driven by Python originpro.
originpro and pandas.scripts/originpro_plot_template.py before running it in a new environment..opju projects.E:/origin_tmp.*origin*.py, *.opju, *.opj, plots_origin/, exported Origin_*.pngGet-ChildItem -Recurse -File -Include *origin*.py,*.opju,*.opj,*.pngscripts/originpro_plot_template.py.Load and clean data with pandas.
origin_input_data_sorted.csv with encoding="utf-8-sig".Start a clean Origin project.
import originpro as opop.set_show(True) when the user should see Origin.op.new() before creating new workbooks and graph pages.op.new_book(...), write the DataFrame with wks.from_df(df), then set column designations and labels.Create graphs in Origin.
gl.add_plot(wks, coly=..., colx=..., type=...).Style through Origin APIs and LabTalk.
gl.axis("x").title and gl.axis("y").title.gl.lt_exec(...) or gp.lt_exec(...) for labels, legends, grids, tick rotation, and template-specific styling.gl.rescale() after adding plots.Export figures and save the Origin project.
gp.save_fig(...)..opju with op.save(...)..opju names if the final project file may be locked.Close Origin cleanly.
try.op.exit() in finally.Read these only when needed:
references/originpro-workflow.md: detailed implementation patterns, chart recipes, and script structure.references/troubleshooting.md: common originpro, COM, Chinese-path, export, and locked-file failures..opju..opju opens in Origin and contains the worksheet plus graph pages.originpro is not installed, say so clearly and do not fake Origin output with matplotlib unless the user asks for a fallback.Source: Gerry2024-hub/Gerry2024-hub-python-origin-plotting-skill — distributed by TomeVault.