# Table

> 管理透明表 (Transparent Tables)

- Skill: `williamcorrea23/table` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add williamcorrea23/table`
- Raw SKILL.md: https://api.skillmd.com/api/skills/williamcorrea23/table/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: williamcorrea23 (https://skillmd.com/u/williamcorrea23)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/williamcorrea23/table

---


# Table Skill

## 说明

管理透明表 (Transparent Tables)

## 使用场景

### 场景1: create

**用户需求**: "执行 table 的 create"

**Skill 调用**:
```json
{
  "tool": "table_create",
  "parameters": {
    "object_name": "EXAMPLE_OBJECT"
  }
}
```

## CLI 命令对照

| Skill 工具 | CLI 命令 |
|-----------|---------|
| table_create | `sapcli table create <object_name>` |
| table_read | `sapcli table read <object_name>` |
| table_write | `sapcli table write <object_name>` |
| table_activate | `sapcli table activate <object_name>` |

