home / skills / bdambrosio

bdambrosio skills

Find 98 skills from 1 repo created by bdambrosio on GitHub.

1 repo
98 skills
GitHub

Sponsored

mc-place

bdambrosio/cognitive_workbench

9
This skill places blocks in the Minecraft world asynchronously, accepting placement requests and updating the spatial map to reflect successful placements.
flatten

bdambrosio/cognitive_workbench

9
This skill merges all items in a collection into a single note, preserving content while removing the collection structure.
filter-structured

bdambrosio/cognitive_workbench

9
This skill filters a collection of dict notes by a SQL-like WHERE predicate, returning only matching entries.
load

bdambrosio/cognitive_workbench

9
This skill loads a persisted Note or Collection by ID or name and returns sliced content when requested.
map

bdambrosio/cognitive_workbench

9
This skill applies a specified operation to every item in a collection, returning a new collection of results with nulls filtered.
pluck

bdambrosio/cognitive_workbench

9
This skill extracts a single field from each dict Note in a collection, filtering out notes missing the field.
test-json-sql-pluck

bdambrosio/cognitive_workbench

9
This skill extracts a single field from test data by plucking titles from papers and returning a titles collection.
project

bdambrosio/cognitive_workbench

9
This skill extracts specified nested metadata from each note in a collection, returning only the requested fields for structured downstream use.
test-json-sql-join

bdambrosio/cognitive_workbench

9
This skill helps you test SQL inner joins by generating in memory datasets and validating expected joined results.
test-calculate

bdambrosio/cognitive_workbench

9
This skill tests and validates a calculate tool across arithmetic, trig, and variable substitution to ensure correct results.
test-json-sql-filter

bdambrosio/cognitive_workbench

9
This skill analyzes internal test data, applies a where citations > 100 filter, and returns the high-cited items.
test-json-sql-project

bdambrosio/cognitive_workbench

9
This skill validates a test-json-sql-project by generating sample papers and projecting only title and year for verification.
test-json-sql-setup

bdambrosio/cognitive_workbench

9
This skill creates test data for JSON SQL primitives by provisioning papers and authors collections and enabling binding verification.
test-json-sql-query-web

bdambrosio/cognitive_workbench

9
This skill helps you validate and explore JSON SQL primitives with search-web output by testing project, pluck, filter-structured, and sort operations.
test-json-sql-semantic-scholar

bdambrosio/cognitive_workbench

9
This skill validates and analyzes JSON SQL primitives using semantic-scholar output to ensure accurate data extraction, filtering, and sorting.
test-json-sql-sort

bdambrosio/cognitive_workbench

9
This skill tests and explains SQL sort by implementing descending order on a papers collection and validating output.
test-map-with-args

bdambrosio/cognitive_workbench

9
This skill helps validate map operations with additional argument handling by summarizing test documents using focus and max_length, ensuring correct outputs.
assess

bdambrosio/cognitive_workbench

9
This skill assesses text content against natural language predicates using chunked evaluation to return true if any segment matches.
extract

bdambrosio/cognitive_workbench

9
This skill derives content from a single Note using an instruction-driven extraction or transformation, grounded in the input.
filter-semantic

bdambrosio/cognitive_workbench

9
This skill filters a collection by applying natural-language predicates to each item using an LLM, returning items that match.
fetch-text

bdambrosio/cognitive_workbench

9
This skill fetches complete text from URLs or PDFs, auto-detects format, and returns content with metadata and page count.
generate-note

bdambrosio/cognitive_workbench

9
This skill generates new text or code from scratch using a natural language prompt, returning fresh content without relying on source documents.
relate

bdambrosio/cognitive_workbench

9
This skill routes to the synthesize tool with format="comparison" to preserve behavior for legacy workflows.
refine

bdambrosio/cognitive_workbench

9
This skill redirects to the extract tool for backward compatibility, ensuring seamless access while transitioning to the preferred workflow.
search-web

bdambrosio/cognitive_workbench

9
This skill searches the web with Claude Sonnet, synthesizing findings into a single actionable note with sourced attributions.
semantic-scholar

bdambrosio/cognitive_workbench

9
This skill searches academic papers via Semantic Scholar API and returns structured notes with full text when available.
search-obsidian

bdambrosio/cognitive_workbench

9
This skill enables fast Obsidian note search via the Local REST API, returning structured JSON notes with uri, domain, format, and character count.
word-count

bdambrosio/cognitive_workbench

9
This skill counts words in text to assess length and determine if summarization is needed before further processing.
text-find

bdambrosio/cognitive_workbench

9
This skill locates patterns or substrings in text and returns matches with positions and surrounding context for easy analysis.
fs-grep

bdambrosio/cognitive_workbench

9
This skill searches text files under scenarios/<world_name>/fs for a regex pattern and returns matching snippets as notes.
as-json

bdambrosio/cognitive_workbench

9
This skill identifies and extracts JSON from mixed content, optionally pulling specific fields to simplify data retrieval.
as-markdown

bdambrosio/cognitive_workbench

9
This skill extracts and validates markdown structure from mixed text, enabling clean, usable content with headers, links, and code.
is-empty

bdambrosio/cognitive_workbench

9
This skill checks if text is null, empty, or whitespace, enabling conditional logic and data validation.
is-question

bdambrosio/cognitive_workbench

9
This skill detects whether input text is a question and returns a boolean signal to guide conversational flows.
matches

bdambrosio/cognitive_workbench

9
This skill checks text against a pattern or substring using substring, regex, or exact match to return true or false.
mc-observe-blocks

bdambrosio/cognitive_workbench

9
This skill observes visible non-air blocks within a limited radius and cone to aid navigation and movement planning.
mc-observe-entities

bdambrosio/cognitive_workbench

9
This skill enumerates visible entities within a 7-block radius, providing concise summaries and structured data for quick situational awareness.
mc-observe-items

bdambrosio/cognitive_workbench

9
This skill observes visible item entities within a fixed radius, filtering by forward cone and line-of-sight to help inventory planning.
fs-find

bdambrosio/cognitive_workbench

9
This skill finds files by glob pattern under scenarios/<world_name>/fs and returns a structured collection of matching notes.
fs-head

bdambrosio/cognitive_workbench

9
This skill reads the first N lines of a text file from the filesystem sandbox to help you preview logs and configs quickly.
is-positive

bdambrosio/cognitive_workbench

9
This skill verifies if a given numeric input is positive, returning true for values greater than zero.
fs-list

bdambrosio/cognitive_workbench

9
This skill lists files and directories under scenarios/world_name/fs and returns a structured Collection for easy navigation.
init

bdambrosio/cognitive_workbench

9
This skill builds a filesystem catalog during initialization to inform planning with a structured view of directories, files, and documentation.
fs-stat

bdambrosio/cognitive_workbench

9
This skill retrieves filesystem metadata for a specified path under scenarios/<world_name>/fs, enabling inspection of files and directories.
mc-close

bdambrosio/cognitive_workbench

9
This skill closes any currently open UI in the Minecraft tool, returning a clear success or failure status to you.
debug-get-local-grid

bdambrosio/cognitive_workbench

9
This skill helps you debug and inspect the raw local_grid data from world_state to validate coordinate systems and grid structure.
debug-get-voxel-grid

bdambrosio/cognitive_workbench

9
This skill helps you inspect an agent-relative voxel grid for debugging by returning a formatted grid and structured coordinates.
mc-drop

bdambrosio/cognitive_workbench

9
This skill drops items from inventory into the world as item entities, enabling world modification and easy item sharing.
mc-attack

bdambrosio/cognitive_workbench

9
This skill lets you perform left-click style actions to attack entities or break blocks, returning success or failure.
mc-craft

bdambrosio/cognitive_workbench

9
This skill crafts Minecraft items using the Mineflayer recipe system, leveraging available materials to produce desired items efficiently.
mc-dig

bdambrosio/cognitive_workbench

9
This skill removes a block at a given agent-relative location in Minecraft and waits for completion, reporting success and dug block details.
debug-grid-cell

bdambrosio/cognitive_workbench

9
This skill lets you query a specific agent-relative voxel grid cell and receive its block, solidity, and support details.
mc-local-grid-visualize

bdambrosio/cognitive_workbench

9
This skill generates an interactive 3D HTML visualization of the session-local occupancy grid and opens it in the browser.
mc-map-query

bdambrosio/cognitive_workbench

9
This skill queries the persistent spatial map to aid reasoning, planning, and safe exploration by returning relevant cells from memory.
mc-map-visualize

bdambrosio/cognitive_workbench

9
This skill generates a zoomable HTML visualization of a spatial map, highlighting walkability, hazards, resources, and observation confidence for debugging and
mc-pillar-up

bdambrosio/cognitive_workbench

9
This skill helps you ascend vertically in Minecraft by placing a block beneath you during a precise jump, enabling rapid pillar climbs.
mc-say

bdambrosio/cognitive_workbench

9
This skill sends a Minecraft chat message for social, debugging, and alignment purposes, returning an acknowledgement and machine-readable status.
mc-status

bdambrosio/cognitive_workbench

9
This skill provides fast Minecraft bot status checks, returning position, orientation, health, hunger, action, and vertical movement state for quick monitoring.
mc-training-capture

bdambrosio/cognitive_workbench

9
This skill enables or disables automatic Minecraft training data capture, recording partial observation grids and optional ground truth for model training.
mc-stop

bdambrosio/cognitive_workbench

9
This skill instantly halts all movement and cancels embodied motion, enabling rapid safety interrupts and reflection pauses.
mc-wait

bdambrosio/cognitive_workbench

9
This skill provides a fixed one-second wait to pace actions and synchronize steps in Python workflows.
mc-use

bdambrosio/cognitive_workbench

9
This skill enables you to perform right-click style interactions using the equipped item, returning clear success or failure feedback.
nav-backtrack

bdambrosio/cognitive_workbench

9
This skill recovers to a recent safe navigation state by exploring nav history and executing atomic moves to a validated target.
nav-approach-wall

bdambrosio/cognitive_workbench

9
This skill helps you advance toward a solid wall using nav conventions and motion tools to achieve stable adjacency.
nav-turn

bdambrosio/cognitive_workbench

9
This skill turns orientation to a cardinal yaw and snaps to block center, enabling reliable pre-movement direction.
nav-descend

bdambrosio/cognitive_workbench

9
This skill safely executes a single forward descent to an adjacent lower cell, aligning to center and cardinal yaw for predictable, collision-free landings.
nav-move

bdambrosio/cognitive_workbench

9
This skill executes exactly one forward move relative to facing direction and reports outcome to enable reliable step-by-step navigation.
nav-climb

bdambrosio/cognitive_workbench

9
This skill navigates forward by exactly one elevated climb, choosing walk-up first, then jump-up, ensuring safe landing and alignment.
path-explore

bdambrosio/cognitive_workbench

9
This skill autonomously explores by selecting farthest reachable frontier and navigating toward it, updating the internal map for future exploration.
osworld-reset

bdambrosio/cognitive_workbench

9
This skill resets the OSWorld environment in soft or hard mode, preserving state or restoring from snapshot to support reflective testing.
path-frontier

bdambrosio/cognitive_workbench

9
This skill enumerates reachable nearby frontier positions using a bounded BFS simulation, returning offsets and paths for planning without moving.
osworld-observe

bdambrosio/cognitive_workbench

9
This skill retrieves current OSWorld observation including screenshot and accessibility tree to empower debugging and UI analysis.
osworld-execute

bdambrosio/cognitive_workbench

9
This skill executes Python code in the OSWorld environment and returns execution results including status, duration, and I/O streams.
scienceworld-act

bdambrosio/cognitive_workbench

9
This skill executes a ScienceWorld action in the active session and returns observation, reward, and completion status.
format-citation

bdambrosio/cognitive_workbench

9
This skill formats academic citations from semantic-scholar notes or collections into BibTeX entries, preserving metadata and generating reusable references.
calculate

bdambrosio/cognitive_workbench

9
This skill evaluates mathematical expressions numerically using SymPy, returning precise floating-point results for reliable LLM arithmetic.
split

bdambrosio/cognitive_workbench

9
This skill transforms a Note into a Collection by splitting JSON arrays or plain text into individual notes for better organization.
extract-struct

bdambrosio/cognitive_workbench

9
This skill extracts structured metadata from academic paper text using an LLM and outputs JSON with title, authors, year, venue, and abstract.
extract-references

bdambrosio/cognitive_workbench

9
This skill extracts references from PDFs using GROBID and returns a collection of notes with structured metadata for each citation.
synthesize

bdambrosio/cognitive_workbench

9
This skill synthesizes content across multiple documents to reveal cross-document insights, compare sources, and generate coherent reports from a Collection.
mc-observe

bdambrosio/cognitive_workbench

9
This skill helps you observe Minecraft world state by fetching blocks, entities, and navigation data in a single efficient API call.
summarize

bdambrosio/cognitive_workbench

9
This skill routes requests to the synthesize tool for backward compatibility, enabling seamless access to advanced summarization functionality.
extract-entities

bdambrosio/cognitive_workbench

9
This skill helps you extract named entities, topics, and relationships from text to power knowledge graphs, indexing, and cross-document analysis.
mc-map-update

bdambrosio/cognitive_workbench

9
This skill updates a persistent SpatialMap with mc-observe observation data, enabling reliable spatial queries for planning.
fs-read

bdambrosio/cognitive_workbench

9
This skill reads text, JSON, or PDF files from the filesystem sandbox and returns a structured Note with content and metadata.
debug-coord-transform

bdambrosio/cognitive_workbench

9
This skill helps you validate and convert coordinates between agent-relative and world-relative frames for debugging and testing transformations.
mc-equip

bdambrosio/cognitive_workbench

9
This skill equips an item from your inventory into your hand or offhand, ensuring quick access for combat or tool use.
mc-inventory

bdambrosio/cognitive_workbench

9
This skill inspects Minecraft inventory state, returning all slots and equipped items in both human-readable text and machine-readable data.
mc-open

bdambrosio/cognitive_workbench

9
This skill opens block-based Minecraft UIs such as crafting tables, chests, and furnaces, returning success or failure.
nav-advance

bdambrosio/cognitive_workbench

9
This skill advances forward up to a specified number of blocks, handling alignment and safety to maintain nav invariants.
mc-unequip

bdambrosio/cognitive_workbench

9
This skill clears or swaps the equipped item in hand or offhand and returns a success status.
mc-waypoint

bdambrosio/cognitive_workbench

9
This skill labels a Minecraft coordinate with a named waypoint for easy navigation and spatial reasoning across sessions.
osworld-version

bdambrosio/cognitive_workbench

9
This skill retrieves the OSWorld API version, server version, and protocol from the configured endpoint and returns structured details.
scienceworld-reset

bdambrosio/cognitive_workbench

9
This skill initializes a ScienceWorld episode by loading scenario, difficulty, and seed from config and returning the first observation with a session_id.
mc-pickup

bdambrosio/cognitive_workbench

9
This skill automates Minecraft item collection by moving toward nearby items so they auto-pick into inventory and can be verified.
osworld-status

bdambrosio/cognitive_workbench

9
This skill reports the OSWorld server status, including readiness, uptime, step count, provider and screen config, for quick diagnostics.
mc-respawn

bdambrosio/cognitive_workbench

9
This skill resets Minecraft bot state after death, restoring health and position for quick recovery and continued gameplay.