FFolioCreate a collection
Private workspaces from a ZIP

Hand off the work.
Keep the shape of it.

Turn planning, research, and project files into one browsable workspace. Share it with a human or an agent, make changes together, then pull the edited collection back as a ZIP.

No account required. The private link is the key—only send it to people and agents you trust.

YOUR BUNDLE
ZIP
planning-pack.zip8 files · 3 folders
research
MD findings.md
PNG journey-map.png
MD plan.md
UPLOAD
FResearch handoffPrivate link
research/findings.mdjourney-map.pngplan.md
RESEARCH / FINDINGS.MD

What we learned

The strongest signal was a need for a clean handoff between exploration and execution.

Original ↔ CurrentDownload ZIP ↓
J Human edits
Agent pulls
MARKDOWNIMAGESTEXTHTMLNESTED FOLDERSBASELINE DIFFS
A clean round trip

From folder to feedback
and back again.

Folio keeps the collection intact while making every useful file easy to inspect. Text, Markdown, and HTML can be edited in place; everything can be downloaded.

01

Bring the bundle

Upload a ZIP, choose a folder, or drop one onto Folio. Nested paths and binary files stay exactly where they belong.

02

Pass the capability link

Share the folder, a focused document, or exact source lines. Click a line number, then Shift-click another to select a range before copying the link.

03

Pull the work back

See which files differ from the uploaded baseline, then download one file or the complete edited ZIP.

Practical limitsLinks expire in 7 days by defaultChoose 1–30 daysUp to 50 files10 MB unpacked12 MB ZIP
For agent workflows

A handoff protocol
both sides understand.

The canonical Folio workflow is simple: an agent packages planning or research documents, uploads them, and returns the capability link. Anyone with that link can view every shared article and file. A human or another agent can work on supported text files; the originating agent checks the baseline diff and downloads the edited ZIP.

“Upload these plans to Folio and give me the share link.”
UPLOAD A COLLECTION
# Package your planning or research files
$ zip -r research.zip ./research

# Create a private, editable collection
$ curl -F archive=@research.zip \
  -F title="Research handoff" \
  https://folio-private-archive.solar-frog-9501.chatgpt.site/api/import

{
  "shareUrl": "https://folio…/folder/•••/",
  "token": "••••••••"
}
POST /api/import201 CREATED
Give your agent the workflow

Install the Folio skill.

Download the template, place it in a skill directory named folio-planning-share, and make sure the file is named SKILL.md. The description is written to trigger on natural requests about sharing plans, research, briefs, or document bundles.

  1. 1
    Create the directoryfolio-planning-share/
  2. 2
    Add the templateDownload SKILL.md ↓
  3. 3
    Ask naturallyPut this research bundle on Folio and send me the link.
F

Make the next handoff
a link, not a mess.

Create a collection