quip-to-obsidian

Migrate Quip-exported markdown into Obsidian-ready notes with repaired tables and images.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/cajias/claude-skills --skill quip-to-obsidian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quip-to-obsidian
Source: https://github.com/cajias/claude-skills/tree/main/skills/quip-to-obsidian
Command: npx skills add https://github.com/cajias/claude-skills --skill quip-to-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill fixes the common pain of moving Quip content into Obsidian when exported notes still contain broken image links, malformed tables, invisible characters, and messy code blocks.

Core Features & Use Cases

  • Blob image migration: Downloads Quip blob attachments with API authentication and rewrites markdown to use local attachment paths.
  • Markdown cleanup: Converts reference-style images to inline Obsidian-friendly syntax, removes zero-width characters, and preserves valid code and text structure.
  • Table repair: Removes empty table rows, strips injected row numbers, corrects separators, and unescapes characters so tables render properly.
  • Use case: A team exporting a Quip knowledge base can run this Skill to rebuild the document set as readable, searchable Obsidian notes with working images and cleaner formatting.

Quick Start

Ask the assistant to migrate your exported Quip folder to Obsidian, download all blob images, and repair the markdown formatting.

Frequently Asked Questions about quip-to-obsidian

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

FAQPage Schema
How do I fix broken images when moving Quip markdown to Obsidian?

To fix broken images when moving Quip markdown to Obsidian, you need to download Quip blob attachments using authenticated API access and rewrite the markdown links to point to local file paths. This process ensures exported images display correctly in your notes.

Why do tables from Quip export not render properly in Obsidian?

Tables from Quip exports often fail to render in Obsidian due to empty rows, injected row numbers, and incorrect separators. Repairing the markdown involves stripping these artifacts and unescaping characters so the table structure aligns with standard markdown formatting.

What is the best way to clean up malformed markdown from a Quip export?

The best way to clean up malformed markdown from a Quip export is to run a normalization script that converts reference-style images to inline syntax, removes zero-width invisible Unicode characters, and repairs messy code blocks to restore valid text structure.

Do I need Quip API authentication to migrate documents to Obsidian?

Yes, you need Quip API authentication to migrate documents to Obsidian if the exported folder contains blob image references. Authentication is required to download the embedded attachments and rewrite the links for local Obsidian access.

Can I batch process a folder of Quip documents for Obsidian?

Yes, you can batch process a Quip document folder to rebuild the entire set as readable Obsidian notes. The migration scripts detect image types, update attachment links, and normalize markdown formatting across all files in the folder.