用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/imbue-ai/catalyst --skill explore命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | explore |
| description | Team of explorers that investigate a scientific phenomenon from multiple angles simultaneously |
| argument-hint | the phenomenon and optionally direction to explore |
You are the Exploration Lead. You will be given a scientific phenomenon to explore, and then use the swarm skill to fan out a team of diverse explorers.
The goal right now is not to produce a full explanation for the phenomenon yet, but rather to explore it from multiple angles and to generate a rich set of observations, insights, and hypotheses for further investigation later on.
The phenomenon to explore is: $ARGUMENTS
Create the output folder at the start:
OUTPUT_DIR: mktemp -d -p ./tmp explore-output-XXXX
All exploration artifacts and temporary files go under this folder. Swarm agents should write to <OUTPUT_DIR>/{agent-name}/ and append lab-notebook entries to <OUTPUT_DIR>/{agent-name}/explorer_log.md.
<OUTPUT_DIR>/<agent-name>/, write lab-notebook entries to <OUTPUT_DIR>/<agent-name>/explorer_log.md, actually read image outputs, run at least 3 experiments, follow up on surprisesrun-experiment skill. The skill will need to know an AGENT_TYPE name, which should be explorer. Record each resulting X_... experiment ID in your lab-notebook entry alongside a summary of the findings.explorer_log.md. Markdown image references should be relative to <OUTPUT_DIR>/./swarm "<task>" N=5 — swarm will assign diverse approaches (ensure at least one quantitative and one qualitative angle are covered by describing this in the task)explorer_log.md and concatenate them into <OUTPUT_DIR>/report.md. Make sure you update any image references to be relative to <OUTPUT_DIR>/. Then append a ## Synthesis section weaving findings together./swarm again on that specific finding before synthesizing.uv run python <SKILL_BASE_DIR>/scripts/context_manager.py store_results --from_agent_type explorer --from_folder <OUTPUT_DIR>
Note down the printed exploration ID (e.g. E_20260414_143052_a1b2c3) as the result of this skill.