Back to list
bdambrosio

scienceworld-act

by bdambrosio

9🍴 0📅 Jan 22, 2026

SKILL.md


name: scienceworld-act type: python description: "Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node." schema_hint: action: "string (text command)" out: "$variable" examples:

  • '{"type":"scienceworld-act","action":"look","out":"$step1"}'

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"}

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon