Agent Skills
› zjunlp/SkillNet
› scienceworld-mixture-creator
scienceworld-mixture-creator
GitHub用于在单一容器中混合已确认存在的原料以合成新物质的技能。通过检查容器、执行混合操作并验证结果,完成化学合成步骤。
Trigger Scenarios
需要混合多种成分生成新物质
容器内已包含所有必需原料
Install
npx skills add zjunlp/SkillNet --skill scienceworld-mixture-creator -g -y
SKILL.md
Frontmatter
{
"name": "scienceworld-mixture-creator",
"description": "This skill chemically mixes the contents of a container using the 'mix' action. Use when all required ingredients (e.g., sodium chloride and water) are present inside a container and the agent needs to combine them to produce a new substance. The skill performs the mixing operation and outputs the resulting product, completing the synthesis step of the task."
}
Skill: Chemical Mixture Creator
When to Use
All required ingredients are confirmed inside a single container and you need to combine them into a new substance.
Procedure
examine <CONTAINER>— verify all required ingredients are present.mix <CONTAINER>— the environment processes the chemistry and produces the result.examine <CONTAINER>orfocus on <NEW_SUBSTANCE>— confirm the synthesis succeeded.
Do not mix unless the container holds the exact ingredients required by the recipe.
Example
Task: Create salt water by mixing sodium chloride and water.
examine glass cup— observe: "containing water, sodium chloride"mix glass cup- Expected result: the environment produces "salt water" inside the glass cup.
focus on salt waterto confirm the synthesis is complete.
For common chemical recipes (e.g., salt water = sodium chloride + water), see references/common_recipes.md.
Version History
- 7bb9a48 Current 2026-07-25 11:53


