← all publishers

bdambrosio

@bdambrosio source repo

151 published skills · page 2 of 2

  1. Mc Stop · bdambrosio bundle
    Stop all movement - cancel embodied motion. Critical for safety, interrupts, reflection pauses
    0
    installs
  2. Mc Wait · bdambrosio bundle
    Synchronous wait for 1 second using time.sleep. Useful for timing delays or pacing actions
    0
    installs
  3. Test JSON SQL Join · bdambrosio bundle
    Tests join primitive (INNER JOIN)
    0
    installs
  4. Test JSON SQL Sort · bdambrosio bundle
    Tests sort primitive (ORDER BY)
    0
    installs
  5. Test Map With Args · bdambrosio bundle
    Tests map primitive with additional operation arguments
    0
    installs
  6. Bluesky Instructions · bdambrosio bundle
    Returns API instructions (not data) for retrieving Bluesky metrics via AT Protocol. Read the returned instructions, then use fetch-text + extract to get actual data.
    0
    installs
  7. Get Financial Statements · bdambrosio bundle
    Fetch standardized financial statements (income, balance sheet, cash flow, earnings, company overview) for a ticker from Alpha Vantage. Returns combined annual+quarterly JSON for analysis.
    0
    installs
  8. Mc Close · bdambrosio bundle
    Close currently open UI. Returns success/failure
    0
    installs
  9. Mc Craft · bdambrosio bundle
    Perform crafting via Mineflayer recipe system. Returns success/failure
    0
    installs
  10. Mc Equip · bdambrosio bundle
    Equip an item from inventory into hand or offhand. Returns success/failure
    0
    installs
  11. Mc Place · bdambrosio bundle
    Build / modify world - place blocks. ASYNCHRONOUS. Returns request acceptance status
    0
    installs
  12. Nav Move · bdambrosio bundle
    Attempt exactly ONE adjacent navigation move forward and report the outcome. Atomic navigation operation suitable for composition.
    0
    installs
  13. Nav Turn · bdambrosio bundle
    Turn to a cardinal direction (0, 90, 180, 270) and snap to block center. Atomic orientation operation suitable for composition.
    0
    installs
  14. Test JSON SQL Pluck · bdambrosio bundle
    Tests pluck primitive (SELECT single field)
    0
    installs
  15. Test JSON SQL Setup · bdambrosio bundle
    Creates test data for JSON SQL primitive tests
    0
    installs
  16. Mc Attack · bdambrosio bundle
    Left-click style interaction (entities or blocks). Returns success/failure
    0
    installs
  17. Mc Pickup · bdambrosio bundle
    How to collect items from the world into inventory - automatic pickup when close enough.
    0
    installs
  18. Mc Status · bdambrosio bundle
    Fast 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
    0
    installs
  19. Nav Climb · bdambrosio bundle
    Attempt exactly ONE adjacent climb (+1Y) forward. Atomic navigation operation suitable for composition. nav-climb does not build, it traverses *existing* terrain
    0
    installs
  20. Test JSON SQL Filter · bdambrosio bundle
    Tests filter-structured primitive (WHERE clause)
    0
    installs
  21. Mc Observe · bdambrosio bundle
    Unified observation tool: fetches blocks, entities, and items in a single efficient call.
    0
    installs
  22. Mc Respawn · bdambrosio bundle
    Reset embodiment after death - lifecycle/recovery. Returns ok
    0
    installs
  23. Mc Unequip · bdambrosio bundle
    Clear or swap equipped item. Returns success/failure
    0
    installs
  24. Test JSON SQL Project · bdambrosio bundle
    Tests project primitive (SELECT fields)
    0
    installs
  25. Nav Advance · bdambrosio bundle
    Advance forward up to N blocks using nav conventions. Stops early on collision, fall, or ambiguous support.
    0
    installs
  26. Nav Descend · bdambrosio bundle
    Attempt exactly ONE controlled descent forward into an adjacent lower cell. Covers stepping down slopes, edges, and shallow drops (≤ 1 block).
    0
    installs
  27. Osworld Reset · bdambrosio bundle
    Reset the OSWorld environment. Soft mode clears step counter only. Hard mode calls DesktopEnv.reset() to revert to snapshot state.
    0
    installs
  28. Generate Reflective Note · bdambrosio bundle
    Generate 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.
    0
    installs
  29. Mc Inventory · bdambrosio bundle
    Observe inventory contents and equipped items - epistemic, read-only. Returns inventory slots and equipped items
    0
    installs
  30. Mc Map Query · bdambrosio bundle
    Queries the persistent spatial map representing everything the agent currently knows about the environment (from past and present observations). Useful for reasoning, explanation, and planning.
    0
    installs
  31. Mc Pillar Up · bdambrosio bundle
    Atomic pillar-up: jump and place block under self to ascend by 1 block. Handles timing internally.
    0
    installs
  32. Path Explore · bdambrosio bundle
    Perform one frontier-directed exploration episode. Selects farthest reachable position and attempts to reach it via nav primitives.
    0
    installs
  33. Osworld Status · bdambrosio bundle
    Get the current status of the OSWorld server. Returns server readiness, uptime, step counter, provider, and screen configuration.
    0
    installs
  34. Test JSON SQL Search Web · bdambrosio bundle
    Test JSON SQL primitives with search-web output
    0
    installs
  35. Mc Map Update · bdambrosio bundle
    Updates persistent spatial map with observation data. Populates cell-based SpatialMap.
    0
    installs
  36. Nav Backtrack · bdambrosio bundle
    Attempt to return to a recently known safe navigation state using bounded local motion.
    0
    installs
  37. Path Frontier · bdambrosio bundle
    Enumerate possible nearby frontier positions within a bounded number of nav actions (over-approx; simulation only).
    0
    installs
  38. Osworld Execute · bdambrosio bundle
    Execute Python code (typically pyautogui commands) in the OSWorld environment. Returns execution result with success status, return code, duration, stdout, and stderr.
    0
    installs
  39. Osworld Observe · bdambrosio bundle
    Get the current observation from the OSWorld environment. Returns screenshot (base64 PNG) and accessibility tree (JSON).
    0
    installs
  40. Osworld Version · bdambrosio bundle
    Get the API version information from the OSWorld server. Returns API version, server version, and protocol.
    0
    installs
  41. Debug Grid Cell · bdambrosio bundle
    Debug tool: Query specific cell in observed voxel grid
    0
    installs
  42. Mc Map Visualize · bdambrosio bundle
    Generates zoomable HTML visualization of the spatial map showing walkability, hazards, resources, and observation confidence.
    0
    installs
  43. Nav Approach Wall · bdambrosio bundle
    Bring the agent into stable adjacency with a solid vertical surface using nav conventions and nav motion tools.
    0
    installs
  44. Mc Training Capture · bdambrosio bundle
    Enable or disable automatic training data capture (partial observation grid + optional ground truth).
    0
    installs
  45. Scienceworld Act · bdambrosio bundle
    Take a ScienceWorld action in the active session. Returns observation, reward, done. No session_id needed - uses active session from executive_node.
    0
    installs
  46. Test JSON SQL Semantic Scholar · bdambrosio bundle
    Test JSON SQL primitives with semantic-scholar output
    0
    installs
  47. Debug Get Local Grid · bdambrosio bundle
    Debug tool: Get raw local_grid from world_state
    0
    installs
  48. Debug Get Voxel Grid · bdambrosio bundle
    Debug tool: Get observed voxel grid with agent-relative coordinates
    0
    installs
  49. Debug Coord Transform · bdambrosio bundle
    Debug tool: Transform coordinates between agent-relative and world-relative
    0
    installs
  50. Scienceworld Reset · bdambrosio bundle
    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.
    0
    installs
  51. Mc Place Until Supported · bdambrosio bundle
    Create reliable footing by placing blocks until observed support becomes provably solid. Absorbs placement uncertainty and never exposes 'accepted but ineffective' outcomes
    0
    installs