proof

Create, edit, and comment on markdown documents via Proof's web API.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill proof-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proof
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/proof
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill proof-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines document creation, editing, and feedback by leveraging a web API and a local macOS application, enabling seamless collaboration between humans and AI agents.

Core Features & Use Cases

  • Create & Share Documents: Generate new markdown documents and share them via a unique URL with an access token.
  • Real-time Collaboration: Edit existing documents, add comments, and suggest changes through API calls.
  • Use Case: An AI agent can create a draft document, share it with a human collaborator using a Proof URL, and then incorporate feedback by suggesting edits or replying to comments directly through the API.

Quick Start

Use the proof skill to create a new document titled "Project Proposal" with the content "# Project Proposal\n\nInitial draft."

Frequently Asked Questions about proof

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can an AI agent collaborate on markdown documents with human editors?

An AI agent can collaborate on markdown documents by using the Proof web API to create, edit, and share documents via a unique URL. It adds comments and suggests replacements through HTTP requests for real-time feedback.

Can I use API calls to add comments and suggest edits to shared documents?

Yes, you can use API calls to add comments and suggest edits to shared documents. The API supports operations like suggesting replacements and applying rewrites directly through HTTP requests for collaborative workflows.

What is the best way to let an AI agent share a document draft for human feedback?

The best way to let an AI agent share a document draft is to generate a new markdown document and share it via a unique Proof URL with an access token. This allows human collaborators to view and provide feedback directly.

Does the Proof document collaboration API require a local macOS bridge to function?

Yes, the Proof document collaboration API requires a local macOS bridge to function. It leverages this local application alongside the web API to enable seamless interaction between AI agents and shared documents.

How do I apply rewrites to an existing document using an AI agent?

To apply rewrites to an existing document using an AI agent, you make HTTP requests through the web API. This allows the agent to interact with the shared document and apply the necessary text replacements.

What are the limitations of using markdown for AI agent document collaboration?

The limitations of using markdown for AI agent document collaboration include relying on HTTP requests for all interactions and requiring a local macOS bridge, which may restrict cross-platform automated editing workflows.