Agent Skills: ScienceWorld Act (Level 4)

Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.

UncategorizedID: bdambrosio/cognitive_workbench/scienceworld-act

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bdambrosio/Cognitive_workbench/tree/HEAD/src/world-tools/scienceworld/scienceworld-act

Skill Files

Browse the full folder contents for scienceworld-act.

Download Skill

Loading file tree…

src/world-tools/scienceworld/scienceworld-act/SKILL.md

Skill Metadata

Name
scienceworld-act
Description
"Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node."

ScienceWorld Act (Level 4)

Input

  • action: text command (e.g., "look", "go north", "take shovel")
  • No session_id needed - uses active session from executive_node.scienceworld_env

Output

  • Note ID (bound to out variable) containing:
    • text: observation after the action
    • metadata.reward, metadata.done
    • metadata.session_id, metadata.action, metadata.info

Workflow

{"type":"scienceworld-reset","out":"$sw"}
{"type":"scienceworld-act","action":"look","out":"$o1"}
{"type":"scienceworld-act","action":"take watering can","out":"$o2"}