Logo
Agent Skills Guide
All SkillsCategoryTags>Publishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Publishers
  3. bdambrosio/Cognitive_workbench
bdambrosio/Cognitive_workbench logo

bdambrosio/Cognitive_workbench

33 skills published9 starsGitHub

osworld-version

@bdambrosio/cognitive_workbench

9

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

DevOps & Infrastructure

mc-unequip

@bdambrosio/cognitive_workbench

9

Clear or swap equipped item. Returns success/failure

Software Development

flatten

@bdambrosio/cognitive_workbench

9

Flatten Collection to single Note

Productivity & Collaboration

word-count

@bdambrosio/cognitive_workbench

9

Count words in text. Use to determine length of a document, e.g. to determine if it needs to be summarized before further use

Content & Creativity

filter-semantic

@bdambrosio/cognitive_workbench

9

Evaluate complex text criteria on each item in a Collection and return a new Collection of matching items. Use to identify relevant items in a Collection

Data & AI

map

@bdambrosio/cognitive_workbench

9

Apply operation to each item in Collection

Software Development

debug-get-local-grid

@bdambrosio/cognitive_workbench

9

Debug tool: Get raw local_grid from world_state

Software Development

mc-observe-items

@bdambrosio/cognitive_workbench

9

Visible item entities within radius R (default/max 7), filtered by forward cone and line-of-sight.

Software Development

mc-map-visualize

@bdambrosio/cognitive_workbench

9

Generates zoomable HTML visualization of the spatial map showing walkability, hazards, resources, and observation confidence.

Content & Creativity

mc-open

@bdambrosio/cognitive_workbench

9

Open block-based UI (crafting table, chest, furnace). Returns success/failure

Software Development

mc-waypoint

@bdambrosio/cognitive_workbench

9

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

Productivity & Collaboration

pluck

@bdambrosio/cognitive_workbench

9

Extract single field value from each Note in Collection

Productivity & Collaboration

osworld-observe

@bdambrosio/cognitive_workbench

9

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

Software Development

mc-map-query

@bdambrosio/cognitive_workbench

9

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.

Data & AI

split

@bdambrosio/cognitive_workbench

9

Transform Note structure into Collection

Productivity & Collaboration

mc-respawn

@bdambrosio/cognitive_workbench

9

Reset embodiment after death - lifecycle/recovery. Returns ok

DevOps & Infrastructure

mc-wait

@bdambrosio/cognitive_workbench

9

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

Software Development

mc-stop

@bdambrosio/cognitive_workbench

9

Stop all movement - cancel embodied motion. Critical for safety, interrupts, reflection pauses

Productivity & Collaboration

filter-collection

@bdambrosio/cognitive_workbench

9

Evaluate complex text criteria on each item in a Collection and return a new Collection of matching items. Use to identify relevant items in a Collection

Data & AI

osworld-reset

@bdambrosio/cognitive_workbench

9

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

DevOps & Infrastructure

filter-structured

@bdambrosio/cognitive_workbench

9

Filter Collection by field conditions (SQL WHERE)

Software Development

generate-note

@bdambrosio/cognitive_workbench

9

Generate new text or code content from scratch using natural language prompt via LLM. Use to collect thoughts or generate a coherent statement on a topic

Content & Creativity

matches

@bdambrosio/cognitive_workbench

9

Check if text matches regex pattern or contains substring

Software Development

search-obsidian

@bdambrosio/cognitive_workbench

9

Search Obsidian notes using Obsidian Local REST API. Returns Collection of JSON Notes with fields text, metadata.uri (alias: source_url), metadata.domain, format, char_count

Productivity & Collaboration

nav-climb

@bdambrosio/cognitive_workbench

9

Attempt exactly ONE adjacent climb (+1Y) forward. Atomic navigation operation suitable for composition.

Software Development

mc-local-grid-visualize

@bdambrosio/cognitive_workbench

9

Generates interactive 3D HTML visualization of the session-local occupancy grid. Opens in browser.

Software Development

mc-place

@bdambrosio/cognitive_workbench

9

Build / modify world - place blocks. ASYNCHRONOUS. Returns request acceptance status

Software Development

is-positive

@bdambrosio/cognitive_workbench

9

Check if a number is positive

Software Development

as-markdown

@bdambrosio/cognitive_workbench

9

Extract markdown document structure and content from mixed/embedded text (NOT for converting plain text TO markdown)

Content & Creativity

mc-close

@bdambrosio/cognitive_workbench

9

Close currently open UI. Returns success/failure

Software Development

is-question

@bdambrosio/cognitive_workbench

9

Check if text contains a question

Content & Creativity

fetch-text

@bdambrosio/cognitive_workbench

9

Fetch all text from URL or base64 PDF. Collection-aware (extracts first item if given Collection). Auto-detects format (PDF/HTML/MD/TXT) and extracts complete text content

Content & Creativity

mc-observe-entities

@bdambrosio/cognitive_workbench

9

Visible entities within radius R (default/max 7), filtered by view cone and line-of-sight.

Software Development