← all publishers

bdambrosio

@bdambrosio source repo

151 published skills · page 1 of 2

  1. Search Web 2 · bdambrosio bundle
    Search web using Google CSE. Returns Collection of JSON Notes with fields text, metadata.uri (alias: source_url), metadata.domain, format, char_count
    0
    installs
  2. Init 2 · bdambrosio bundle
    Initialize navigation state by normalizing agent pose to block center, cardinal yaw, and pitch zero.
    0
    installs
  3. Tick · bdambrosio bundle
    Time heartbeat for chat-mode autonomy — fires every schedule period to trigger concern cadence checks
    0
    installs
  4. Assess · bdambrosio bundle
    Check whether text matches a natural-language condition. Returns "true" or "false". Auto-chunks long texts and short-circuits on first match.
    0
    installs
  5. Tavily · bdambrosio bundle
    Web search that returns the sources themselves — ranked results, each with a verbatim snippet and the page's own extracted text. Use when you will state specifics someone may act on (a number, price, date, name, credential, quote, API contract), or whenever you mean to read sources rather than accept an answer. Contrast `search-web`, which returns one model's synthesized answer *about* the sources.
    0
    installs
  6. Map · bdambrosio bundle
    Apply operation to each item in Collection
    0
    installs
  7. Doc Read · bdambrosio bundle
    Read a PDF already on this machine. Returns a section index first, then any named section in full — the same way fetch-text reads a paper from a URL, for the case where the file is a local path instead. Use it when the user says they have downloaded or saved a document.
    0
    installs
  8. Obsidian · bdambrosio bundle
    Read, search, write, and list notes in the user's Obsidian vault. You can READ and SEARCH the whole vault — the user's own notes, web clippings, everything. You can only WRITE inside your own area (CW/<your name>/); any path you give for a write is placed there, so you can never overwrite the user's notes. The write observation tells you the actual path written — use that path to read it back. Multi-action — set `action` first, then provide the args required by that action.
    0
    installs
  9. Bind · bdambrosio bundle
    Bind a variable to an existing resource without creating or changing content
    0
    installs
  10. Load · bdambrosio bundle
    Load persistent Note or Collection by ID or name, with optional slice
    0
    installs
  11. Calculate · bdambrosio bundle
    Compute the value of a math expression. Handles arithmetic, algebra, trig, calculus. Use this instead of LLM arithmetic — calculate is exact and deterministic.
    0
    installs
  12. Head Move · bdambrosio bundle
    Move the ChatterBot head — aim the pan/tilt camera or play an expressive gesture. The bot is a stationary companion head; this points its gaze, it does NOT drive or navigate. Use when the user asks you to look somewhere, turn toward/away, look up/down, re-center, or nod/shake/scan. Angles are degrees 0-180 with 90 centered (pan 0=full right, 180=full left; tilt 0=down, 180=up, mounting-dependent). Give pan and/or tilt for absolute aim, OR a gesture (not both). Returns the confirmed pose once the head settles.
    0
    installs
  13. Text Find · bdambrosio bundle
    Find a substring or pattern in a text document. Returns position with surrounding context. Deterministic — use this instead of asking the LLM to find substrings.
    0
    installs
  14. Pluck · bdambrosio bundle
    Extract single field value from each Note in Collection
    0
    installs
  15. Split · bdambrosio bundle
    Split Primitive
    0
    installs
  16. Think · bdambrosio bundle
    Generate an internal reflection on the state of the plan
    0
    installs
  17. Browse · bdambrosio bundle
    Browser automation via agent-browser CLI. Navigate, snapshot accessibility tree, interact by element ref.
    0
    installs
  18. Fetch Text · bdambrosio bundle
    Fetch the text content of a web page or PDF from a URL. Handles HTML, PDF, Markdown, plain text — auto-detects format. Research PDFs come back as a section index you can then read section by section.
    0
    installs
  19. Search Web · bdambrosio bundle
    Ask a question of a frontier model that has web search. Returns its synthesized answer, with sources when it searched — it may answer from its own knowledge and cite nothing, which is a valid result. Use for current information, or for general questions outside your own knowledge. What comes back is another model's account, not the source text; quote it as such.
    0
    installs
  20. World Look · bdambrosio bundle
    Look around the shared world — the ground you are standing on, and who else is present, how far away they are and whether they are facing you. Your primary perception when you are embodied in the world.
    0
    installs
  21. World Mark · bdambrosio bundle
    Leave a labelled marker in the shared world, at your feet or at a coordinate. Markers persist and are visible to anyone who can see that spot — a way to point at a place without saying a coordinate out loud.
    0
    installs
  22. World Move · bdambrosio bundle
    Walk somewhere in the shared world — to a coordinate, or toward another occupant such as Bruce. Returns immediately with the distance and how long the walk will take; your body keeps walking after the call returns.
    0
    installs
  23. As JSON · bdambrosio bundle
    Identify and extract JSON from mixed content, optionally extracting specific fields
    0
    installs
  24. Extract · bdambrosio bundle
    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.
    0
    installs
  25. Fac Say · bdambrosio bundle
    Say something in Factorio game chat — visible to everyone on the server. Use to report what you're doing, flag blockers, answer the human, or announce before acting near someone else's work.
    0
    installs
  26. Matches · bdambrosio bundle
    Check if text matches regex pattern or contains substring
    0
    installs
  27. Check Email · bdambrosio bundle
    Read recent emails from a Gmail inbox via IMAP. Returns text with subject, sender, date, and body per email. Read-only — never marks messages as read.
    0
    installs
  28. Exec Script · bdambrosio bundle
    Run a bash/shell script, or write code and execute it — sandboxed, with a persistent scratch directory and scientific Python. Read-only elsewhere, no network.
    0
    installs
  29. Stock Price · bdambrosio bundle
    Look up the current stock price (price, change, volume) for a ticker symbol. End-of-day data on the free tier.
    0
    installs
  30. System Info · bdambrosio bundle
    Report what the runtime can actually see about this machine and this backend — every GPU, CPU/RAM/disk/network, and which model is answering. Unsandboxed, unlike exec-script, so its hardware answers are real.
    0
    installs
  31. Flatten · bdambrosio bundle
    Flatten Collection to single Note
    0
    installs
  32. Persist · bdambrosio bundle
    Mark a Note or Collection as persistent so it survives goal-completion cleanup
    0
    installs
  33. Project · bdambrosio bundle
    Extract metadata/structured fields from each Note in Collection (SQL SELECT)
    0
    installs
  34. Fac Stop · bdambrosio bundle
    Immediately stop your Factorio character's current movement. Safety control — use when asked to stop, when you realize you're heading somewhere wrong, or before reassessing after a surprise.
    0
    installs
  35. Fac Walk · bdambrosio bundle
    Walk your Factorio character to a position. Real walking at game speed (~9 tiles/s) — long hauls take real time and the call blocks until arrival, failure, or timeout. You must be within ~10 tiles of things to act on them.
    0
    installs
  36. Is Empty · bdambrosio bundle
    Check if text is null, empty, or only whitespace
    0
    installs
  37. Check X Feed · bdambrosio bundle
    Return posts that appeared since the last check from the members of the user's curated X (Twitter) List. Use for the recurring X-feed sweep. Returns raw posts (author, time, text, link) with no relevance filtering — judge what is worth surfacing yourself and frame it in your own voice.
    0
    installs
  38. Rss Watcher · bdambrosio bundle
    Monitors RSS feeds for new items matching configured keywords
    0
    installs
  39. Fac Craft · bdambrosio bundle
    Hand-craft items in Factorio from materials in your inventory (belts, inserters, chests, gears...). Crafts intermediate ingredients recursively when you have the raw materials.
    0
    installs
  40. Fac Place · bdambrosio bundle
    Place one entity from your Factorio inventory at a position (stone-furnace, iron-chest, burner-inserter, transport-belt, ...). You must be within ~10 tiles; the item must be in your inventory. For belt/pipe/pole RUNS use fac-connect instead.
    0
    installs
  41. Ramana Saying · bdambrosio bundle
    Return one genuine saying of Ramana Maharshi, drawn verbatim from his recorded talks, with source attribution. Use when delivering an authentic Ramana quote with attribution — not a paraphrase or a synthesized reflection. The returned text is a raw quote; add your own brief framing before presenting it.
    0
    installs
  42. Init · bdambrosio bundle
    Initialize filesystem world by building catalog for prompt context
    0
    installs
  43. Fac Insert · bdambrosio bundle
    Put items from your Factorio inventory into a machine or container (fuel a furnace with coal, load ore, stock a chest). You must be within reach of the target entity.
    0
    installs
  44. Fac Pickup · bdambrosio bundle
    Pick up a placed entity (with its contents) or loose items lying on the ground in Factorio into your inventory — e.g. clear ore piled up in front of a blocked drill. You must be within reach of the position (walk there first).
    0
    installs
  45. Fac Rotate · bdambrosio bundle
    Rotate a placed Factorio entity (inserter, belt segment, ...) to face a direction. Use when something is oriented wrong — e.g. an inserter moving items the wrong way.
    0
    installs
  46. Fac Status · bdambrosio bundle
    Quick Factorio situational check — your character's position and walking state, server tick, connected players, your last bridge action, and the latest game chat. Use first when turning attention to the factory, and to see whether the human said anything in game chat.
    0
    installs
  47. Send Email · bdambrosio bundle
    Send an email via Gmail SMTP. Body from target/value, headers as parameters. Returns confirmation Note with message-id in metadata.
    0
    installs
  48. Synthesize · bdambrosio bundle
    Integrate content across multiple documents to produce new understanding. Use for cross-document synthesis, comparison, and reporting from Collections.
    0
    installs
  49. Word Count · bdambrosio bundle
    Count words in text. Use to determine length of a document, e.g. to determine if it needs to be summarized before further use
    0
    installs
  50. Agent Activity · bdambrosio bundle
    Review what another character's tools actually did — the outbound-capable calls (network fetches, searches, sends, vault writes, script execution) pulled from its reasoning traces, newest first. Read-only. For auditing an agent whose inputs come from feeds, mail and web pages.
    0
    installs
  51. Camera Capture · bdambrosio bundle
    Capture a still photo from the ChatterBot head camera. The captured frame is attached to your own visual input, so you can SEE it and answer questions about what is in view — whether the user is present, whether there is a cat, what the scene looks like. The camera rides the pan/tilt head, so it shows whatever the head is currently aimed at; aim first with head-move if needed. To also show the photo to the user on screen, follow with the display tool (the observation includes a ready <img> URL). Use when the user asks what you see, to take a picture or snapshot, or to check whether something or someone is in view.
    0
    installs
  52. Generate Image · bdambrosio bundle
    Generate an original image from a text description, locally (Bonsai-Image 4B, ternary-quantized, on a long-lived studio server). Use when the user wants a picture, illustration, avatar, or face created from a description that does not already exist on the web. For existing photos of real things, prefer image search instead; for simple diagrams or line drawings, prefer authoring inline SVG.
    0
    installs
  53. Look At Target · bdambrosio bundle
    Aim the ChatterBot head to find and center a target in view — the user, a person, an object, an animal. Runs a closed visual loop (capture, judge where the target is, nudge pan/tilt, repeat) until the target is centered, or reports it could not find the target after searching. Use when the user says point at me, look at me, turn to face someone, find the cat, center on the person. For a one-off snapshot without re-aiming use camera-capture; for a manual fixed angle use head-move.
    0
    installs
  54. As Markdown · bdambrosio bundle
    Extract markdown document structure and content from mixed/embedded text (NOT for converting plain text TO markdown)
    0
    installs
  55. Claude Code · bdambrosio bundle
    Delegate coding, research, and code analysis tasks to Claude Code CLI. PREFERRED tool for reading, searching, or analyzing source code (including your own — use target=self). Use whenever a goal asks you to look at, analyze, or reason about code files (your src/, your codebase, your implementation, fs/src/). Ground claims about your own architecture, capabilities, or behavior in actual source code rather than generating from general knowledge.
    0
    installs
  56. Create Tool · bdambrosio bundle
    Generate a new tool. Python tools go to staging for review. Instruction tools (no code) are created and registered immediately.
    0
    installs
  57. Fac Connect · bdambrosio bundle
    Build a validated run of transport-belt, pipe, or electric poles between two Factorio positions — the construction macro. Pathfinds around obstacles and places every segment. Use dry_run first to check feasibility and cost.
    0
    installs
  58. Fac Extract · bdambrosio bundle
    Take items out of a Factorio machine or container into your inventory (collect smelted plates from a furnace, unload a chest). You must be within reach of the source entity.
    0
    installs
  59. Fac Harvest · bdambrosio bundle
    Mine resources or chop trees in Factorio — iron ore, copper ore, coal, stone, wood — into your inventory. You must be within reach of the resource (walk to the patch first).
    0
    installs
  60. Fac Nearest · bdambrosio bundle
    Find the nearest resource in Factorio — iron-ore, copper-ore, coal, stone, water, wood — within 500 tiles of your character. Use when you need ore/fuel and don't know where a patch is; fac-observe then shows the patch details once you're near.
    0
    installs
  61. Fac Observe · bdambrosio bundle
    Look around in Factorio — entities near a position (or near you), plus production telemetry and alerts. Your primary perception in the factory; observe before building or when an action reports a deviation.
    0
    installs
  62. Is Positive · bdambrosio bundle
    Check if a number is positive
    0
    installs
  63. Is Question · bdambrosio bundle
    Check if text contains a question
    0
    installs
  64. Filter Semantic · bdambrosio bundle
    Filter a list of items to those matching a natural-language condition (e.g. "only the items that mention X"). NOT YET WIRED in chat-mode — present in src/tools/ for future enablement.
    0
    installs
  65. Create Note · bdambrosio bundle
    Create a persistent Note object and bind to variable
    0
    installs
  66. Browser Visits · bdambrosio bundle
    Drains buffered page-visit URLs from the browser extension listener
    0
    installs
  67. World Presence · bdambrosio bundle
    Notices when someone comes near you or moves away in the shared world. Fires on the transition only, and carries the current situation with it.
    0
    installs
  68. Check Health · bdambrosio bundle
    Collect system and cognitive health metrics. Returns a structured health report with status classifications (ok/warning/critical) for hardware, OS, and cognitive subsystems.
    0
    installs
  69. Manage Goals · bdambrosio bundle
    Create, list, update, and delete scheduled goals. Goals are persistent tasks that can run manually, automatically, or on a daily schedule.
    0
    installs
  70. Manage Tasks · bdambrosio bundle
    Create, list, update, and delete tasks. Tasks are work items that go through establishment phases (specification, capability evaluation, execution) with milestone-based progress.
    0
    installs
  71. Post Bluesky · bdambrosio bundle
    Post to Bluesky (AT Protocol). Body from target/value. Returns confirmation Note with post URI in metadata.
    0
    installs
  72. Semantic Scholar · bdambrosio bundle
    Search academic papers, or list one paper's references. Returns abstracts plus metadata (including a pdf_url) — use fetch-text on that pdf_url to read the paper itself. Use for scholarly literature, not general web content.
    0
    installs
  73. Fs Find · bdambrosio bundle
    Find files by filename pattern (glob) under scenarios/<world_name>/fs and return a Collection.
    0
    installs
  74. Fs Grep · bdambrosio bundle
    Search text files under scenarios/<world_name>/fs and return match snippets.
    0
    installs
  75. Fs Head · bdambrosio bundle
    Read the first N lines of a text file under scenarios/<world_name>/fs.
    0
    installs
  76. Fs List · bdambrosio bundle
    List files and directories under scenarios/<world_name>/fs; returns one Note whose body is a text listing (like ls).
    0
    installs
  77. Fs Read · bdambrosio bundle
    Read a text, JSON, or PDF file under scenarios/<world_name>/fs and return a Note.
    0
    installs
  78. Fs Stat · bdambrosio bundle
    Return metadata for a file or directory under scenarios/<world_name>/fs.
    0
    installs
  79. Get Metadata · bdambrosio bundle
    Retrieve metadata attached to a Note or Collection
    0
    installs
  80. Set Metadata · bdambrosio bundle
    Attach or update metadata on a Note or Collection
    0
    installs
  81. Fac Inventory · bdambrosio bundle
    What your Factorio character is carrying. Check before placing, connecting, or crafting — construction consumes items from this inventory.
    0
    installs
  82. Generate Note · bdambrosio bundle
    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.
    0
    installs
  83. Obsidian Clipper · bdambrosio bundle
    Detects new files in the Obsidian vault Clippings folder (from Web Clipper)
    0
    installs
  84. Extract Struct · bdambrosio bundle
    Extract structured metadata (title, authors, year) from paper text using LLM. Use to convert online search results metadata to JSON
    0
    installs
  85. Discover Notes · bdambrosio bundle
    Global embedding-based search across all Notes; returns a Collection of matches
    0
    installs
  86. Format Citation · bdambrosio bundle
    Format paper citations from semantic-scholar Notes/Collections to BibTeX format
    0
    installs
  87. Test Calculate · bdambrosio bundle
    Tests calculate tool with arithmetic, trig, and variable substitution
    0
    installs
  88. Factorio Telemetry · bdambrosio bundle
    Watches the shared Factorio world via the game bridge — new game chat from other players, players joining or leaving, watched production flows stopping, and new alert kinds. Publishes only on events; quiet cycles publish nothing.
    0
    installs
  89. Extract Entities · bdambrosio bundle
    Extract named entities, topics, and relationships from text or structured content
    0
    installs
  90. Mc Observe Items · bdambrosio bundle
    Visible item entities within radius R (default/max 7), filtered by forward cone and line-of-sight.
    0
    installs
  91. Mc Observe Blocks · bdambrosio bundle
    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.
    0
    installs
  92. Create Collection · bdambrosio bundle
    Create a Collection object and bind to variable
    0
    installs
  93. Filter Structured · bdambrosio bundle
    Filter Collection by field conditions (SQL WHERE)
    0
    installs
  94. Extract References · bdambrosio bundle
    Extract bibliography/references from PDF files using GROBID and return a Collection of Notes (one per reference).
    0
    installs
  95. Mc Dig · bdambrosio bundle
    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
    0
    installs
  96. Mc Say · bdambrosio bundle
    Send chat message in Minecraft - social/debugging/alignment. Returns acknowledgement only
    0
    installs
  97. Mc Use · bdambrosio bundle
    Right-click style interaction using equipped item. Returns success/failure
    0
    installs
  98. Mc Observe Entities · bdambrosio bundle
    Visible entities within radius R (default/max 7), filtered by view cone and line-of-sight.
    0
    installs
  99. Mc Drop · bdambrosio bundle
    Drop items from inventory into the world as entities - embodied manipulation. Returns dropped items
    0
    installs
  100. Mc Open · bdambrosio bundle
    Open block-based UI (crafting table, chest, furnace). Returns success/failure
    0
    installs