en un clic
en un clic
Analyze Bridge agent execution logs from ~/.bridge/sessions, reconstruct the agent's actual runtime behavior, and explain tool execution, failures, retries, and artifacts from persisted session files.
Debug and validate OpenBridge on a real macOS desktop through mini-machine plus full VNC computer-use. Use when local broker automation is not enough, when you need end-to-end GUI verification on macOS, or when local changes should be pushed to a branch and rebuilt from a fresh machine clone instead of transferred manually.
Convert files between formats. Use for Document conversion, Image format conversion, and Audio/Video format conversion.
Work with GitHub through the `gh` CLI, including issues, pull requests, reviews, Actions runs, releases, repository metadata, API queries, and CLI authentication/setup on persistent environments.
Work with Linear through the `linear` CLI, including issue listing, creation, updates, comments, team/project/label lookup, JSON issue views, and CLI authentication/setup on persistent environments.
Read, create, and review PDFs
| name | docs |
| description | Read, create, and review DOCXs guidance |
| metadata | {"displayName":"Word Docxs Skill","icon":"doc.text.fill","color":"blue","placeholder":"Upload a document or ask a question"} |
| Task | Tool | Reference |
|---|---|---|
| Reading/analyzing content | soffice + pdftoppm | See "Reading DOCXs" below |
| Creating new documents | python-docx | See "Primary tooling" below |
| Editing with tracked changes | OOXML XML manipulation | ooxml-editing.md |
| Adding comments | OOXML XML manipulation | ooxml-editing.md |
soffice -env:UserInstallation=file:///tmp/lo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCX to convert DOCXs to PDFs.
-env:UserInstallation=file:///tmp/lo_profile_$$ flag is important. Otherwise, it will time out.pdftoppm -png $OUTDIR/$BASENAME.pdf $OUTDIR/$BASENAMEpython-docx. Use it to control structure, styles, tables, and lists. Install it with pip install python-docx if it's not already installed.soffice -env:UserInstallation=file:///tmp/lo_profile_$$ --headless --convert-to pdf --outdir $OUTDIR $INPUT_DOCXpdftoppm -png $OUTDIR/$BASENAME.pdf $OUTDIR/$BASENAME[145036110387964†L158-L160]), malformed URLs, or placeholder text should be present in the document.【【turn1541736113682297662view0†L11-L19】 notations are allowed in the document as the reader cannot interpret them (such citations will be severely penalized).For editing existing DOCXs with tracked changes (legal/business document review), comments, or raw XML manipulation, read references/ooxml-editing.md.
Key capabilities:
<w:ins> and deletions with <w:del><w:commentRangeStart/End>word/document.xml for complex editsUse this approach when: