Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
AIFS.space is a cloud file storage service with a simple HTTP REST API. It lets agents read, write, patch, and delete files across sessions using an API key. Supports directory organization up to 20 levels deep and partial file reads by line range.
Unlike local file storage, AIFS persists data across sessions and machines without any infrastructure setup beyond an API key.
When to use it
- Saving session notes that persist after a conversation ends
- Sharing files between multiple agents working on the same project
- Logging events to a running log file across multiple sessions
- Organizing project documents in folder structures
- Retrieving previously stored data at the start of a new session
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Save my meeting notes to the cloud and retrieve them next session
- 1Check for AIFS_API_KEY in environment
- 2Write notes to a dated path like sessions/2026-03-13.md via POST to /api/write
- 3Confirm success by checking the returned size and path
- 4On next session, list files via /api/files to locate the notes
- 5Read the file back via /api/read with the stored path
Meeting notes saved to sessions/2026-03-13.md and retrieved on demand in future sessions
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.