using-quip
Installation
SKILL.md
Using Quip
Interact with Quip (axon.quip.com) via the Quip Automation REST API. Supports reading, creating, editing, searching, and organizing documents and folders.
When to Use
- User provides an
axon.quip.comURL and wants to read, edit, or discuss the document - User asks to create a new Quip document or folder
- User wants to search Quip for documents by keyword
- User wants to append content to an existing Quip document
- User asks about Quip folder structure or wants to organize documents
When NOT to Use
- Real-time collaboration or commenting on specific selected text (use the Quip UI)
- Uploading large binary attachments (use the Blobs API directly)
- Anything requiring OAuth flows — only Bearer token auth is supported here