Agent Skillszjunlp/SkillNet › scienceworld-result-archiver

scienceworld-result-archiver

GitHub

根据实验观察结果和预设规则,将测试对象归档至指定容器的技能。用于科学测试完成后,依据属性映射(如导电性)执行存放操作,确保流程闭环。

experiments/src/skills/scienceworld/scienceworld-result-archiver/SKILL.md zjunlp/SkillNet

Trigger Scenarios

实验测试完成 需根据测试结果归档对象

Install

npx skills add zjunlp/SkillNet --skill scienceworld-result-archiver -g -y
More Options

Non-standard path

npx skills add https://github.com/zjunlp/SkillNet/tree/main/experiments/src/skills/scienceworld/scienceworld-result-archiver -g -y

Use without installing

npx skills use zjunlp/SkillNet@scienceworld-result-archiver

指定 Agent (Claude Code)

npx skills add zjunlp/SkillNet --skill scienceworld-result-archiver -a claude-code -g -y

安装 repo 全部 skill

npx skills add zjunlp/SkillNet --all -g -y

预览 repo 内 skill

npx skills add zjunlp/SkillNet --list

SKILL.md

Frontmatter
{
    "name": "scienceworld-result-archiver",
    "description": "Places an object into a designated container (like a colored box) based on a test outcome. It should be triggered when the agent needs to finalize a task by storing an object according to a rule (e.g., conductive → blue box, non-conductive → orange box). The input is the object and the rule, and the output is the object moved to the correct container."
}

Instructions

Use this skill to finalize a scientific test by archiving an object based on the observed result.

When to Use

  • You have just completed an experimental test (e.g., electrical conductivity, chemical reaction, physical property test).
  • You have a clear rule mapping a specific test outcome to a specific destination container (e.g., "If property X is true, place in Container A; if false, place in Container B").
  • The object to be archived and the destination containers are present in your current environment.

Core Procedure

  1. Verify Context: Ensure you are in the correct room (typically the workshop or lab area) where the test was conducted and where the destination containers are located.
  2. Confirm Test Result: Observe the final state of your experimental apparatus to definitively determine the test outcome (e.g., "light bulb is on").
  3. Apply Rule: Map the confirmed outcome to the corresponding destination container as specified by the task rule.
  4. Execute Archive: Move the test object from its current location (inventory or room) into the correct container using the move OBJ to CONTAINER action.

Key Principles

  • Direct Archiving: Do not re-run the test. The skill is for archiving the result based on an already observed outcome.
  • Rule Adherence: Strictly follow the provided mapping rule. Do not infer or create new rules.
  • Container Verification: Before moving the object, visually confirm the target container exists in the room (use look around if uncertain).

Example Rule Application

Task Rule: "If the metal pot is electrically conductive, place it in the blue box. If it is electrically nonconductive, place it in the orange box." Observation: The blue light bulb in the circuit is on. Interpretation: The metal pot is conductive. Action: move metal pot to blue box

Bundled Logic

For the specific, error-prone sequence of connecting a circuit to test electrical conductivity, use the bundled script scripts/conductivity_test.py as a reference. For all other test types, use the general instructions above.

Version History

  • 7bb9a48 Current 2026-07-25 11:54

Same Skill Collection

experiments/src/skills/alfworld/alfworld-appliance-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-appliance-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-clean-object/SKILL.md
experiments/src/skills/alfworld/alfworld-device-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-environment-scanner/SKILL.md
experiments/src/skills/alfworld/alfworld-goal-interpreter/SKILL.md
experiments/src/skills/alfworld/alfworld-heat-object-with-appliance/SKILL.md
experiments/src/skills/alfworld/alfworld-inventory-management/SKILL.md
experiments/src/skills/alfworld/alfworld-locate-target-object/SKILL.md
experiments/src/skills/alfworld/alfworld-location-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-navigation-planner/SKILL.md
experiments/src/skills/alfworld/alfworld-object-cooler/SKILL.md
experiments/src/skills/alfworld/alfworld-object-disposer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-heater/SKILL.md
experiments/src/skills/alfworld/alfworld-object-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-object-picker/SKILL.md
experiments/src/skills/alfworld/alfworld-object-placer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-retriever/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-inspector/SKILL.md
experiments/src/skills/alfworld/alfworld-object-state-modifier/SKILL.md
experiments/src/skills/alfworld/alfworld-object-storer/SKILL.md
experiments/src/skills/alfworld/alfworld-object-transporter/SKILL.md
experiments/src/skills/alfworld/alfworld-open-receptacle/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-closer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-finder/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-navigator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-opener/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-operator/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-preparer/SKILL.md
experiments/src/skills/alfworld/alfworld-receptacle-searcher/SKILL.md
experiments/src/skills/alfworld/alfworld-search-pattern-executor/SKILL.md
experiments/src/skills/alfworld/alfworld-search-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-storage-explorer/SKILL.md
experiments/src/skills/alfworld/alfworld-task-verifier/SKILL.md
experiments/src/skills/alfworld/alfworld-temperature-regulator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-locator/SKILL.md
experiments/src/skills/alfworld/alfworld-tool-user/SKILL.md
experiments/src/skills/scienceworld/scienceworld-ambiguous-action-resolution/SKILL.md
experiments/src/skills/scienceworld/scienceworld-animal-identifier/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-builder/SKILL.md
experiments/src/skills/scienceworld/scienceworld-circuit-connector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-box-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-focus-executor/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conditional-placer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-conductivity-tester/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-inspector/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-item-retriever/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-relocator/SKILL.md
experiments/src/skills/scienceworld/scienceworld-container-transfer/SKILL.md
experiments/src/skills/scienceworld/scienceworld-controlled-waiting/SKILL.md

Metadata

Files
0
Version
fc20173
Hash
dfdb8cab
Indexed
2026-07-25 11:54

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 22:35
浙ICP备14020137号-1 $Гость$