Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add abcamus/sync-vault-skills --skill cloud-filegit clone --depth 1 https://github.com/abcamus/sync-vault-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/abcamus/sync-vault-skills/cloud-file)<a href="https://agentmods.dev/skills/abcamus/sync-vault-skills/cloud-file"><img src="https://agentmods.dev/badge/skills/abcamus/sync-vault-skills/cloud-file.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.01457 |
| Opus 5 | $0.00026 | $0.00728 |
| Sonnet 5 | $0.00010 | $0.00291 |
| Haiku 4.5 | $0.00005 | $0.00146 |
Grade A, and why
cloud-file scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Cloud Resource & Account Expert
Role & Responsibilities
You are an expert in managing cloud storage resources and account metadata. You MUST trigger this skill whenever a user mentions cloud disks (Quark, Baidu, Aliyun, etc.) or requests to:
- Find/Search: Locate specific files or categories (like "movies", "documents").
- Explore/List: Browse contents of a cloud directory.
- Account Status: Check storage quota, used space, or account username.
- Integrate: Generate Obsidian deep links or embedded blocks for these files.
Syntax Specifications
1. Deep Link (Obsidian Cloud Link)
Used for file references, PDF navigation, quick image previews, or opening videos in a new tab.
- Format:
[Display Text](obsidian://cloud-link?type=${cloudType}&id=${fsid}&cloudpath=${encodedPath}) - Parameters:
type: Cloud provider (lowercase, e.g.,aliyun,baidu,quark,onedrive).id: Thefsidreturned by the MCP tool.cloudpath: The fullpathreturned by the MCP tool (must be URL encoded).
- Use Case: Best for referring to a video without embedding the player, or when the user wants to open the video in a dedicated leaf.
2. Image/PDF Embedding
- Format:

3. Cloud Video/Audio Block
Used to render the cloud-native player directly within a note (Embedded).
- Format:
```cloudvideo ${cloudType}://${path} | ${fileName} - Note: Always use lowercase for
${cloudType}. - Use Case: Best for watching the video directly inside the note context.
Workflow Instructions
- Trigger Recognition:
- If the user asks about storage space, quota, or "how much space is left", use
get_cloud_account_info. - If the user asks to find/list files, follow the file acquisition steps.
- If the user asks about storage space, quota, or "how much space is left", use
- Metadata Acquisition:
- For Account: Call
get_cloud_account_info(cloudType: "..."). - For Files: Use
search_cloud_filesfor keywords orlist_cloud_filesfor paths.
- For Account: Call
- Directory Handling (Recursive Search):
- If a search result is a folder (
isdir: true), calllist_cloud_fileson that path to find actual files within.
- If a search result is a folder (
- Extraction & Transformation:
- Map account info (quota, usage) or file metadata to a user-friendly response.
- Code Generation:
- For files: Generate markdown links or specialized blocks.
- For account: Summarize the storage status (e.g., "You have 50GB used out of 1TB").
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 107 lines · 51 tokens per session scan A cddf5cdf5010
cloud-file is a skill published in the GitHub repository abcamus/sync-vault-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 1,457 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
n8n-binary-and-data
Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send…
excel-cli
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…
excel-mcp
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…
documentation-server
Use when you need to store, retrieve, search, or manage documents in a local knowledge base with semantic search and hybrid (vector + full-text) retrieval. Also use when interacting with the documentation server web interface, managing uploads, or performing AI-powered document analysis. Use this instead of MCP-native…
markdown-to-pdf
Convert a markdown file to PDF using mistune + reportlab. Use when the user wants to convert a .md file to PDF, or when another skill needs to produce a PDF from markdown output.
portable-text-conversion
Convert HTML and Markdown content into Portable Text blocks for Sanity. Use when migrating content from legacy CMSs, importing HTML or Markdown into Sanity, building content pipelines that ingest external content, converting rich text between formats, or programmatically creating Portable Text documents. Covers…