bdambrosio
- 151 skills
- 0 followers
- 17 hours ago last updated
- ▌ Mc Stop · bdambrosio bundleStop all movement - cancel embodied motion. Critical for safety, interrupts, reflection pauses
- ▌ Mc Wait · bdambrosio bundleSynchronous wait for 1 second using time.sleep. Useful for timing delays or pacing actions
- ▌
- ▌
- ▌
- ▌ Bluesky Instructions · bdambrosio bundleReturns API instructions (not data) for retrieving Bluesky metrics via AT Protocol. Read the returned instructions, then use fetch-text + extract to get actual data.
- ▌ Get Financial Statements · bdambrosio bundleFetch standardized financial statements (income, balance sheet, cash flow, earnings, company overview) for a ticker from Alpha Vantage. Returns combined annual+quarterly JSON for analysis.
- ▌
- ▌
- ▌ Mc Equip · bdambrosio bundleEquip an item from inventory into hand or offhand. Returns success/failure
- ▌ Mc Place · bdambrosio bundleBuild / modify world - place blocks. ASYNCHRONOUS. Returns request acceptance status
- ▌ Nav Move · bdambrosio bundleAttempt exactly ONE adjacent navigation move forward and report the outcome. Atomic navigation operation suitable for composition.
- ▌ Nav Turn · bdambrosio bundleTurn to a cardinal direction (0, 90, 180, 270) and snap to block center. Atomic orientation operation suitable for composition.
- ▌
- ▌
- ▌ Mc Attack · bdambrosio bundleLeft-click style interaction (entities or blocks). Returns success/failure
- ▌ Mc Pickup · bdambrosio bundleHow to collect items from the world into inventory - automatic pickup when close enough.
- ▌ Mc Status · bdambrosio bundleFast heartbeat + sanity check for Minecraft bot. Returns connection status, position, orientation, health, food (hunger), current action, and vertical_state (derived from Y position changes). Use to check position, orientation, or other status values
- ▌ Nav Climb · bdambrosio bundleAttempt exactly ONE adjacent climb (+1Y) forward. Atomic navigation operation suitable for composition. nav-climb does not build, it traverses *existing* terrain
- ▌
- ▌ Mc Observe · bdambrosio bundleUnified observation tool: fetches blocks, entities, and items in a single efficient call.
- ▌
- ▌
- ▌
- ▌ Nav Advance · bdambrosio bundleAdvance forward up to N blocks using nav conventions. Stops early on collision, fall, or ambiguous support.
- ▌ Nav Descend · bdambrosio bundleAttempt exactly ONE controlled descent forward into an adjacent lower cell. Covers stepping down slopes, edges, and shallow drops (≤ 1 block).
- ▌ Osworld Reset · bdambrosio bundleReset the OSWorld environment. Soft mode clears step counter only. Hard mode calls DesktopEnv.reset() to revert to snapshot state.
- ▌ Generate Reflective Note · bdambrosio bundleGenerate content with awareness of the agent's current reasoning state — goal analysis, situation context, character orientation. Like generate-note but informed by internal planner state.
- ▌ Mc Inventory · bdambrosio bundleObserve inventory contents and equipped items - epistemic, read-only. Returns inventory slots and equipped items
- ▌ Mc Map Query · bdambrosio bundleQueries the persistent spatial map representing everything the agent currently knows about the environment (from past and present observations). Useful for reasoning, explanation, and planning.
- ▌ Mc Pillar Up · bdambrosio bundleAtomic pillar-up: jump and place block under self to ascend by 1 block. Handles timing internally.
- ▌ Path Explore · bdambrosio bundlePerform one frontier-directed exploration episode. Selects farthest reachable position and attempts to reach it via nav primitives.
- ▌ Osworld Status · bdambrosio bundleGet the current status of the OSWorld server. Returns server readiness, uptime, step counter, provider, and screen configuration.
- ▌
- ▌ Mc Map Update · bdambrosio bundleUpdates persistent spatial map with observation data. Populates cell-based SpatialMap.
- ▌ Nav Backtrack · bdambrosio bundleAttempt to return to a recently known safe navigation state using bounded local motion.
- ▌ Path Frontier · bdambrosio bundleEnumerate possible nearby frontier positions within a bounded number of nav actions (over-approx; simulation only).
- ▌ Osworld Execute · bdambrosio bundleExecute Python code (typically pyautogui commands) in the OSWorld environment. Returns execution result with success status, return code, duration, stdout, and stderr.
- ▌ Osworld Observe · bdambrosio bundleGet the current observation from the OSWorld environment. Returns screenshot (base64 PNG) and accessibility tree (JSON).
- ▌ Osworld Version · bdambrosio bundleGet the API version information from the OSWorld server. Returns API version, server version, and protocol.
- ▌
- ▌ Mc Map Visualize · bdambrosio bundleGenerates zoomable HTML visualization of the spatial map showing walkability, hazards, resources, and observation confidence.
- ▌ Nav Approach Wall · bdambrosio bundleBring the agent into stable adjacency with a solid vertical surface using nav conventions and nav motion tools.
- ▌ Mc Training Capture · bdambrosio bundleEnable or disable automatic training data capture (partial observation grid + optional ground truth).
- ▌ Scienceworld Act · bdambrosio bundleTake a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
- ▌ Test JSON SQL Semantic Scholar · bdambrosio bundleTest JSON SQL primitives with semantic-scholar output
- ▌
- ▌ Debug Get Voxel Grid · bdambrosio bundleDebug tool: Get observed voxel grid with agent-relative coordinates
- ▌ Debug Coord Transform · bdambrosio bundleDebug tool: Transform coordinates between agent-relative and world-relative
- ▌ Scienceworld Reset · bdambrosio bundleStart 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.
- ▌ Mc Place Until Supported · bdambrosio bundleCreate reliable footing by placing blocks until observed support becomes provably solid. Absorbs placement uncertainty and never exposes 'accepted but ineffective' outcomes