Office
Master Excel, Word, PowerPoint, and Google Workspace with formulas, formatting, and automation.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 16 · 7.7k · 96 current installs · 98 all-time installs
byIván@ivangdavila
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the included documents (spreadsheets, documents, presentations, facilities). There are no unusual required binaries, environment variables, or external services requested that would be unrelated to an office-productivity reference skill.
Instruction Scope
SKILL.md and the included .md files are purely guidance and how-tos (formulas, mail merge, slide master, inventory tracking). They do not instruct the agent to read system files, access secrets, call external endpoints, or perform actions outside normal authoring/administration guidance.
Install Mechanism
No install spec and no code files; this is instruction-only so nothing is downloaded or written to disk by the install process.
Credentials
The skill declares no required env vars, credentials, or config paths. The guidance references only typical Office/Sheets UI actions and spreadsheet tracking templates — no credentials or unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. The default platform ability for autonomous invocation remains, which is normal for skills and not excessive here.
Assessment
This skill is essentially a packaged how-to reference for Office apps and office administration and appears internally consistent. Because it's instruction-only and asks for no credentials, it poses low direct technical risk. Two practical notes before installing: (1) the skill's source/homepage are unknown—if provenance matters to you, prefer skills from known publishers; (2) although the content is safe, an agent using the skill may generate documents or ask you to paste data — avoid pasting sensitive credentials or private data into any skill-driven prompts.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
What "Office" Means Here
Productivity software: Microsoft 365, Google Workspace, and office administration.
| Signal | Context | Load |
|---|---|---|
| Formulas, pivot tables, VLOOKUP, macros | Spreadsheets | tools/spreadsheets.md |
| Formatting, headers, mail merge, TOC | Documents | tools/documents.md |
| Slides, animations, presenter view | Presentations | tools/presentations.md |
| Supplies, vendors, facilities, space | Office admin | admin/facilities.md |
Spreadsheets (Excel / Google Sheets)
Formulas people actually need:
VLOOKUP/XLOOKUP— lookup value in table, return another columnSUMIF/COUNTIF— sum/count with conditionsINDEX/MATCH— more flexible than VLOOKUPIFwithAND/OR— conditional logic
Common problems:
- VLOOKUP returns #N/A → check for spaces, data types, exact match setting
- Formula works in one cell, breaks when copied → missing
$for absolute references - Dates sorting wrong → format as actual dates, not text
Pivot tables: Right-click data → Create Pivot Table → drag fields to rows/columns/values.
Documents (Word / Google Docs)
Formatting essentials:
- Use Styles (Heading 1, 2, 3) for structure — enables automatic TOC
- Page numbers starting on page 3: Insert break → Different First Page → start numbering
- Different headers per section: Section breaks, unlink from previous
Mail Merge:
- Prepare data source (Excel with columns: Name, Address, etc.)
- Word → Mailings → Start Mail Merge → Letters
- Insert Merge Fields where dynamic content goes
- Preview Results → Finish & Merge
Presentations (PowerPoint / Google Slides)
Professional basics:
- Slide Master for consistent styling (View → Slide Master)
- 6x6 rule: max 6 bullets, 6 words per bullet
- One idea per slide
Animations:
- Entrance animations for bullet reveal (Appear > Fade > Fly In)
- Timing: On Click vs After Previous
- Keep it subtle — animation should aid, not distract
Presenter View: F5 to present, use Presenter View to see notes while audience sees slides.
Office Administration
For those managing physical office operations:
Supplies & Inventory:
- Track with simple spreadsheet: Item, Quantity, Reorder Point, Supplier
- Set calendar reminders for regular orders
- Bulk ordering usually 15-30% cheaper
Vendor Management:
- Cleaning, maintenance, IT support contracts
- Document SLAs and contact info in shared location
- Review contracts annually for renegotiation
Space Planning:
- Hot-desking: Use booking system (even a shared calendar works)
- Meeting room: Clear naming, visible displays, 15-min buffers
Quick Reference
| Task | Excel/Sheets | Word/Docs | PowerPoint/Slides |
|---|---|---|---|
| Find value | VLOOKUP/XLOOKUP | Find & Replace | Find & Replace |
| Conditional format | Home → Conditional | N/A | N/A |
| Auto-update content | Formulas | Fields | Links |
| Export to PDF | File → Save As | File → Save As | File → Save As |
Files
5 totalSelect a file
Select a file to preview.
Comments
Loading comments…
