
from openakita1,766
Handle creation, editing, cleaning, and conversion of spreadsheet files (.xlsx, .xlsm, .csv, .tsv) with robust formulas, formatting, and recalculation workflows
This skill equips an agent to create, edit, analyze, and correct spreadsheet files (Excel .xlsx/.xlsm and delimited .csv/.tsv). It enforces professional formatting, preserves templates, and insists on delivering files with zero formula errors by using Excel formulas rather than hardcoded values. The skill includes guidance for number and date formatting, color-coding conventions for financial models, and workflows that combine pandas for data manipulation with openpyxl for formulas and formatting. It also documents a recalculation step using a provided scripts/recalc.py that leverages LibreOffice to evaluate formulas and report any errors.
Trigger this skill when the user explicitly references a spreadsheet file (by name or path) or asks for a deliverable that must be an actual spreadsheet file — creating reports, cleaning tabular data, adding formulas, building financial models, or converting between tabular formats. Do NOT trigger when the primary deliverable is a Word doc, HTML report, standalone script, database pipeline, or a Google Sheets API integration.
Matches agents and toolchains that can run Python and manipulate files (e.g., Codex/Copilot-style agents or any agent with Python and file I/O).
XLSX/spreadsheet skill with comprehensive SKILL.md covering creation, editing, formula workflows, and financial modeling standards. The bundled recalc.py script provides LibreOffice-based formula recalculation with error scanning, but fails to run standalone because it imports from 'office.soffice' — a module from the parent openakita package not included in the skill bundle. The SKILL.md itself is well-structured with clear triggers, detailed examples, and useful checklists.
office (openakita internal package)Well-crafted skill with good domain coverage. Main issue is the unbundled dependency on office.soffice — the skill should either bundle this module or clearly document it as a prerequisite. No security concerns whatsoever.
Gmail Automation via Rube MCP
Automate Gmail actions (send, reply, search, labels, drafts, attachments) through a Rube MCP Gmail toolkit with best-practice tool sequences and pitfalls noted.
Nano Banana 2 — Gemini 3.1 Flash Image Preview
Run Google Gemini 3.1 Flash Image Preview via inference.sh CLI: text-to-image, image editing, multi-image input, and Google Search grounding.
PDF Processing (OpenAkita)
Process PDFs: extract text and tables, merge/split/rotate pages, OCR scanned PDFs, manipulate metadata, protect or watermark files, and generate new PDFs progra
Baidu Search
Enable agents to perform real-time Chinese web and image searches via Baidu Qianfan API, including time filtering and relevance/authority signals.
PPTX — Presentation (.pptx) Skill
Create, read, edit, and QA .pptx presentations: extract text, generate thumbnails, edit templates, and convert slides for visual QA and exports.