ワンクリックで
prepare-pdb-file
输入PDB ID,获取相应的PDB文件
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
输入PDB ID,获取相应的PDB文件
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use this skill when user wants to view one or multiple PDB / SDF files in the 3D structure viewer. Trigger when user mentions: open pdb, open sdf, 3D structure, view protein, view molecule, or provides local .pdb/.sdf file(s) to view. Supports viewing multiple files simultaneously by chaining path parameters with '&'.
When the service is deployed on a cloud server, use this skill when the user provide a file path and ask to download to their personal computer. This skill upload a file to Alibaba Cloud OSS and generate a shareable preview link for users to download easily. Trigger especially when user mentions: download file, upload to OSS, cloud storage upload, view image, preview image, generate share link, preview file via URL, or provides a local file path that needs to be shared online.
预测化合物的admet性质
Build the final collection report in two steps: model writes a report template, then script injects each paper's Brief Conclusion and abs URL from summary.md by arXiv-id placeholders.
Tool-only paper processing skill with a manual language parameter: supports batch artifact download for many papers or single-paper download, then the model manually reads source/PDF and writes summary.md in the selected language. Use when per-paper comprehension should be model-driven instead of script-generated.
Model-driven arXiv retrieval workflow for building a paper set with a manual language parameter: initialize a run, fetch metadata for each model-designed query, let the model filter irrelevant items per query by keep indexes, then merge and dedupe into per-paper metadata directories. Use when query planning and relevance filtering should be done by the model, not rule-based heuristics.
SOC 職業分類に基づく
| name | prepare_pdb_file |
| description | 输入PDB ID,获取相应的PDB文件 |
| license | Proprietary. LICENSE.txt has complete terms |
根据输入的ID,获取pdb文件
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
file | string | 否 | 包含pdb id的文件, 通常是info-file文件 |
pdb_id | string | 否 | pdb ID号 |
output_path | string | 否 | 文件输出的目录,默认输出在当前文件下 |
##如果输入的是info-file文件,且有输出文件夹
craton prepare pdb -i {{file}} -o {{output_path}}
##如果输入的是pdb id,且有输出文件夹
craton prepare pdb -id {{pdb_id}} -o {{output_path}}
##如果输入的是info-file文件,没有输出文件夹
craton prepare pdb -i {{file}}
##如果输入的是pdb id,没有输出文件夹
craton prepare pdb -id {{pdb_id}}