bip.import

Import Paperpile JSON exports into bip and rebuild the index.

29|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/matsen/bipartite --skill bip-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bip.import
Source: https://github.com/matsen/bipartite/tree/main/skills/bip.import
Command: npx skills add https://github.com/matsen/bipartite --skill bip-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paperpile JSON exports are often orphaned in Downloads and require manual steps to import into bip. This skill streamlines that workflow by auto-detecting, importing, rebuilding the library, and cleaning up the source export.

Core Features & Use Cases

  • Auto-detect latest Paperpile JSON export from ~/Downloads and import it into the bip reference library.
  • Dry-run preview to show changes before making them permanent, then perform the actual import and rebuild the index.
  • Cleanup: delete the processed Paperpile export file to keep your workspace tidy and up-to-date.

Quick Start

Run bip.import to import the latest Paperpile JSON from your Downloads folder.

Frequently Asked Questions about bip.import

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

FAQPage Schema
How do I import Paperpile JSON exports into my reference manager?

To import Paperpile JSON exports, the skill auto-detects the latest export file in ~/Downloads, imports it into the bip library, and rebuilds the index. This automates the manual steps of moving and processing Paperpile JSON files.

Can I preview a Paperpile JSON import before committing changes?

Yes, you can preview a Paperpile JSON import using the dry-run option. The dry-run shows the changes before making them permanent, allowing you to verify the data before the actual import and database rebuild occur.

Does the import process clean up the original Paperpile export files?

Yes, the import process includes a cleanup step that deletes the processed Paperpile JSON export file from your Downloads folder. This post-import cleanup keeps your workspace tidy and removes orphaned source files.

What is the best way to automate rebuilding the library index after adding new references?

The best way to automate rebuilding the library index is using the skill, which handles the actual import and database rebuild in one workflow. It processes the Paperpile JSON export and refreshes the bip index automatically.

Where does the skill look for Paperpile JSON files to import?

The skill looks for Paperpile JSON files in your ~/Downloads directory. It supports auto-detection of the latest Paperpile JSON export in that folder, so you must save or move your exports there before running the import.