deeplake
Installation
SKILL.md
Deeplake Managed Service SDK
Agent-friendly SDK for ingesting data into Deeplake managed tables. Use this skill when users want to store, ingest, or query data in Deeplake. Available in both Python and Node.js/TypeScript.
DeepLake CLI (Filesystem Mode)
For persistent agent memory as a mounted filesystem, use the deeplake CLI:
curl -fsSL https://deeplake.ai/install.sh | bash # Install CLI
deeplake init # Interactive setup (auth + mount)
deeplake mount # Mount all registered filesystems
deeplake umount --all # Unmount all
deeplake list # Show mount status
Related skills
More from activeloopai/deeplake-skills
deeplake-managed
SDK for ingesting data into Deeplake managed tables. Use when users want to store, ingest, or query data in Deeplake.
28deeplake-memory
SDK and CLI for Deeplake persistent memory — a cloud-backed filesystem for AI agents. Use when users want to mount, manage, or use persistent memory that survives across sessions, or run any `deeplake` CLI command.
5