opencode-skills-collection 3.1.12 → 3.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (760) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +192 -1
  2. package/bundled-skills/ab-testing/SKILL.md +368 -0
  3. package/bundled-skills/ab-testing/evals/evals.json +105 -0
  4. package/bundled-skills/ab-testing/references/sample-size-guide.md +263 -0
  5. package/bundled-skills/ab-testing/references/test-templates.md +277 -0
  6. package/bundled-skills/accint-commitments/SKILL.md +32 -0
  7. package/bundled-skills/accint-frames/SKILL.md +35 -0
  8. package/bundled-skills/accint-solve/SKILL.md +22 -192
  9. package/bundled-skills/add-app-clip/SKILL.md +297 -0
  10. package/bundled-skills/add-app-clip/agents/openai.yaml +4 -0
  11. package/bundled-skills/add-app-clip/references/native-module.md +96 -0
  12. package/bundled-skills/agent-memory/SKILL.md +84 -0
  13. package/bundled-skills/alternatives-pages/README.md +46 -0
  14. package/bundled-skills/alternatives-pages/SKILL.md +376 -0
  15. package/bundled-skills/analytics/SKILL.md +324 -0
  16. package/bundled-skills/analytics/evals/evals.json +90 -0
  17. package/bundled-skills/analytics/references/event-library.md +260 -0
  18. package/bundled-skills/analytics/references/ga4-implementation.md +300 -0
  19. package/bundled-skills/analytics/references/gtm-implementation.md +390 -0
  20. package/bundled-skills/anti-deception/SKILL.md +50 -0
  21. package/bundled-skills/api-analyzer/SKILL.md +101 -0
  22. package/bundled-skills/api-and-interface-design/SKILL.md +307 -0
  23. package/bundled-skills/api-designer/SKILL.md +167 -0
  24. package/bundled-skills/api-integration/SKILL.md +175 -0
  25. package/bundled-skills/api-onboarding/README.md +47 -0
  26. package/bundled-skills/api-onboarding/SKILL.md +473 -0
  27. package/bundled-skills/api-sdk-generator/SKILL.md +223 -0
  28. package/bundled-skills/appium-skill/SKILL.md +317 -0
  29. package/bundled-skills/applicationinsights-web-ts/SKILL.md +477 -0
  30. package/bundled-skills/automated-triage/SKILL.md +189 -0
  31. package/bundled-skills/aws-agentic-ai/SKILL.md +141 -0
  32. package/bundled-skills/aws-cdk-development/SKILL.md +275 -0
  33. package/bundled-skills/aws-cost-operations/SKILL.md +273 -0
  34. package/bundled-skills/aws-mcp-setup/SKILL.md +192 -0
  35. package/bundled-skills/aws-serverless-eda/SKILL.md +394 -0
  36. package/bundled-skills/aws-sst-development/SKILL.md +175 -0
  37. package/bundled-skills/azure-ai-language-conversations-py/SKILL.md +112 -0
  38. package/bundled-skills/azure-servicebus-rust/SKILL.md +182 -0
  39. package/bundled-skills/azure-storage-queue-rust/SKILL.md +178 -0
  40. package/bundled-skills/baseline-ui/SKILL.md +15 -10
  41. package/bundled-skills/brooks-audit/SKILL.md +49 -0
  42. package/bundled-skills/brooks-audit/architecture-guide.md +195 -0
  43. package/bundled-skills/brooks-audit/onboarding-guide.md +89 -0
  44. package/bundled-skills/brooks-debt/SKILL.md +42 -0
  45. package/bundled-skills/brooks-debt/debt-guide.md +125 -0
  46. package/bundled-skills/brooks-harness/SKILL.md +139 -0
  47. package/bundled-skills/brooks-review/SKILL.md +42 -0
  48. package/bundled-skills/brooks-review/pr-review-guide.md +163 -0
  49. package/bundled-skills/brooks-sweep/SKILL.md +44 -0
  50. package/bundled-skills/brooks-sweep/sweep-guide.md +264 -0
  51. package/bundled-skills/brooks-test/SKILL.md +41 -0
  52. package/bundled-skills/brooks-test/test-guide.md +147 -0
  53. package/bundled-skills/bug-hunt-swarm/SKILL.md +189 -0
  54. package/bundled-skills/bug-hunt-swarm/agents/openai.yaml +4 -0
  55. package/bundled-skills/building-native-ui/SKILL.md +77 -18
  56. package/bundled-skills/building-native-ui/agents/openai.yaml +4 -0
  57. package/bundled-skills/building-native-ui/references/animations.md +220 -0
  58. package/bundled-skills/building-native-ui/references/controls.md +270 -0
  59. package/bundled-skills/building-native-ui/references/form-sheet.md +253 -0
  60. package/bundled-skills/building-native-ui/references/gradients.md +106 -0
  61. package/bundled-skills/building-native-ui/references/icons.md +213 -0
  62. package/bundled-skills/building-native-ui/references/media.md +198 -0
  63. package/bundled-skills/building-native-ui/references/route-structure.md +229 -0
  64. package/bundled-skills/building-native-ui/references/search.md +248 -0
  65. package/bundled-skills/building-native-ui/references/storage.md +121 -0
  66. package/bundled-skills/building-native-ui/references/tabs.md +433 -0
  67. package/bundled-skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  68. package/bundled-skills/building-native-ui/references/visual-effects.md +197 -0
  69. package/bundled-skills/building-native-ui/references/webgpu-three.md +605 -0
  70. package/bundled-skills/building-native-ui/references/zoom-transitions.md +158 -0
  71. package/bundled-skills/changelog-updates/README.md +53 -0
  72. package/bundled-skills/changelog-updates/SKILL.md +552 -0
  73. package/bundled-skills/ci-cd-and-automation/SKILL.md +403 -0
  74. package/bundled-skills/claimable-postgres/SKILL.md +91 -59
  75. package/bundled-skills/co-marketing/SKILL.md +301 -0
  76. package/bundled-skills/co-marketing/evals/evals.json +84 -0
  77. package/bundled-skills/code-review-and-quality/SKILL.md +394 -0
  78. package/bundled-skills/code-showcase-core-components/SKILL.md +281 -0
  79. package/bundled-skills/code-showcase-react-ui-patterns/SKILL.md +306 -0
  80. package/bundled-skills/code-showcase-systematic-debugging/SKILL.md +167 -0
  81. package/bundled-skills/code-showcase-testing-patterns/SKILL.md +276 -0
  82. package/bundled-skills/code-simplification/SKILL.md +344 -0
  83. package/bundled-skills/community-building/README.md +102 -0
  84. package/bundled-skills/community-building/SKILL.md +415 -0
  85. package/bundled-skills/competitor-profiling/SKILL.md +427 -0
  86. package/bundled-skills/competitor-profiling/evals/evals.json +85 -0
  87. package/bundled-skills/competitor-profiling/references/templates.md +167 -0
  88. package/bundled-skills/competitor-profiling/references/tool-reference.md +179 -0
  89. package/bundled-skills/competitor-tracking/README.md +40 -0
  90. package/bundled-skills/competitor-tracking/SKILL.md +322 -0
  91. package/bundled-skills/context-engineering/SKILL.md +302 -0
  92. package/bundled-skills/cro/SKILL.md +202 -0
  93. package/bundled-skills/cro/evals/evals.json +111 -0
  94. package/bundled-skills/cro/references/experiments.md +248 -0
  95. package/bundled-skills/cro/references/form.md +422 -0
  96. package/bundled-skills/cucumber-skill/SKILL.md +235 -0
  97. package/bundled-skills/customer-research/SKILL.md +287 -0
  98. package/bundled-skills/customer-research/evals/evals.json +162 -0
  99. package/bundled-skills/customer-research/references/source-guides.md +401 -0
  100. package/bundled-skills/cypress-skill/SKILL.md +235 -0
  101. package/bundled-skills/debugging-and-error-recovery/SKILL.md +313 -0
  102. package/bundled-skills/debugging-code/SKILL.md +284 -0
  103. package/bundled-skills/debugging-code/references/advanced-techniques.md +50 -0
  104. package/bundled-skills/debugging-code/references/installing-debuggers.md +67 -0
  105. package/bundled-skills/debugging-code/scripts/install-dap.sh +87 -0
  106. package/bundled-skills/deprecation-and-migration/SKILL.md +219 -0
  107. package/bundled-skills/design-philosophy/SKILL.md +40 -0
  108. package/bundled-skills/design-philosophy/reference.md +19 -0
  109. package/bundled-skills/design-spatial/SKILL.md +271 -0
  110. package/bundled-skills/design-spatial/scripts/layout-audit.js +138 -0
  111. package/bundled-skills/design-system/SKILL.md +140 -0
  112. package/bundled-skills/design-system/references/motion-choreography.md +111 -0
  113. package/bundled-skills/design-thinking/SKILL.md +109 -0
  114. package/bundled-skills/design-ux/SKILL.md +75 -0
  115. package/bundled-skills/dev-to-hashnode/README.md +62 -0
  116. package/bundled-skills/dev-to-hashnode/SKILL.md +399 -0
  117. package/bundled-skills/developer-advocacy/README.md +102 -0
  118. package/bundled-skills/developer-advocacy/SKILL.md +423 -0
  119. package/bundled-skills/developer-audience-context/README.md +61 -0
  120. package/bundled-skills/developer-audience-context/SKILL.md +271 -0
  121. package/bundled-skills/developer-audience-context/references/example-apitest.md +175 -0
  122. package/bundled-skills/developer-audience-context/references/template.md +152 -0
  123. package/bundled-skills/developer-churn/README.md +80 -0
  124. package/bundled-skills/developer-churn/SKILL.md +652 -0
  125. package/bundled-skills/developer-listening/README.md +30 -0
  126. package/bundled-skills/developer-listening/SKILL.md +232 -0
  127. package/bundled-skills/developer-newsletter/README.md +84 -0
  128. package/bundled-skills/developer-newsletter/SKILL.md +376 -0
  129. package/bundled-skills/developer-onboarding/README.md +35 -0
  130. package/bundled-skills/developer-onboarding/SKILL.md +530 -0
  131. package/bundled-skills/developer-sandbox/README.md +47 -0
  132. package/bundled-skills/developer-sandbox/SKILL.md +504 -0
  133. package/bundled-skills/developer-seo/README.md +36 -0
  134. package/bundled-skills/developer-seo/SKILL.md +296 -0
  135. package/bundled-skills/developer-signup-flow/README.md +36 -0
  136. package/bundled-skills/developer-signup-flow/SKILL.md +397 -0
  137. package/bundled-skills/devrel-content/README.md +81 -0
  138. package/bundled-skills/devrel-content/SKILL.md +428 -0
  139. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  140. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  141. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  142. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  143. package/bundled-skills/docs/users/bundles.md +1 -1
  144. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  145. package/bundled-skills/docs/users/faq.md +1 -1
  146. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  147. package/bundled-skills/docs/users/getting-started.md +1 -1
  148. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  149. package/bundled-skills/docs/users/usage.md +8 -8
  150. package/bundled-skills/docs/users/visual-guide.md +8 -8
  151. package/bundled-skills/docs-as-marketing/README.md +37 -0
  152. package/bundled-skills/docs-as-marketing/SKILL.md +398 -0
  153. package/bundled-skills/documentation-and-adrs/SKILL.md +291 -0
  154. package/bundled-skills/doubt-driven-development/SKILL.md +256 -0
  155. package/bundled-skills/eas-update-insights/SKILL.md +232 -0
  156. package/bundled-skills/eas-update-insights/agents/openai.yaml +4 -0
  157. package/bundled-skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  158. package/bundled-skills/eas-update-insights/references/update-insights-schema.md +69 -0
  159. package/bundled-skills/expo-api-routes/SKILL.md +9 -5
  160. package/bundled-skills/expo-api-routes/agents/openai.yaml +4 -0
  161. package/bundled-skills/expo-brownfield/SKILL.md +71 -0
  162. package/bundled-skills/expo-brownfield/agents/openai.yaml +4 -0
  163. package/bundled-skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  164. package/bundled-skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  165. package/bundled-skills/expo-brownfield/references/comparison.md +63 -0
  166. package/bundled-skills/expo-brownfield/references/troubleshooting.md +88 -0
  167. package/bundled-skills/expo-cicd-workflows/SKILL.md +18 -16
  168. package/bundled-skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  169. package/bundled-skills/expo-cicd-workflows/scripts/fetch.js +109 -0
  170. package/bundled-skills/expo-cicd-workflows/scripts/package.json +11 -0
  171. package/bundled-skills/expo-cicd-workflows/scripts/validate.js +84 -0
  172. package/bundled-skills/expo-deployment/SKILL.md +157 -53
  173. package/bundled-skills/expo-deployment/agents/openai.yaml +4 -0
  174. package/bundled-skills/expo-deployment/references/app-store-metadata.md +497 -0
  175. package/bundled-skills/expo-deployment/references/ios-app-store.md +371 -0
  176. package/bundled-skills/expo-deployment/references/play-store.md +246 -0
  177. package/bundled-skills/expo-deployment/references/testflight.md +58 -0
  178. package/bundled-skills/expo-deployment/references/workflows.md +160 -0
  179. package/bundled-skills/expo-dev-client/SKILL.md +25 -14
  180. package/bundled-skills/expo-dev-client/agents/openai.yaml +4 -0
  181. package/bundled-skills/expo-examples/SKILL.md +111 -0
  182. package/bundled-skills/expo-examples/references/catalog.md +105 -0
  183. package/bundled-skills/expo-module/SKILL.md +152 -0
  184. package/bundled-skills/expo-module/agents/openai.yaml +4 -0
  185. package/bundled-skills/expo-module/references/config-plugin.md +90 -0
  186. package/bundled-skills/expo-module/references/create-expo-module.md +206 -0
  187. package/bundled-skills/expo-module/references/lifecycle.md +127 -0
  188. package/bundled-skills/expo-module/references/module-config.md +48 -0
  189. package/bundled-skills/expo-module/references/native-module.md +286 -0
  190. package/bundled-skills/expo-module/references/native-view.md +171 -0
  191. package/bundled-skills/expo-observe/SKILL.md +44 -0
  192. package/bundled-skills/expo-observe/references/metrics.md +47 -0
  193. package/bundled-skills/expo-observe/references/queries.md +342 -0
  194. package/bundled-skills/expo-observe/references/setup.md +255 -0
  195. package/bundled-skills/expo-tailwind-setup/SKILL.md +13 -10
  196. package/bundled-skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  197. package/bundled-skills/expo-ui/SKILL.md +61 -0
  198. package/bundled-skills/expo-ui/agents/openai.yaml +4 -0
  199. package/bundled-skills/expo-ui/references/drop-in-replacements.md +27 -0
  200. package/bundled-skills/expo-ui/references/jetpack-compose.md +73 -0
  201. package/bundled-skills/expo-ui/references/swift-ui.md +73 -0
  202. package/bundled-skills/expo-ui/references/universal.md +73 -0
  203. package/bundled-skills/expo-ui/scripts/list-components.js +193 -0
  204. package/bundled-skills/faf-context/SKILL.md +106 -0
  205. package/bundled-skills/faf-go/SKILL.md +336 -0
  206. package/bundled-skills/fixing-accessibility/SKILL.md +16 -5
  207. package/bundled-skills/fixing-metadata/SKILL.md +18 -8
  208. package/bundled-skills/fixing-motion-performance/SKILL.md +17 -6
  209. package/bundled-skills/formik-patterns/SKILL.md +379 -0
  210. package/bundled-skills/free-tier-strategy/README.md +39 -0
  211. package/bundled-skills/free-tier-strategy/SKILL.md +462 -0
  212. package/bundled-skills/frontend-architecture/SKILL.md +419 -0
  213. package/bundled-skills/frontend-data-contracts/SKILL.md +331 -0
  214. package/bundled-skills/frontend-observability/SKILL.md +434 -0
  215. package/bundled-skills/frontend-optimistic-mutations/SKILL.md +278 -0
  216. package/bundled-skills/frontend-seo/SKILL.md +710 -0
  217. package/bundled-skills/frontend-slides-frontend-slides/SKILL.md +397 -0
  218. package/bundled-skills/frontend-ui-engineering/SKILL.md +341 -0
  219. package/bundled-skills/gemini-api-dev/SKILL.md +96 -53
  220. package/bundled-skills/gemini-live-api-dev/SKILL.md +339 -0
  221. package/bundled-skills/gemini-omni-flash-api/SKILL.md +335 -0
  222. package/bundled-skills/gemini-omni-flash-api/scripts/upload_file.py +218 -0
  223. package/bundled-skills/gemini-omni-flash-api/scripts/video/generate_video.py +439 -0
  224. package/bundled-skills/gemini-omni-flash-api/scripts/video/inspect_video.py +197 -0
  225. package/bundled-skills/gemini-omni-flash-api/scripts/video/prep_video.py +255 -0
  226. package/bundled-skills/git-workflow-and-versioning/SKILL.md +313 -0
  227. package/bundled-skills/github-presence/README.md +67 -0
  228. package/bundled-skills/github-presence/SKILL.md +484 -0
  229. package/bundled-skills/graphql-schema/SKILL.md +309 -0
  230. package/bundled-skills/hf-mcp/SKILL.md +195 -0
  231. package/bundled-skills/hf-mem/SKILL.md +92 -0
  232. package/bundled-skills/hugging-face-cli/SKILL.md +155 -115
  233. package/bundled-skills/hugging-face-community-evals/SKILL.md +14 -7
  234. package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +30 -37
  235. package/bundled-skills/hugging-face-gradio/SKILL.md +14 -7
  236. package/bundled-skills/hugging-face-model-trainer/SKILL.md +36 -10
  237. package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +30 -52
  238. package/bundled-skills/hugging-face-model-trainer/scripts/hf_benchmarks.py +659 -0
  239. package/bundled-skills/hugging-face-paper-publisher/SKILL.md +13 -6
  240. package/bundled-skills/hugging-face-papers/SKILL.md +12 -5
  241. package/bundled-skills/hugging-face-trackio/SKILL.md +11 -5
  242. package/bundled-skills/hugging-face-vision-trainer/SKILL.md +11 -5
  243. package/bundled-skills/huggingface-best/SKILL.md +143 -0
  244. package/bundled-skills/huggingface-local-models/SKILL.md +130 -0
  245. package/bundled-skills/huggingface-local-models/references/hardware.md +38 -0
  246. package/bundled-skills/huggingface-local-models/references/hub-discovery.md +178 -0
  247. package/bundled-skills/huggingface-local-models/references/quantization.md +256 -0
  248. package/bundled-skills/huggingface-lora-space-builder/SKILL.md +409 -0
  249. package/bundled-skills/huggingface-lora-space-builder/references/adapting-to-the-lora.md +113 -0
  250. package/bundled-skills/huggingface-lora-space-builder/references/base-models/krea-2.md +63 -0
  251. package/bundled-skills/huggingface-lora-space-builder/references/base-models/ltx.md +205 -0
  252. package/bundled-skills/huggingface-lora-space-builder/references/base-models/qwen-image.md +144 -0
  253. package/bundled-skills/huggingface-lora-space-builder/references/creative-mode.md +262 -0
  254. package/bundled-skills/huggingface-lora-space-builder/references/tasks.md +124 -0
  255. package/bundled-skills/huggingface-lora-space-builder/references/zerogpu-and-publishing.md +194 -0
  256. package/bundled-skills/huggingface-spaces/SKILL.md +247 -0
  257. package/bundled-skills/huggingface-spaces/references/buckets.md +89 -0
  258. package/bundled-skills/huggingface-spaces/references/debugging.md +234 -0
  259. package/bundled-skills/huggingface-spaces/references/gradio.md +171 -0
  260. package/bundled-skills/huggingface-spaces/references/grants.md +56 -0
  261. package/bundled-skills/huggingface-spaces/references/inference-providers.md +85 -0
  262. package/bundled-skills/huggingface-spaces/references/known-errors.md +232 -0
  263. package/bundled-skills/huggingface-spaces/references/requirements.md +153 -0
  264. package/bundled-skills/huggingface-spaces/references/zerogpu.md +276 -0
  265. package/bundled-skills/huggingface-tool-builder/SKILL.md +137 -0
  266. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
  267. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
  268. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
  269. package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
  270. package/bundled-skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
  271. package/bundled-skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
  272. package/bundled-skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
  273. package/bundled-skills/huggingface-zerogpu/SKILL.md +306 -0
  274. package/bundled-skills/huggingface-zerogpu/references/concurrency.md +79 -0
  275. package/bundled-skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
  276. package/bundled-skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
  277. package/bundled-skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
  278. package/bundled-skills/hugo-to-markdown/SKILL.md +201 -0
  279. package/bundled-skills/hugo-to-markdown/agents/openai.yaml +4 -0
  280. package/bundled-skills/hugo-to-markdown/references/conversion-workflow.md +143 -0
  281. package/bundled-skills/hugo-to-markdown/references/front-matter-and-content.md +145 -0
  282. package/bundled-skills/hugo-to-markdown/references/links-assets-and-validation.md +106 -0
  283. package/bundled-skills/hugo-to-markdown/references/shortcodes-and-render-hooks.md +281 -0
  284. package/bundled-skills/hugo-to-markdown/scripts/check_standard_markdown.py +70 -0
  285. package/bundled-skills/hugo-to-markdown/scripts/inventory_hugo_rules.py +188 -0
  286. package/bundled-skills/hyperexecute-skill/SKILL.md +65 -0
  287. package/bundled-skills/idea-refine/SKILL.md +195 -0
  288. package/bundled-skills/idea-refine/examples.md +238 -0
  289. package/bundled-skills/idea-refine/frameworks.md +99 -0
  290. package/bundled-skills/idea-refine/refinement-criteria.md +113 -0
  291. package/bundled-skills/idea-refine/scripts/idea-refine.sh +15 -0
  292. package/bundled-skills/implement/SKILL.md +32 -0
  293. package/bundled-skills/incremental-implementation/SKILL.md +262 -0
  294. package/bundled-skills/jest-skill/SKILL.md +182 -0
  295. package/bundled-skills/junit-5-skill/SKILL.md +236 -0
  296. package/bundled-skills/logic-diff/SKILL.md +50 -0
  297. package/bundled-skills/logic-diff/logic-diff-guide.md +75 -0
  298. package/bundled-skills/logic-explain/SKILL.md +50 -0
  299. package/bundled-skills/logic-explain/logic-explain-guide.md +74 -0
  300. package/bundled-skills/logic-fix-all/SKILL.md +87 -0
  301. package/bundled-skills/logic-fix-all/guide-phases-0-2-consent-scope-health.md +113 -0
  302. package/bundled-skills/logic-fix-all/guide-phases-3-5-review-locate-clarify.md +47 -0
  303. package/bundled-skills/logic-fix-all/guide-phases-6-9-fix-iterate-report.md +143 -0
  304. package/bundled-skills/logic-fix-all/logic-fix-all-guide.md +60 -0
  305. package/bundled-skills/logic-locate/SKILL.md +52 -0
  306. package/bundled-skills/logic-locate/logic-locate-guide.md +85 -0
  307. package/bundled-skills/logic-review/SKILL.md +100 -0
  308. package/bundled-skills/logic-review/logic-review-guide.md +296 -0
  309. package/bundled-skills/longbridge-content/SKILL.md +87 -0
  310. package/bundled-skills/longbridge-fundamentals/SKILL.md +134 -0
  311. package/bundled-skills/longbridge-market-data/SKILL.md +129 -0
  312. package/bundled-skills/loopy/SKILL.md +289 -0
  313. package/bundled-skills/loopy/agents/openai.yaml +4 -0
  314. package/bundled-skills/loopy/references/audit.md +61 -0
  315. package/bundled-skills/loopy/references/debrief.md +43 -0
  316. package/bundled-skills/loopy/references/discover.md +72 -0
  317. package/bundled-skills/loopy/references/publish.md +65 -0
  318. package/bundled-skills/loopy/references/run.md +73 -0
  319. package/bundled-skills/marketing-plan/SKILL.md +283 -0
  320. package/bundled-skills/marketing-plan/evals/evals.json +96 -0
  321. package/bundled-skills/marketing-plan/references/aarrr-framework.md +180 -0
  322. package/bundled-skills/marketing-plan/references/budget-planning.md +168 -0
  323. package/bundled-skills/marketing-plan/references/client-types.md +373 -0
  324. package/bundled-skills/marketing-plan/references/current-state-rubric.md +255 -0
  325. package/bundled-skills/marketing-plan/references/example-quietude.md +972 -0
  326. package/bundled-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  327. package/bundled-skills/marketing-plan/references/growth-patterns.md +148 -0
  328. package/bundled-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  329. package/bundled-skills/marketing-plan/references/measurement-framework.md +213 -0
  330. package/bundled-skills/marketing-plan/references/methodology.md +363 -0
  331. package/bundled-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  332. package/bundled-skills/marketing-plan/references/plan-template.md +494 -0
  333. package/bundled-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  334. package/bundled-skills/monte-carlo-analyze-root-cause/SKILL.md +229 -0
  335. package/bundled-skills/monte-carlo-asset-health/SKILL.md +200 -0
  336. package/bundled-skills/monte-carlo-monitoring-advisor/SKILL.md +317 -0
  337. package/bundled-skills/monte-carlo-performance-diagnosis/SKILL.md +153 -0
  338. package/bundled-skills/monte-carlo-remediation/SKILL.md +359 -0
  339. package/bundled-skills/monte-carlo-storage-cost-analysis/SKILL.md +162 -0
  340. package/bundled-skills/native-data-fetching/SKILL.md +11 -8
  341. package/bundled-skills/native-data-fetching/agents/openai.yaml +4 -0
  342. package/bundled-skills/native-data-fetching/references/expo-router-loaders.md +341 -0
  343. package/bundled-skills/neon-ai-gateway/SKILL.md +237 -0
  344. package/bundled-skills/neon-functions/SKILL.md +465 -0
  345. package/bundled-skills/neon-functions/references/ai-sdk.md +139 -0
  346. package/bundled-skills/neon-functions/references/hono-websockets.md +145 -0
  347. package/bundled-skills/neon-functions/references/mastra-studio.md +132 -0
  348. package/bundled-skills/neon-functions/references/mcp.md +137 -0
  349. package/bundled-skills/neon-functions/references/sentry.md +131 -0
  350. package/bundled-skills/neon-functions/references/sse.md +143 -0
  351. package/bundled-skills/neon-object-storage/SKILL.md +200 -0
  352. package/bundled-skills/neon-postgres/SKILL.md +234 -469
  353. package/bundled-skills/neon-postgres-branches/SKILL.md +292 -0
  354. package/bundled-skills/neon-postgres-egress-optimizer/SKILL.md +256 -0
  355. package/bundled-skills/newman-cicd-integration/SKILL.md +330 -0
  356. package/bundled-skills/observability-and-instrumentation/SKILL.md +216 -0
  357. package/bundled-skills/odw/SKILL.md +57 -0
  358. package/bundled-skills/offers/SKILL.md +168 -0
  359. package/bundled-skills/offers/references/bonus-stacking.md +150 -0
  360. package/bundled-skills/offers/references/examples.md +215 -0
  361. package/bundled-skills/offers/references/guarantee-design.md +172 -0
  362. package/bundled-skills/offers/references/offer-anatomy.md +203 -0
  363. package/bundled-skills/offers/references/offer-formats.md +240 -0
  364. package/bundled-skills/offers/references/scarcity-urgency.md +175 -0
  365. package/bundled-skills/offers/references/value-equation.md +134 -0
  366. package/bundled-skills/onboarding/SKILL.md +235 -0
  367. package/bundled-skills/onboarding/evals/evals.json +92 -0
  368. package/bundled-skills/onboarding/references/experiments.md +258 -0
  369. package/bundled-skills/open-source-marketing/README.md +100 -0
  370. package/bundled-skills/open-source-marketing/SKILL.md +466 -0
  371. package/bundled-skills/openapi-spec-generator/SKILL.md +335 -0
  372. package/bundled-skills/performance-optimization/SKILL.md +363 -0
  373. package/bundled-skills/planning-and-task-breakdown/SKILL.md +240 -0
  374. package/bundled-skills/polis-protocol-a-self-optimizing-city-of-agents/SKILL.md +170 -0
  375. package/bundled-skills/postgresql-cli/SKILL.md +498 -0
  376. package/bundled-skills/postgresql-cli/references/cli-options-and-variables.md +444 -0
  377. package/bundled-skills/postgresql-cli/references/meta-commands-core.md +466 -0
  378. package/bundled-skills/postgresql-cli/references/meta-commands-formatting.md +154 -0
  379. package/bundled-skills/postgresql-cli/references/meta-commands-inspection.md +134 -0
  380. package/bundled-skills/postgresql-cli/references/tips-advanced.md +289 -0
  381. package/bundled-skills/postgresql-cli/references/tips-workflows.md +407 -0
  382. package/bundled-skills/postman-collection-generator/SKILL.md +184 -0
  383. package/bundled-skills/postman-newman-automation/SKILL.md +311 -0
  384. package/bundled-skills/postman-openapi-converter/SKILL.md +174 -0
  385. package/bundled-skills/power-user-cultivation/README.md +78 -0
  386. package/bundled-skills/power-user-cultivation/SKILL.md +598 -0
  387. package/bundled-skills/pricing/SKILL.md +246 -0
  388. package/bundled-skills/pricing/evals/evals.json +90 -0
  389. package/bundled-skills/pricing/references/research-methods.md +152 -0
  390. package/bundled-skills/pricing/references/tier-structure.md +232 -0
  391. package/bundled-skills/privacy-mask/SKILL.md +96 -0
  392. package/bundled-skills/product-marketing/SKILL.md +256 -0
  393. package/bundled-skills/product-marketing/evals/evals.json +85 -0
  394. package/bundled-skills/public-relations/SKILL.md +146 -0
  395. package/bundled-skills/public-relations/references/journalist-pitching.md +368 -0
  396. package/bundled-skills/public-relations/references/media-outlets.md +207 -0
  397. package/bundled-skills/public-relations/references/newsjacking.md +218 -0
  398. package/bundled-skills/public-relations/references/press-platforms.md +188 -0
  399. package/bundled-skills/puppeteer-skill/SKILL.md +143 -0
  400. package/bundled-skills/pytest-skill/SKILL.md +201 -0
  401. package/bundled-skills/rclone-cli/SKILL.md +351 -0
  402. package/bundled-skills/rclone-cli/references/bisync.md +2003 -0
  403. package/bundled-skills/rclone-cli/references/cache.md +726 -0
  404. package/bundled-skills/rclone-cli/references/chunker.md +484 -0
  405. package/bundled-skills/rclone-cli/references/combine.md +187 -0
  406. package/bundled-skills/rclone-cli/references/commands/rclone.md +1169 -0
  407. package/bundled-skills/rclone-cli/references/commands/rclone_about.md +89 -0
  408. package/bundled-skills/rclone-cli/references/commands/rclone_archive.md +49 -0
  409. package/bundled-skills/rclone-cli/references/commands/rclone_archive_create.md +97 -0
  410. package/bundled-skills/rclone-cli/references/commands/rclone_archive_extract.md +83 -0
  411. package/bundled-skills/rclone-cli/references/commands/rclone_archive_list.md +98 -0
  412. package/bundled-skills/rclone-cli/references/commands/rclone_authorize.md +53 -0
  413. package/bundled-skills/rclone-cli/references/commands/rclone_backend.md +82 -0
  414. package/bundled-skills/rclone-cli/references/commands/rclone_bisync.md +160 -0
  415. package/bundled-skills/rclone-cli/references/commands/rclone_cat.md +122 -0
  416. package/bundled-skills/rclone-cli/references/commands/rclone_check.md +134 -0
  417. package/bundled-skills/rclone-cli/references/commands/rclone_checksum.md +120 -0
  418. package/bundled-skills/rclone-cli/references/commands/rclone_cleanup.md +49 -0
  419. package/bundled-skills/rclone-cli/references/commands/rclone_completion.md +40 -0
  420. package/bundled-skills/rclone-cli/references/commands/rclone_completion_bash.md +70 -0
  421. package/bundled-skills/rclone-cli/references/commands/rclone_completion_fish.md +57 -0
  422. package/bundled-skills/rclone-cli/references/commands/rclone_completion_powershell.md +49 -0
  423. package/bundled-skills/rclone-cli/references/commands/rclone_completion_zsh.md +57 -0
  424. package/bundled-skills/rclone-cli/references/commands/rclone_config.md +56 -0
  425. package/bundled-skills/rclone-cli/references/commands/rclone_config_create.md +150 -0
  426. package/bundled-skills/rclone-cli/references/commands/rclone_config_delete.md +33 -0
  427. package/bundled-skills/rclone-cli/references/commands/rclone_config_disconnect.md +40 -0
  428. package/bundled-skills/rclone-cli/references/commands/rclone_config_dump.md +33 -0
  429. package/bundled-skills/rclone-cli/references/commands/rclone_config_edit.md +39 -0
  430. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption.md +36 -0
  431. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_check.md +43 -0
  432. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_remove.md +44 -0
  433. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_set.md +54 -0
  434. package/bundled-skills/rclone-cli/references/commands/rclone_config_file.md +33 -0
  435. package/bundled-skills/rclone-cli/references/commands/rclone_config_password.md +49 -0
  436. package/bundled-skills/rclone-cli/references/commands/rclone_config_paths.md +33 -0
  437. package/bundled-skills/rclone-cli/references/commands/rclone_config_providers.md +33 -0
  438. package/bundled-skills/rclone-cli/references/commands/rclone_config_reconnect.md +40 -0
  439. package/bundled-skills/rclone-cli/references/commands/rclone_config_redacted.md +45 -0
  440. package/bundled-skills/rclone-cli/references/commands/rclone_config_show.md +33 -0
  441. package/bundled-skills/rclone-cli/references/commands/rclone_config_string.md +57 -0
  442. package/bundled-skills/rclone-cli/references/commands/rclone_config_touch.md +33 -0
  443. package/bundled-skills/rclone-cli/references/commands/rclone_config_update.md +150 -0
  444. package/bundled-skills/rclone-cli/references/commands/rclone_config_userinfo.md +38 -0
  445. package/bundled-skills/rclone-cli/references/commands/rclone_convmv.md +440 -0
  446. package/bundled-skills/rclone-cli/references/commands/rclone_copy.md +258 -0
  447. package/bundled-skills/rclone-cli/references/commands/rclone_copyto.md +219 -0
  448. package/bundled-skills/rclone-cli/references/commands/rclone_copyurl.md +91 -0
  449. package/bundled-skills/rclone-cli/references/commands/rclone_cryptcheck.md +141 -0
  450. package/bundled-skills/rclone-cli/references/commands/rclone_cryptdecode.md +51 -0
  451. package/bundled-skills/rclone-cli/references/commands/rclone_dedupe.md +166 -0
  452. package/bundled-skills/rclone-cli/references/commands/rclone_delete.md +117 -0
  453. package/bundled-skills/rclone-cli/references/commands/rclone_deletefile.md +50 -0
  454. package/bundled-skills/rclone-cli/references/commands/rclone_gendocs.md +39 -0
  455. package/bundled-skills/rclone-cli/references/commands/rclone_gitannex.md +113 -0
  456. package/bundled-skills/rclone-cli/references/commands/rclone_hashsum.md +120 -0
  457. package/bundled-skills/rclone-cli/references/commands/rclone_link.md +60 -0
  458. package/bundled-skills/rclone-cli/references/commands/rclone_listremotes.md +55 -0
  459. package/bundled-skills/rclone-cli/references/commands/rclone_ls.md +114 -0
  460. package/bundled-skills/rclone-cli/references/commands/rclone_lsd.md +127 -0
  461. package/bundled-skills/rclone-cli/references/commands/rclone_lsf.md +241 -0
  462. package/bundled-skills/rclone-cli/references/commands/rclone_lsjson.md +195 -0
  463. package/bundled-skills/rclone-cli/references/commands/rclone_lsl.md +115 -0
  464. package/bundled-skills/rclone-cli/references/commands/rclone_md5sum.md +96 -0
  465. package/bundled-skills/rclone-cli/references/commands/rclone_mkdir.md +43 -0
  466. package/bundled-skills/rclone-cli/references/commands/rclone_mount.md +1105 -0
  467. package/bundled-skills/rclone-cli/references/commands/rclone_move.md +223 -0
  468. package/bundled-skills/rclone-cli/references/commands/rclone_moveto.md +218 -0
  469. package/bundled-skills/rclone-cli/references/commands/rclone_ncdu.md +140 -0
  470. package/bundled-skills/rclone-cli/references/commands/rclone_nfsmount.md +1111 -0
  471. package/bundled-skills/rclone-cli/references/commands/rclone_obscure.md +60 -0
  472. package/bundled-skills/rclone-cli/references/commands/rclone_purge.md +58 -0
  473. package/bundled-skills/rclone-cli/references/commands/rclone_rc.md +111 -0
  474. package/bundled-skills/rclone-cli/references/commands/rclone_rcat.md +79 -0
  475. package/bundled-skills/rclone-cli/references/commands/rclone_rcd.md +219 -0
  476. package/bundled-skills/rclone-cli/references/commands/rclone_rmdir.md +52 -0
  477. package/bundled-skills/rclone-cli/references/commands/rclone_rmdirs.md +66 -0
  478. package/bundled-skills/rclone-cli/references/commands/rclone_selfupdate.md +91 -0
  479. package/bundled-skills/rclone-cli/references/commands/rclone_serve.md +61 -0
  480. package/bundled-skills/rclone-cli/references/commands/rclone_serve_dlna.md +619 -0
  481. package/bundled-skills/rclone-cli/references/commands/rclone_serve_docker.md +653 -0
  482. package/bundled-skills/rclone-cli/references/commands/rclone_serve_ftp.md +698 -0
  483. package/bundled-skills/rclone-cli/references/commands/rclone_serve_http.md +837 -0
  484. package/bundled-skills/rclone-cli/references/commands/rclone_serve_nfs.md +670 -0
  485. package/bundled-skills/rclone-cli/references/commands/rclone_serve_restic.md +246 -0
  486. package/bundled-skills/rclone-cli/references/commands/rclone_serve_s3.md +867 -0
  487. package/bundled-skills/rclone-cli/references/commands/rclone_serve_sftp.md +745 -0
  488. package/bundled-skills/rclone-cli/references/commands/rclone_serve_webdav.md +896 -0
  489. package/bundled-skills/rclone-cli/references/commands/rclone_settier.md +63 -0
  490. package/bundled-skills/rclone-cli/references/commands/rclone_sha1sum.md +99 -0
  491. package/bundled-skills/rclone-cli/references/commands/rclone_size.md +94 -0
  492. package/bundled-skills/rclone-cli/references/commands/rclone_sync.md +252 -0
  493. package/bundled-skills/rclone-cli/references/commands/rclone_test.md +51 -0
  494. package/bundled-skills/rclone-cli/references/commands/rclone_test_changenotify.md +34 -0
  495. package/bundled-skills/rclone-cli/references/commands/rclone_test_histogram.md +41 -0
  496. package/bundled-skills/rclone-cli/references/commands/rclone_test_info.md +51 -0
  497. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefile.md +39 -0
  498. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefiles.md +47 -0
  499. package/bundled-skills/rclone-cli/references/commands/rclone_test_memory.md +33 -0
  500. package/bundled-skills/rclone-cli/references/commands/rclone_test_speed.md +66 -0
  501. package/bundled-skills/rclone-cli/references/commands/rclone_touch.md +110 -0
  502. package/bundled-skills/rclone-cli/references/commands/rclone_tree.md +121 -0
  503. package/bundled-skills/rclone-cli/references/commands/rclone_version.md +83 -0
  504. package/bundled-skills/rclone-cli/references/crypt.md +844 -0
  505. package/bundled-skills/rclone-cli/references/docker.md +615 -0
  506. package/bundled-skills/rclone-cli/references/faq.md +364 -0
  507. package/bundled-skills/rclone-cli/references/filtering.md +991 -0
  508. package/bundled-skills/rclone-cli/references/flags.md +1221 -0
  509. package/bundled-skills/rclone-cli/references/hasher.md +383 -0
  510. package/bundled-skills/rclone-cli/references/install.md +686 -0
  511. package/bundled-skills/rclone-cli/references/overview.md +620 -0
  512. package/bundled-skills/rclone-cli/references/providers/alias.md +141 -0
  513. package/bundled-skills/rclone-cli/references/providers/archive.md +287 -0
  514. package/bundled-skills/rclone-cli/references/providers/azureblob.md +1140 -0
  515. package/bundled-skills/rclone-cli/references/providers/azurefiles.md +834 -0
  516. package/bundled-skills/rclone-cli/references/providers/b2.md +879 -0
  517. package/bundled-skills/rclone-cli/references/providers/box.md +573 -0
  518. package/bundled-skills/rclone-cli/references/providers/cloudinary.md +259 -0
  519. package/bundled-skills/rclone-cli/references/providers/compress.md +222 -0
  520. package/bundled-skills/rclone-cli/references/providers/drime.md +319 -0
  521. package/bundled-skills/rclone-cli/references/providers/drive.md +2032 -0
  522. package/bundled-skills/rclone-cli/references/providers/dropbox.md +661 -0
  523. package/bundled-skills/rclone-cli/references/providers/fichier.md +230 -0
  524. package/bundled-skills/rclone-cli/references/providers/filefabric.md +298 -0
  525. package/bundled-skills/rclone-cli/references/providers/filelu.md +256 -0
  526. package/bundled-skills/rclone-cli/references/providers/filen.md +243 -0
  527. package/bundled-skills/rclone-cli/references/providers/filescom.md +209 -0
  528. package/bundled-skills/rclone-cli/references/providers/ftp.md +621 -0
  529. package/bundled-skills/rclone-cli/references/providers/gofile.md +274 -0
  530. package/bundled-skills/rclone-cli/references/providers/googlecloudstorage.md +846 -0
  531. package/bundled-skills/rclone-cli/references/providers/googlephotos.md +676 -0
  532. package/bundled-skills/rclone-cli/references/providers/hdfs.md +263 -0
  533. package/bundled-skills/rclone-cli/references/providers/hidrive.md +487 -0
  534. package/bundled-skills/rclone-cli/references/providers/http.md +323 -0
  535. package/bundled-skills/rclone-cli/references/providers/iclouddrive.md +212 -0
  536. package/bundled-skills/rclone-cli/references/providers/internetarchive.md +355 -0
  537. package/bundled-skills/rclone-cli/references/providers/internxt.md +189 -0
  538. package/bundled-skills/rclone-cli/references/providers/jottacloud.md +604 -0
  539. package/bundled-skills/rclone-cli/references/providers/koofr.md +395 -0
  540. package/bundled-skills/rclone-cli/references/providers/linkbox.md +117 -0
  541. package/bundled-skills/rclone-cli/references/providers/local.md +749 -0
  542. package/bundled-skills/rclone-cli/references/providers/mailru.md +470 -0
  543. package/bundled-skills/rclone-cli/references/providers/mega.md +361 -0
  544. package/bundled-skills/rclone-cli/references/providers/memory.md +109 -0
  545. package/bundled-skills/rclone-cli/references/providers/netstorage.md +371 -0
  546. package/bundled-skills/rclone-cli/references/providers/onedrive.md +1322 -0
  547. package/bundled-skills/rclone-cli/references/providers/opendrive.md +222 -0
  548. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/_index.md +932 -0
  549. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/tutorial_mount.md +503 -0
  550. package/bundled-skills/rclone-cli/references/providers/pcloud.md +373 -0
  551. package/bundled-skills/rclone-cli/references/providers/pikpak.md +373 -0
  552. package/bundled-skills/rclone-cli/references/providers/pixeldrain.md +182 -0
  553. package/bundled-skills/rclone-cli/references/providers/premiumizeme.md +253 -0
  554. package/bundled-skills/rclone-cli/references/providers/protondrive.md +397 -0
  555. package/bundled-skills/rclone-cli/references/providers/putio.md +246 -0
  556. package/bundled-skills/rclone-cli/references/providers/qingstor.md +346 -0
  557. package/bundled-skills/rclone-cli/references/providers/quatrix.md +295 -0
  558. package/bundled-skills/rclone-cli/references/providers/s3.md +9687 -0
  559. package/bundled-skills/rclone-cli/references/providers/seafile.md +432 -0
  560. package/bundled-skills/rclone-cli/references/providers/sftp.md +1277 -0
  561. package/bundled-skills/rclone-cli/references/providers/shade.md +267 -0
  562. package/bundled-skills/rclone-cli/references/providers/sharefile.md +357 -0
  563. package/bundled-skills/rclone-cli/references/providers/sia.md +223 -0
  564. package/bundled-skills/rclone-cli/references/providers/smb.md +309 -0
  565. package/bundled-skills/rclone-cli/references/providers/storj.md +503 -0
  566. package/bundled-skills/rclone-cli/references/providers/sugarsync.md +305 -0
  567. package/bundled-skills/rclone-cli/references/providers/swift.md +744 -0
  568. package/bundled-skills/rclone-cli/references/providers/ulozto.md +283 -0
  569. package/bundled-skills/rclone-cli/references/providers/webdav.md +565 -0
  570. package/bundled-skills/rclone-cli/references/providers/yandex.md +283 -0
  571. package/bundled-skills/rclone-cli/references/providers/zoho.md +305 -0
  572. package/bundled-skills/rclone-cli/references/rc.md +2725 -0
  573. package/bundled-skills/rclone-cli/references/union.md +336 -0
  574. package/bundled-skills/rclone-cli/references/usage.md +3555 -0
  575. package/bundled-skills/rclone-cli/scripts/install.sh +204 -0
  576. package/bundled-skills/redis-cli/SKILL.md +392 -0
  577. package/bundled-skills/redis-cli/references/advanced-features.md +338 -0
  578. package/bundled-skills/redis-cli/references/connection-and-options.md +258 -0
  579. package/bundled-skills/redis-cli/references/data-query-commands.md +417 -0
  580. package/bundled-skills/redis-cli/references/inspection-and-monitoring.md +309 -0
  581. package/bundled-skills/redis-cli/references/key-management.md +252 -0
  582. package/bundled-skills/redis-cli/references/module-data-types.md +429 -0
  583. package/bundled-skills/redis-cli/references/server-administration.md +366 -0
  584. package/bundled-skills/repo-maintainer/SKILL.md +480 -0
  585. package/bundled-skills/resolving-merge-conflicts/SKILL.md +32 -0
  586. package/bundled-skills/review-and-simplify-changes/SKILL.md +202 -0
  587. package/bundled-skills/review-swarm/SKILL.md +185 -0
  588. package/bundled-skills/review-swarm/agents/openai.yaml +4 -0
  589. package/bundled-skills/riffkit/SKILL.md +122 -0
  590. package/bundled-skills/robot-framework-skill/SKILL.md +153 -0
  591. package/bundled-skills/sdk-dx/README.md +39 -0
  592. package/bundled-skills/sdk-dx/SKILL.md +541 -0
  593. package/bundled-skills/security-and-hardening/SKILL.md +474 -0
  594. package/bundled-skills/selenium-skill/SKILL.md +258 -0
  595. package/bundled-skills/shipping-and-launch/SKILL.md +323 -0
  596. package/bundled-skills/smartui-skill/SKILL.md +149 -0
  597. package/bundled-skills/source-driven-development/SKILL.md +207 -0
  598. package/bundled-skills/spec-driven-development/SKILL.md +217 -0
  599. package/bundled-skills/styleseed-design-review/SKILL.md +126 -0
  600. package/bundled-skills/supabase/CHANGELOG.md +35 -0
  601. package/bundled-skills/supabase/SKILL.md +149 -0
  602. package/bundled-skills/supabase/assets/feedback-issue-template.md +17 -0
  603. package/bundled-skills/supabase/references/skill-feedback.md +17 -0
  604. package/bundled-skills/supabase-postgres-best-practices/CHANGELOG.md +29 -0
  605. package/bundled-skills/supabase-postgres-best-practices/SKILL.md +74 -0
  606. package/bundled-skills/supabase-postgres-best-practices/references/_contributing.md +170 -0
  607. package/bundled-skills/supabase-postgres-best-practices/references/_sections.md +39 -0
  608. package/bundled-skills/supabase-postgres-best-practices/references/_template.md +34 -0
  609. package/bundled-skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
  610. package/bundled-skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
  611. package/bundled-skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
  612. package/bundled-skills/supabase-postgres-best-practices/references/conn-limits.md +44 -0
  613. package/bundled-skills/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
  614. package/bundled-skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
  615. package/bundled-skills/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
  616. package/bundled-skills/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
  617. package/bundled-skills/supabase-postgres-best-practices/references/data-pagination.md +50 -0
  618. package/bundled-skills/supabase-postgres-best-practices/references/data-upsert.md +50 -0
  619. package/bundled-skills/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
  620. package/bundled-skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
  621. package/bundled-skills/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
  622. package/bundled-skills/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
  623. package/bundled-skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
  624. package/bundled-skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
  625. package/bundled-skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
  626. package/bundled-skills/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
  627. package/bundled-skills/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
  628. package/bundled-skills/supabase-postgres-best-practices/references/query-index-types.md +48 -0
  629. package/bundled-skills/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
  630. package/bundled-skills/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
  631. package/bundled-skills/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
  632. package/bundled-skills/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
  633. package/bundled-skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
  634. package/bundled-skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
  635. package/bundled-skills/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
  636. package/bundled-skills/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
  637. package/bundled-skills/supabase-postgres-best-practices/references/security-privileges.md +54 -0
  638. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
  639. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-performance.md +63 -0
  640. package/bundled-skills/swiftui-expert-skill/SKILL.md +175 -242
  641. package/bundled-skills/swiftui-expert-skill/references/accessibility-patterns.md +215 -0
  642. package/bundled-skills/swiftui-expert-skill/references/animation-advanced.md +428 -0
  643. package/bundled-skills/swiftui-expert-skill/references/animation-basics.md +284 -0
  644. package/bundled-skills/swiftui-expert-skill/references/animation-transitions.md +326 -0
  645. package/bundled-skills/swiftui-expert-skill/references/charts-accessibility.md +135 -0
  646. package/bundled-skills/swiftui-expert-skill/references/charts.md +602 -0
  647. package/bundled-skills/swiftui-expert-skill/references/focus-patterns.md +299 -0
  648. package/bundled-skills/swiftui-expert-skill/references/image-optimization.md +203 -0
  649. package/bundled-skills/swiftui-expert-skill/references/latest-apis.md +528 -0
  650. package/bundled-skills/swiftui-expert-skill/references/layout-best-practices.md +266 -0
  651. package/bundled-skills/swiftui-expert-skill/references/liquid-glass.md +423 -0
  652. package/bundled-skills/swiftui-expert-skill/references/list-patterns.md +467 -0
  653. package/bundled-skills/swiftui-expert-skill/references/localization.md +194 -0
  654. package/bundled-skills/swiftui-expert-skill/references/macos-scenes.md +318 -0
  655. package/bundled-skills/swiftui-expert-skill/references/macos-views.md +357 -0
  656. package/bundled-skills/swiftui-expert-skill/references/macos-window-styling.md +303 -0
  657. package/bundled-skills/swiftui-expert-skill/references/performance-patterns.md +417 -0
  658. package/bundled-skills/swiftui-expert-skill/references/previews.md +313 -0
  659. package/bundled-skills/swiftui-expert-skill/references/scroll-patterns.md +293 -0
  660. package/bundled-skills/swiftui-expert-skill/references/sheet-navigation-patterns.md +363 -0
  661. package/bundled-skills/swiftui-expert-skill/references/soft-deprecation.md +39 -0
  662. package/bundled-skills/swiftui-expert-skill/references/state-management.md +492 -0
  663. package/bundled-skills/swiftui-expert-skill/references/text-patterns.md +34 -0
  664. package/bundled-skills/swiftui-expert-skill/references/trace-analysis.md +295 -0
  665. package/bundled-skills/swiftui-expert-skill/references/trace-recording.md +134 -0
  666. package/bundled-skills/swiftui-expert-skill/references/view-structure.md +854 -0
  667. package/bundled-skills/swiftui-expert-skill/scripts/analyze_trace.py +301 -0
  668. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/__init__.py +1 -0
  669. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/causes.py +187 -0
  670. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/correlate.py +179 -0
  671. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/events.py +291 -0
  672. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hangs.py +108 -0
  673. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hitches.py +145 -0
  674. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/summary.py +243 -0
  675. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/swiftui.py +195 -0
  676. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/time_profiler.py +135 -0
  677. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xctrace.py +117 -0
  678. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xml_utils.py +224 -0
  679. package/bundled-skills/swiftui-expert-skill/scripts/record_trace.py +252 -0
  680. package/bundled-skills/technical-tutorials/README.md +90 -0
  681. package/bundled-skills/technical-tutorials/SKILL.md +581 -0
  682. package/bundled-skills/test-framework-migration-skill/SKILL.md +122 -0
  683. package/bundled-skills/testng-skill/SKILL.md +163 -0
  684. package/bundled-skills/train-sentence-transformers/SKILL.md +118 -0
  685. package/bundled-skills/train-sentence-transformers/references/base_model_selection.md +79 -0
  686. package/bundled-skills/train-sentence-transformers/references/dataset_formats.md +128 -0
  687. package/bundled-skills/train-sentence-transformers/references/evaluators_cross_encoder.md +116 -0
  688. package/bundled-skills/train-sentence-transformers/references/evaluators_sentence_transformer.md +151 -0
  689. package/bundled-skills/train-sentence-transformers/references/evaluators_sparse_encoder.md +121 -0
  690. package/bundled-skills/train-sentence-transformers/references/hardware_guide.md +105 -0
  691. package/bundled-skills/train-sentence-transformers/references/hf_jobs_execution.md +173 -0
  692. package/bundled-skills/train-sentence-transformers/references/losses_cross_encoder.md +137 -0
  693. package/bundled-skills/train-sentence-transformers/references/losses_sentence_transformer.md +246 -0
  694. package/bundled-skills/train-sentence-transformers/references/losses_sparse_encoder.md +106 -0
  695. package/bundled-skills/train-sentence-transformers/references/model_architectures.md +178 -0
  696. package/bundled-skills/train-sentence-transformers/references/prompts_and_instructions.md +160 -0
  697. package/bundled-skills/train-sentence-transformers/references/training_args.md +269 -0
  698. package/bundled-skills/train-sentence-transformers/references/troubleshooting.md +225 -0
  699. package/bundled-skills/train-sentence-transformers/scripts/mine_hard_negatives.py +199 -0
  700. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py +254 -0
  701. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_example.py +253 -0
  702. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py +282 -0
  703. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py +303 -0
  704. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_example.py +227 -0
  705. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py +308 -0
  706. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py +212 -0
  707. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py +258 -0
  708. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py +273 -0
  709. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py +275 -0
  710. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py +262 -0
  711. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_example.py +237 -0
  712. package/bundled-skills/transformers-js/SKILL.md +83 -29
  713. package/bundled-skills/transformers-js/references/CONFIGURATION.md +55 -7
  714. package/bundled-skills/transformers-js/references/EXAMPLES.md +98 -83
  715. package/bundled-skills/transformers-js/references/MODEL_REGISTRY.md +197 -0
  716. package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +31 -19
  717. package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +18 -18
  718. package/bundled-skills/trl-training/SKILL.md +327 -0
  719. package/bundled-skills/tune-monitor/SKILL.md +268 -0
  720. package/bundled-skills/ui-a11y/SKILL.md +76 -68
  721. package/bundled-skills/ui-component/SKILL.md +54 -82
  722. package/bundled-skills/ui-lint/SKILL.md +111 -0
  723. package/bundled-skills/ui-motion/SKILL.md +181 -0
  724. package/bundled-skills/ui-page/SKILL.md +80 -90
  725. package/bundled-skills/ui-pattern/SKILL.md +50 -68
  726. package/bundled-skills/ui-review/SKILL.md +95 -77
  727. package/bundled-skills/ui-score/SKILL.md +145 -0
  728. package/bundled-skills/ui-setup/SKILL.md +196 -88
  729. package/bundled-skills/ui-skills-root/SKILL.md +72 -0
  730. package/bundled-skills/ui-tokens/SKILL.md +44 -52
  731. package/bundled-skills/ui-update/SKILL.md +167 -0
  732. package/bundled-skills/unslop-commit/SKILL.md +113 -0
  733. package/bundled-skills/unslop-file/SKILL.md +157 -0
  734. package/bundled-skills/unslop-review/SKILL.md +102 -0
  735. package/bundled-skills/update-swiftui-apis/SKILL.md +120 -0
  736. package/bundled-skills/update-swiftui-apis/references/scan-manifest.md +230 -0
  737. package/bundled-skills/upgrading-expo/SKILL.md +107 -82
  738. package/bundled-skills/upgrading-expo/agents/openai.yaml +4 -0
  739. package/bundled-skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  740. package/bundled-skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  741. package/bundled-skills/upgrading-expo/references/native-tabs.md +124 -0
  742. package/bundled-skills/upgrading-expo/references/new-architecture.md +79 -0
  743. package/bundled-skills/upgrading-expo/references/react-19.md +79 -0
  744. package/bundled-skills/upgrading-expo/references/react-compiler.md +59 -0
  745. package/bundled-skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  746. package/bundled-skills/usage-based-pricing/README.md +40 -0
  747. package/bundled-skills/usage-based-pricing/SKILL.md +547 -0
  748. package/bundled-skills/use-dom/SKILL.md +428 -0
  749. package/bundled-skills/use-dom/agents/openai.yaml +4 -0
  750. package/bundled-skills/ux-audit/SKILL.md +112 -44
  751. package/bundled-skills/ux-copy/SKILL.md +105 -73
  752. package/bundled-skills/ux-feedback/SKILL.md +106 -58
  753. package/bundled-skills/ux-flow/SKILL.md +51 -50
  754. package/bundled-skills/vitest-skill/SKILL.md +165 -0
  755. package/bundled-skills/weaviate/scripts/weaviate_conn.py +16 -6
  756. package/bundled-skills/webdriverio-skill/SKILL.md +157 -0
  757. package/bundled-skills/wjttc-builder/SKILL.md +355 -0
  758. package/bundled-skills/wjttc-tester/SKILL.md +190 -0
  759. package/package.json +1 -1
  760. package/skills_index.json +4320 -132
@@ -0,0 +1,1111 @@
1
+ ---
2
+ title: "rclone nfsmount"
3
+ description: "Mount the remote as file system on a mountpoint."
4
+ status: Experimental
5
+ versionIntroduced: v1.65
6
+ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/nfsmount/ and as part of making a release run "make commanddocs"
7
+ ---
8
+
9
+ > **Official documentation:** [https://rclone.org/commands/rclone_nfsmount/](https://rclone.org/commands/rclone_nfsmount/)
10
+ # rclone nfsmount
11
+
12
+ Mount the remote as file system on a mountpoint.
13
+
14
+ ## Synopsis
15
+
16
+ Rclone nfsmount allows Linux, FreeBSD, macOS and Windows to
17
+ mount any of Rclone's cloud storage systems as a file system with FUSE.
18
+
19
+ First set up your remote using `rclone config`. Check it works with `rclone ls` etc.
20
+
21
+ On Linux and macOS, you can run mount in either foreground or background (aka
22
+ daemon) mode. Mount runs in foreground mode by default. Use the `--daemon` flag
23
+ to force background mode. On Windows you can run mount in foreground only,
24
+ the flag is ignored.
25
+
26
+ In background mode rclone acts as a generic Unix mount program: the main
27
+ program starts, spawns background rclone process to setup and maintain the
28
+ mount, waits until success or timeout and exits with appropriate code
29
+ (killing the child process if it fails).
30
+
31
+ On Linux/macOS/FreeBSD start the mount like this, where `/path/to/local/mount`
32
+ is an **empty** **existing** directory:
33
+
34
+ ```console
35
+ rclone nfsmount remote:path/to/files /path/to/local/mount
36
+ ```
37
+
38
+ On Windows you can start a mount in different ways. See [below](#mounting-modes-on-windows)
39
+ for details. If foreground mount is used interactively from a console window,
40
+ rclone will serve the mount and occupy the console so another window should be
41
+ used to work with the mount until rclone is interrupted e.g. by pressing Ctrl-C.
42
+
43
+ The following examples will mount to an automatically assigned drive,
44
+ to specific drive letter `X:`, to path `C:\path\parent\mount`
45
+ (where parent directory or drive must exist, and mount must **not** exist,
46
+ and is not supported when [mounting as a network drive](#mounting-modes-on-windows)),
47
+ and the last example will mount as network share `\\cloud\remote` and map it to an
48
+ automatically assigned drive:
49
+
50
+ ```console
51
+ rclone nfsmount remote:path/to/files *
52
+ rclone nfsmount remote:path/to/files X:
53
+ rclone nfsmount remote:path/to/files C:\path\parent\mount
54
+ rclone nfsmount remote:path/to/files \\cloud\remote
55
+ ```
56
+
57
+ When the program ends while in foreground mode, either via Ctrl+C or receiving
58
+ a SIGINT or SIGTERM signal, the mount should be automatically stopped.
59
+
60
+ When running in background mode the user will have to stop the mount manually:
61
+
62
+ ```console
63
+ # Linux
64
+ fusermount -u /path/to/local/mount
65
+ #... or on some systems
66
+ fusermount3 -u /path/to/local/mount
67
+ # OS X or Linux when using nfsmount
68
+ umount /path/to/local/mount
69
+ ```
70
+
71
+ The umount operation can fail, for example when the mountpoint is busy.
72
+ When that happens, it is the user's responsibility to stop the mount manually.
73
+
74
+ The size of the mounted file system will be set according to information retrieved
75
+ from the remote, the same as returned by the [rclone about](https://rclone.org/commands/rclone_about/)
76
+ command. Remotes with unlimited storage may report the used size only,
77
+ then an additional 1 PiB of free space is assumed. If the remote does not
78
+ [support](https://rclone.org/overview/#optional-features) the about feature
79
+ at all, then 1 PiB is set as both the total and the free size.
80
+
81
+ ## Installing on Windows
82
+
83
+ To run `rclone nfsmount on Windows`, you will need to
84
+ download and install [WinFsp](https://winfsp.dev).
85
+
86
+ [WinFsp](https://github.com/winfsp/winfsp) is an open-source
87
+ Windows File System Proxy which makes it easy to write user space file
88
+ systems for Windows. It provides a FUSE emulation layer which rclone
89
+ uses combination with [cgofuse](https://github.com/winfsp/cgofuse).
90
+ Both of these packages are by Bill Zissimopoulos who was very helpful
91
+ during the implementation of rclone nfsmount for Windows.
92
+
93
+ ### Mounting modes on windows
94
+
95
+ Unlike other operating systems, Microsoft Windows provides a different filesystem
96
+ type for network and fixed drives. It optimises access on the assumption fixed
97
+ disk drives are fast and reliable, while network drives have relatively high latency
98
+ and less reliability. Some settings can also be differentiated between the two types,
99
+ for example that Windows Explorer should just display icons and not create preview
100
+ thumbnails for image and video files on network drives.
101
+
102
+ In most cases, rclone will mount the remote as a normal, fixed disk drive by default.
103
+ However, you can also choose to mount it as a remote network drive, often described
104
+ as a network share. If you mount an rclone remote using the default, fixed drive
105
+ mode and experience unexpected program errors, freezes or other issues, consider
106
+ mounting as a network drive instead.
107
+
108
+ When mounting as a fixed disk drive you can either mount to an unused drive letter,
109
+ or to a path representing a **nonexistent** subdirectory of an **existing** parent
110
+ directory or drive. Using the special value `*` will tell rclone to
111
+ automatically assign the next available drive letter, starting with Z: and moving
112
+ backward. Examples:
113
+
114
+ ```console
115
+ rclone nfsmount remote:path/to/files *
116
+ rclone nfsmount remote:path/to/files X:
117
+ rclone nfsmount remote:path/to/files C:\path\parent\mount
118
+ rclone nfsmount remote:path/to/files X:
119
+ ```
120
+
121
+ Option `--volname` can be used to set a custom volume name for the mounted
122
+ file system. The default is to use the remote name and path.
123
+
124
+ To mount as network drive, you can add option `--network-mode`
125
+ to your nfsmount command. Mounting to a directory path is not supported in
126
+ this mode, it is a limitation Windows imposes on junctions, so the remote must always
127
+ be mounted to a drive letter.
128
+
129
+ ```console
130
+ rclone nfsmount remote:path/to/files X: --network-mode
131
+ ```
132
+
133
+ A volume name specified with `--volname` will be used to create the network share
134
+ path. A complete UNC path, such as `\\cloud\remote`, optionally with path
135
+ `\\cloud\remote\madeup\path`, will be used as is. Any other
136
+ string will be used as the share part, after a default prefix `\\server\`.
137
+ If no volume name is specified then `\\server\share` will be used.
138
+ You must make sure the volume name is unique when you are mounting more than one
139
+ drive, or else the mount command will fail. The share name will treated as the
140
+ volume label for the mapped drive, shown in Windows Explorer etc, while the complete
141
+ `\\server\share` will be reported as the remote UNC path by
142
+ `net use` etc, just like a normal network drive mapping.
143
+
144
+ If you specify a full network share UNC path with `--volname`, this will implicitly
145
+ set the `--network-mode` option, so the following two examples have same result:
146
+
147
+ ```console
148
+ rclone nfsmount remote:path/to/files X: --network-mode
149
+ rclone nfsmount remote:path/to/files X: --volname \\server\share
150
+ ```
151
+
152
+ You may also specify the network share UNC path as the mountpoint itself. Then rclone
153
+ will automatically assign a drive letter, same as with `*` and use that as
154
+ mountpoint, and instead use the UNC path specified as the volume name, as if it were
155
+ specified with the `--volname` option. This will also implicitly set
156
+ the `--network-mode` option. This means the following two examples have same result:
157
+
158
+ ```console
159
+ rclone nfsmount remote:path/to/files \\cloud\remote
160
+ rclone nfsmount remote:path/to/files * --volname \\cloud\remote
161
+ ```
162
+
163
+ There is yet another way to enable network mode, and to set the share path,
164
+ and that is to pass the "native" libfuse/WinFsp option directly:
165
+ `--fuse-flag --VolumePrefix=\server\share`. Note that the path
166
+ must be with just a single backslash prefix in this case.
167
+
168
+ *Note:* In previous versions of rclone this was the only supported method.
169
+
170
+ [Read more about drive mapping](https://en.wikipedia.org/wiki/Drive_mapping)
171
+
172
+ See also [Limitations](#limitations) section below.
173
+
174
+ ### Windows filesystem permissions
175
+
176
+ The FUSE emulation layer on Windows must convert between the POSIX-based
177
+ permission model used in FUSE, and the permission model used in Windows,
178
+ based on access-control lists (ACL).
179
+
180
+ The mounted filesystem will normally get three entries in its access-control list
181
+ (ACL), representing permissions for the POSIX permission scopes: Owner, group and
182
+ others. By default, the owner and group will be taken from the current user, and
183
+ the built-in group "Everyone" will be used to represent others. The user/group can
184
+ be customized with FUSE options "UserName" and "GroupName",
185
+ e.g. `-o UserName=user123 -o GroupName="Authenticated Users"`.
186
+ The permissions on each entry will be set according to [options](#options)
187
+ `--dir-perms` and `--file-perms`, which takes a value in traditional Unix
188
+ [numeric notation](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation).
189
+
190
+ The default permissions corresponds to `--file-perms 0666 --dir-perms 0777`,
191
+ i.e. read and write permissions to everyone. This means you will not be able
192
+ to start any programs from the mount. To be able to do that you must add
193
+ execute permissions, e.g. `--file-perms 0777 --dir-perms 0777` to add it
194
+ to everyone. If the program needs to write files, chances are you will
195
+ have to enable [VFS File Caching](#vfs-file-caching) as well (see also
196
+ [limitations](#limitations)). Note that the default write permission have
197
+ some restrictions for accounts other than the owner, specifically it lacks
198
+ the "write extended attributes", as explained next.
199
+
200
+ The mapping of permissions is not always trivial, and the result you see in
201
+ Windows Explorer may not be exactly like you expected. For example, when setting
202
+ a value that includes write access for the group or others scope, this will be
203
+ mapped to individual permissions "write attributes", "write data" and
204
+ "append data", but not "write extended attributes". Windows will then show this
205
+ as basic permission "Special" instead of "Write", because "Write" also covers
206
+ the "write extended attributes" permission. When setting digit 0 for group or
207
+ others, to indicate no permissions, they will still get individual permissions
208
+ "read attributes", "read extended attributes" and "read permissions". This is
209
+ done for compatibility reasons, e.g. to allow users without additional
210
+ permissions to be able to read basic metadata about files like in Unix.
211
+
212
+ WinFsp 2021 (version 1.9) introduced a new FUSE option "FileSecurity",
213
+ that allows the complete specification of file security descriptors using
214
+ [SDDL](https://docs.microsoft.com/en-us/windows/win32/secauthz/security-descriptor-string-format).
215
+ With this you get detailed control of the resulting permissions, compared
216
+ to use of the POSIX permissions described above, and no additional permissions
217
+ will be added automatically for compatibility with Unix. Some example use
218
+ cases will following.
219
+
220
+ If you set POSIX permissions for only allowing access to the owner,
221
+ using `--file-perms 0600 --dir-perms 0700`, the user group and the built-in
222
+ "Everyone" group will still be given some special permissions, as described
223
+ above. Some programs may then (incorrectly) interpret this as the file being
224
+ accessible by everyone, for example an SSH client may warn about "unprotected
225
+ private key file". You can work around this by specifying
226
+ `-o FileSecurity="D:P(A;;FA;;;OW)"`, which sets file all access (FA) to the
227
+ owner (OW), and nothing else.
228
+
229
+ When setting write permissions then, except for the owner, this does not
230
+ include the "write extended attributes" permission, as mentioned above.
231
+ This may prevent applications from writing to files, giving permission denied
232
+ error instead. To set working write permissions for the built-in "Everyone"
233
+ group, similar to what it gets by default but with the addition of the
234
+ "write extended attributes", you can specify
235
+ `-o FileSecurity="D:P(A;;FRFW;;;WD)"`, which sets file read (FR) and file
236
+ write (FW) to everyone (WD). If file execute (FX) is also needed, then change
237
+ to `-o FileSecurity="D:P(A;;FRFWFX;;;WD)"`, or set file all access (FA) to
238
+ get full access permissions, including delete, with
239
+ `-o FileSecurity="D:P(A;;FA;;;WD)"`.
240
+
241
+ ### Windows caveats
242
+
243
+ Drives created as Administrator are not visible to other accounts,
244
+ not even an account that was elevated to Administrator with the
245
+ User Account Control (UAC) feature. A result of this is that if you mount
246
+ to a drive letter from a Command Prompt run as Administrator, and then try
247
+ to access the same drive from Windows Explorer (which does not run as
248
+ Administrator), you will not be able to see the mounted drive.
249
+
250
+ If you don't need to access the drive from applications running with
251
+ administrative privileges, the easiest way around this is to always
252
+ create the mount from a non-elevated command prompt.
253
+
254
+ To make mapped drives available to the user account that created them
255
+ regardless if elevated or not, there is a special Windows setting called
256
+ [linked connections](https://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/mapped-drives-not-available-from-elevated-command#detail-to-configure-the-enablelinkedconnections-registry-entry)
257
+ that can be enabled.
258
+
259
+ It is also possible to make a drive mount available to everyone on the system,
260
+ by running the process creating it as the built-in SYSTEM account.
261
+ There are several ways to do this: One is to use the command-line
262
+ utility [PsExec](https://docs.microsoft.com/en-us/sysinternals/downloads/psexec),
263
+ from Microsoft's Sysinternals suite, which has option `-s` to start
264
+ processes as the SYSTEM account. Another alternative is to run the mount
265
+ command from a Windows Scheduled Task, or a Windows Service, configured
266
+ to run as the SYSTEM account. A third alternative is to use the
267
+ [WinFsp.Launcher infrastructure](https://github.com/winfsp/winfsp/wiki/WinFsp-Service-Architecture)).
268
+ Read more in the [install documentation](https://rclone.org/install/).
269
+ Note that when running rclone as another user, it will not use
270
+ the configuration file from your profile unless you tell it to
271
+ with the [`--config`](https://rclone.org/docs/#config-string) option.
272
+ Note also that it is now the SYSTEM account that will have the owner
273
+ permissions, and other accounts will have permissions according to the
274
+ group or others scopes. As mentioned above, these will then not get the
275
+ "write extended attributes" permission, and this may prevent writing to
276
+ files. You can work around this with the FileSecurity option, see
277
+ example above.
278
+
279
+ Note that mapping to a directory path, instead of a drive letter,
280
+ does not suffer from the same limitations.
281
+
282
+ ## Mounting on macOS
283
+
284
+ Mounting on macOS can be done either via [built-in NFS server](/commands/rclone_serve_nfs/),
285
+ [macFUSE](https://osxfuse.github.io/) (also known as osxfuse) or
286
+ [FUSE-T](https://www.fuse-t.org/).macFUSE is a traditional FUSE driver utilizing
287
+ a macOS kernel extension (kext). FUSE-T is an alternative FUSE system which
288
+ "mounts" via an NFSv4 local server.
289
+
290
+ ### Unicode Normalization
291
+
292
+ It is highly recommended to keep the default of `--no-unicode-normalization=false`
293
+ for all `mount` and `serve` commands on macOS. For details, see [vfs-case-sensitivity](https://rclone.org/commands/rclone_mount/#vfs-case-sensitivity).
294
+
295
+ ### NFS mount
296
+
297
+ This method spins up an NFS server using [serve nfs](/commands/rclone_serve_nfs/)
298
+ command and mounts it to the specified mountpoint. If you run this in background
299
+ mode using |--daemon|, you will need to send SIGTERM signal to the rclone process
300
+ using |kill| command to stop the mount.
301
+
302
+ Note that `--nfs-cache-handle-limit` controls the maximum number of cached file
303
+ handles stored by the `nfsmount` caching handler. This should not be set too low
304
+ or you may experience errors when trying to access files. The default is 1000000,
305
+ but consider lowering this limit if the server's system resource usage causes problems.
306
+
307
+ ### macFUSE Notes
308
+
309
+ If installing macFUSE using [dmg packages](https://github.com/osxfuse/osxfuse/releases)
310
+ from the website, rclone will locate the macFUSE libraries without any further intervention.
311
+ If however, macFUSE is installed using the [macports](https://www.macports.org/)
312
+ package manager, the following addition steps are required.
313
+
314
+ ```console
315
+ sudo mkdir /usr/local/lib
316
+ cd /usr/local/lib
317
+ sudo ln -s /opt/local/lib/libfuse.2.dylib
318
+ ```
319
+
320
+ ### FUSE-T Limitations, Caveats, and Notes
321
+
322
+ There are some limitations, caveats, and notes about how it works. These are
323
+ current as of FUSE-T version 1.0.14.
324
+
325
+ #### ModTime update on read
326
+
327
+ As per the [FUSE-T wiki](https://github.com/macos-fuse-t/fuse-t/wiki#caveats):
328
+
329
+ > File access and modification times cannot be set separately as it seems to be an
330
+ > issue with the NFS client which always modifies both. Can be reproduced with
331
+ > 'touch -m' and 'touch -a' commands
332
+
333
+ This means that viewing files with various tools, notably macOS Finder, will cause
334
+ rlcone to update the modification time of the file. This may make rclone upload a
335
+ full new copy of the file.
336
+
337
+ #### Read Only mounts
338
+
339
+ When mounting with `--read-only`, attempts to write to files will fail *silently*
340
+ as opposed to with a clear warning as in macFUSE.
341
+
342
+ # Mounting on Linux
343
+
344
+ On newer versions of Ubuntu, you may encounter the following error when running
345
+ `rclone mount`:
346
+
347
+ > NOTICE: mount helper error: fusermount3: mount failed: Permission denied
348
+ > CRITICAL: Fatal error: failed to mount FUSE fs: fusermount: exit status 1
349
+ This may be due to newer [Apparmor](https://wiki.ubuntu.com/AppArmor) restrictions,
350
+ which can be disabled with `sudo aa-disable /usr/bin/fusermount3` (you may need to
351
+ `sudo apt install apparmor-utils` beforehand).
352
+
353
+ ## Limitations
354
+
355
+ Without the use of `--vfs-cache-mode` this can only write files
356
+ sequentially, it can only seek when reading. This means that many
357
+ applications won't work with their files on an rclone mount without
358
+ `--vfs-cache-mode writes` or `--vfs-cache-mode full`.
359
+ See the [VFS File Caching](#vfs-file-caching) section for more info.
360
+ When using NFS mount on macOS, if you don't specify |--vfs-cache-mode|
361
+ the mount point will be read-only.
362
+
363
+ Bucket-based remotes - Azure Blob, Swift, S3, Google Cloud Storage and B2 -
364
+ can't store empty directories. Of these, only Azure Blob, Google Cloud Storage
365
+ and S3 can preserve them when you add `--xxx-directory_markers`; otherwise,
366
+ empty directories will vanish once they drop out of the directory cache.
367
+
368
+ When `rclone mount` is invoked on Unix with `--daemon` flag, the main rclone
369
+ program will wait for the background mount to become ready or until the timeout
370
+ specified by the `--daemon-wait` flag. On Linux it can check mount status using
371
+ ProcFS so the flag in fact sets **maximum** time to wait, while the real wait
372
+ can be less. On macOS / BSD the time to wait is constant and the check is
373
+ performed only at the end. We advise you to set wait time on macOS reasonably.
374
+
375
+ Only supported on Linux, FreeBSD, OS X and Windows at the moment.
376
+
377
+ ## rclone nfsmount vs rclone sync/copy
378
+
379
+ File systems expect things to be 100% reliable, whereas cloud storage
380
+ systems are a long way from 100% reliable. The rclone sync/copy
381
+ commands cope with this with lots of retries. However rclone nfsmount
382
+ can't use retries in the same way without making local copies of the
383
+ uploads. Look at the [VFS File Caching](#vfs-file-caching)
384
+ for solutions to make nfsmount more reliable.
385
+
386
+ ## Attribute caching
387
+
388
+ You can use the flag `--attr-timeout` to set the time the kernel caches
389
+ the attributes (size, modification time, etc.) for directory entries.
390
+
391
+ The default is `1s` which caches files just long enough to avoid
392
+ too many callbacks to rclone from the kernel.
393
+
394
+ In theory 0s should be the correct value for filesystems which can
395
+ change outside the control of the kernel. However this causes quite a
396
+ few problems such as
397
+ [rclone using too much memory](https://github.com/rclone/rclone/issues/2157),
398
+ [rclone not serving files to samba](https://forum.rclone.org/t/rclone-1-39-vs-1-40-mount-issue/5112)
399
+ and [excessive time listing directories](https://github.com/rclone/rclone/issues/2095#issuecomment-371141147).
400
+
401
+ The kernel can cache the info about a file for the time given by
402
+ `--attr-timeout`. You may see corruption if the remote file changes
403
+ length during this window. It will show up as either a truncated file
404
+ or a file with garbage on the end. With `--attr-timeout 1s` this is
405
+ very unlikely but not impossible. The higher you set `--attr-timeout`
406
+ the more likely it is. The default setting of "1s" is the lowest
407
+ setting which mitigates the problems above.
408
+
409
+ If you set it higher (`10s` or `1m` say) then the kernel will call
410
+ back to rclone less often making it more efficient, however there is
411
+ more chance of the corruption issue above.
412
+
413
+ If files don't change on the remote outside of the control of rclone
414
+ then there is no chance of corruption.
415
+
416
+ This is the same as setting the attr_timeout option in mount.fuse.
417
+
418
+ ## Filters
419
+
420
+ Note that all the rclone filters can be used to select a subset of the
421
+ files to be visible in the mount.
422
+
423
+ ## systemd
424
+
425
+ When running rclone nfsmount as a systemd service, it is possible
426
+ to use Type=notify. In this case the service will enter the started state
427
+ after the mountpoint has been successfully set up.
428
+ Units having the rclone nfsmount service specified as a requirement
429
+ will see all files and folders immediately in this mode.
430
+
431
+ Note that systemd runs mount units without any environment variables including
432
+ `PATH` or `HOME`. This means that tilde (`~`) expansion will not work
433
+ and you should provide `--config` and `--cache-dir` explicitly as absolute
434
+ paths via rclone arguments.
435
+ Since mounting requires the `fusermount` or `fusermount3` program,
436
+ rclone will use the fallback PATH of `/bin:/usr/bin` in this scenario.
437
+ Please ensure that `fusermount`/`fusermount3` is present on this PATH.
438
+
439
+ ## Rclone as Unix mount helper
440
+
441
+ The core Unix program `/bin/mount` normally takes the `-t FSTYPE` argument
442
+ then runs the `/sbin/mount.FSTYPE` helper program passing it mount options
443
+ as `-o key=val,...` or `--opt=...`. Automount (classic or systemd) behaves
444
+ in a similar way.
445
+
446
+ rclone by default expects GNU-style flags `--key val`. To run it as a mount
447
+ helper you should symlink rclone binary to `/sbin/mount.rclone` and optionally
448
+ `/usr/bin/rclonefs`, e.g. `ln -s /usr/bin/rclone /sbin/mount.rclone`.
449
+ rclone will detect it and translate command-line arguments appropriately.
450
+
451
+ Now you can run classic mounts like this:
452
+
453
+ ```console
454
+ mount sftp1:subdir /mnt/data -t rclone -o vfs_cache_mode=writes,sftp_key_file=/path/to/pem
455
+ ```
456
+
457
+ or create systemd mount units:
458
+
459
+ ```ini
460
+ # /etc/systemd/system/mnt-data.mount
461
+ [Unit]
462
+ Description=Mount for /mnt/data
463
+ [Mount]
464
+ Type=rclone
465
+ What=sftp1:subdir
466
+ Where=/mnt/data
467
+ Options=rw,_netdev,allow_other,args2env,vfs-cache-mode=writes,config=/etc/rclone.conf,cache-dir=/var/rclone
468
+ ```
469
+
470
+ optionally accompanied by systemd automount unit
471
+
472
+ ```ini
473
+ # /etc/systemd/system/mnt-data.automount
474
+ [Unit]
475
+ Description=AutoMount for /mnt/data
476
+ [Automount]
477
+ Where=/mnt/data
478
+ TimeoutIdleSec=600
479
+ [Install]
480
+ WantedBy=multi-user.target
481
+ ```
482
+
483
+ or add in `/etc/fstab` a line like
484
+
485
+ ```console
486
+ sftp1:subdir /mnt/data rclone rw,noauto,nofail,_netdev,x-systemd.automount,args2env,vfs_cache_mode=writes,config=/etc/rclone.conf,cache_dir=/var/cache/rclone 0 0
487
+ ```
488
+
489
+ or use classic Automountd.
490
+ Remember to provide explicit `config=...,cache-dir=...` as a workaround for
491
+ mount units being run without `HOME`.
492
+
493
+ Rclone in the mount helper mode will split `-o` argument(s) by comma, replace `_`
494
+ by `-` and prepend `--` to get the command-line flags. Options containing commas
495
+ or spaces can be wrapped in single or double quotes. Any inner quotes inside outer
496
+ quotes of the same type should be doubled.
497
+
498
+ Mount option syntax includes a few extra options treated specially:
499
+
500
+ - `env.NAME=VALUE` will set an environment variable for the mount process.
501
+ This helps with Automountd and Systemd.mount which don't allow setting
502
+ custom environment for mount helpers.
503
+ Typically you will use `env.HTTPS_PROXY=proxy.host:3128` or `env.HOME=/root`
504
+ - `command=cmount` can be used to run `cmount` or any other rclone command
505
+ rather than the default `mount`.
506
+ - `args2env` will pass mount options to the mount helper running in background
507
+ via environment variables instead of command line arguments. This allows to
508
+ hide secrets from such commands as `ps` or `pgrep`.
509
+ - `vv...` will be transformed into appropriate `--verbose=N`
510
+ - standard mount options like `x-systemd.automount`, `_netdev`, `nosuid` and alike
511
+ are intended only for Automountd and ignored by rclone.
512
+
513
+ ## VFS - Virtual File System
514
+
515
+ This command uses the VFS layer. This adapts the cloud storage objects
516
+ that rclone uses into something which looks much more like a disk
517
+ filing system.
518
+
519
+ Cloud storage objects have lots of properties which aren't like disk
520
+ files - you can't extend them or write to the middle of them, so the
521
+ VFS layer has to deal with that. Because there is no one right way of
522
+ doing this there are various options explained below.
523
+
524
+ The VFS layer also implements a directory cache - this caches info
525
+ about files and directories (but not the data) in memory.
526
+
527
+ ## VFS Directory Cache
528
+
529
+ Using the `--dir-cache-time` flag, you can control how long a
530
+ directory should be considered up to date and not refreshed from the
531
+ backend. Changes made through the VFS will appear immediately or
532
+ invalidate the cache.
533
+
534
+ ```text
535
+ --dir-cache-time duration Time to cache directory entries for (default 5m0s)
536
+ --poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable (default 1m0s)
537
+ ```
538
+
539
+ However, changes made directly on the cloud storage by the web
540
+ interface or a different copy of rclone will only be picked up once
541
+ the directory cache expires if the backend configured does not support
542
+ polling for changes. If the backend supports polling, changes will be
543
+ picked up within the polling interval.
544
+
545
+ You can send a `SIGHUP` signal to rclone for it to flush all
546
+ directory caches, regardless of how old they are. Assuming only one
547
+ rclone instance is running, you can reset the cache like this:
548
+
549
+ ```console
550
+ kill -SIGHUP $(pidof rclone)
551
+ ```
552
+
553
+ If you configure rclone with a [remote control](/rc) then you can use
554
+ rclone rc to flush the whole directory cache:
555
+
556
+ ```console
557
+ rclone rc vfs/forget
558
+ ```
559
+
560
+ Or individual files or directories:
561
+
562
+ ```console
563
+ rclone rc vfs/forget file=path/to/file dir=path/to/dir
564
+ ```
565
+
566
+ ## VFS File Buffering
567
+
568
+ The `--buffer-size` flag determines the amount of memory,
569
+ that will be used to buffer data in advance.
570
+
571
+ Each open file will try to keep the specified amount of data in memory
572
+ at all times. The buffered data is bound to one open file and won't be
573
+ shared.
574
+
575
+ This flag is a upper limit for the used memory per open file. The
576
+ buffer will only use memory for data that is downloaded but not not
577
+ yet read. If the buffer is empty, only a small amount of memory will
578
+ be used.
579
+
580
+ The maximum memory used by rclone for buffering can be up to
581
+ `--buffer-size * open files`.
582
+
583
+ ## VFS File Caching
584
+
585
+ These flags control the VFS file caching options. File caching is
586
+ necessary to make the VFS layer appear compatible with a normal file
587
+ system. It can be disabled at the cost of some compatibility.
588
+
589
+ For example you'll need to enable VFS caching if you want to read and
590
+ write simultaneously to a file. See below for more details.
591
+
592
+ Note that the VFS cache is separate from the cache backend and you may
593
+ find that you need one or the other or both.
594
+
595
+ ```text
596
+ --cache-dir string Directory rclone will use for caching.
597
+ --vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
598
+ --vfs-cache-max-age duration Max time since last access of objects in the cache (default 1h0m0s)
599
+ --vfs-cache-max-size SizeSuffix Max total size of objects in the cache (default off)
600
+ --vfs-cache-min-free-space SizeSuffix Target minimum free space on the disk containing the cache (default off)
601
+ --vfs-cache-poll-interval duration Interval to poll the cache for stale objects (default 1m0s)
602
+ --vfs-write-back duration Time to writeback files after last use when using cache (default 5s)
603
+ ```
604
+
605
+ If run with `-vv` rclone will print the location of the file cache. The
606
+ files are stored in the user cache file area which is OS dependent but
607
+ can be controlled with `--cache-dir` or setting the appropriate
608
+ environment variable.
609
+
610
+ The cache has 4 different modes selected by `--vfs-cache-mode`.
611
+ The higher the cache mode the more compatible rclone becomes at the
612
+ cost of using disk space.
613
+
614
+ Note that files are written back to the remote only when they are
615
+ closed and if they haven't been accessed for `--vfs-write-back`
616
+ seconds. If rclone is quit or dies with files that haven't been
617
+ uploaded, these will be uploaded next time rclone is run with the same
618
+ flags.
619
+
620
+ If using `--vfs-cache-max-size` or `--vfs-cache-min-free-space` note
621
+ that the cache may exceed these quotas for two reasons. Firstly
622
+ because it is only checked every `--vfs-cache-poll-interval`. Secondly
623
+ because open files cannot be evicted from the cache. When
624
+ `--vfs-cache-max-size` or `--vfs-cache-min-free-space` is exceeded,
625
+ rclone will attempt to evict the least accessed files from the cache
626
+ first. rclone will start with files that haven't been accessed for the
627
+ longest. This cache flushing strategy is efficient and more relevant
628
+ files are likely to remain cached.
629
+
630
+ The `--vfs-cache-max-age` will evict files from the cache
631
+ after the set time since last access has passed. The default value of
632
+ 1 hour will start evicting files from cache that haven't been accessed
633
+ for 1 hour. When a cached file is accessed the 1 hour timer is reset to 0
634
+ and will wait for 1 more hour before evicting. Specify the time with
635
+ standard notation, s, m, h, d, w .
636
+
637
+ You **should not** run two copies of rclone using the same VFS cache
638
+ with the same or overlapping remotes if using `--vfs-cache-mode > off`.
639
+ This can potentially cause data corruption if you do. You can work
640
+ around this by giving each rclone its own cache hierarchy with
641
+ `--cache-dir`. You don't need to worry about this if the remotes in
642
+ use don't overlap.
643
+
644
+ ### --vfs-cache-mode off
645
+
646
+ In this mode (the default) the cache will read directly from the remote and write
647
+ directly to the remote without caching anything on disk.
648
+
649
+ This will mean some operations are not possible
650
+
651
+ - Files can't be opened for both read AND write
652
+ - Files opened for write can't be seeked
653
+ - Existing files opened for write must have O_TRUNC set
654
+ - Files open for read with O_TRUNC will be opened write only
655
+ - Files open for write only will behave as if O_TRUNC was supplied
656
+ - Open modes O_APPEND, O_TRUNC are ignored
657
+ - If an upload fails it can't be retried
658
+
659
+ ### --vfs-cache-mode minimal
660
+
661
+ This is very similar to "off" except that files opened for read AND
662
+ write will be buffered to disk. This means that files opened for
663
+ write will be a lot more compatible, but uses the minimal disk space.
664
+
665
+ These operations are not possible
666
+
667
+ - Files opened for write only can't be seeked
668
+ - Existing files opened for write must have O_TRUNC set
669
+ - Files opened for write only will ignore O_APPEND, O_TRUNC
670
+ - If an upload fails it can't be retried
671
+
672
+ ### --vfs-cache-mode writes
673
+
674
+ In this mode files opened for read only are still read directly from
675
+ the remote, write only and read/write files are buffered to disk
676
+ first.
677
+
678
+ This mode should support all normal file system operations.
679
+
680
+ If an upload fails it will be retried at exponentially increasing
681
+ intervals up to 1 minute.
682
+
683
+ ### --vfs-cache-mode full
684
+
685
+ In this mode all reads and writes are buffered to and from disk. When
686
+ data is read from the remote this is buffered to disk as well.
687
+
688
+ In this mode the files in the cache will be sparse files and rclone
689
+ will keep track of which bits of the files it has downloaded.
690
+
691
+ So if an application only reads the starts of each file, then rclone
692
+ will only buffer the start of the file. These files will appear to be
693
+ their full size in the cache, but they will be sparse files with only
694
+ the data that has been downloaded present in them.
695
+
696
+ This mode should support all normal file system operations and is
697
+ otherwise identical to `--vfs-cache-mode` writes.
698
+
699
+ When reading a file rclone will read `--buffer-size` plus
700
+ `--vfs-read-ahead` bytes ahead. The `--buffer-size` is buffered in memory
701
+ whereas the `--vfs-read-ahead` is buffered on disk.
702
+
703
+ When using this mode it is recommended that `--buffer-size` is not set
704
+ too large and `--vfs-read-ahead` is set large if required.
705
+
706
+ **IMPORTANT** not all file systems support sparse files. In particular
707
+ FAT/exFAT do not. Rclone will perform very badly if the cache
708
+ directory is on a filesystem which doesn't support sparse files and it
709
+ will log an ERROR message if one is detected.
710
+
711
+ ### Fingerprinting
712
+
713
+ Various parts of the VFS use fingerprinting to see if a local file
714
+ copy has changed relative to a remote file. Fingerprints are made
715
+ from:
716
+
717
+ - size
718
+ - modification time
719
+ - hash
720
+
721
+ where available on an object.
722
+
723
+ On some backends some of these attributes are slow to read (they take
724
+ an extra API call per object, or extra work per object).
725
+
726
+ For example `hash` is slow with the `local` and `sftp` backends as
727
+ they have to read the entire file and hash it, and `modtime` is slow
728
+ with the `s3`, `swift`, `ftp` and `qinqstor` backends because they
729
+ need to do an extra API call to fetch it.
730
+
731
+ If you use the `--vfs-fast-fingerprint` flag then rclone will not
732
+ include the slow operations in the fingerprint. This makes the
733
+ fingerprinting less accurate but much faster and will improve the
734
+ opening time of cached files.
735
+
736
+ If you are running a vfs cache over `local`, `s3` or `swift` backends
737
+ then using this flag is recommended.
738
+
739
+ Note that if you change the value of this flag, the fingerprints of
740
+ the files in the cache may be invalidated and the files will need to
741
+ be downloaded again.
742
+
743
+ ## VFS Chunked Reading
744
+
745
+ When rclone reads files from a remote it reads them in chunks. This
746
+ means that rather than requesting the whole file rclone reads the
747
+ chunk specified. This can reduce the used download quota for some
748
+ remotes by requesting only chunks from the remote that are actually
749
+ read, at the cost of an increased number of requests.
750
+
751
+ These flags control the chunking:
752
+
753
+ ```text
754
+ --vfs-read-chunk-size SizeSuffix Read the source objects in chunks (default 128M)
755
+ --vfs-read-chunk-size-limit SizeSuffix Max chunk doubling size (default off)
756
+ --vfs-read-chunk-streams int The number of parallel streams to read at once
757
+ ```
758
+
759
+ The chunking behaves differently depending on the `--vfs-read-chunk-streams` parameter.
760
+
761
+ ### `--vfs-read-chunk-streams` == 0
762
+
763
+ Rclone will start reading a chunk of size `--vfs-read-chunk-size`,
764
+ and then double the size for each read. When `--vfs-read-chunk-size-limit` is
765
+ specified, and greater than `--vfs-read-chunk-size`, the chunk size for each
766
+ open file will get doubled only until the specified value is reached. If the
767
+ value is "off", which is the default, the limit is disabled and the chunk size
768
+ will grow indefinitely.
769
+
770
+ With `--vfs-read-chunk-size 100M` and `--vfs-read-chunk-size-limit 0`
771
+ the following parts will be downloaded: 0-100M, 100M-200M, 200M-300M, 300M-400M
772
+ and so on. When `--vfs-read-chunk-size-limit 500M` is specified, the result would
773
+ be 0-100M, 100M-300M, 300M-700M, 700M-1200M, 1200M-1700M and so on.
774
+
775
+ Setting `--vfs-read-chunk-size` to `0` or "off" disables chunked reading.
776
+
777
+ The chunks will not be buffered in memory.
778
+
779
+ ### `--vfs-read-chunk-streams` > 0
780
+
781
+ Rclone reads `--vfs-read-chunk-streams` chunks of size
782
+ `--vfs-read-chunk-size` concurrently. The size for each read will stay
783
+ constant.
784
+
785
+ This improves performance performance massively on high latency links
786
+ or very high bandwidth links to high performance object stores.
787
+
788
+ Some experimentation will be needed to find the optimum values of
789
+ `--vfs-read-chunk-size` and `--vfs-read-chunk-streams` as these will
790
+ depend on the backend in use and the latency to the backend.
791
+
792
+ For high performance object stores (eg AWS S3) a reasonable place to
793
+ start might be `--vfs-read-chunk-streams 16` and
794
+ `--vfs-read-chunk-size 4M`. In testing with AWS S3 the performance
795
+ scaled roughly as the `--vfs-read-chunk-streams` setting.
796
+
797
+ Similar settings should work for high latency links, but depending on
798
+ the latency they may need more `--vfs-read-chunk-streams` in order to
799
+ get the throughput.
800
+
801
+ ## VFS Performance
802
+
803
+ These flags may be used to enable/disable features of the VFS for
804
+ performance or other reasons. See also the [chunked reading](#vfs-chunked-reading)
805
+ feature.
806
+
807
+ In particular S3 and Swift benefit hugely from the `--no-modtime` flag
808
+ (or use `--use-server-modtime` for a slightly different effect) as each
809
+ read of the modification time takes a transaction.
810
+
811
+ ```text
812
+ --no-checksum Don't compare checksums on up/download.
813
+ --no-modtime Don't read/write the modification time (can speed things up).
814
+ --no-seek Don't allow seeking in files.
815
+ --read-only Only allow read-only access.
816
+ ```
817
+
818
+ Sometimes rclone is delivered reads or writes out of order. Rather
819
+ than seeking rclone will wait a short time for the in sequence read or
820
+ write to come in. These flags only come into effect when not using an
821
+ on disk cache file.
822
+
823
+ ```text
824
+ --vfs-read-wait duration Time to wait for in-sequence read before seeking (default 20ms)
825
+ --vfs-write-wait duration Time to wait for in-sequence write before giving error (default 1s)
826
+ ```
827
+
828
+ When using VFS write caching (`--vfs-cache-mode` with value writes or full),
829
+ the global flag `--transfers` can be set to adjust the number of parallel uploads
830
+ of modified files from the cache (the related global flag `--checkers` has no
831
+ effect on the VFS).
832
+
833
+ ```text
834
+ --transfers int Number of file transfers to run in parallel (default 4)
835
+ ```
836
+
837
+ ## Symlinks
838
+
839
+ By default the VFS does not support symlinks. However this may be
840
+ enabled with either of the following flags:
841
+
842
+ ```text
843
+ --links Translate symlinks to/from regular files with a '.rclonelink' extension.
844
+ --vfs-links Translate symlinks to/from regular files with a '.rclonelink' extension for the VFS
845
+ ```
846
+
847
+ As most cloud storage systems do not support symlinks directly, rclone
848
+ stores the symlink as a normal file with a special extension. So a
849
+ file which appears as a symlink `link-to-file.txt` would be stored on
850
+ cloud storage as `link-to-file.txt.rclonelink` and the contents would
851
+ be the path to the symlink destination.
852
+
853
+ Note that `--links` enables symlink translation globally in rclone -
854
+ this includes any backend which supports the concept (for example the
855
+ local backend). `--vfs-links` just enables it for the VFS layer.
856
+
857
+ This scheme is compatible with that used by the
858
+ [local backend with the --local-links flag](/local/#symlinks-junction-points).
859
+
860
+ The `--vfs-links` flag has been designed for `rclone mount`, `rclone
861
+ nfsmount` and `rclone serve nfs`.
862
+
863
+ It hasn't been tested with the other `rclone serve` commands yet.
864
+
865
+ A limitation of the current implementation is that it expects the
866
+ caller to resolve sub-symlinks. For example given this directory tree
867
+
868
+ ```text
869
+ .
870
+ ├── dir
871
+ │   └── file.txt
872
+ └── linked-dir -> dir
873
+ ```
874
+
875
+ The VFS will correctly resolve `linked-dir` but not
876
+ `linked-dir/file.txt`. This is not a problem for the tested commands
877
+ but may be for other commands.
878
+
879
+ **Note** that there is an outstanding issue with symlink support
880
+ [issue #8245](https://github.com/rclone/rclone/issues/8245) with duplicate
881
+ files being created when symlinks are moved into directories where
882
+ there is a file of the same name (or vice versa).
883
+
884
+ ## VFS Case Sensitivity
885
+
886
+ Linux file systems are case-sensitive: two files can differ only
887
+ by case, and the exact case must be used when opening a file.
888
+
889
+ File systems in modern Windows are case-insensitive but case-preserving:
890
+ although existing files can be opened using any case, the exact case used
891
+ to create the file is preserved and available for programs to query.
892
+ It is not allowed for two files in the same directory to differ only by case.
893
+
894
+ Usually file systems on macOS are case-insensitive. It is possible to make macOS
895
+ file systems case-sensitive but that is not the default.
896
+
897
+ The `--vfs-case-insensitive` VFS flag controls how rclone handles these
898
+ two cases. If its value is "false", rclone passes file names to the remote
899
+ as-is. If the flag is "true" (or appears without a value on the
900
+ command line), rclone may perform a "fixup" as explained below.
901
+
902
+ The user may specify a file name to open/delete/rename/etc with a case
903
+ different than what is stored on the remote. If an argument refers
904
+ to an existing file with exactly the same name, then the case of the existing
905
+ file on the disk will be used. However, if a file name with exactly the same
906
+ name is not found but a name differing only by case exists, rclone will
907
+ transparently fixup the name. This fixup happens only when an existing file
908
+ is requested. Case sensitivity of file names created anew by rclone is
909
+ controlled by the underlying remote.
910
+
911
+ Note that case sensitivity of the operating system running rclone (the target)
912
+ may differ from case sensitivity of a file system presented by rclone (the source).
913
+ The flag controls whether "fixup" is performed to satisfy the target.
914
+
915
+ If the flag is not provided on the command line, then its default value depends
916
+ on the operating system where rclone runs: "true" on Windows and macOS, "false"
917
+ otherwise. If the flag is provided without a value, then it is "true".
918
+
919
+ The `--no-unicode-normalization` flag controls whether a similar "fixup" is
920
+ performed for filenames that differ but are [canonically
921
+ equivalent](https://en.wikipedia.org/wiki/Unicode_equivalence) with respect to
922
+ unicode. Unicode normalization can be particularly helpful for users of macOS,
923
+ which prefers form NFD instead of the NFC used by most other platforms. It is
924
+ therefore highly recommended to keep the default of `false` on macOS, to avoid
925
+ encoding compatibility issues.
926
+
927
+ In the (probably unlikely) event that a directory has multiple duplicate
928
+ filenames after applying case and unicode normalization, the `--vfs-block-norm-dupes`
929
+ flag allows hiding these duplicates. This comes with a performance tradeoff, as
930
+ rclone will have to scan the entire directory for duplicates when listing a
931
+ directory. For this reason, it is recommended to leave this disabled if not
932
+ needed. However, macOS users may wish to consider using it, as otherwise, if a
933
+ remote directory contains both NFC and NFD versions of the same filename, an odd
934
+ situation will occur: both versions of the file will be visible in the mount,
935
+ and both will appear to be editable, however, editing either version will
936
+ actually result in only the NFD version getting edited under the hood. `--vfs-block-
937
+ norm-dupes` prevents this confusion by detecting this scenario, hiding the
938
+ duplicates, and logging an error, similar to how this is handled in `rclone
939
+ sync`.
940
+
941
+ ## VFS Disk Options
942
+
943
+ This flag allows you to manually set the statistics about the filing system.
944
+ It can be useful when those statistics cannot be read correctly automatically.
945
+
946
+ ```text
947
+ --vfs-disk-space-total-size Manually set the total disk space size (example: 256G, default: -1)
948
+ ```
949
+
950
+ ## Alternate report of used bytes
951
+
952
+ Some backends, most notably S3, do not report the amount of bytes used.
953
+ If you need this information to be available when running `df` on the
954
+ filesystem, then pass the flag `--vfs-used-is-size` to rclone.
955
+ With this flag set, instead of relying on the backend to report this
956
+ information, rclone will scan the whole remote similar to `rclone size`
957
+ and compute the total used space itself.
958
+
959
+ **WARNING**: Contrary to `rclone size`, this flag ignores filters so that the
960
+ result is accurate. However, this is very inefficient and may cost lots of API
961
+ calls resulting in extra charges. Use it as a last resort and only with caching.
962
+
963
+ ## VFS Metadata
964
+
965
+ If you use the `--vfs-metadata-extension` flag you can get the VFS to
966
+ expose files which contain the [metadata](/docs/#metadata) as a JSON
967
+ blob. These files will not appear in the directory listing, but can be
968
+ `stat`-ed and opened and once they have been they **will** appear in
969
+ directory listings until the directory cache expires.
970
+
971
+ Note that some backends won't create metadata unless you pass in the
972
+ `--metadata` flag.
973
+
974
+ For example, using `rclone mount` with `--metadata --vfs-metadata-extension .metadata`
975
+ we get
976
+
977
+ ```console
978
+ $ ls -l /mnt/
979
+ total 1048577
980
+ -rw-rw-r-- 1 user user 1073741824 Mar 3 16:03 1G
981
+
982
+ $ cat /mnt/1G.metadata
983
+ {
984
+ "atime": "2025-03-04T17:34:22.317069787Z",
985
+ "btime": "2025-03-03T16:03:37.708253808Z",
986
+ "gid": "1000",
987
+ "mode": "100664",
988
+ "mtime": "2025-03-03T16:03:39.640238323Z",
989
+ "uid": "1000"
990
+ }
991
+
992
+ $ ls -l /mnt/
993
+ total 1048578
994
+ -rw-rw-r-- 1 user user 1073741824 Mar 3 16:03 1G
995
+ -rw-rw-r-- 1 user user 185 Mar 3 16:03 1G.metadata
996
+ ```
997
+
998
+ If the file has no metadata it will be returned as `{}` and if there
999
+ is an error reading the metadata the error will be returned as
1000
+ `{"error":"error string"}`.
1001
+
1002
+ ```
1003
+ rclone nfsmount remote:path /path/to/mountpoint [flags]
1004
+ ```
1005
+
1006
+ ## Options
1007
+
1008
+ ```
1009
+ --addr string IPaddress:Port or :Port to bind server to
1010
+ --allow-non-empty Allow mounting over a non-empty directory (not supported on Windows)
1011
+ --allow-other Allow access to other users (not supported on Windows)
1012
+ --allow-root Allow access to root user (not supported on Windows)
1013
+ --async-read Use asynchronous reads (not supported on Windows) (default true)
1014
+ --attr-timeout Duration Time for which file/directory attributes are cached (default 1s)
1015
+ --daemon Run mount in background and exit parent process (as background output is suppressed, use --log-file with --log-format=pid,... to monitor) (not supported on Windows)
1016
+ --daemon-timeout Duration Time limit for rclone to respond to kernel (not supported on Windows) (default 0s)
1017
+ --daemon-wait Duration Time to wait for ready mount from daemon (maximum time on Linux, constant sleep time on OSX/BSD) (not supported on Windows) (default 1m0s)
1018
+ --debug-fuse Debug the FUSE internals - needs -v
1019
+ --default-permissions Makes kernel enforce access control based on the file mode (not supported on Windows)
1020
+ --devname string Set the device name - default is remote:path
1021
+ --dir-cache-time Duration Time to cache directory entries for (default 5m0s)
1022
+ --dir-perms FileMode Directory permissions (default 777)
1023
+ --direct-io Use Direct IO, disables caching of data
1024
+ --file-perms FileMode File permissions (default 666)
1025
+ --fuse-flag stringArray Flags or arguments to be passed direct to libfuse/WinFsp (repeat if required)
1026
+ --gid uint32 Override the gid field set by the filesystem (not supported on Windows) (default 1000)
1027
+ -h, --help help for nfsmount
1028
+ --link-perms FileMode Link permissions (default 666)
1029
+ --max-read-ahead SizeSuffix The number of bytes that can be prefetched for sequential reads (not supported on Windows) (default 128Ki)
1030
+ --mount-case-insensitive Tristate Tell the OS the mount is case insensitive (true) or sensitive (false) regardless of the backend (auto) (default unset)
1031
+ --network-mode Mount as remote network drive, instead of fixed disk drive (supported on Windows only)
1032
+ --nfs-cache-dir string The directory the NFS handle cache will use if set
1033
+ --nfs-cache-handle-limit int max file handles cached simultaneously (min 5) (default 1000000)
1034
+ --nfs-cache-type memory|disk|symlink Type of NFS handle cache to use (default memory)
1035
+ --no-checksum Don't compare checksums on up/download
1036
+ --no-modtime Don't read/write the modification time (can speed things up)
1037
+ --no-seek Don't allow seeking in files
1038
+ --noappledouble Ignore Apple Double (._) and .DS_Store files (supported on OSX only) (default true)
1039
+ --noapplexattr Ignore all "com.apple.*" extended attributes (supported on OSX only)
1040
+ -o, --option stringArray Option for libfuse/WinFsp (repeat if required)
1041
+ --poll-interval Duration Time to wait between polling for changes, must be smaller than dir-cache-time and only on supported remotes (set 0 to disable) (default 1m0s)
1042
+ --read-only Only allow read-only access
1043
+ --sudo Use sudo to run the mount/umount commands as root.
1044
+ --uid uint32 Override the uid field set by the filesystem (not supported on Windows) (default 1000)
1045
+ --umask FileMode Override the permission bits set by the filesystem (not supported on Windows) (default 002)
1046
+ --vfs-block-norm-dupes If duplicate filenames exist in the same directory (after normalization), log an error and hide the duplicates (may have a performance cost)
1047
+ --vfs-cache-max-age Duration Max time since last access of objects in the cache (default 1h0m0s)
1048
+ --vfs-cache-max-size SizeSuffix Max total size of objects in the cache (default off)
1049
+ --vfs-cache-min-free-space SizeSuffix Target minimum free space on the disk containing the cache (default off)
1050
+ --vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
1051
+ --vfs-cache-poll-interval Duration Interval to poll the cache for stale objects (default 1m0s)
1052
+ --vfs-case-insensitive If a file name not found, find a case insensitive match
1053
+ --vfs-disk-space-total-size SizeSuffix Specify the total space of disk (default off)
1054
+ --vfs-fast-fingerprint Use fast (less accurate) fingerprints for change detection
1055
+ --vfs-links Translate symlinks to/from regular files with a '.rclonelink' extension for the VFS
1056
+ --vfs-metadata-extension string Set the extension to read metadata from
1057
+ --vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full
1058
+ --vfs-read-chunk-size SizeSuffix Read the source objects in chunks (default 128Mi)
1059
+ --vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached ('off' is unlimited) (default off)
1060
+ --vfs-read-chunk-streams int The number of parallel streams to read at once
1061
+ --vfs-read-wait Duration Time to wait for in-sequence read before seeking (default 20ms)
1062
+ --vfs-refresh Refreshes the directory cache recursively in the background on start
1063
+ --vfs-used-is-size rclone size Use the rclone size algorithm for Used size
1064
+ --vfs-write-back Duration Time to writeback files after last use when using cache (default 5s)
1065
+ --vfs-write-wait Duration Time to wait for in-sequence write before giving error (default 1s)
1066
+ --volname string Set the volume name (supported on Windows and OSX only)
1067
+ --write-back-cache Makes kernel buffer writes before sending them to rclone (without this, writethrough caching is used) (not supported on Windows)
1068
+ ```
1069
+
1070
+ Options shared with other commands are described next.
1071
+ See the [global flags page](/flags/) for global options not listed here.
1072
+
1073
+ ### Filter Options
1074
+
1075
+ Flags for filtering directory listings
1076
+
1077
+ ```text
1078
+ --delete-excluded Delete files on dest excluded from sync
1079
+ --exclude stringArray Exclude files matching pattern
1080
+ --exclude-from stringArray Read file exclude patterns from file (use - to read from stdin)
1081
+ --exclude-if-present stringArray Exclude directories if filename is present
1082
+ --files-from stringArray Read list of source-file names from file (use - to read from stdin)
1083
+ --files-from-raw stringArray Read list of source-file names from file without any processing of lines (use - to read from stdin)
1084
+ -f, --filter stringArray Add a file filtering rule
1085
+ --filter-from stringArray Read file filtering patterns from a file (use - to read from stdin)
1086
+ --hash-filter string Partition filenames by hash k/n or randomly @/n
1087
+ --ignore-case Ignore case in filters (case insensitive)
1088
+ --include stringArray Include files matching pattern
1089
+ --include-from stringArray Read file include patterns from file (use - to read from stdin)
1090
+ --max-age Duration Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
1091
+ --max-depth int If set limits the recursion depth to this (default -1)
1092
+ --max-size SizeSuffix Only transfer files smaller than this in KiB or suffix B|K|M|G|T|P (default off)
1093
+ --metadata-exclude stringArray Exclude metadatas matching pattern
1094
+ --metadata-exclude-from stringArray Read metadata exclude patterns from file (use - to read from stdin)
1095
+ --metadata-filter stringArray Add a metadata filtering rule
1096
+ --metadata-filter-from stringArray Read metadata filtering patterns from a file (use - to read from stdin)
1097
+ --metadata-include stringArray Include metadatas matching pattern
1098
+ --metadata-include-from stringArray Read metadata include patterns from file (use - to read from stdin)
1099
+ --min-age Duration Only transfer files older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
1100
+ --min-size SizeSuffix Only transfer files bigger than this in KiB or suffix B|K|M|G|T|P (default off)
1101
+ ```
1102
+
1103
+ ## See Also
1104
+
1105
+ <!-- markdownlint-capture -->
1106
+ <!-- markdownlint-disable ul-style line-length -->
1107
+
1108
+ * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
1109
+
1110
+
1111
+ <!-- markdownlint-restore -->