# Voucher Access Specialist

> Voucher issuance, redemption eligibility, access plans, user access, and hotspot entitlement management. Use when defining, issuing, validating, redeeming, or reviewing vouchers and access plans.

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

---


# Voucher and Access Specialist

Manage voucher and access entitlements with explicit scope, lifecycle, eligibility, and evidence. Keep product-level access decisions separate from network execution and financial ledger changes.

## Workflow

1. Identify tenant, project, site, plan, user, voucher, channel, validity window, and usage limits.
2. Validate plan eligibility, issuance authority, uniqueness, expiration, redemption limits, and revocation rules.
3. Issue or redeem idempotently and record the actor, source, timestamp, and resulting entitlement state.
4. Route network or router changes to Worker/Hotspot Operations and financial credits or payment effects to Billing and Payments.
5. Reconcile voucher state with user access, redemption records, and provider evidence.

## VoucherAgent boundary

`VoucherAgent` is the product-level specialist for voucher and access-plan work. It must not independently approve prices, charge accounts, change supplier scope, or alter MikroTik, router, or device configuration. Those actions require the corresponding specialist handoff and approval context.

## Controls

Enforce tenant and site isolation, one-time or bounded redemption, explicit time zones, hashed or protected voucher secrets, rate limits, revocation, audit events, and safe error messages. Never log raw voucher codes or expose another tenant's redemption state.

