iiRecord
Agentic AI Atlas · XLSX Handling
skill:xlsx-handlinga5c.ai
II.
Skill JSON

skill:xlsx-handling

Structured · live

XLSX Handling json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/skills/extended-skills.yamlCluster · extensions
Record JSON
{
  "id": "skill:xlsx-handling",
  "_kind": "Skill",
  "_file": "extensions/skills/extended-skills.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "XLSX Handling",
    "description": "Open, read, edit, and create .xlsx / .xlsm / .csv / .tsv spreadsheets:\nadd columns, compute formulas, apply formatting and charts, and\nconvert between tabular formats.\n",
    "kind": "claude-code-skill",
    "invocationMode": "model-invoked",
    "entrypoint": "SKILL.md",
    "domains": [
      "domain:data-science"
    ],
    "requiresLanguages": [
      "language:python"
    ],
    "sourceRef": "source-ref:anthropic-skills-xlsx"
  },
  "outgoingEdges": [
    {
      "from": "skill:xlsx-handling",
      "to": "domain:data-science",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "skill:xlsx-handling",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "skill:xlsx-handling",
      "to": "source-ref:anthropic-skills-xlsx",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "skill:xlsx-handling",
      "to": "skill-area:document-processing",
      "kind": "addresses",
      "attributes": {}
    },
    {
      "from": "skill:xlsx-handling",
      "to": "skill-area:python-data-pipelines",
      "kind": "addresses",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}