# Plannotator Annotate

> Open Plannotator's annotation UI for a markdown file, converted HTML file, URL, or folder and then respond to the returned annotations.

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

---


# Plannotator Annotate

Run:

```bash
plannotator annotate $ARGUMENTS
```

The output will be one of:

1. The exact text `The user approved.`, or a JSON object with `"decision": "approved"`. Acknowledge with a single sentence and stop. Do not begin any work.
2. Empty, or a JSON object with `"decision": "dismissed"`. Acknowledge with a single sentence and stop. Do not begin any work.
3. Plaintext annotation feedback, or a JSON object with `"decision": "annotated"` and a `"feedback"` field. Address the feedback in the same conversation.

Do not ask the user to copy shell commands into chat. Run the command yourself.
