# Parse Map

> Parse structured Modbus register maps into candidate rows with source values, rejected rows, assumptions, and holds. Use when the source is CSV, JSON, XML, XLSX, or structured text and needs traceable candidate rows.

- **Type:** Skill
- **Install:** `agentstack add skill-studioxvii-modbus-skills-parse-map`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [studioxvii](https://agentstack.voostack.com/s/studioxvii)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [studioxvii](https://github.com/studioxvii)
- **Source:** https://github.com/studioxvii/modbus-skills/tree/main/plugins/modbus-skills/skills/parse-map
- **Website:** https://studioxvii.github.io/modbus-skills

## Install

```sh
agentstack add skill-studioxvii-modbus-skills-parse-map
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Parse Map

Preserve source values and produce traceable candidates.

Follow `../../references/interaction-contract.md`.

## Process

1. Identify CSV, JSON, XML, XLSX, or structured-text input.
2. Read `references/format-support.md` when the shape is unclear.
3. Run `python3 /scripts/run.py --input  --output `.
4. Validate the whole parse, then summarize rejected rows, assumptions, warnings, and
   holds by cause instead of presenting rows one at a time.

## Output files

- The requested output JSON - Use this candidate map as the input to normalization. It preserves source values and lists rejected rows and parse warnings. It is not yet an approved map.

Completion requires a schema-valid candidate map and parse report. Engineering fields can remain unresolved.

## Stop

- Stop if the source is a PDF manual; that is `extract-pdf-map` or `compile-user-map`.
- Stop for writes, broadcasts, discovery, or unbounded polling.
- Do not approve address, area, unit, datatype, access, or byte order.

## Handoff

- The user wants an organized user map, JSON, CSV, or tool outputs from this OEM source: suggest `compile-user-map`.
- Candidate rows exist and the user asked only for this stage: suggest `normalize-map`.
- The source is a PDF manual: suggest `extract-pdf-map`.

Parsing preserves uncertainty. It does not approve address, area, unit, datatype, access, or byte order.

## Source & license

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

- **Author:** [studioxvii](https://github.com/studioxvii)
- **Source:** [studioxvii/modbus-skills](https://github.com/studioxvii/modbus-skills)
- **License:** Apache-2.0
- **Homepage:** https://studioxvii.github.io/modbus-skills

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-studioxvii-modbus-skills-parse-map
- Seller: https://agentstack.voostack.com/s/studioxvii
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
