Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/team-commonly/commonly/officeclinpx skills add Team-Commonly/commonly --skill officecligit clone --depth 1 https://github.com/Team-Commonly/commonlyWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00056 | $0.05526 |
| Opus 5 | $0.00028 | $0.02763 |
| Sonnet 5 | $0.00011 | $0.01105 |
| Haiku 4.5 | $0.00006 | $0.00553 |
Grade C, and why
officecli scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash How it starts
The opening of the file, as written. The whole thing — 411 lines — stays where its author put it; the contents beside it link to each section on GitHub.
officecli
AI-friendly CLI for .docx, .xlsx, .pptx. Single binary, no dependencies, no Office installation needed.
Install
If officecli is not installed:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex
Verify with officecli --version. If still not found after install, open a new terminal.
Strategy
L1 (read) → L2 (DOM edit) → L3 (raw XML). Always prefer higher layers. Add --json for structured output.
Before doc work, check Specialized Skills (bottom of this file). Fundraising decks, academic papers, financial models, dashboards, and Morph animations need their own skill loaded first — load_skill once, then proceed.
Help System (IMPORTANT)
When unsure about property names, value formats, or command syntax, ALWAYS run help instead of guessing. One help query beats guess-fail-retry loops.
officecli help ≡ officecli --help, and officecli <cmd> --help ≡ officecli help <cmd> — same content.
officecli help # All commands + global options + schema entry points
officecli help docx # List all docx elements
officecli help docx paragraph # Full schema: properties, aliases, examples, readbacks
officecli help docx set paragraph # Verb-filtered: only props usable with `set`
officecli help docx paragraph --json # Structured schema (machine-readable)
Format aliases: word→docx, excel→xlsx, ppt/powerpoint→pptx. Verbs: add, set, get, query, remove. MCP exposes the same schema via {"command":"help","format":"docx","type":"paragraph"}.
Performance: Resident Mode
Every command auto-starts a resident on first access (60s idle timeout) — file-lock conflicts are automatically avoided. Explicit open/close is still recommended for longer sessions (12min idle):
officecli open report.docx # explicitly keep in memory
officecli set report.docx ... # no file I/O overhead
officecli close report.docx # save and release
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE 11 KB
- skills/morph-ppt-3d/SKILL.md 25 KB
- skills/morph-ppt/reference/decision-rules.md 6.0 KB
- skills/morph-ppt/reference/morph-helpers.py 16 KB runs code
- skills/morph-ppt/reference/morph-helpers.sh 12 KB runs code
- skills/morph-ppt/reference/pptx-design.md 14 KB
- skills/morph-ppt/reference/styles/bw--brutalist-raw/build.sh 12 KB runs code
- skills/morph-ppt/reference/styles/bw--brutalist-raw/bw__brutalist_raw.pptx 13 KB
- skills/morph-ppt/reference/styles/bw--brutalist-raw/style.md 2.1 KB
- skills/morph-ppt/reference/styles/bw--mono-line/build.sh 15 KB runs code
- skills/morph-ppt/reference/styles/bw--mono-line/bw__mono_line.pptx 15 KB
- skills/morph-ppt/reference/styles/bw--mono-line/style.md 3.9 KB
- skills/morph-ppt/reference/styles/bw--swiss-bauhaus/build.sh 12 KB runs code
- skills/morph-ppt/reference/styles/bw--swiss-bauhaus/bw__swiss_bauhaus.pptx 13 KB
- skills/morph-ppt/reference/styles/bw--swiss-bauhaus/style.md 2.2 KB
- skills/morph-ppt/reference/styles/bw--swiss-system/style.md 1.3 KB
- skills/morph-ppt/reference/styles/dark--architectural-plan/build.sh 25 KB runs code
- skills/morph-ppt/reference/styles/dark--architectural-plan/dark__architectural_plan.pptx 20 KB
- skills/morph-ppt/reference/styles/dark--architectural-plan/style.md 1.8 KB
- skills/morph-ppt/reference/styles/dark--aurora-softedge/style.md 625 B
- skills/morph-ppt/reference/styles/dark--blueprint-grid/build.sh 27 KB runs code
- skills/morph-ppt/reference/styles/dark--blueprint-grid/dark__blueprint_grid.pptx 15 KB
- skills/morph-ppt/reference/styles/dark--blueprint-grid/style.md 1.4 KB
- skills/morph-ppt/reference/styles/dark--circle-digital/build.sh 24 KB runs code
- skills/morph-ppt/reference/styles/dark--circle-digital/dark__circle_digital.pptx 18 KB
- skills/morph-ppt/reference/styles/dark--circle-digital/style.md 1.8 KB
- skills/morph-ppt/reference/styles/dark--cosmic-neon/build.sh 15 KB runs code
- skills/morph-ppt/reference/styles/dark--cosmic-neon/dark__cosmic_neon.pptx 20 KB
- skills/morph-ppt/reference/styles/dark--cosmic-neon/style.md 2.6 KB
- skills/morph-ppt/reference/styles/dark--cyber-future/build.sh 15 KB runs code
- skills/morph-ppt/reference/styles/dark--cyber-future/dark__cyber_future.pptx 19 KB
- skills/morph-ppt/reference/styles/dark--cyber-future/style.md 2.4 KB
- skills/morph-ppt/reference/styles/dark--diagonal-cut/build.sh 19 KB runs code
- skills/morph-ppt/reference/styles/dark--diagonal-cut/dark__diagonal_cut.pptx 17 KB
- skills/morph-ppt/reference/styles/dark--diagonal-cut/style.md 4.3 KB
- skills/morph-ppt/reference/styles/dark--editorial-story/build.sh 22 KB runs code
- skills/morph-ppt/reference/styles/dark--editorial-story/dark__editorial_story.pptx 24 KB
- skills/morph-ppt/reference/styles/dark--editorial-story/style.md 2.4 KB
- skills/morph-ppt/reference/styles/dark--investor-pitch/build.sh 42 KB runs code
- skills/morph-ppt/reference/styles/dark--investor-pitch/style.md 2.3 KB
- skills/morph-ppt/reference/styles/dark--investor-pitch/template.pptx 22 KB
- skills/morph-ppt/reference/styles/dark--liquid-flow/build.sh 21 KB runs code
- skills/morph-ppt/reference/styles/dark--liquid-flow/dark__liquid_flow.pptx 16 KB
- skills/morph-ppt/reference/styles/dark--liquid-flow/style.md 1.8 KB
- skills/morph-ppt/reference/styles/dark--luxury-minimal/build.sh 12 KB runs code
- skills/morph-ppt/reference/styles/dark--luxury-minimal/dark__luxury_minimal.pptx 19 KB
- skills/morph-ppt/reference/styles/dark--luxury-minimal/style.md 2.3 KB
- skills/morph-ppt/reference/styles/dark--midnight-blueprint/style.md 2.6 KB
- skills/morph-ppt/reference/styles/dark--neon-productivity/build.sh 33 KB runs code
- skills/morph-ppt/reference/styles/dark--neon-productivity/dark__neon_productivity.pptx 35 KB
- skills/morph-ppt/reference/styles/dark--neon-productivity/style.md 2.6 KB
- skills/morph-ppt/reference/styles/dark--obsidian-amber/style.md 615 B
- skills/morph-ppt/reference/styles/dark--premium-navy/build.sh 14 KB runs code
- skills/morph-ppt/reference/styles/dark--premium-navy/dark__premium_navy.pptx 15 KB
- skills/morph-ppt/reference/styles/dark--premium-navy/style.md 4.8 KB
- skills/morph-ppt/reference/styles/dark--sage-grain/style.md 1.8 KB
- skills/morph-ppt/reference/styles/dark--space-odyssey/build.sh 31 KB runs code
- skills/morph-ppt/reference/styles/dark--space-odyssey/dark__space_odyssey.pptx 20 KB
- skills/morph-ppt/reference/styles/dark--space-odyssey/style.md 2.8 KB
- skills/morph-ppt/reference/styles/dark--spotlight-stage/build.sh 16 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 411 lines · 56 tokens per session scan C ea95d07ddb93
officecli is a skill published in the GitHub repository Team-Commonly/commonly (1,323 stars, last pushed 2d ago), licensed Apache-2.0. It adds 56 tokens to every session and 5,526 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
review-pr
Review a Dograh pull request, branch diff, or pasted patch for repo-specific security and correctness risks that are not obvious from generic FastAPI, Next.js, or Python conventions. Use when the user asks to review a PR, audit a diff, check whether changes are safe to merge, review their own changes, or asks what to…
review-agents-md
Audit Dograh AGENTS.md files for drift against the live repo and for bad scope boundaries between parent and child docs. Use when the user asks to review existing AGENTS files, identify stale guidance, decide whether a subtree needs its own AGENTS.md, or update the AGENTS.md hierarchy under the repo root, api/, or ui/.
merge-pipecat-upstream
Merge the latest upstream pipecat-ai/pipecat tag into the pipecat submodule fork (dograh-hq/pipecat) and bump the dograh repo to it. Use whenever the user asks to bump, upgrade, sync, or merge pipecat, resolve pipecat merge conflicts, audit whether upstream changes break or supersede Dograh's in-fork patches, or…
experiment-tracking-swanlab
Provides guidance for experiment tracking with SwanLab. Use when you need open-source run tracking, local or self-hosted dashboards, and lightweight media logging for ML workflows.
review-polish
The before-review and before-handoff pass for RomM, covering both stacks. First shapes the code the checks can't see — comment and docstring discipline (the single most-corrected thing in this repo), duplicated constants/types/getters, imprecise names, loose typing in tests. Then runs the verification gate that keeps…
frontend-v2-components
Building or modifying components in the RomM v2 frontend (frontend/src/v2/). Use when creating/editing v2 primitives (R components in src/v2/lib/), shared composites, or feature composites — covers the three-tier model, file/folder conventions, SFC structure, import order, barrels, Storybook requirements, and v2…