abcamus31 downloadsCloud-storage file nodes + AI analysis for Obsidian Canvas. Browse & insert files from Aliyun, Baidu, Quark, OneDrive.
Cloud-storage files woven into Obsidian Canvas.
Browse and insert cloud storage files into Canvas — AI understands both cloud files and local notes together.

Browse and insert files from Aliyun, Baidu, Quark, and OneDrive directly into Canvas — without leaving Obsidian.
read_cloud_file toolSelect Canvas nodes (local notes + cloud files) and ask AI to analyze them together.
Mark timestamps in notes and jump to corresponding Canvas nodes.
Cmd+Shift+SpaceThe AI features support multiple providers. Configure in CloudWeave Settings → LLM Config.
| Setting | Value |
|---|---|
| Provider | openai, gemini, or claude |
| API Key | Your API key |
| Model | e.g. gpt-4o-mini, gemini-2.0-flash, claude-3-haiku |
| Endpoint | Optional custom endpoint |
| Setting | Value |
|---|---|
| Provider | local |
| Endpoint | Leave empty (defaults to http://localhost:11434/api/chat) |
| Model | The model name you pulled, e.g. qwen2, llama3.2, mistral |
| API Key | Not needed |
Example: After starting Ollama with ollama run qwen2, set Provider to local and Model to qwen2.
main.js, manifest.json, styles.css to .obsidian/plugins/cloudweave/# Install dependencies
pnpm install
# Dev build (watch)
pnpm run dev
# Production build
pnpm run build
# Deploy to vault
pnpm run deploy
Obsidian
├── CloudWeave Plugin
│ ├── Cloud node (cloud-link + JSON meta)
│ ├── Timestamp system
│ └── AI Q&A panel
└── Sync Vault Plugin
└── MCP Server (Aliyun / Baidu / Quark / OneDrive)
GPL-3.0