All authors
bdambrosio avatar

Claude Skills by bdambrosio

github.com/bdambrosio
121 skillsA× 1210 installs46 views
Extract StructA

Extract structured metadata (title, authors, year) from paper text using LLM. Use to convert online search results metadata to JSON

research
0
11
ExtractA

Derive content from a single Note via LLM-guided extraction, compression, or transformation. Output is grounded entirely in the input — no new information is introduced.

researchpython
0
11
Format CitationA

Format paper citations from semantic-scholar Notes/Collections to BibTeX format

researchpython
0
11
Generate NoteA

Generate new text or code content from scratch using natural language prompt via LLM. Creates content from the LLM's own knowledge — no source documents.

ai-agentspython
0
11
Generate Reflective NoteA

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.

ai-agentspythongo
0
11
Is EmptyA

Check if text is null, empty, or only whitespace

testingpython
0
11
Is PositiveA

Check if a number is positive

testingpython
0
11
Is QuestionA

Check if text contains a question

ai-agents
0
11
Manage GoalsA

Create, list, update, and delete scheduled goals. Goals are persistent tasks that can run manually, automatically, or on a daily schedule.

toolspythongo
0
11
Manage TasksA

Create, list, update, and delete tasks. Tasks are work items that go through establishment phases (specification, capability evaluation, execution) with milestone-based progress.

documentationpythongo
0
11
MatchesA

Check if text matches regex pattern or contains substring

ai-agents
0
11
Mc Observe BlocksA

Visible non-air blocks within radius R (default/max 7). Filtered by forward cone (yaw ±60°, pitch -60..+90) and line-of-sight. Does NOT report items.

businesspythonperformance
0
11
Mc Observe EntitiesA

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

developmentpythongo
0
11
Mc Observe ItemsA

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

businesspythongo
0
11
Post BlueskyA

Post to Bluesky (AT Protocol). Body from target/value. Returns confirmation Note with post URI in metadata.

devopspythondevops
0
11
Send EmailA

Send an email via Gmail SMTP. Body from target/value, headers as parameters. Returns confirmation Note with message-id in metadata.

developmentpythongo
0
11
SynthesizeA

Integrate content across multiple documents to produce new understanding. Use for cross-document synthesis, comparison, and reporting from Collections.

researchpythongo
0
11
Word CountA

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

businesspython
0
11
Fs FindA

Find files by filename pattern (glob) under scenarios/<world_name>/fs and return a Collection.

developmentpythonshell
0
11
Fs GrepA

Search text files under scenarios/<world_name>/fs and return match snippets.

developmentpython
0
11
Fs HeadA

Read the first N lines of a text file under scenarios/<world_name>/fs.

developmentpython
0
11
Fs ListA

List files and directories under scenarios/<world_name>/fs; returns one Note whose body is a text listing (like ls).

developmentpythongo
0
11
Fs ReadA

Read a text, JSON, or PDF file under scenarios/<world_name>/fs and return a Note.

content-marketingpython
0
11
Fs StatA

Return metadata for a file or directory under scenarios/<world_name>/fs.

developmentpython
0
11
InitA

Initialize filesystem world by building catalog for prompt context

ai-agentspythonperformance
0
11
Debug Coord TransformA

Debug tool: Transform coordinates between agent-relative and world-relative

testingpythontesting
0
11
Debug Get Local GridA

Debug tool: Get raw local_grid from world_state

testingpythontesting
0
11
Debug Get Voxel GridA

Debug tool: Get observed voxel grid with agent-relative coordinates

testingpythontesting
0
11
Debug Grid CellA

Debug tool: Query specific cell in observed voxel grid

testingpythontesting
0
11
Mc AttackA

Left-click style interaction (entities or blocks). Returns success/failure

documentationpythonperformance
0
11
Mc CloseA

Close currently open UI. Returns success/failure

businesspythonperformance
0
11
Mc CraftA

Perform crafting via Mineflayer recipe system. Returns success/failure

toolspythonperformance
0
11
Mc DigA

Removes a block from the Minecraft world at a specified location. SYNCHRONOUS - waits for dig completion. May cause an item entity to spawn, but item spawning, item type, and item location are not guaranteed and are not directly reported by this tool

toolspythonperformance
0
11
Mc DropA

Drop items from inventory into the world as entities - embodied manipulation. Returns dropped items

developmentpythongo
0
11
Mc EquipA

Equip an item from inventory into hand or offhand. Returns success/failure

toolspythonperformance
0
11
Mc InventoryA

Observe inventory contents and equipped items - epistemic, read-only. Returns inventory slots and equipped items

businesspythonperformance
0
11
Mc Local Grid VisualizeA

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

designpythondebugging
0
11
Mc Map QueryA

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.

datapythongo
0
11
Mc Map UpdateA

Updates persistent spatial map with observation data. Populates cell-based SpatialMap.

developmentpythonfastapi
0
11
Mc Map VisualizeA

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

datapythongo
0
11
Mc ObserveA

Unified observation tool: fetches blocks, entities, and items in a single efficient call.

code-qualitypythontesting
0
11
Mc OpenA

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

documentationpythonperformance
0
11
Mc PickupA

How to collect items from the world into inventory - automatic pickup when close enough.

tools
0
11
Mc Pillar UpA

Atomic pillar-up: jump and place block under self to ascend by 1 block. Handles timing internally.

toolspythongo
0
11
Mc Place Until SupportedA

Create reliable footing by placing blocks until observed support becomes provably solid. Absorbs placement uncertainty and never exposes 'accepted but ineffective' outcomes

testingpythonperformance
0
11
Mc PlaceA

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

documentationpythonperformance
0
11
Mc RespawnA

Reset embodiment after death - lifecycle/recovery. Returns ok

developmentpythonperformance
0
11
Mc SayA

Send chat message in Minecraft - social/debugging/alignment. Returns acknowledgement only

code-qualitypythondebugging
0
11
Mc StatusA

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

devopspythonperformance
0
11
Mc StopA

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

businesspythongo
0
11