AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Xlsx

skill-rylaispirit-rylai-codex-hermes-skills-xlsx · by Rylaispirit

Create, inspect, edit, and verify Excel .xlsx workbooks with openpyxl. Use when Codex or Hermes must turn CSV or TSV data into a styled workbook, update cells or formulas in an existing workbook, inspect sheets and formula errors, or optionally recalculate and render a workbook with local LibreOffice.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-rylaispirit-rylai-codex-hermes-skills-xlsx

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rylaispirit-rylai-codex-hermes-skills-xlsx)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xlsx? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rylai XLSX

This is an original Rylai Codex-Hermes workflow. Use the open-source openpyxl package for workbook operations and LibreOffice only for optional formula recalculation or PDF rendering.

Runtime

  • Required for the bundled script: Python 3 and openpyxl.
  • Optional: LibreOffice (soffice) for recalculation and PDF rendering.
  • Resolve scripts/xlsx_tool.py relative to this skill folder.
  • Do not install packages unless the user approves installation.
  • Set workbook creator and last editor to Rylai unless the user explicitly

requests another author.

Workflow

  1. Inspect the workbook or source table before changing it.
  2. Preserve existing sheet names, formulas, and styles unless the task requires

a change.

  1. Save to a new output path instead of overwriting the source.
  2. Reopen the saved workbook and inspect formula and error counts.
  3. When formula results must be refreshed, use LibreOffice recalculation if i

is available.

Bundled CLI

Create a styled workbook from CSV or TSV:

python scripts/xlsx_tool.py create input.csv output.xlsx --sheet Data
python scripts/xlsx_tool.py create input.tsv output.xlsx --delimiter tab

Inspect workbook structure, formulas, and visible spreadsheet errors:

```bash
python scripts/xlsx_tool.py inspect output.xlsx

Update cells or formulas while keeping the source unchanged:

```bash
python scripts/xlsx_tool.py set input.xlsx output.xlsx \
  --cell "Summary!B2=1250" \
  --cell "Summary!B3==SUM(Data!B2:B20)"

The first `=` separates the cell address from its value. A formula therefore
uses a second `=`.

Recalculate formulas through a LibreOffice save round trip:

```bash
python scripts/xlsx_tool.py recalc input.xlsx recalculated.xlsx

Render workbook sheets to PDF:

```bash
python scripts/xlsx_tool.py render input.xlsx rendered

## Quality Rules

- Use formulas for values that should update when inputs change.
- Keep identifiers with leading zeroes as text.
- Freeze the header and enable filters for newly created data tables.
- Use clear number formats for dates, percentages, currency, and totals.
- Treat `#REF!`, `#DIV/0!`, `#VALUE!`, `#NAME?`, `#N/A`, and `#NUM!` as
  delivery blockers unless the user explicitly expects them.
- Report that recalculation or visual verification was skipped when
  LibreOffice is unavailable.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Rylaispirit](https://github.com/Rylaispirit)
- **Source:** [Rylaispirit/rylai-codex-hermes-skills](https://github.com/Rylaispirit/rylai-codex-hermes-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.