Bring the bundle
Upload a ZIP, choose a folder, or drop one onto Folio. Nested paths and binary files stay exactly where they belong.
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.
The strongest signal was a need for a clean handoff between exploration and execution.
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.
Upload a ZIP, choose a folder, or drop one onto Folio. Nested paths and binary files stay exactly where they belong.
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.
See which files differ from the uploaded baseline, then download one file or the complete edited ZIP.
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.”
# 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": "••••••••"
}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.
folio-planning-share/Put this research bundle on Folio and send me the link.