Skip to content
View marcfargas's full-sized avatar

Highlights

  • Pro

Block or report marcfargas

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcfargas/README.md

Marc Fargas

Business, tech, systems thinking, and the occasional rant.

I manage a group of companies in Barcelona — legal, accounting, property management. I also build tools, mostly for making AI agents useful in real workflows.

Odoo + AI

  • godoo — Async Python SDK for Odoo JSON-RPC. Typed, tested against real v17/v18/v19. 8 domain services, testcontainers integration. uv add godoo · docs
  • Odoo Toolbox — TypeScript SDK, CLI, skill modules, and MCP server for AI agents working with Odoo. CI-tested against v17 and v18. · docs
  • Odoo CLI — Command-line interface for Odoo ERP. Records, mail, modules, schema, accounting — from the terminal. npm install -g @marcfargas/odoo-cli

Pi Agent Extensions

Extensions for pi, an AI coding agent CLI:

  • Pi PowerShell — Windows system integration and background processes (solves the Git Bash & hang)
  • Pi Heartbeat — Non-blocking timers and heartbeats — stop using sleep
  • Pi TRAMP — Transparent remote execution via SSH/Docker — pi stays local, tools run remotely
  • Pi Planner — Plan-then-execute workflow with safety classifications
  • Pi Server — Detachable agent sessions — headless daemon + terminal client over WebSocket
  • Pi Devcontainers — Launch dev containers with pi pre-installed

Google APIs

  • Go Easy — Unified CLI for Gmail, Drive, Calendar, and Tasks. Google APIs without the pain.
  • Go MAPI — Right-click → "Send to Mail recipient" → opens in Gmail. Zero config Windows MAPI bridge.

Other

  • Skills — Reusable skills for AI coding agents (pi, Claude Code, Agent Skills standard)
  • Holdpty — Minimal cross-platform detached PTY. Launch in a real terminal, attach later.

Elsewhere

Pinned Loading

  1. go-easy go-easy Public archive

    Google APIs made easy — Gmail, Drive, Calendar for AI agents and humans

    TypeScript 5 4

  2. skills skills Public

    Reusable skills for AI coding agents (pi, Claude Code, Agent Skills standard)

    JavaScript 4

  3. go-mapi go-mapi Public

    Right-click any file in Windows Explorer, click "Send to → Mail recipient", and the email appears ready to send in Gmail - no configuration needed, no subscription fees, completely open source.

    Go 4

  4. odoo-toolbox odoo-toolbox Public

    TypeScript SDK for Odoo; CLI; Skill modules and MCP server for AI agents. CI-tested against v17 and v18.

    TypeScript 35 3

  5. godoo godoo Public

    Python 2