# Sharehtml

> Deploy and manage HTML/Markdown documents on html.duyet.net with collaborative commenting.

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

---


## Setup

The CLI is pre-configured to use `https://html.duyet.net` by default.

```bash
npx -y @duyet/sharehtml@latest <command>
```

## Key Commands

- `npx -y @duyet/sharehtml@latest deploy <file>` — Deploy or update
- `echo '<html>' \| npx -y @duyet/sharehtml@latest publish` — Deploy via stdin pipe
- `npx -y @duyet/sharehtml@latest publish --content '<html>'` — Deploy via argument
- `npx -y @duyet/sharehtml@latest diff <file>` — Compare local vs remote
- `npx -y @duyet/sharehtml@latest pull <id>` — Download remote file
- `npx -y @duyet/sharehtml@latest list` — Search documents

