All authors
bdambrosio avatar

Claude Skills by bdambrosio

github.com/bdambrosio
121 skillsA× 1210 installs46 views
Mc Training CaptureA

Enable or disable automatic training data capture (partial observation grid + optional ground truth).

datapython
0
11
Mc UnequipA

Clear or swap equipped item. Returns success/failure

businesspythonperformance
0
11
Mc UseA

Right-click style interaction using equipped item. Returns success/failure

documentationpythonperformance
0
11
Mc WaitA

Synchronous wait for 1 second using time.sleep. Useful for timing delays or pacing actions

developmentpythonapi
0
11
Mc WaypointA

Labels a coordinate with a waypoint name for reasoning about spatial relationships. Use to mark important locations for navigation and planning

documentationpythonperformance
0
11
Nav AdvanceA

Advance forward up to N blocks using nav conventions. Stops early on collision, fall, or ambiguous support.

businesspython
0
11
Nav Approach WallA

Bring the agent into stable adjacency with a solid vertical surface using nav conventions and nav motion tools.

businesspython
0
11
Nav BacktrackA

Attempt to return to a recently known safe navigation state using bounded local motion.

toolspython
0
11
Nav ClimbA

Attempt exactly ONE adjacent climb (+1Y) forward. Atomic navigation operation suitable for composition. nav-climb does not build, it traverses *existing* terrain

businesspython
0
11
Nav DescendA

Attempt exactly ONE controlled descent forward into an adjacent lower cell. Covers stepping down slopes, edges, and shallow drops (≤ 1 block).

businesspython
0
11
Nav MoveA

Attempt exactly ONE adjacent navigation move forward and report the outcome. Atomic navigation operation suitable for composition.

businesspython
0
11
Nav TurnA

Turn to a cardinal direction (0, 90, 180, 270) and snap to block center. Atomic orientation operation suitable for composition.

toolspython
0
11
Path ExploreA

Perform one frontier-directed exploration episode. Selects farthest reachable position and attempts to reach it via nav primitives.

ai-agentspython
0
11
Path FrontierA

Enumerate possible nearby frontier positions within a bounded number of nav actions (over-approx; simulation only).

toolspython
0
11
Osworld ExecuteA

Execute Python code (typically pyautogui commands) in the OSWorld environment. Returns execution result with success status, return code, duration, stdout, and stderr.

toolspython
0
11
Osworld ObserveA

Get the current observation from the OSWorld environment. Returns screenshot (base64 PNG) and accessibility tree (JSON).

toolspython
0
11
Osworld ResetA

Reset the OSWorld environment. Soft mode clears step counter only. Hard mode calls DesktopEnv.reset() to revert to snapshot state.

toolspython
0
11
Osworld StatusA

Get the current status of the OSWorld server. Returns server readiness, uptime, step counter, provider, and screen configuration.

toolspythondocker
0
11
Osworld VersionA

Get the API version information from the OSWorld server. Returns API version, server version, and protocol.

toolspythonapi
0
11
Scienceworld ActA

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

toolspythongo
0
11
Scienceworld ResetA

Start a ScienceWorld episode. Reads scenario, difficulty, and seed from scienceworld_config in character YAML. Returns the initial observation plus a session_id for subsequent steps.

toolspythonnode
0
11