Skip to content

OpenRomeo 1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 00:07

OpenRomeo 1.0.1

Adds the final piece of the Claude Desktop-standard document suite and hardens the docs & skill engine.

✨ New

  • xlsx builtin skill — Excel via openpyxl (real formulas, number formats, frozen headers, charts). The document suite is now complete: docx · pptx · xlsx · pdf.
  • Real-YAML skill frontmatter — skills using folded (description: >) or block-list allowed-tools, common in Claude Desktop / Claude Code, now load correctly. Skills genuinely drop straight in.
  • Docs — a "First run — no account needed" authentication FAQ and a Skills section (add / override / remove), both fact-checked against the code.

🔧 Fixes

  • pdf skill's form-fill example filled the wrong page (silent no-op) — now uses a fresh writer.
  • Auth FAQ corrected for monday.com (local OAuth, no manual paste) and broker token handling.

📦 Installers

Platform File
macOS Apple Silicon OpenRomeo-macos-arm64.dmg
macOS Intel OpenRomeo-macos-intel.dmg
Windows x64 (NSIS) OpenRomeo-windows-setup.exe
Windows x64 (MSI) OpenRomeo-windows.msi

macOS: downloaded copies show "OpenRomeo is damaged" (Gatekeeper quarantine on un-notarized apps — the app is fine). Fix once in Terminal: xattr -dr com.apple.quarantine /Applications/OpenRomeo.app then open normally. Windows: SmartScreen → More info → Run anyway.

MIT licensed. Built on OpenWorker & aisuite by Andrew Ng and contributors.