office-workflows

office-workflows is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 27 tokens per session (589 once invoked), scanned A, original, MIT.

A guide for work that combines office file formats such as CSV, TSV, XLSX, DOCX, and PPTX. It describes how to turn source data into fresh spreadsheets, reports, and presentations and how to validate them.

In plain words
What is it for?
Use it to import delimited data into Excel workbooks, summarize workbooks in presentations, and check whether generated office files render correctly.
Why use it?
It keeps multi-file deliverables consistent and reduces errors when data must be moved between spreadsheets, documents, and slide decks.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents.

Good fit Use it to import delimited data into Excel workbooks, summarize workbooks in presentations, and check whether generated office files render correctly.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/office-workflows
Install

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.

Any agent
npx skills add HybridAIOne/hybridclaw --skill office-workflows
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for office-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/office-workflows/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/office-workflows)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/office-workflows"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/office-workflows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for office-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/office-workflows"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/office-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 589 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00589
Opus 5 $0.00014 $0.00295
Sonnet 5 $0.00005 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 11d ago against content hash 95dce7208bf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

office-workflows scanned grade A with 0 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/office-workflows/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Office Workflows

Use this skill when the task spans multiple office formats or involves both analysis and polished deliverables.

Fresh Outputs By Default

  • When the user asks for a new deliverable from a folder of source files, build it fresh from the primary inputs named by the task.
  • Do not inspect or reuse older generated artifacts in that folder such as dashboards, summary files, helper scripts, or prior reports unless the user explicitly asks to update them or use them as templates.
  • CSV/TSV -> XLSX: Run node skills/xlsx/scripts/import_delimited.cjs input.csv output.xlsx --json, validate the workbook, then polish the structure with the xlsx skill.
  • XLSX -> PPTX summary: Use delegate in chain mode. Step 1: inspect the workbook and extract the few metrics or charts that matter. Step 2: build the deck with the pptx skill. Step 3: check whether soffice/libreoffice and pdftoppm exist: sh -lc 'command -v soffice >/dev/null 2>&1 || command -v libreoffice >/dev/null 2>&1' sh -lc 'command -v pdftoppm >/dev/null 2>&1' Step 4: only if both checks succeed, run the PPTX render-and-review loop on thumbnails until there are no concrete slide-level issues left. Otherwise skip that QA path silently unless the user explicitly asked for QA, export, thumbnails, validation, or render verification.
  • XLSX -> DOCX memo: Analyze the workbook first, then draft the memo in Markdown and convert with pandoc or generate/edit a DOCX directly.

Delegation Guidance

  • Use parallel mode for independent research branches, such as "analyze workbook tabs" and "inspect brand template assets".
  • Use chain mode when later outputs depend on prior findings.
  • Keep each delegated prompt explicit about file paths, expected output, and whether the subagent should modify files or only return findings.

Templates

  • Prefer user-supplied templates from current-turn attachments or mounted workspace paths.
  • For branded deliverables, inspect the template first, then preserve its structure while swapping in updated data and copy.

Read the full file on GitHub · 53 lines

Changes

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.

  1. 11d ago First seen · 53 lines · 27 tokens per session scan A 95dce7208bf3

Subscribe to this mod's changes

office-workflows is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 589 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

docx

Read, create, or edit Microsoft Word .docx files — extract/summarize text and tables, generate reports/letters/memos with headings, tables, images, TOC and page numbers, do find-and-replace, or apply tracked changes (redlines) and comments. Use whenever the user has a .docx or wants a Word deliverable. Not for PDF…

HKUDS/DeepTutor · 91 tokens

pptx

Read, create, or edit PowerPoint .pptx decks — build slides from an outline, extract slide text/speaker notes, edit shapes/tables/charts, replace images, or export to PDF/images. Use whenever a .pptx (or .ppt) file is an input or output, or the user mentions a deck, slides, or a presentation.

HKUDS/DeepTutor · 76 tokens

xlsx

Read, create, or edit Excel spreadsheets (.xlsx/.xlsm) — sheet data, formulas, styles, charts, multi-sheet workbooks — and bulk .csv/.tsv tables; use whenever a spreadsheet is the input or the deliverable (extract/analyze data, add columns/formulas/formatting/charts, clean messy tables, build from scratch), but not…

HKUDS/DeepTutor · 88 tokens

potpie-source-ingestion

Use when the user explicitly asks to ingest, refresh, or deeply understand a repository, PR, issue, ticket, runbook, incident report, document, or web link into Potpie. The harness performs todo-driven discovery, uses local/GitHub/integration tools and read-only subagents when available, builds evidence-backed…

potpie-ai/potpie · 82 tokens

ima-skill

A unified IMA skill for managing personal notes and knowledge bases through the platform's APIs.

UnicomAI/wanwu · 137 tokens