LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

table-commands-generator - Table operation command generator library

Provides table command generation, sparse table state management, cell merging, and command sequence interpretation.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Insert table rows and columns
  • Delete table rows and columns
  • Merge table cells
  • Unmerge table cells
  • Interpret table commands
  • Manage sparse table data
  • Record command sequences
  • Replay command sequences
  • Generate renderable grid data

Inputs

  • Table operation parameters
  • Cell coordinates and attributes
  • Sparse table data structures
  • Table command sequences

Outputs

  • Generated table command sequences
  • Updated table state
  • Renderable grid data

Requirements

  • JavaScript or TypeScript environment
  • @aptx/table-commands-generator package

Source

  • Spec: SKILL.md
table-operations
command-generator
sparse-data
cell-merging
grid-rendering
Insert table rows and columns
Delete table rows and columns
Merge table cells
Unmerge table cells
Table operation parameters
Cell coordinates and attributes
Sparse table data structures
Generated table command sequences
Updated table state
Renderable grid data