# With Paid

> Paid-course example showing how to package a self-contained Logion bundle with the marketplace paid license. Use as a starting point when you want a benign course that reads local artifacts, produces a structured report, and exercises the paid publication path end to end.

- Skill: `nicolasmelo1/with-paid` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add nicolasmelo1/with-paid`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nicolasmelo1/with-paid/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: Logion Standard Course License v1.0
- Author: nicolasmelo1 (https://skillmd.com/u/nicolasmelo1)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/nicolasmelo1/with-paid

---


# With-Paid Skill

This is a benign paid-course example. It exists to demonstrate the paid bundle
contract: self-contained files, explicit capabilities, and the Logion Standard
Course License v1.0.

## When to Use

- You want a reference paid bundle to test create -> upload -> complete.
- You need a simple course that reads local notes and writes a structured
  report.
- You want an example that exercises the paid-license enforcement path without
  introducing risky operational content.

## Prerequisites

- `file` and `terminal` tools.
- `python3` available on the host.

## How to Run

```bash
python3 scripts/render_report.py ./inputs/findings.txt ./outputs/report.md
```

## Output

The script reads a plain-text findings list and writes a normalized markdown
report under `outputs/`.

