← スキル一覧に戻る

scienceworld-act
by bdambrosio
⭐ 9🍴 0📅 2026年1月22日
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_idneeded - uses active session from executive_node.scienceworld_env
Output
- Note ID (bound to
outvariable) containing:text: observation after the actionmetadata.reward,metadata.donemetadata.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"}
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です