Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/docs-plus/docs.plus/tiptapnpx skills add docs-plus/docs.plus --skill tiptapgit clone --depth 1 https://github.com/docs-plus/docs.plusWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00054 | $0.00785 |
| Opus 5 | $0.00027 | $0.00392 |
| Sonnet 5 | $0.00011 | $0.00157 |
| Haiku 4.5 | $0.00005 | $0.00078 |
Grade A, and why
tiptap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tiptap Integration Skill
Instructions for coding agents integrating the Tiptap rich text editor
Reference Repositories
Clone the tiptap and tiptap-docs repositories so you can search the source code and documentation.
Clone them locally outside the workspace (do not commit upstream clones into this repo).
Before you start a task, make sure the repositories are updated to the latest version.
Best Practices
General
- Use the latest stable version of Tiptap 3.
- All packages that start with
@tiptap/must have the same version number. - When integrating Tiptap for the first time, read the corresponding installation guide in tiptap-docs.
- When server-side rendering (e.g. Next.js), set the
immediatelyRender: falseoption when initializing the editor. Otherwise, the editor will crash. Learn more about this in tiptap-docs.
React
- Prefer using the React Composable API. See
tiptap-docs/src/content/guides/react-composable-api.mdx
Implementing Editor Features
When the user asks you to implement one of these features, read the corresponding section in tiptap-docs for guidance.
- Real-time collaboration — Multiple users editing a document simultaneously. See
tiptap-docs/src/content/collaboration/. - Comments — Thread-based inline and document comments. See
tiptap-docs/src/content/comments/. - Tracked changes — Track, accept, and reject document edits. See
tiptap-docs/src/content/tracked-changes/. - Import/Export — Convert documents to and from DOCX, PDF, Markdown, and other formats. See
tiptap-docs/src/content/conversion/. - AI content generation — Generate text content into the document using AI. See
tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/workflows/insert-content.mdx. - AI agent document editing — Give an AI agent the ability to edit Tiptap documents. See
tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/. - AI review and proofreading — Review, proofread, and suggest style improvements. See
tiptap-docs/src/content/content-ai/capabilities/ai-toolkit/workflows/proofreader.mdx. - AI server-side processing — Run AI workflows that edit rich text documents on the server. See
tiptap-docs/src/content/content-ai/capabilities/server-ai-toolkit/. - Version history — Save and restore document snapshots. See
tiptap-docs/src/content/collaboration/documents/snapshot.mdx. - Snapshot compare — Highlight differences between document versions. See
tiptap-docs/src/content/collaboration/documents/snapshot-compare.mdx. - Pages — Print-ready page layout with headers, footers, and page breaks. See
tiptap-docs/src/content/pages/.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 57 lines · 54 tokens per session scan A b75642dc9303
tiptap is a skill published in the GitHub repository docs-plus/docs.plus (88 stars, last pushed 4d ago), licensed MIT. It adds 54 tokens to every session and 785 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
docx
Read, create, and convert Microsoft Word (.docx) documents — extract text and tables, build reports from markdown/JSON, and export to PDF.
document-converter
Convert Office documents (PPTX, DOCX, XLSX, PDF, HTML, CSV, JSON, XML, images) to Markdown using Microsoft MarkItDown. Provides the agent with conversion strategies for academic and research workflows.
docx-manipulation
Create, edit, and manipulate Word documents programmatically using python-docx.
add-format
End-to-end checklist for adding a new input or output format to AILANG Parse (docparse). Use when the user says 'add support for X format', 'wire up a new parser', 'add .foo format', 'add a parser for .bar', 'support .baz files', 'ship format X', 'can we parse .qux', 'new format rollout', or mentions a file extension…
landing-page
Create a new AILANG Parse documentation/landing page targeting a specific keyword or topic. Use when user says 'new landing page', 'new page for X', 'create a page about X', 'landing page for keyword X', or wants to add a documentation page to the docs/ site. Also use when the user references long-tail keywords, SEO…
benchmark
Run OfficeDocBench evaluation and refresh benchmark scores across the AILANG Parse website. Use when the user says 'run benchmarks', 'rerun the benchmark', 'refresh benchmark numbers', 'update bench scores', 'regenerate summary.json', mentions OfficeDocBench, asks to evaluate parsers, asks why scores are out of sync…