opencode-skills-collection 3.1.12 → 3.1.14

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 (770) hide show
  1. package/README.md +4 -6
  2. package/bundled-skills/.antigravity-install-manifest.json +195 -1
  3. package/bundled-skills/ab-testing/SKILL.md +368 -0
  4. package/bundled-skills/ab-testing/evals/evals.json +105 -0
  5. package/bundled-skills/ab-testing/references/sample-size-guide.md +263 -0
  6. package/bundled-skills/ab-testing/references/test-templates.md +277 -0
  7. package/bundled-skills/accint-commitments/SKILL.md +32 -0
  8. package/bundled-skills/accint-frames/SKILL.md +35 -0
  9. package/bundled-skills/accint-solve/SKILL.md +22 -192
  10. package/bundled-skills/add-app-clip/SKILL.md +297 -0
  11. package/bundled-skills/add-app-clip/agents/openai.yaml +4 -0
  12. package/bundled-skills/add-app-clip/references/native-module.md +96 -0
  13. package/bundled-skills/agent-memory/SKILL.md +84 -0
  14. package/bundled-skills/alternatives-pages/README.md +46 -0
  15. package/bundled-skills/alternatives-pages/SKILL.md +376 -0
  16. package/bundled-skills/analytics/SKILL.md +324 -0
  17. package/bundled-skills/analytics/evals/evals.json +90 -0
  18. package/bundled-skills/analytics/references/event-library.md +260 -0
  19. package/bundled-skills/analytics/references/ga4-implementation.md +300 -0
  20. package/bundled-skills/analytics/references/gtm-implementation.md +390 -0
  21. package/bundled-skills/anti-deception/SKILL.md +50 -0
  22. package/bundled-skills/api-analyzer/SKILL.md +101 -0
  23. package/bundled-skills/api-and-interface-design/SKILL.md +307 -0
  24. package/bundled-skills/api-designer/SKILL.md +167 -0
  25. package/bundled-skills/api-integration/SKILL.md +175 -0
  26. package/bundled-skills/api-onboarding/README.md +47 -0
  27. package/bundled-skills/api-onboarding/SKILL.md +473 -0
  28. package/bundled-skills/api-sdk-generator/SKILL.md +223 -0
  29. package/bundled-skills/appium-skill/SKILL.md +317 -0
  30. package/bundled-skills/applicationinsights-web-ts/SKILL.md +477 -0
  31. package/bundled-skills/automated-triage/SKILL.md +189 -0
  32. package/bundled-skills/aws-agentic-ai/SKILL.md +141 -0
  33. package/bundled-skills/aws-cdk-development/SKILL.md +275 -0
  34. package/bundled-skills/aws-cost-operations/SKILL.md +273 -0
  35. package/bundled-skills/aws-mcp-setup/SKILL.md +192 -0
  36. package/bundled-skills/aws-serverless-eda/SKILL.md +394 -0
  37. package/bundled-skills/aws-sst-development/SKILL.md +175 -0
  38. package/bundled-skills/azure-ai-language-conversations-py/SKILL.md +112 -0
  39. package/bundled-skills/azure-servicebus-rust/SKILL.md +182 -0
  40. package/bundled-skills/azure-storage-queue-rust/SKILL.md +178 -0
  41. package/bundled-skills/baseline-ui/SKILL.md +15 -10
  42. package/bundled-skills/before-you-build/SKILL.md +111 -0
  43. package/bundled-skills/brooks-audit/SKILL.md +49 -0
  44. package/bundled-skills/brooks-audit/architecture-guide.md +195 -0
  45. package/bundled-skills/brooks-audit/onboarding-guide.md +89 -0
  46. package/bundled-skills/brooks-debt/SKILL.md +42 -0
  47. package/bundled-skills/brooks-debt/debt-guide.md +125 -0
  48. package/bundled-skills/brooks-harness/SKILL.md +139 -0
  49. package/bundled-skills/brooks-review/SKILL.md +42 -0
  50. package/bundled-skills/brooks-review/pr-review-guide.md +163 -0
  51. package/bundled-skills/brooks-sweep/SKILL.md +44 -0
  52. package/bundled-skills/brooks-sweep/sweep-guide.md +264 -0
  53. package/bundled-skills/brooks-test/SKILL.md +41 -0
  54. package/bundled-skills/brooks-test/test-guide.md +147 -0
  55. package/bundled-skills/bug-hunt-swarm/SKILL.md +189 -0
  56. package/bundled-skills/bug-hunt-swarm/agents/openai.yaml +4 -0
  57. package/bundled-skills/building-native-ui/SKILL.md +77 -18
  58. package/bundled-skills/building-native-ui/agents/openai.yaml +4 -0
  59. package/bundled-skills/building-native-ui/references/animations.md +220 -0
  60. package/bundled-skills/building-native-ui/references/controls.md +270 -0
  61. package/bundled-skills/building-native-ui/references/form-sheet.md +253 -0
  62. package/bundled-skills/building-native-ui/references/gradients.md +106 -0
  63. package/bundled-skills/building-native-ui/references/icons.md +213 -0
  64. package/bundled-skills/building-native-ui/references/media.md +198 -0
  65. package/bundled-skills/building-native-ui/references/route-structure.md +229 -0
  66. package/bundled-skills/building-native-ui/references/search.md +248 -0
  67. package/bundled-skills/building-native-ui/references/storage.md +121 -0
  68. package/bundled-skills/building-native-ui/references/tabs.md +433 -0
  69. package/bundled-skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  70. package/bundled-skills/building-native-ui/references/visual-effects.md +197 -0
  71. package/bundled-skills/building-native-ui/references/webgpu-three.md +605 -0
  72. package/bundled-skills/building-native-ui/references/zoom-transitions.md +158 -0
  73. package/bundled-skills/changelog-updates/README.md +53 -0
  74. package/bundled-skills/changelog-updates/SKILL.md +552 -0
  75. package/bundled-skills/ci-cd-and-automation/SKILL.md +403 -0
  76. package/bundled-skills/claimable-postgres/SKILL.md +91 -59
  77. package/bundled-skills/co-marketing/SKILL.md +301 -0
  78. package/bundled-skills/co-marketing/evals/evals.json +84 -0
  79. package/bundled-skills/code-review-and-quality/SKILL.md +394 -0
  80. package/bundled-skills/code-showcase-core-components/SKILL.md +281 -0
  81. package/bundled-skills/code-showcase-react-ui-patterns/SKILL.md +306 -0
  82. package/bundled-skills/code-showcase-systematic-debugging/SKILL.md +167 -0
  83. package/bundled-skills/code-showcase-testing-patterns/SKILL.md +276 -0
  84. package/bundled-skills/code-simplification/SKILL.md +344 -0
  85. package/bundled-skills/community-building/README.md +102 -0
  86. package/bundled-skills/community-building/SKILL.md +415 -0
  87. package/bundled-skills/competitor-profiling/SKILL.md +427 -0
  88. package/bundled-skills/competitor-profiling/evals/evals.json +85 -0
  89. package/bundled-skills/competitor-profiling/references/templates.md +167 -0
  90. package/bundled-skills/competitor-profiling/references/tool-reference.md +179 -0
  91. package/bundled-skills/competitor-tracking/README.md +40 -0
  92. package/bundled-skills/competitor-tracking/SKILL.md +322 -0
  93. package/bundled-skills/context-engineering/SKILL.md +302 -0
  94. package/bundled-skills/cro/SKILL.md +202 -0
  95. package/bundled-skills/cro/evals/evals.json +111 -0
  96. package/bundled-skills/cro/references/experiments.md +248 -0
  97. package/bundled-skills/cro/references/form.md +422 -0
  98. package/bundled-skills/cron-doctor/scripts/cron-engine.js +10 -7
  99. package/bundled-skills/cucumber-skill/SKILL.md +235 -0
  100. package/bundled-skills/customer-research/SKILL.md +287 -0
  101. package/bundled-skills/customer-research/evals/evals.json +162 -0
  102. package/bundled-skills/customer-research/references/source-guides.md +401 -0
  103. package/bundled-skills/cypress-skill/SKILL.md +235 -0
  104. package/bundled-skills/debugging-and-error-recovery/SKILL.md +313 -0
  105. package/bundled-skills/debugging-code/SKILL.md +284 -0
  106. package/bundled-skills/debugging-code/references/advanced-techniques.md +50 -0
  107. package/bundled-skills/debugging-code/references/installing-debuggers.md +67 -0
  108. package/bundled-skills/debugging-code/scripts/install-dap.sh +87 -0
  109. package/bundled-skills/deprecation-and-migration/SKILL.md +219 -0
  110. package/bundled-skills/design-philosophy/SKILL.md +40 -0
  111. package/bundled-skills/design-philosophy/reference.md +19 -0
  112. package/bundled-skills/design-spatial/SKILL.md +271 -0
  113. package/bundled-skills/design-spatial/scripts/layout-audit.js +138 -0
  114. package/bundled-skills/design-system/SKILL.md +140 -0
  115. package/bundled-skills/design-system/references/motion-choreography.md +111 -0
  116. package/bundled-skills/design-thinking/SKILL.md +109 -0
  117. package/bundled-skills/design-ux/SKILL.md +75 -0
  118. package/bundled-skills/dev-to-hashnode/README.md +62 -0
  119. package/bundled-skills/dev-to-hashnode/SKILL.md +399 -0
  120. package/bundled-skills/developer-advocacy/README.md +102 -0
  121. package/bundled-skills/developer-advocacy/SKILL.md +423 -0
  122. package/bundled-skills/developer-audience-context/README.md +61 -0
  123. package/bundled-skills/developer-audience-context/SKILL.md +271 -0
  124. package/bundled-skills/developer-audience-context/references/example-apitest.md +175 -0
  125. package/bundled-skills/developer-audience-context/references/template.md +152 -0
  126. package/bundled-skills/developer-churn/README.md +80 -0
  127. package/bundled-skills/developer-churn/SKILL.md +652 -0
  128. package/bundled-skills/developer-listening/README.md +30 -0
  129. package/bundled-skills/developer-listening/SKILL.md +232 -0
  130. package/bundled-skills/developer-newsletter/README.md +84 -0
  131. package/bundled-skills/developer-newsletter/SKILL.md +376 -0
  132. package/bundled-skills/developer-onboarding/README.md +35 -0
  133. package/bundled-skills/developer-onboarding/SKILL.md +530 -0
  134. package/bundled-skills/developer-sandbox/README.md +47 -0
  135. package/bundled-skills/developer-sandbox/SKILL.md +504 -0
  136. package/bundled-skills/developer-seo/README.md +36 -0
  137. package/bundled-skills/developer-seo/SKILL.md +296 -0
  138. package/bundled-skills/developer-signup-flow/README.md +36 -0
  139. package/bundled-skills/developer-signup-flow/SKILL.md +397 -0
  140. package/bundled-skills/devrel-content/README.md +81 -0
  141. package/bundled-skills/devrel-content/SKILL.md +428 -0
  142. package/bundled-skills/dispatch/SKILL.md +130 -0
  143. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  144. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  145. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  146. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  147. package/bundled-skills/docs/users/bundles.md +1 -1
  148. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  149. package/bundled-skills/docs/users/faq.md +1 -1
  150. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  151. package/bundled-skills/docs/users/getting-started.md +1 -1
  152. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  153. package/bundled-skills/docs/users/usage.md +8 -8
  154. package/bundled-skills/docs/users/visual-guide.md +8 -8
  155. package/bundled-skills/docs-as-marketing/README.md +37 -0
  156. package/bundled-skills/docs-as-marketing/SKILL.md +398 -0
  157. package/bundled-skills/documentation-and-adrs/SKILL.md +291 -0
  158. package/bundled-skills/doubt-driven-development/SKILL.md +256 -0
  159. package/bundled-skills/eas-update-insights/SKILL.md +232 -0
  160. package/bundled-skills/eas-update-insights/agents/openai.yaml +4 -0
  161. package/bundled-skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  162. package/bundled-skills/eas-update-insights/references/update-insights-schema.md +69 -0
  163. package/bundled-skills/expo-api-routes/SKILL.md +9 -5
  164. package/bundled-skills/expo-api-routes/agents/openai.yaml +4 -0
  165. package/bundled-skills/expo-brownfield/SKILL.md +71 -0
  166. package/bundled-skills/expo-brownfield/agents/openai.yaml +4 -0
  167. package/bundled-skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  168. package/bundled-skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  169. package/bundled-skills/expo-brownfield/references/comparison.md +63 -0
  170. package/bundled-skills/expo-brownfield/references/troubleshooting.md +88 -0
  171. package/bundled-skills/expo-cicd-workflows/SKILL.md +18 -16
  172. package/bundled-skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  173. package/bundled-skills/expo-cicd-workflows/scripts/fetch.js +109 -0
  174. package/bundled-skills/expo-cicd-workflows/scripts/package.json +11 -0
  175. package/bundled-skills/expo-cicd-workflows/scripts/validate.js +84 -0
  176. package/bundled-skills/expo-deployment/SKILL.md +157 -53
  177. package/bundled-skills/expo-deployment/agents/openai.yaml +4 -0
  178. package/bundled-skills/expo-deployment/references/app-store-metadata.md +497 -0
  179. package/bundled-skills/expo-deployment/references/ios-app-store.md +371 -0
  180. package/bundled-skills/expo-deployment/references/play-store.md +246 -0
  181. package/bundled-skills/expo-deployment/references/testflight.md +58 -0
  182. package/bundled-skills/expo-deployment/references/workflows.md +160 -0
  183. package/bundled-skills/expo-dev-client/SKILL.md +25 -14
  184. package/bundled-skills/expo-dev-client/agents/openai.yaml +4 -0
  185. package/bundled-skills/expo-examples/SKILL.md +111 -0
  186. package/bundled-skills/expo-examples/references/catalog.md +105 -0
  187. package/bundled-skills/expo-module/SKILL.md +152 -0
  188. package/bundled-skills/expo-module/agents/openai.yaml +4 -0
  189. package/bundled-skills/expo-module/references/config-plugin.md +90 -0
  190. package/bundled-skills/expo-module/references/create-expo-module.md +206 -0
  191. package/bundled-skills/expo-module/references/lifecycle.md +127 -0
  192. package/bundled-skills/expo-module/references/module-config.md +48 -0
  193. package/bundled-skills/expo-module/references/native-module.md +286 -0
  194. package/bundled-skills/expo-module/references/native-view.md +171 -0
  195. package/bundled-skills/expo-observe/SKILL.md +44 -0
  196. package/bundled-skills/expo-observe/references/metrics.md +47 -0
  197. package/bundled-skills/expo-observe/references/queries.md +342 -0
  198. package/bundled-skills/expo-observe/references/setup.md +255 -0
  199. package/bundled-skills/expo-tailwind-setup/SKILL.md +13 -10
  200. package/bundled-skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  201. package/bundled-skills/expo-ui/SKILL.md +61 -0
  202. package/bundled-skills/expo-ui/agents/openai.yaml +4 -0
  203. package/bundled-skills/expo-ui/references/drop-in-replacements.md +27 -0
  204. package/bundled-skills/expo-ui/references/jetpack-compose.md +73 -0
  205. package/bundled-skills/expo-ui/references/swift-ui.md +73 -0
  206. package/bundled-skills/expo-ui/references/universal.md +73 -0
  207. package/bundled-skills/expo-ui/scripts/list-components.js +193 -0
  208. package/bundled-skills/faf-context/SKILL.md +106 -0
  209. package/bundled-skills/faf-go/SKILL.md +336 -0
  210. package/bundled-skills/fixing-accessibility/SKILL.md +16 -5
  211. package/bundled-skills/fixing-metadata/SKILL.md +18 -8
  212. package/bundled-skills/fixing-motion-performance/SKILL.md +17 -6
  213. package/bundled-skills/formik-patterns/SKILL.md +379 -0
  214. package/bundled-skills/free-tier-strategy/README.md +39 -0
  215. package/bundled-skills/free-tier-strategy/SKILL.md +462 -0
  216. package/bundled-skills/frontend-architecture/SKILL.md +419 -0
  217. package/bundled-skills/frontend-data-contracts/SKILL.md +331 -0
  218. package/bundled-skills/frontend-observability/SKILL.md +434 -0
  219. package/bundled-skills/frontend-optimistic-mutations/SKILL.md +278 -0
  220. package/bundled-skills/frontend-seo/SKILL.md +710 -0
  221. package/bundled-skills/frontend-slides-frontend-slides/SKILL.md +397 -0
  222. package/bundled-skills/frontend-ui-engineering/SKILL.md +341 -0
  223. package/bundled-skills/gemini-api-dev/SKILL.md +96 -53
  224. package/bundled-skills/gemini-live-api-dev/SKILL.md +339 -0
  225. package/bundled-skills/gemini-omni-flash-api/SKILL.md +335 -0
  226. package/bundled-skills/gemini-omni-flash-api/scripts/upload_file.py +218 -0
  227. package/bundled-skills/gemini-omni-flash-api/scripts/video/generate_video.py +439 -0
  228. package/bundled-skills/gemini-omni-flash-api/scripts/video/inspect_video.py +197 -0
  229. package/bundled-skills/gemini-omni-flash-api/scripts/video/prep_video.py +255 -0
  230. package/bundled-skills/gh-image/SKILL.md +10 -2
  231. package/bundled-skills/git-workflow-and-versioning/SKILL.md +313 -0
  232. package/bundled-skills/github-presence/README.md +67 -0
  233. package/bundled-skills/github-presence/SKILL.md +484 -0
  234. package/bundled-skills/graphql-schema/SKILL.md +309 -0
  235. package/bundled-skills/hf-mcp/SKILL.md +195 -0
  236. package/bundled-skills/hf-mem/SKILL.md +92 -0
  237. package/bundled-skills/hugging-face-cli/SKILL.md +155 -115
  238. package/bundled-skills/hugging-face-community-evals/SKILL.md +14 -7
  239. package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +30 -37
  240. package/bundled-skills/hugging-face-gradio/SKILL.md +14 -7
  241. package/bundled-skills/hugging-face-model-trainer/SKILL.md +42 -11
  242. package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +5 -0
  243. package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +57 -51
  244. package/bundled-skills/hugging-face-model-trainer/scripts/hf_benchmarks.py +659 -0
  245. package/bundled-skills/hugging-face-paper-publisher/SKILL.md +13 -6
  246. package/bundled-skills/hugging-face-papers/SKILL.md +12 -5
  247. package/bundled-skills/hugging-face-trackio/SKILL.md +11 -5
  248. package/bundled-skills/hugging-face-vision-trainer/SKILL.md +11 -5
  249. package/bundled-skills/huggingface-best/SKILL.md +143 -0
  250. package/bundled-skills/huggingface-local-models/SKILL.md +130 -0
  251. package/bundled-skills/huggingface-local-models/references/hardware.md +38 -0
  252. package/bundled-skills/huggingface-local-models/references/hub-discovery.md +178 -0
  253. package/bundled-skills/huggingface-local-models/references/quantization.md +256 -0
  254. package/bundled-skills/huggingface-lora-space-builder/SKILL.md +409 -0
  255. package/bundled-skills/huggingface-lora-space-builder/references/adapting-to-the-lora.md +113 -0
  256. package/bundled-skills/huggingface-lora-space-builder/references/base-models/krea-2.md +63 -0
  257. package/bundled-skills/huggingface-lora-space-builder/references/base-models/ltx.md +205 -0
  258. package/bundled-skills/huggingface-lora-space-builder/references/base-models/qwen-image.md +144 -0
  259. package/bundled-skills/huggingface-lora-space-builder/references/creative-mode.md +262 -0
  260. package/bundled-skills/huggingface-lora-space-builder/references/tasks.md +124 -0
  261. package/bundled-skills/huggingface-lora-space-builder/references/zerogpu-and-publishing.md +194 -0
  262. package/bundled-skills/huggingface-spaces/SKILL.md +247 -0
  263. package/bundled-skills/huggingface-spaces/references/buckets.md +89 -0
  264. package/bundled-skills/huggingface-spaces/references/debugging.md +234 -0
  265. package/bundled-skills/huggingface-spaces/references/gradio.md +171 -0
  266. package/bundled-skills/huggingface-spaces/references/grants.md +56 -0
  267. package/bundled-skills/huggingface-spaces/references/inference-providers.md +85 -0
  268. package/bundled-skills/huggingface-spaces/references/known-errors.md +232 -0
  269. package/bundled-skills/huggingface-spaces/references/requirements.md +153 -0
  270. package/bundled-skills/huggingface-spaces/references/zerogpu.md +276 -0
  271. package/bundled-skills/huggingface-tool-builder/SKILL.md +137 -0
  272. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
  273. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
  274. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
  275. package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
  276. package/bundled-skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
  277. package/bundled-skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
  278. package/bundled-skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
  279. package/bundled-skills/huggingface-zerogpu/SKILL.md +306 -0
  280. package/bundled-skills/huggingface-zerogpu/references/concurrency.md +79 -0
  281. package/bundled-skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
  282. package/bundled-skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
  283. package/bundled-skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
  284. package/bundled-skills/hugo-to-markdown/SKILL.md +201 -0
  285. package/bundled-skills/hugo-to-markdown/agents/openai.yaml +4 -0
  286. package/bundled-skills/hugo-to-markdown/references/conversion-workflow.md +143 -0
  287. package/bundled-skills/hugo-to-markdown/references/front-matter-and-content.md +145 -0
  288. package/bundled-skills/hugo-to-markdown/references/links-assets-and-validation.md +106 -0
  289. package/bundled-skills/hugo-to-markdown/references/shortcodes-and-render-hooks.md +281 -0
  290. package/bundled-skills/hugo-to-markdown/scripts/check_standard_markdown.py +70 -0
  291. package/bundled-skills/hugo-to-markdown/scripts/inventory_hugo_rules.py +188 -0
  292. package/bundled-skills/hyperexecute-skill/SKILL.md +65 -0
  293. package/bundled-skills/idea-refine/SKILL.md +195 -0
  294. package/bundled-skills/idea-refine/examples.md +238 -0
  295. package/bundled-skills/idea-refine/frameworks.md +99 -0
  296. package/bundled-skills/idea-refine/refinement-criteria.md +113 -0
  297. package/bundled-skills/idea-refine/scripts/idea-refine.sh +15 -0
  298. package/bundled-skills/implement/SKILL.md +32 -0
  299. package/bundled-skills/incremental-implementation/SKILL.md +262 -0
  300. package/bundled-skills/jest-skill/SKILL.md +182 -0
  301. package/bundled-skills/junit-5-skill/SKILL.md +236 -0
  302. package/bundled-skills/logic-diff/SKILL.md +50 -0
  303. package/bundled-skills/logic-diff/logic-diff-guide.md +75 -0
  304. package/bundled-skills/logic-explain/SKILL.md +50 -0
  305. package/bundled-skills/logic-explain/logic-explain-guide.md +74 -0
  306. package/bundled-skills/logic-fix-all/SKILL.md +87 -0
  307. package/bundled-skills/logic-fix-all/guide-phases-0-2-consent-scope-health.md +113 -0
  308. package/bundled-skills/logic-fix-all/guide-phases-3-5-review-locate-clarify.md +47 -0
  309. package/bundled-skills/logic-fix-all/guide-phases-6-9-fix-iterate-report.md +143 -0
  310. package/bundled-skills/logic-fix-all/logic-fix-all-guide.md +60 -0
  311. package/bundled-skills/logic-locate/SKILL.md +52 -0
  312. package/bundled-skills/logic-locate/logic-locate-guide.md +85 -0
  313. package/bundled-skills/logic-review/SKILL.md +100 -0
  314. package/bundled-skills/logic-review/logic-review-guide.md +296 -0
  315. package/bundled-skills/longbridge-content/SKILL.md +87 -0
  316. package/bundled-skills/longbridge-fundamentals/SKILL.md +134 -0
  317. package/bundled-skills/longbridge-market-data/SKILL.md +129 -0
  318. package/bundled-skills/loopy/SKILL.md +289 -0
  319. package/bundled-skills/loopy/agents/openai.yaml +4 -0
  320. package/bundled-skills/loopy/references/audit.md +61 -0
  321. package/bundled-skills/loopy/references/debrief.md +43 -0
  322. package/bundled-skills/loopy/references/discover.md +72 -0
  323. package/bundled-skills/loopy/references/publish.md +65 -0
  324. package/bundled-skills/loopy/references/run.md +73 -0
  325. package/bundled-skills/marketing-plan/SKILL.md +283 -0
  326. package/bundled-skills/marketing-plan/evals/evals.json +96 -0
  327. package/bundled-skills/marketing-plan/references/aarrr-framework.md +180 -0
  328. package/bundled-skills/marketing-plan/references/budget-planning.md +168 -0
  329. package/bundled-skills/marketing-plan/references/client-types.md +373 -0
  330. package/bundled-skills/marketing-plan/references/current-state-rubric.md +255 -0
  331. package/bundled-skills/marketing-plan/references/example-quietude.md +972 -0
  332. package/bundled-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  333. package/bundled-skills/marketing-plan/references/growth-patterns.md +148 -0
  334. package/bundled-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  335. package/bundled-skills/marketing-plan/references/measurement-framework.md +213 -0
  336. package/bundled-skills/marketing-plan/references/methodology.md +363 -0
  337. package/bundled-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  338. package/bundled-skills/marketing-plan/references/plan-template.md +494 -0
  339. package/bundled-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  340. package/bundled-skills/mdpr-skill/SKILL.md +233 -0
  341. package/bundled-skills/monte-carlo-analyze-root-cause/SKILL.md +229 -0
  342. package/bundled-skills/monte-carlo-asset-health/SKILL.md +200 -0
  343. package/bundled-skills/monte-carlo-monitoring-advisor/SKILL.md +317 -0
  344. package/bundled-skills/monte-carlo-performance-diagnosis/SKILL.md +153 -0
  345. package/bundled-skills/monte-carlo-remediation/SKILL.md +359 -0
  346. package/bundled-skills/monte-carlo-storage-cost-analysis/SKILL.md +162 -0
  347. package/bundled-skills/native-data-fetching/SKILL.md +11 -8
  348. package/bundled-skills/native-data-fetching/agents/openai.yaml +4 -0
  349. package/bundled-skills/native-data-fetching/references/expo-router-loaders.md +341 -0
  350. package/bundled-skills/neon-ai-gateway/SKILL.md +237 -0
  351. package/bundled-skills/neon-functions/SKILL.md +465 -0
  352. package/bundled-skills/neon-functions/references/ai-sdk.md +139 -0
  353. package/bundled-skills/neon-functions/references/hono-websockets.md +145 -0
  354. package/bundled-skills/neon-functions/references/mastra-studio.md +132 -0
  355. package/bundled-skills/neon-functions/references/mcp.md +137 -0
  356. package/bundled-skills/neon-functions/references/sentry.md +131 -0
  357. package/bundled-skills/neon-functions/references/sse.md +143 -0
  358. package/bundled-skills/neon-object-storage/SKILL.md +200 -0
  359. package/bundled-skills/neon-postgres/SKILL.md +234 -469
  360. package/bundled-skills/neon-postgres-branches/SKILL.md +292 -0
  361. package/bundled-skills/neon-postgres-egress-optimizer/SKILL.md +256 -0
  362. package/bundled-skills/newman-cicd-integration/SKILL.md +330 -0
  363. package/bundled-skills/observability-and-instrumentation/SKILL.md +216 -0
  364. package/bundled-skills/odw/SKILL.md +57 -0
  365. package/bundled-skills/offers/SKILL.md +168 -0
  366. package/bundled-skills/offers/references/bonus-stacking.md +150 -0
  367. package/bundled-skills/offers/references/examples.md +215 -0
  368. package/bundled-skills/offers/references/guarantee-design.md +172 -0
  369. package/bundled-skills/offers/references/offer-anatomy.md +203 -0
  370. package/bundled-skills/offers/references/offer-formats.md +240 -0
  371. package/bundled-skills/offers/references/scarcity-urgency.md +175 -0
  372. package/bundled-skills/offers/references/value-equation.md +134 -0
  373. package/bundled-skills/onboarding/SKILL.md +235 -0
  374. package/bundled-skills/onboarding/evals/evals.json +92 -0
  375. package/bundled-skills/onboarding/references/experiments.md +258 -0
  376. package/bundled-skills/open-source-marketing/README.md +100 -0
  377. package/bundled-skills/open-source-marketing/SKILL.md +466 -0
  378. package/bundled-skills/openapi-spec-generator/SKILL.md +335 -0
  379. package/bundled-skills/performance-optimization/SKILL.md +363 -0
  380. package/bundled-skills/planning-and-task-breakdown/SKILL.md +240 -0
  381. package/bundled-skills/polis-protocol-a-self-optimizing-city-of-agents/SKILL.md +170 -0
  382. package/bundled-skills/postgresql-cli/SKILL.md +498 -0
  383. package/bundled-skills/postgresql-cli/references/cli-options-and-variables.md +444 -0
  384. package/bundled-skills/postgresql-cli/references/meta-commands-core.md +466 -0
  385. package/bundled-skills/postgresql-cli/references/meta-commands-formatting.md +154 -0
  386. package/bundled-skills/postgresql-cli/references/meta-commands-inspection.md +134 -0
  387. package/bundled-skills/postgresql-cli/references/tips-advanced.md +289 -0
  388. package/bundled-skills/postgresql-cli/references/tips-workflows.md +407 -0
  389. package/bundled-skills/postman-collection-generator/SKILL.md +184 -0
  390. package/bundled-skills/postman-newman-automation/SKILL.md +311 -0
  391. package/bundled-skills/postman-openapi-converter/SKILL.md +174 -0
  392. package/bundled-skills/power-user-cultivation/README.md +78 -0
  393. package/bundled-skills/power-user-cultivation/SKILL.md +598 -0
  394. package/bundled-skills/pricing/SKILL.md +246 -0
  395. package/bundled-skills/pricing/evals/evals.json +90 -0
  396. package/bundled-skills/pricing/references/research-methods.md +152 -0
  397. package/bundled-skills/pricing/references/tier-structure.md +232 -0
  398. package/bundled-skills/privacy-mask/SKILL.md +96 -0
  399. package/bundled-skills/product-marketing/SKILL.md +256 -0
  400. package/bundled-skills/product-marketing/evals/evals.json +85 -0
  401. package/bundled-skills/public-relations/SKILL.md +146 -0
  402. package/bundled-skills/public-relations/references/journalist-pitching.md +368 -0
  403. package/bundled-skills/public-relations/references/media-outlets.md +207 -0
  404. package/bundled-skills/public-relations/references/newsjacking.md +218 -0
  405. package/bundled-skills/public-relations/references/press-platforms.md +188 -0
  406. package/bundled-skills/puppeteer-skill/SKILL.md +143 -0
  407. package/bundled-skills/pytest-skill/SKILL.md +201 -0
  408. package/bundled-skills/rclone-cli/SKILL.md +351 -0
  409. package/bundled-skills/rclone-cli/references/bisync.md +2003 -0
  410. package/bundled-skills/rclone-cli/references/cache.md +726 -0
  411. package/bundled-skills/rclone-cli/references/chunker.md +484 -0
  412. package/bundled-skills/rclone-cli/references/combine.md +187 -0
  413. package/bundled-skills/rclone-cli/references/commands/rclone.md +1169 -0
  414. package/bundled-skills/rclone-cli/references/commands/rclone_about.md +89 -0
  415. package/bundled-skills/rclone-cli/references/commands/rclone_archive.md +49 -0
  416. package/bundled-skills/rclone-cli/references/commands/rclone_archive_create.md +97 -0
  417. package/bundled-skills/rclone-cli/references/commands/rclone_archive_extract.md +83 -0
  418. package/bundled-skills/rclone-cli/references/commands/rclone_archive_list.md +98 -0
  419. package/bundled-skills/rclone-cli/references/commands/rclone_authorize.md +53 -0
  420. package/bundled-skills/rclone-cli/references/commands/rclone_backend.md +82 -0
  421. package/bundled-skills/rclone-cli/references/commands/rclone_bisync.md +160 -0
  422. package/bundled-skills/rclone-cli/references/commands/rclone_cat.md +122 -0
  423. package/bundled-skills/rclone-cli/references/commands/rclone_check.md +134 -0
  424. package/bundled-skills/rclone-cli/references/commands/rclone_checksum.md +120 -0
  425. package/bundled-skills/rclone-cli/references/commands/rclone_cleanup.md +49 -0
  426. package/bundled-skills/rclone-cli/references/commands/rclone_completion.md +40 -0
  427. package/bundled-skills/rclone-cli/references/commands/rclone_completion_bash.md +70 -0
  428. package/bundled-skills/rclone-cli/references/commands/rclone_completion_fish.md +57 -0
  429. package/bundled-skills/rclone-cli/references/commands/rclone_completion_powershell.md +49 -0
  430. package/bundled-skills/rclone-cli/references/commands/rclone_completion_zsh.md +57 -0
  431. package/bundled-skills/rclone-cli/references/commands/rclone_config.md +56 -0
  432. package/bundled-skills/rclone-cli/references/commands/rclone_config_create.md +150 -0
  433. package/bundled-skills/rclone-cli/references/commands/rclone_config_delete.md +33 -0
  434. package/bundled-skills/rclone-cli/references/commands/rclone_config_disconnect.md +40 -0
  435. package/bundled-skills/rclone-cli/references/commands/rclone_config_dump.md +33 -0
  436. package/bundled-skills/rclone-cli/references/commands/rclone_config_edit.md +39 -0
  437. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption.md +36 -0
  438. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_check.md +43 -0
  439. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_remove.md +44 -0
  440. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_set.md +54 -0
  441. package/bundled-skills/rclone-cli/references/commands/rclone_config_file.md +33 -0
  442. package/bundled-skills/rclone-cli/references/commands/rclone_config_password.md +49 -0
  443. package/bundled-skills/rclone-cli/references/commands/rclone_config_paths.md +33 -0
  444. package/bundled-skills/rclone-cli/references/commands/rclone_config_providers.md +33 -0
  445. package/bundled-skills/rclone-cli/references/commands/rclone_config_reconnect.md +40 -0
  446. package/bundled-skills/rclone-cli/references/commands/rclone_config_redacted.md +45 -0
  447. package/bundled-skills/rclone-cli/references/commands/rclone_config_show.md +33 -0
  448. package/bundled-skills/rclone-cli/references/commands/rclone_config_string.md +57 -0
  449. package/bundled-skills/rclone-cli/references/commands/rclone_config_touch.md +33 -0
  450. package/bundled-skills/rclone-cli/references/commands/rclone_config_update.md +150 -0
  451. package/bundled-skills/rclone-cli/references/commands/rclone_config_userinfo.md +38 -0
  452. package/bundled-skills/rclone-cli/references/commands/rclone_convmv.md +440 -0
  453. package/bundled-skills/rclone-cli/references/commands/rclone_copy.md +258 -0
  454. package/bundled-skills/rclone-cli/references/commands/rclone_copyto.md +219 -0
  455. package/bundled-skills/rclone-cli/references/commands/rclone_copyurl.md +91 -0
  456. package/bundled-skills/rclone-cli/references/commands/rclone_cryptcheck.md +141 -0
  457. package/bundled-skills/rclone-cli/references/commands/rclone_cryptdecode.md +51 -0
  458. package/bundled-skills/rclone-cli/references/commands/rclone_dedupe.md +166 -0
  459. package/bundled-skills/rclone-cli/references/commands/rclone_delete.md +117 -0
  460. package/bundled-skills/rclone-cli/references/commands/rclone_deletefile.md +50 -0
  461. package/bundled-skills/rclone-cli/references/commands/rclone_gendocs.md +39 -0
  462. package/bundled-skills/rclone-cli/references/commands/rclone_gitannex.md +113 -0
  463. package/bundled-skills/rclone-cli/references/commands/rclone_hashsum.md +120 -0
  464. package/bundled-skills/rclone-cli/references/commands/rclone_link.md +60 -0
  465. package/bundled-skills/rclone-cli/references/commands/rclone_listremotes.md +55 -0
  466. package/bundled-skills/rclone-cli/references/commands/rclone_ls.md +114 -0
  467. package/bundled-skills/rclone-cli/references/commands/rclone_lsd.md +127 -0
  468. package/bundled-skills/rclone-cli/references/commands/rclone_lsf.md +241 -0
  469. package/bundled-skills/rclone-cli/references/commands/rclone_lsjson.md +195 -0
  470. package/bundled-skills/rclone-cli/references/commands/rclone_lsl.md +115 -0
  471. package/bundled-skills/rclone-cli/references/commands/rclone_md5sum.md +96 -0
  472. package/bundled-skills/rclone-cli/references/commands/rclone_mkdir.md +43 -0
  473. package/bundled-skills/rclone-cli/references/commands/rclone_mount.md +1105 -0
  474. package/bundled-skills/rclone-cli/references/commands/rclone_move.md +223 -0
  475. package/bundled-skills/rclone-cli/references/commands/rclone_moveto.md +218 -0
  476. package/bundled-skills/rclone-cli/references/commands/rclone_ncdu.md +140 -0
  477. package/bundled-skills/rclone-cli/references/commands/rclone_nfsmount.md +1111 -0
  478. package/bundled-skills/rclone-cli/references/commands/rclone_obscure.md +60 -0
  479. package/bundled-skills/rclone-cli/references/commands/rclone_purge.md +58 -0
  480. package/bundled-skills/rclone-cli/references/commands/rclone_rc.md +111 -0
  481. package/bundled-skills/rclone-cli/references/commands/rclone_rcat.md +79 -0
  482. package/bundled-skills/rclone-cli/references/commands/rclone_rcd.md +219 -0
  483. package/bundled-skills/rclone-cli/references/commands/rclone_rmdir.md +52 -0
  484. package/bundled-skills/rclone-cli/references/commands/rclone_rmdirs.md +66 -0
  485. package/bundled-skills/rclone-cli/references/commands/rclone_selfupdate.md +91 -0
  486. package/bundled-skills/rclone-cli/references/commands/rclone_serve.md +61 -0
  487. package/bundled-skills/rclone-cli/references/commands/rclone_serve_dlna.md +619 -0
  488. package/bundled-skills/rclone-cli/references/commands/rclone_serve_docker.md +653 -0
  489. package/bundled-skills/rclone-cli/references/commands/rclone_serve_ftp.md +698 -0
  490. package/bundled-skills/rclone-cli/references/commands/rclone_serve_http.md +837 -0
  491. package/bundled-skills/rclone-cli/references/commands/rclone_serve_nfs.md +670 -0
  492. package/bundled-skills/rclone-cli/references/commands/rclone_serve_restic.md +246 -0
  493. package/bundled-skills/rclone-cli/references/commands/rclone_serve_s3.md +867 -0
  494. package/bundled-skills/rclone-cli/references/commands/rclone_serve_sftp.md +745 -0
  495. package/bundled-skills/rclone-cli/references/commands/rclone_serve_webdav.md +896 -0
  496. package/bundled-skills/rclone-cli/references/commands/rclone_settier.md +63 -0
  497. package/bundled-skills/rclone-cli/references/commands/rclone_sha1sum.md +99 -0
  498. package/bundled-skills/rclone-cli/references/commands/rclone_size.md +94 -0
  499. package/bundled-skills/rclone-cli/references/commands/rclone_sync.md +252 -0
  500. package/bundled-skills/rclone-cli/references/commands/rclone_test.md +51 -0
  501. package/bundled-skills/rclone-cli/references/commands/rclone_test_changenotify.md +34 -0
  502. package/bundled-skills/rclone-cli/references/commands/rclone_test_histogram.md +41 -0
  503. package/bundled-skills/rclone-cli/references/commands/rclone_test_info.md +51 -0
  504. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefile.md +39 -0
  505. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefiles.md +47 -0
  506. package/bundled-skills/rclone-cli/references/commands/rclone_test_memory.md +33 -0
  507. package/bundled-skills/rclone-cli/references/commands/rclone_test_speed.md +66 -0
  508. package/bundled-skills/rclone-cli/references/commands/rclone_touch.md +110 -0
  509. package/bundled-skills/rclone-cli/references/commands/rclone_tree.md +121 -0
  510. package/bundled-skills/rclone-cli/references/commands/rclone_version.md +83 -0
  511. package/bundled-skills/rclone-cli/references/crypt.md +844 -0
  512. package/bundled-skills/rclone-cli/references/docker.md +615 -0
  513. package/bundled-skills/rclone-cli/references/faq.md +364 -0
  514. package/bundled-skills/rclone-cli/references/filtering.md +991 -0
  515. package/bundled-skills/rclone-cli/references/flags.md +1221 -0
  516. package/bundled-skills/rclone-cli/references/hasher.md +383 -0
  517. package/bundled-skills/rclone-cli/references/install.md +686 -0
  518. package/bundled-skills/rclone-cli/references/overview.md +620 -0
  519. package/bundled-skills/rclone-cli/references/providers/alias.md +141 -0
  520. package/bundled-skills/rclone-cli/references/providers/archive.md +287 -0
  521. package/bundled-skills/rclone-cli/references/providers/azureblob.md +1140 -0
  522. package/bundled-skills/rclone-cli/references/providers/azurefiles.md +834 -0
  523. package/bundled-skills/rclone-cli/references/providers/b2.md +879 -0
  524. package/bundled-skills/rclone-cli/references/providers/box.md +573 -0
  525. package/bundled-skills/rclone-cli/references/providers/cloudinary.md +259 -0
  526. package/bundled-skills/rclone-cli/references/providers/compress.md +222 -0
  527. package/bundled-skills/rclone-cli/references/providers/drime.md +319 -0
  528. package/bundled-skills/rclone-cli/references/providers/drive.md +2032 -0
  529. package/bundled-skills/rclone-cli/references/providers/dropbox.md +661 -0
  530. package/bundled-skills/rclone-cli/references/providers/fichier.md +230 -0
  531. package/bundled-skills/rclone-cli/references/providers/filefabric.md +298 -0
  532. package/bundled-skills/rclone-cli/references/providers/filelu.md +256 -0
  533. package/bundled-skills/rclone-cli/references/providers/filen.md +243 -0
  534. package/bundled-skills/rclone-cli/references/providers/filescom.md +209 -0
  535. package/bundled-skills/rclone-cli/references/providers/ftp.md +621 -0
  536. package/bundled-skills/rclone-cli/references/providers/gofile.md +274 -0
  537. package/bundled-skills/rclone-cli/references/providers/googlecloudstorage.md +846 -0
  538. package/bundled-skills/rclone-cli/references/providers/googlephotos.md +676 -0
  539. package/bundled-skills/rclone-cli/references/providers/hdfs.md +263 -0
  540. package/bundled-skills/rclone-cli/references/providers/hidrive.md +487 -0
  541. package/bundled-skills/rclone-cli/references/providers/http.md +323 -0
  542. package/bundled-skills/rclone-cli/references/providers/iclouddrive.md +212 -0
  543. package/bundled-skills/rclone-cli/references/providers/internetarchive.md +355 -0
  544. package/bundled-skills/rclone-cli/references/providers/internxt.md +189 -0
  545. package/bundled-skills/rclone-cli/references/providers/jottacloud.md +604 -0
  546. package/bundled-skills/rclone-cli/references/providers/koofr.md +395 -0
  547. package/bundled-skills/rclone-cli/references/providers/linkbox.md +117 -0
  548. package/bundled-skills/rclone-cli/references/providers/local.md +749 -0
  549. package/bundled-skills/rclone-cli/references/providers/mailru.md +470 -0
  550. package/bundled-skills/rclone-cli/references/providers/mega.md +361 -0
  551. package/bundled-skills/rclone-cli/references/providers/memory.md +109 -0
  552. package/bundled-skills/rclone-cli/references/providers/netstorage.md +371 -0
  553. package/bundled-skills/rclone-cli/references/providers/onedrive.md +1322 -0
  554. package/bundled-skills/rclone-cli/references/providers/opendrive.md +222 -0
  555. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/_index.md +932 -0
  556. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/tutorial_mount.md +503 -0
  557. package/bundled-skills/rclone-cli/references/providers/pcloud.md +373 -0
  558. package/bundled-skills/rclone-cli/references/providers/pikpak.md +373 -0
  559. package/bundled-skills/rclone-cli/references/providers/pixeldrain.md +182 -0
  560. package/bundled-skills/rclone-cli/references/providers/premiumizeme.md +253 -0
  561. package/bundled-skills/rclone-cli/references/providers/protondrive.md +397 -0
  562. package/bundled-skills/rclone-cli/references/providers/putio.md +246 -0
  563. package/bundled-skills/rclone-cli/references/providers/qingstor.md +346 -0
  564. package/bundled-skills/rclone-cli/references/providers/quatrix.md +295 -0
  565. package/bundled-skills/rclone-cli/references/providers/s3.md +9687 -0
  566. package/bundled-skills/rclone-cli/references/providers/seafile.md +432 -0
  567. package/bundled-skills/rclone-cli/references/providers/sftp.md +1277 -0
  568. package/bundled-skills/rclone-cli/references/providers/shade.md +267 -0
  569. package/bundled-skills/rclone-cli/references/providers/sharefile.md +357 -0
  570. package/bundled-skills/rclone-cli/references/providers/sia.md +223 -0
  571. package/bundled-skills/rclone-cli/references/providers/smb.md +309 -0
  572. package/bundled-skills/rclone-cli/references/providers/storj.md +503 -0
  573. package/bundled-skills/rclone-cli/references/providers/sugarsync.md +305 -0
  574. package/bundled-skills/rclone-cli/references/providers/swift.md +744 -0
  575. package/bundled-skills/rclone-cli/references/providers/ulozto.md +283 -0
  576. package/bundled-skills/rclone-cli/references/providers/webdav.md +565 -0
  577. package/bundled-skills/rclone-cli/references/providers/yandex.md +283 -0
  578. package/bundled-skills/rclone-cli/references/providers/zoho.md +305 -0
  579. package/bundled-skills/rclone-cli/references/rc.md +2725 -0
  580. package/bundled-skills/rclone-cli/references/union.md +336 -0
  581. package/bundled-skills/rclone-cli/references/usage.md +3555 -0
  582. package/bundled-skills/rclone-cli/scripts/install.sh +204 -0
  583. package/bundled-skills/redis-cli/SKILL.md +392 -0
  584. package/bundled-skills/redis-cli/references/advanced-features.md +338 -0
  585. package/bundled-skills/redis-cli/references/connection-and-options.md +258 -0
  586. package/bundled-skills/redis-cli/references/data-query-commands.md +417 -0
  587. package/bundled-skills/redis-cli/references/inspection-and-monitoring.md +309 -0
  588. package/bundled-skills/redis-cli/references/key-management.md +252 -0
  589. package/bundled-skills/redis-cli/references/module-data-types.md +429 -0
  590. package/bundled-skills/redis-cli/references/server-administration.md +366 -0
  591. package/bundled-skills/repo-maintainer/SKILL.md +480 -0
  592. package/bundled-skills/resolving-merge-conflicts/SKILL.md +32 -0
  593. package/bundled-skills/review-and-simplify-changes/SKILL.md +202 -0
  594. package/bundled-skills/review-swarm/SKILL.md +185 -0
  595. package/bundled-skills/review-swarm/agents/openai.yaml +4 -0
  596. package/bundled-skills/riffkit/SKILL.md +122 -0
  597. package/bundled-skills/robot-framework-skill/SKILL.md +153 -0
  598. package/bundled-skills/sdk-dx/README.md +39 -0
  599. package/bundled-skills/sdk-dx/SKILL.md +541 -0
  600. package/bundled-skills/security-and-hardening/SKILL.md +474 -0
  601. package/bundled-skills/selenium-skill/SKILL.md +258 -0
  602. package/bundled-skills/shipping-and-launch/SKILL.md +323 -0
  603. package/bundled-skills/smartui-skill/SKILL.md +149 -0
  604. package/bundled-skills/source-driven-development/SKILL.md +207 -0
  605. package/bundled-skills/spec-driven-development/SKILL.md +217 -0
  606. package/bundled-skills/sql-sentinel/SKILL.md +12 -3
  607. package/bundled-skills/styleseed-design-review/SKILL.md +126 -0
  608. package/bundled-skills/supabase/CHANGELOG.md +35 -0
  609. package/bundled-skills/supabase/SKILL.md +149 -0
  610. package/bundled-skills/supabase/assets/feedback-issue-template.md +17 -0
  611. package/bundled-skills/supabase/references/skill-feedback.md +17 -0
  612. package/bundled-skills/supabase-postgres-best-practices/CHANGELOG.md +29 -0
  613. package/bundled-skills/supabase-postgres-best-practices/SKILL.md +74 -0
  614. package/bundled-skills/supabase-postgres-best-practices/references/_contributing.md +170 -0
  615. package/bundled-skills/supabase-postgres-best-practices/references/_sections.md +39 -0
  616. package/bundled-skills/supabase-postgres-best-practices/references/_template.md +34 -0
  617. package/bundled-skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
  618. package/bundled-skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
  619. package/bundled-skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
  620. package/bundled-skills/supabase-postgres-best-practices/references/conn-limits.md +44 -0
  621. package/bundled-skills/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
  622. package/bundled-skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
  623. package/bundled-skills/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
  624. package/bundled-skills/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
  625. package/bundled-skills/supabase-postgres-best-practices/references/data-pagination.md +50 -0
  626. package/bundled-skills/supabase-postgres-best-practices/references/data-upsert.md +50 -0
  627. package/bundled-skills/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
  628. package/bundled-skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
  629. package/bundled-skills/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
  630. package/bundled-skills/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
  631. package/bundled-skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
  632. package/bundled-skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
  633. package/bundled-skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
  634. package/bundled-skills/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
  635. package/bundled-skills/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
  636. package/bundled-skills/supabase-postgres-best-practices/references/query-index-types.md +48 -0
  637. package/bundled-skills/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
  638. package/bundled-skills/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
  639. package/bundled-skills/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
  640. package/bundled-skills/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
  641. package/bundled-skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
  642. package/bundled-skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
  643. package/bundled-skills/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
  644. package/bundled-skills/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
  645. package/bundled-skills/supabase-postgres-best-practices/references/security-privileges.md +54 -0
  646. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
  647. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-performance.md +63 -0
  648. package/bundled-skills/swiftui-expert-skill/SKILL.md +175 -242
  649. package/bundled-skills/swiftui-expert-skill/references/accessibility-patterns.md +215 -0
  650. package/bundled-skills/swiftui-expert-skill/references/animation-advanced.md +428 -0
  651. package/bundled-skills/swiftui-expert-skill/references/animation-basics.md +284 -0
  652. package/bundled-skills/swiftui-expert-skill/references/animation-transitions.md +326 -0
  653. package/bundled-skills/swiftui-expert-skill/references/charts-accessibility.md +135 -0
  654. package/bundled-skills/swiftui-expert-skill/references/charts.md +602 -0
  655. package/bundled-skills/swiftui-expert-skill/references/focus-patterns.md +299 -0
  656. package/bundled-skills/swiftui-expert-skill/references/image-optimization.md +203 -0
  657. package/bundled-skills/swiftui-expert-skill/references/latest-apis.md +528 -0
  658. package/bundled-skills/swiftui-expert-skill/references/layout-best-practices.md +266 -0
  659. package/bundled-skills/swiftui-expert-skill/references/liquid-glass.md +423 -0
  660. package/bundled-skills/swiftui-expert-skill/references/list-patterns.md +467 -0
  661. package/bundled-skills/swiftui-expert-skill/references/localization.md +194 -0
  662. package/bundled-skills/swiftui-expert-skill/references/macos-scenes.md +318 -0
  663. package/bundled-skills/swiftui-expert-skill/references/macos-views.md +357 -0
  664. package/bundled-skills/swiftui-expert-skill/references/macos-window-styling.md +303 -0
  665. package/bundled-skills/swiftui-expert-skill/references/performance-patterns.md +417 -0
  666. package/bundled-skills/swiftui-expert-skill/references/previews.md +313 -0
  667. package/bundled-skills/swiftui-expert-skill/references/scroll-patterns.md +293 -0
  668. package/bundled-skills/swiftui-expert-skill/references/sheet-navigation-patterns.md +363 -0
  669. package/bundled-skills/swiftui-expert-skill/references/soft-deprecation.md +39 -0
  670. package/bundled-skills/swiftui-expert-skill/references/state-management.md +492 -0
  671. package/bundled-skills/swiftui-expert-skill/references/text-patterns.md +34 -0
  672. package/bundled-skills/swiftui-expert-skill/references/trace-analysis.md +295 -0
  673. package/bundled-skills/swiftui-expert-skill/references/trace-recording.md +134 -0
  674. package/bundled-skills/swiftui-expert-skill/references/view-structure.md +854 -0
  675. package/bundled-skills/swiftui-expert-skill/scripts/analyze_trace.py +301 -0
  676. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/__init__.py +1 -0
  677. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/causes.py +187 -0
  678. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/correlate.py +179 -0
  679. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/events.py +291 -0
  680. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hangs.py +108 -0
  681. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hitches.py +145 -0
  682. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/summary.py +243 -0
  683. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/swiftui.py +195 -0
  684. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/time_profiler.py +135 -0
  685. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xctrace.py +117 -0
  686. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xml_utils.py +224 -0
  687. package/bundled-skills/swiftui-expert-skill/scripts/record_trace.py +252 -0
  688. package/bundled-skills/technical-tutorials/README.md +90 -0
  689. package/bundled-skills/technical-tutorials/SKILL.md +581 -0
  690. package/bundled-skills/test-framework-migration-skill/SKILL.md +122 -0
  691. package/bundled-skills/testng-skill/SKILL.md +163 -0
  692. package/bundled-skills/train-sentence-transformers/SKILL.md +118 -0
  693. package/bundled-skills/train-sentence-transformers/references/base_model_selection.md +79 -0
  694. package/bundled-skills/train-sentence-transformers/references/dataset_formats.md +128 -0
  695. package/bundled-skills/train-sentence-transformers/references/evaluators_cross_encoder.md +116 -0
  696. package/bundled-skills/train-sentence-transformers/references/evaluators_sentence_transformer.md +151 -0
  697. package/bundled-skills/train-sentence-transformers/references/evaluators_sparse_encoder.md +121 -0
  698. package/bundled-skills/train-sentence-transformers/references/hardware_guide.md +105 -0
  699. package/bundled-skills/train-sentence-transformers/references/hf_jobs_execution.md +173 -0
  700. package/bundled-skills/train-sentence-transformers/references/losses_cross_encoder.md +137 -0
  701. package/bundled-skills/train-sentence-transformers/references/losses_sentence_transformer.md +246 -0
  702. package/bundled-skills/train-sentence-transformers/references/losses_sparse_encoder.md +106 -0
  703. package/bundled-skills/train-sentence-transformers/references/model_architectures.md +178 -0
  704. package/bundled-skills/train-sentence-transformers/references/prompts_and_instructions.md +160 -0
  705. package/bundled-skills/train-sentence-transformers/references/training_args.md +269 -0
  706. package/bundled-skills/train-sentence-transformers/references/troubleshooting.md +225 -0
  707. package/bundled-skills/train-sentence-transformers/scripts/mine_hard_negatives.py +199 -0
  708. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py +254 -0
  709. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_example.py +253 -0
  710. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py +282 -0
  711. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py +303 -0
  712. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_example.py +227 -0
  713. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py +308 -0
  714. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py +212 -0
  715. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py +258 -0
  716. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py +273 -0
  717. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py +275 -0
  718. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py +262 -0
  719. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_example.py +237 -0
  720. package/bundled-skills/transformers-js/SKILL.md +83 -29
  721. package/bundled-skills/transformers-js/references/CONFIGURATION.md +55 -7
  722. package/bundled-skills/transformers-js/references/EXAMPLES.md +98 -83
  723. package/bundled-skills/transformers-js/references/MODEL_REGISTRY.md +197 -0
  724. package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +31 -19
  725. package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +18 -18
  726. package/bundled-skills/trl-training/SKILL.md +327 -0
  727. package/bundled-skills/tune-monitor/SKILL.md +268 -0
  728. package/bundled-skills/ui-a11y/SKILL.md +76 -68
  729. package/bundled-skills/ui-component/SKILL.md +54 -82
  730. package/bundled-skills/ui-lint/SKILL.md +111 -0
  731. package/bundled-skills/ui-motion/SKILL.md +181 -0
  732. package/bundled-skills/ui-page/SKILL.md +80 -90
  733. package/bundled-skills/ui-pattern/SKILL.md +50 -68
  734. package/bundled-skills/ui-review/SKILL.md +95 -77
  735. package/bundled-skills/ui-score/SKILL.md +145 -0
  736. package/bundled-skills/ui-setup/SKILL.md +196 -88
  737. package/bundled-skills/ui-skills-root/SKILL.md +72 -0
  738. package/bundled-skills/ui-tokens/SKILL.md +44 -52
  739. package/bundled-skills/ui-update/SKILL.md +167 -0
  740. package/bundled-skills/unslop-commit/SKILL.md +113 -0
  741. package/bundled-skills/unslop-file/SKILL.md +157 -0
  742. package/bundled-skills/unslop-review/SKILL.md +102 -0
  743. package/bundled-skills/update-swiftui-apis/SKILL.md +120 -0
  744. package/bundled-skills/update-swiftui-apis/references/scan-manifest.md +230 -0
  745. package/bundled-skills/upgrading-expo/SKILL.md +107 -82
  746. package/bundled-skills/upgrading-expo/agents/openai.yaml +4 -0
  747. package/bundled-skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  748. package/bundled-skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  749. package/bundled-skills/upgrading-expo/references/native-tabs.md +124 -0
  750. package/bundled-skills/upgrading-expo/references/new-architecture.md +79 -0
  751. package/bundled-skills/upgrading-expo/references/react-19.md +79 -0
  752. package/bundled-skills/upgrading-expo/references/react-compiler.md +59 -0
  753. package/bundled-skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  754. package/bundled-skills/usage-based-pricing/README.md +40 -0
  755. package/bundled-skills/usage-based-pricing/SKILL.md +547 -0
  756. package/bundled-skills/use-dom/SKILL.md +428 -0
  757. package/bundled-skills/use-dom/agents/openai.yaml +4 -0
  758. package/bundled-skills/ux-audit/SKILL.md +112 -44
  759. package/bundled-skills/ux-copy/SKILL.md +105 -73
  760. package/bundled-skills/ux-feedback/SKILL.md +106 -58
  761. package/bundled-skills/ux-flow/SKILL.md +51 -50
  762. package/bundled-skills/vitest-skill/SKILL.md +165 -0
  763. package/bundled-skills/weaviate/references/environment_requirements.md +4 -1
  764. package/bundled-skills/weaviate/scripts/weaviate_conn.py +51 -17
  765. package/bundled-skills/webdriverio-skill/SKILL.md +157 -0
  766. package/bundled-skills/wjttc-builder/SKILL.md +355 -0
  767. package/bundled-skills/wjttc-tester/SKILL.md +190 -0
  768. package/bundled-skills/youtube-notetaker/scripts/serve.py +20 -11
  769. package/package.json +1 -1
  770. package/skills_index.json +4404 -146
@@ -0,0 +1,1140 @@
1
+ ---
2
+ title: "Microsoft Azure Blob Storage"
3
+ description: "Rclone docs for Microsoft Azure Blob Storage"
4
+ versionIntroduced: "v1.38"
5
+ ---
6
+
7
+ > **Official documentation:** [https://rclone.org/azureblob/](https://rclone.org/azureblob/)
8
+ # Microsoft Azure Blob Storage
9
+
10
+ Paths are specified as `remote:container` (or `remote:` for the `lsd`
11
+ command.) You may put subdirectories in too, e.g.
12
+ `remote:container/path/to/dir`.
13
+
14
+ ## Configuration
15
+
16
+ Here is an example of making a Microsoft Azure Blob Storage
17
+ configuration. For a remote called `remote`. First run:
18
+
19
+ ```console
20
+ rclone config
21
+ ```
22
+
23
+ This will guide you through an interactive setup process:
24
+
25
+ ```text
26
+ No remotes found, make a new one?
27
+ n) New remote
28
+ s) Set configuration password
29
+ q) Quit config
30
+ n/s/q> n
31
+ name> remote
32
+ Type of storage to configure.
33
+ Choose a number from below, or type in your own value
34
+ [snip]
35
+ XX / Microsoft Azure Blob Storage
36
+ \ "azureblob"
37
+ [snip]
38
+ Storage> azureblob
39
+ Storage Account Name
40
+ account> account_name
41
+ Storage Account Key
42
+ key> base64encodedkey==
43
+ Endpoint for the service - leave blank normally.
44
+ endpoint>
45
+ Remote config
46
+ Configuration complete.
47
+ Options:
48
+ - type: azureblob
49
+ - account: account_name
50
+ - key: base64encodedkey==
51
+ - endpoint:
52
+ Keep this "remote" remote?
53
+ y) Yes this is OK
54
+ e) Edit this remote
55
+ d) Delete this remote
56
+ y/e/d> y
57
+ ```
58
+
59
+ See all containers
60
+
61
+ ```console
62
+ rclone lsd remote:
63
+ ```
64
+
65
+ Make a new container
66
+
67
+ ```console
68
+ rclone mkdir remote:container
69
+ ```
70
+
71
+ List the contents of a container
72
+
73
+ ```console
74
+ rclone ls remote:container
75
+ ```
76
+
77
+ Sync `/home/local/directory` to the remote container, deleting any excess
78
+ files in the container.
79
+
80
+ ```console
81
+ rclone sync --interactive /home/local/directory remote:container
82
+ ```
83
+
84
+ ### --fast-list
85
+
86
+ This remote supports `--fast-list` which allows you to use fewer
87
+ transactions in exchange for more memory. See the [rclone
88
+ docs](/docs/#fast-list) for more details.
89
+
90
+ ### Modification times and hashes
91
+
92
+ The modification time is stored as metadata on the object with the
93
+ `mtime` key. It is stored using RFC3339 Format time with nanosecond
94
+ precision. The metadata is supplied during directory listings so
95
+ there is no performance overhead to using it.
96
+
97
+ If you wish to use the Azure standard `LastModified` time stored on
98
+ the object as the modified time, then use the `--use-server-modtime`
99
+ flag. Note that rclone can't set `LastModified`, so using the
100
+ `--update` flag when syncing is recommended if using
101
+ `--use-server-modtime`.
102
+
103
+ MD5 hashes are stored with blobs. However blobs that were uploaded in
104
+ chunks only have an MD5 if the source remote was capable of MD5
105
+ hashes, e.g. the local disk.
106
+
107
+ ### Metadata and tags
108
+
109
+ Rclone can map arbitrary metadata to Azure Blob headers, user metadata, and tags
110
+ when `--metadata` is enabled (or when using `--metadata-set` / `--metadata-mapper`).
111
+
112
+ - Headers: Set these keys in metadata to map to the corresponding blob headers:
113
+ - `cache-control`, `content-disposition`, `content-encoding`, `content-language`, `content-type`.
114
+ - User metadata: Any other non-reserved keys are written as user metadata
115
+ (keys are normalized to lowercase). Keys starting with `x-ms-` are reserved and
116
+ are not stored as user metadata.
117
+ - Tags: Provide `x-ms-tags` as a comma-separated list of `key=value` pairs, e.g.
118
+ `x-ms-tags=env=dev,team=sync`. These are applied as blob tags on upload and on
119
+ server-side copies. Whitespace around keys/values is ignored.
120
+ - Modtime override: Provide `mtime` in RFC3339/RFC3339Nano format to override the
121
+ stored modtime persisted in user metadata. If `mtime` cannot be parsed, rclone
122
+ logs a debug message and ignores the override.
123
+
124
+ Notes:
125
+ - Rclone ignores reserved `x-ms-*` keys (except `x-ms-tags`) for user metadata.
126
+
127
+ ### Performance
128
+
129
+ When uploading large files, increasing the value of
130
+ `--azureblob-upload-concurrency` will increase performance at the cost
131
+ of using more memory. The default of 16 is set quite conservatively to
132
+ use less memory. It maybe be necessary raise it to 64 or higher to
133
+ fully utilize a 1 GBit/s link with a single file transfer.
134
+
135
+ ### Restricted filename characters
136
+
137
+ In addition to the [default restricted characters set](/overview/#restricted-characters)
138
+ the following characters are also replaced:
139
+
140
+ | Character | Value | Replacement |
141
+ | --------- |:-----:|:-----------:|
142
+ | / | 0x2F | / |
143
+ | \ | 0x5C | \ |
144
+
145
+ File names can also not end with the following characters.
146
+ These only get replaced if they are the last character in the name:
147
+
148
+ | Character | Value | Replacement |
149
+ | --------- |:-----:|:-----------:|
150
+ | . | 0x2E | . |
151
+
152
+ Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
153
+ as they can't be used in JSON strings.
154
+
155
+ ### Authentication {#authentication}
156
+
157
+ There are a number of ways of supplying credentials for Azure Blob
158
+ Storage. Rclone tries them in the order of the sections below.
159
+
160
+ #### Env Auth
161
+
162
+ If the `env_auth` config parameter is `true` then rclone will pull
163
+ credentials from the environment or runtime.
164
+
165
+ It tries these authentication methods in this order:
166
+
167
+ 1. Environment Variables
168
+ 2. Managed Service Identity Credentials
169
+ 3. Azure CLI credentials (as used by the az tool)
170
+
171
+ These are described in the following sections
172
+
173
+ ##### Env Auth: 1. Environment Variables
174
+
175
+ If `env_auth` is set and environment variables are present rclone
176
+ authenticates a service principal with a secret or certificate, or a
177
+ user with a password, depending on which environment variable are set.
178
+ It reads configuration from these variables, in the following order:
179
+
180
+ 1. Service principal with client secret
181
+ - `AZURE_TENANT_ID`: ID of the service principal's tenant. Also called its
182
+ "directory" ID.
183
+ - `AZURE_CLIENT_ID`: the service principal's client ID
184
+ - `AZURE_CLIENT_SECRET`: one of the service principal's client secrets
185
+ 2. Service principal with certificate
186
+ - `AZURE_TENANT_ID`: ID of the service principal's tenant. Also called its
187
+ "directory" ID.
188
+ - `AZURE_CLIENT_ID`: the service principal's client ID
189
+ - `AZURE_CLIENT_CERTIFICATE_PATH`: path to a PEM or PKCS12 certificate file
190
+ including the private key.
191
+ - `AZURE_CLIENT_CERTIFICATE_PASSWORD`: (optional) password for the
192
+ certificate file.
193
+ - `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN`: (optional) Specifies whether an
194
+ authentication request will include an x5c header to support subject
195
+ name / issuer based authentication. When set to "true" or "1",
196
+ authentication requests include the x5c header.
197
+ 3. User with username and password
198
+ - `AZURE_TENANT_ID`: (optional) tenant to authenticate in. Defaults to "organizations".
199
+ - `AZURE_CLIENT_ID`: client ID of the application the user will authenticate
200
+ to
201
+ - `AZURE_USERNAME`: a username (usually an email address)
202
+ - `AZURE_PASSWORD`: the user's password
203
+ 4. Workload Identity
204
+ - `AZURE_TENANT_ID`: Tenant to authenticate in
205
+ - `AZURE_CLIENT_ID`: Client ID of the application the user will authenticate
206
+ to
207
+ - `AZURE_FEDERATED_TOKEN_FILE`: Path to projected service account token file
208
+ - `AZURE_AUTHORITY_HOST`: Authority of an Azure Active Directory endpoint
209
+ (default: login.microsoftonline.com).
210
+
211
+ ##### Env Auth: 2. Managed Service Identity Credentials
212
+
213
+ When using Managed Service Identity if the VM(SS) on which this
214
+ program is running has a system-assigned identity, it will be used by
215
+ default. If the resource has no system-assigned but exactly one
216
+ user-assigned identity, the user-assigned identity will be used by
217
+ default.
218
+
219
+ If the resource has multiple user-assigned identities you will need to
220
+ unset `env_auth` and set `use_msi` instead. See the [`use_msi`
221
+ section](#use_msi).
222
+
223
+ If you are operating in disconnected clouds, or private clouds such as
224
+ Azure Stack you may want to set `disable_instance_discovery = true`.
225
+ This determines whether rclone requests Microsoft Entra instance
226
+ metadata from `https://login.microsoft.com/` before authenticating.
227
+ Setting this to `true` will skip this request, making you responsible
228
+ for ensuring the configured authority is valid and trustworthy.
229
+
230
+ ##### Env Auth: 3. Azure CLI credentials (as used by the az tool)
231
+
232
+ Credentials created with the `az` tool can be picked up using `env_auth`.
233
+
234
+ For example if you were to login with a service principal like this:
235
+
236
+ ```console
237
+ az login --service-principal -u XXX -p XXX --tenant XXX
238
+ ```
239
+
240
+ Then you could access rclone resources like this:
241
+
242
+ ```console
243
+ rclone lsf :azureblob,env_auth,account=ACCOUNT:CONTAINER
244
+ ```
245
+
246
+ Or
247
+
248
+ ```console
249
+ rclone lsf --azureblob-env-auth --azureblob-account=ACCOUNT :azureblob:CONTAINER
250
+ ```
251
+
252
+ Which is analogous to using the `az` tool:
253
+
254
+ ```console
255
+ az storage blob list --container-name CONTAINER --account-name ACCOUNT --auth-mode login
256
+ ```
257
+
258
+ #### Account and Shared Key
259
+
260
+ This is the most straight forward and least flexible way. Just fill
261
+ in the `account` and `key` lines and leave the rest blank.
262
+
263
+ #### SAS URL
264
+
265
+ This can be an account level SAS URL or container level SAS URL.
266
+
267
+ To use it leave `account` and `key` blank and fill in `sas_url`.
268
+
269
+ An account level SAS URL or container level SAS URL can be obtained
270
+ from the Azure portal or the Azure Storage Explorer. To get a
271
+ container level SAS URL right click on a container in the Azure Blob
272
+ explorer in the Azure portal.
273
+
274
+ If you use a container level SAS URL, rclone operations are permitted
275
+ only on a particular container, e.g.
276
+
277
+ ```console
278
+ rclone ls azureblob:container
279
+ ```
280
+
281
+ You can also list the single container from the root. This will only
282
+ show the container specified by the SAS URL.
283
+
284
+ ```console
285
+ $ rclone lsd azureblob:
286
+ container/
287
+ ```
288
+
289
+ Note that you can't see or access any other containers - this will
290
+ fail
291
+
292
+ ```console
293
+ rclone ls azureblob:othercontainer
294
+ ```
295
+
296
+ Container level SAS URLs are useful for temporarily allowing third
297
+ parties access to a single container or putting credentials into an
298
+ untrusted environment such as a CI build server.
299
+
300
+ #### Service principal with client secret
301
+
302
+ If these variables are set, rclone will authenticate with a service principal
303
+ with a client secret.
304
+
305
+ - `tenant`: ID of the service principal's tenant. Also called its "directory" ID.
306
+ - `client_id`: the service principal's client ID
307
+ - `client_secret`: one of the service principal's client secrets
308
+
309
+ The credentials can also be placed in a file using the
310
+ `service_principal_file` configuration option.
311
+
312
+ #### Service principal with certificate
313
+
314
+ If these variables are set, rclone will authenticate with a service principal
315
+ with certificate.
316
+
317
+ - `tenant`: ID of the service principal's tenant. Also called its "directory" ID.
318
+ - `client_id`: the service principal's client ID
319
+ - `client_certificate_path`: path to a PEM or PKCS12 certificate file including
320
+ the private key.
321
+ - `client_certificate_password`: (optional) password for the certificate file.
322
+ - `client_send_certificate_chain`: (optional) Specifies whether an
323
+ authentication request will include an x5c header to support subject name /
324
+ issuer based authentication. When set to "true" or "1", authentication
325
+ requests include the x5c header.
326
+
327
+ **NB** `client_certificate_password` must be obscured - see [rclone obscure](/commands/rclone_obscure/).
328
+
329
+ #### User with username and password
330
+
331
+ If these variables are set, rclone will authenticate with username and password.
332
+
333
+ - `tenant`: (optional) tenant to authenticate in. Defaults to "organizations".
334
+ - `client_id`: client ID of the application the user will authenticate to
335
+ - `username`: a username (usually an email address)
336
+ - `password`: the user's password
337
+
338
+ Microsoft doesn't recommend this kind of authentication, because it's
339
+ less secure than other authentication flows. This method is not
340
+ interactive, so it isn't compatible with any form of multi-factor
341
+ authentication, and the application must already have user or admin
342
+ consent. This credential can only authenticate work and school
343
+ accounts; it can't authenticate Microsoft accounts.
344
+
345
+ **NB** `password` must be obscured - see [rclone obscure](/commands/rclone_obscure/).
346
+
347
+ #### Managed Service Identity Credentials {#use_msi}
348
+
349
+ If `use_msi` is set then managed service identity credentials are
350
+ used. This authentication only works when running in an Azure service.
351
+ `env_auth` needs to be unset to use this.
352
+
353
+ However if you have multiple user identities to choose from these must
354
+ be explicitly specified using exactly one of the `msi_object_id`,
355
+ `msi_client_id`, or `msi_mi_res_id` parameters.
356
+
357
+ If none of `msi_object_id`, `msi_client_id`, or `msi_mi_res_id` is
358
+ set, this is is equivalent to using `env_auth`.
359
+
360
+ #### Fedrated Identity Credentials
361
+
362
+ If these variables are set, rclone will authenticate with fedrated identity.
363
+
364
+ - `tenant_id`: tenant_id to authenticate in storage
365
+ - `client_id`: client ID of the application the user will authenticate to storage
366
+ - `msi_client_id`: managed identity client ID of the application the user will
367
+ authenticate to
368
+
369
+ By default "api://AzureADTokenExchange" is used as scope for token retrieval
370
+ over MSI. This token is then exchanged for actual storage token using
371
+ 'tenant_id' and 'client_id'.
372
+
373
+ #### Azure CLI tool `az` {#use_az}
374
+
375
+ Set to use the [Azure CLI tool `az`](https://learn.microsoft.com/en-us/cli/azure/)
376
+ as the sole means of authentication.
377
+
378
+ Setting this can be useful if you wish to use the `az` CLI on a host with
379
+ a System Managed Identity that you do not want to use.
380
+
381
+ Don't set `env_auth` at the same time.
382
+
383
+ #### Anonymous {#anonymous}
384
+
385
+ If you want to access resources with public anonymous access then set
386
+ `account` only. You can do this without making an rclone config:
387
+
388
+ ```console
389
+ rclone lsf :azureblob,account=ACCOUNT:CONTAINER
390
+ ```
391
+
392
+ <!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/azureblob/azureblob.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
393
+ ### Standard options
394
+
395
+ Here are the Standard options specific to azureblob (Microsoft Azure Blob Storage).
396
+
397
+ #### --azureblob-account
398
+
399
+ Azure Storage Account Name.
400
+
401
+ Set this to the Azure Storage Account Name in use.
402
+
403
+ Leave blank to use SAS URL or Emulator, otherwise it needs to be set.
404
+
405
+ If this is blank and if env_auth is set it will be read from the
406
+ environment variable `AZURE_STORAGE_ACCOUNT_NAME` if possible.
407
+
408
+
409
+ Properties:
410
+
411
+ - Config: account
412
+ - Env Var: RCLONE_AZUREBLOB_ACCOUNT
413
+ - Type: string
414
+ - Required: false
415
+
416
+ #### --azureblob-env-auth
417
+
418
+ Read credentials from runtime (environment variables, CLI or MSI).
419
+
420
+ See the [authentication docs](/azureblob#authentication) for full info.
421
+
422
+ Properties:
423
+
424
+ - Config: env_auth
425
+ - Env Var: RCLONE_AZUREBLOB_ENV_AUTH
426
+ - Type: bool
427
+ - Default: false
428
+
429
+ #### --azureblob-key
430
+
431
+ Storage Account Shared Key.
432
+
433
+ Leave blank to use SAS URL or Emulator.
434
+
435
+ Properties:
436
+
437
+ - Config: key
438
+ - Env Var: RCLONE_AZUREBLOB_KEY
439
+ - Type: string
440
+ - Required: false
441
+
442
+ #### --azureblob-sas-url
443
+
444
+ SAS URL for container level access only.
445
+
446
+ Leave blank if using account/key or Emulator.
447
+
448
+ Properties:
449
+
450
+ - Config: sas_url
451
+ - Env Var: RCLONE_AZUREBLOB_SAS_URL
452
+ - Type: string
453
+ - Required: false
454
+
455
+ #### --azureblob-connection-string
456
+
457
+ Storage Connection String.
458
+
459
+ Connection string for the storage. Leave blank if using other auth methods.
460
+
461
+
462
+ Properties:
463
+
464
+ - Config: connection_string
465
+ - Env Var: RCLONE_AZUREBLOB_CONNECTION_STRING
466
+ - Type: string
467
+ - Required: false
468
+
469
+ #### --azureblob-tenant
470
+
471
+ ID of the service principal's tenant. Also called its directory ID.
472
+
473
+ Set this if using
474
+ - Service principal with client secret
475
+ - Service principal with certificate
476
+ - User with username and password
477
+
478
+
479
+ Properties:
480
+
481
+ - Config: tenant
482
+ - Env Var: RCLONE_AZUREBLOB_TENANT
483
+ - Type: string
484
+ - Required: false
485
+
486
+ #### --azureblob-client-id
487
+
488
+ The ID of the client in use.
489
+
490
+ Set this if using
491
+ - Service principal with client secret
492
+ - Service principal with certificate
493
+ - User with username and password
494
+
495
+
496
+ Properties:
497
+
498
+ - Config: client_id
499
+ - Env Var: RCLONE_AZUREBLOB_CLIENT_ID
500
+ - Type: string
501
+ - Required: false
502
+
503
+ #### --azureblob-client-secret
504
+
505
+ One of the service principal's client secrets
506
+
507
+ Set this if using
508
+ - Service principal with client secret
509
+
510
+
511
+ Properties:
512
+
513
+ - Config: client_secret
514
+ - Env Var: RCLONE_AZUREBLOB_CLIENT_SECRET
515
+ - Type: string
516
+ - Required: false
517
+
518
+ #### --azureblob-client-certificate-path
519
+
520
+ Path to a PEM or PKCS12 certificate file including the private key.
521
+
522
+ Set this if using
523
+ - Service principal with certificate
524
+
525
+
526
+ Properties:
527
+
528
+ - Config: client_certificate_path
529
+ - Env Var: RCLONE_AZUREBLOB_CLIENT_CERTIFICATE_PATH
530
+ - Type: string
531
+ - Required: false
532
+
533
+ #### --azureblob-client-certificate-password
534
+
535
+ Password for the certificate file (optional).
536
+
537
+ Optionally set this if using
538
+ - Service principal with certificate
539
+
540
+ And the certificate has a password.
541
+
542
+
543
+ **NB** Input to this must be obscured - see [rclone obscure](/commands/rclone_obscure/).
544
+
545
+ Properties:
546
+
547
+ - Config: client_certificate_password
548
+ - Env Var: RCLONE_AZUREBLOB_CLIENT_CERTIFICATE_PASSWORD
549
+ - Type: string
550
+ - Required: false
551
+
552
+ ### Advanced options
553
+
554
+ Here are the Advanced options specific to azureblob (Microsoft Azure Blob Storage).
555
+
556
+ #### --azureblob-client-send-certificate-chain
557
+
558
+ Send the certificate chain when using certificate auth.
559
+
560
+ Specifies whether an authentication request will include an x5c header
561
+ to support subject name / issuer based authentication. When set to
562
+ true, authentication requests include the x5c header.
563
+
564
+ Optionally set this if using
565
+ - Service principal with certificate
566
+
567
+
568
+ Properties:
569
+
570
+ - Config: client_send_certificate_chain
571
+ - Env Var: RCLONE_AZUREBLOB_CLIENT_SEND_CERTIFICATE_CHAIN
572
+ - Type: bool
573
+ - Default: false
574
+
575
+ #### --azureblob-username
576
+
577
+ User name (usually an email address)
578
+
579
+ Set this if using
580
+ - User with username and password
581
+
582
+
583
+ Properties:
584
+
585
+ - Config: username
586
+ - Env Var: RCLONE_AZUREBLOB_USERNAME
587
+ - Type: string
588
+ - Required: false
589
+
590
+ #### --azureblob-password
591
+
592
+ The user's password
593
+
594
+ Set this if using
595
+ - User with username and password
596
+
597
+
598
+ **NB** Input to this must be obscured - see [rclone obscure](/commands/rclone_obscure/).
599
+
600
+ Properties:
601
+
602
+ - Config: password
603
+ - Env Var: RCLONE_AZUREBLOB_PASSWORD
604
+ - Type: string
605
+ - Required: false
606
+
607
+ #### --azureblob-service-principal-file
608
+
609
+ Path to file containing credentials for use with a service principal.
610
+
611
+ Leave blank normally. Needed only if you want to use a service principal instead of interactive login.
612
+
613
+ $ az ad sp create-for-rbac --name "<name>" \
614
+ --role "Storage Blob Data Owner" \
615
+ --scopes "/subscriptions/<subscription>/resourceGroups/<resource-group>/providers/Microsoft.Storage/storageAccounts/<storage-account>/blobServices/default/containers/<container>" \
616
+ > azure-principal.json
617
+
618
+ See ["Create an Azure service principal"](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli) and ["Assign an Azure role for access to blob data"](https://docs.microsoft.com/en-us/azure/storage/common/storage-auth-aad-rbac-cli) pages for more details.
619
+
620
+ It may be more convenient to put the credentials directly into the
621
+ rclone config file under the `client_id`, `tenant` and `client_secret`
622
+ keys instead of setting `service_principal_file`.
623
+
624
+
625
+ Properties:
626
+
627
+ - Config: service_principal_file
628
+ - Env Var: RCLONE_AZUREBLOB_SERVICE_PRINCIPAL_FILE
629
+ - Type: string
630
+ - Required: false
631
+
632
+ #### --azureblob-disable-instance-discovery
633
+
634
+ Skip requesting Microsoft Entra instance metadata
635
+
636
+ This should be set true only by applications authenticating in
637
+ disconnected clouds, or private clouds such as Azure Stack.
638
+
639
+ It determines whether rclone requests Microsoft Entra instance
640
+ metadata from `https://login.microsoft.com/` before
641
+ authenticating.
642
+
643
+ Setting this to true will skip this request, making you responsible
644
+ for ensuring the configured authority is valid and trustworthy.
645
+
646
+
647
+ Properties:
648
+
649
+ - Config: disable_instance_discovery
650
+ - Env Var: RCLONE_AZUREBLOB_DISABLE_INSTANCE_DISCOVERY
651
+ - Type: bool
652
+ - Default: false
653
+
654
+ #### --azureblob-use-msi
655
+
656
+ Use a managed service identity to authenticate (only works in Azure).
657
+
658
+ When true, use a [managed service identity](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/)
659
+ to authenticate to Azure Storage instead of a SAS token or account key.
660
+
661
+ If the VM(SS) on which this program is running has a system-assigned identity, it will
662
+ be used by default. If the resource has no system-assigned but exactly one user-assigned identity,
663
+ the user-assigned identity will be used by default. If the resource has multiple user-assigned
664
+ identities, the identity to use must be explicitly specified using exactly one of the msi_object_id,
665
+ msi_client_id, or msi_mi_res_id parameters.
666
+
667
+ Properties:
668
+
669
+ - Config: use_msi
670
+ - Env Var: RCLONE_AZUREBLOB_USE_MSI
671
+ - Type: bool
672
+ - Default: false
673
+
674
+ #### --azureblob-msi-object-id
675
+
676
+ Object ID of the user-assigned MSI to use, if any.
677
+
678
+ Leave blank if msi_client_id or msi_mi_res_id specified.
679
+
680
+ Properties:
681
+
682
+ - Config: msi_object_id
683
+ - Env Var: RCLONE_AZUREBLOB_MSI_OBJECT_ID
684
+ - Type: string
685
+ - Required: false
686
+
687
+ #### --azureblob-msi-client-id
688
+
689
+ Object ID of the user-assigned MSI to use, if any.
690
+
691
+ Leave blank if msi_object_id or msi_mi_res_id specified.
692
+
693
+ Properties:
694
+
695
+ - Config: msi_client_id
696
+ - Env Var: RCLONE_AZUREBLOB_MSI_CLIENT_ID
697
+ - Type: string
698
+ - Required: false
699
+
700
+ #### --azureblob-msi-mi-res-id
701
+
702
+ Azure resource ID of the user-assigned MSI to use, if any.
703
+
704
+ Leave blank if msi_client_id or msi_object_id specified.
705
+
706
+ Properties:
707
+
708
+ - Config: msi_mi_res_id
709
+ - Env Var: RCLONE_AZUREBLOB_MSI_MI_RES_ID
710
+ - Type: string
711
+ - Required: false
712
+
713
+ #### --azureblob-use-emulator
714
+
715
+ Uses local storage emulator if provided as 'true'.
716
+
717
+ Leave blank if using real azure storage endpoint.
718
+
719
+ Properties:
720
+
721
+ - Config: use_emulator
722
+ - Env Var: RCLONE_AZUREBLOB_USE_EMULATOR
723
+ - Type: bool
724
+ - Default: false
725
+
726
+ #### --azureblob-use-az
727
+
728
+ Use Azure CLI tool az for authentication
729
+
730
+ Set to use the [Azure CLI tool az](https://learn.microsoft.com/en-us/cli/azure/)
731
+ as the sole means of authentication.
732
+
733
+ Setting this can be useful if you wish to use the az CLI on a host with
734
+ a System Managed Identity that you do not want to use.
735
+
736
+ Don't set env_auth at the same time.
737
+
738
+
739
+ Properties:
740
+
741
+ - Config: use_az
742
+ - Env Var: RCLONE_AZUREBLOB_USE_AZ
743
+ - Type: bool
744
+ - Default: false
745
+
746
+ #### --azureblob-endpoint
747
+
748
+ Endpoint for the service.
749
+
750
+ Leave blank normally.
751
+
752
+ Properties:
753
+
754
+ - Config: endpoint
755
+ - Env Var: RCLONE_AZUREBLOB_ENDPOINT
756
+ - Type: string
757
+ - Required: false
758
+
759
+ #### --azureblob-upload-cutoff
760
+
761
+ Cutoff for switching to chunked upload (<= 256 MiB) (deprecated).
762
+
763
+ Properties:
764
+
765
+ - Config: upload_cutoff
766
+ - Env Var: RCLONE_AZUREBLOB_UPLOAD_CUTOFF
767
+ - Type: string
768
+ - Required: false
769
+
770
+ #### --azureblob-chunk-size
771
+
772
+ Upload chunk size.
773
+
774
+ Note that this is stored in memory and there may be up to
775
+ "--transfers" * "--azureblob-upload-concurrency" chunks stored at once
776
+ in memory.
777
+
778
+ Properties:
779
+
780
+ - Config: chunk_size
781
+ - Env Var: RCLONE_AZUREBLOB_CHUNK_SIZE
782
+ - Type: SizeSuffix
783
+ - Default: 4Mi
784
+
785
+ #### --azureblob-upload-concurrency
786
+
787
+ Concurrency for multipart uploads.
788
+
789
+ This is the number of chunks of the same file that are uploaded
790
+ concurrently.
791
+
792
+ If you are uploading small numbers of large files over high-speed
793
+ links and these uploads do not fully utilize your bandwidth, then
794
+ increasing this may help to speed up the transfers.
795
+
796
+ In tests, upload speed increases almost linearly with upload
797
+ concurrency. For example to fill a gigabit pipe it may be necessary to
798
+ raise this to 64. Note that this will use more memory.
799
+
800
+ Note that chunks are stored in memory and there may be up to
801
+ "--transfers" * "--azureblob-upload-concurrency" chunks stored at once
802
+ in memory.
803
+
804
+ Properties:
805
+
806
+ - Config: upload_concurrency
807
+ - Env Var: RCLONE_AZUREBLOB_UPLOAD_CONCURRENCY
808
+ - Type: int
809
+ - Default: 16
810
+
811
+ #### --azureblob-copy-cutoff
812
+
813
+ Cutoff for switching to multipart copy.
814
+
815
+ Any files larger than this that need to be server-side copied will be
816
+ copied in chunks of chunk_size using the put block list API.
817
+
818
+ Files smaller than this limit will be copied with the Copy Blob API.
819
+
820
+ Properties:
821
+
822
+ - Config: copy_cutoff
823
+ - Env Var: RCLONE_AZUREBLOB_COPY_CUTOFF
824
+ - Type: SizeSuffix
825
+ - Default: 8Mi
826
+
827
+ #### --azureblob-copy-concurrency
828
+
829
+ Concurrency for multipart copy.
830
+
831
+ This is the number of chunks of the same file that are copied
832
+ concurrently.
833
+
834
+ These chunks are not buffered in memory and Microsoft recommends
835
+ setting this value to greater than 1000 in the azcopy documentation.
836
+
837
+ https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-optimize#increase-concurrency
838
+
839
+ In tests, copy speed increases almost linearly with copy
840
+ concurrency.
841
+
842
+ Properties:
843
+
844
+ - Config: copy_concurrency
845
+ - Env Var: RCLONE_AZUREBLOB_COPY_CONCURRENCY
846
+ - Type: int
847
+ - Default: 512
848
+
849
+ #### --azureblob-use-copy-blob
850
+
851
+ Whether to use the Copy Blob API when copying to the same storage account.
852
+
853
+ If true (the default) then rclone will use the Copy Blob API for
854
+ copies to the same storage account even when the size is above the
855
+ copy_cutoff.
856
+
857
+ Rclone assumes that the same storage account means the same config
858
+ and does not check for the same storage account in different configs.
859
+
860
+ There should be no need to change this value.
861
+
862
+
863
+ Properties:
864
+
865
+ - Config: use_copy_blob
866
+ - Env Var: RCLONE_AZUREBLOB_USE_COPY_BLOB
867
+ - Type: bool
868
+ - Default: true
869
+
870
+ #### --azureblob-list-chunk
871
+
872
+ Size of blob list.
873
+
874
+ This sets the number of blobs requested in each listing chunk. Default
875
+ is the maximum, 5000. "List blobs" requests are permitted 2 minutes
876
+ per megabyte to complete. If an operation is taking longer than 2
877
+ minutes per megabyte on average, it will time out (
878
+ [source](https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-blob-service-operations#exceptions-to-default-timeout-interval)
879
+ ). This can be used to limit the number of blobs items to return, to
880
+ avoid the time out.
881
+
882
+ Properties:
883
+
884
+ - Config: list_chunk
885
+ - Env Var: RCLONE_AZUREBLOB_LIST_CHUNK
886
+ - Type: int
887
+ - Default: 5000
888
+
889
+ #### --azureblob-access-tier
890
+
891
+ Access tier of blob: hot, cool, cold or archive.
892
+
893
+ Archived blobs can be restored by setting access tier to hot, cool or
894
+ cold. Leave blank if you intend to use default access tier, which is
895
+ set at account level
896
+
897
+ If there is no "access tier" specified, rclone doesn't apply any tier.
898
+ rclone performs "Set Tier" operation on blobs while uploading, if objects
899
+ are not modified, specifying "access tier" to new one will have no effect.
900
+ If blobs are in "archive tier" at remote, trying to perform data transfer
901
+ operations from remote will not be allowed. User should first restore by
902
+ tiering blob to "Hot", "Cool" or "Cold".
903
+
904
+ Properties:
905
+
906
+ - Config: access_tier
907
+ - Env Var: RCLONE_AZUREBLOB_ACCESS_TIER
908
+ - Type: string
909
+ - Required: false
910
+
911
+ #### --azureblob-archive-tier-delete
912
+
913
+ Delete archive tier blobs before overwriting.
914
+
915
+ Archive tier blobs cannot be updated. So without this flag, if you
916
+ attempt to update an archive tier blob, then rclone will produce the
917
+ error:
918
+
919
+ can't update archive tier blob without --azureblob-archive-tier-delete
920
+
921
+ With this flag set then before rclone attempts to overwrite an archive
922
+ tier blob, it will delete the existing blob before uploading its
923
+ replacement. This has the potential for data loss if the upload fails
924
+ (unlike updating a normal blob) and also may cost more since deleting
925
+ archive tier blobs early may be chargable.
926
+
927
+
928
+ Properties:
929
+
930
+ - Config: archive_tier_delete
931
+ - Env Var: RCLONE_AZUREBLOB_ARCHIVE_TIER_DELETE
932
+ - Type: bool
933
+ - Default: false
934
+
935
+ #### --azureblob-disable-checksum
936
+
937
+ Don't store MD5 checksum with object metadata.
938
+
939
+ Normally rclone will calculate the MD5 checksum of the input before
940
+ uploading it so it can add it to metadata on the object. This is great
941
+ for data integrity checking but can cause long delays for large files
942
+ to start uploading.
943
+
944
+ Properties:
945
+
946
+ - Config: disable_checksum
947
+ - Env Var: RCLONE_AZUREBLOB_DISABLE_CHECKSUM
948
+ - Type: bool
949
+ - Default: false
950
+
951
+ #### --azureblob-memory-pool-flush-time
952
+
953
+ How often internal memory buffer pools will be flushed. (no longer used)
954
+
955
+ Properties:
956
+
957
+ - Config: memory_pool_flush_time
958
+ - Env Var: RCLONE_AZUREBLOB_MEMORY_POOL_FLUSH_TIME
959
+ - Type: Duration
960
+ - Default: 1m0s
961
+
962
+ #### --azureblob-memory-pool-use-mmap
963
+
964
+ Whether to use mmap buffers in internal memory pool. (no longer used)
965
+
966
+ Properties:
967
+
968
+ - Config: memory_pool_use_mmap
969
+ - Env Var: RCLONE_AZUREBLOB_MEMORY_POOL_USE_MMAP
970
+ - Type: bool
971
+ - Default: false
972
+
973
+ #### --azureblob-encoding
974
+
975
+ The encoding for the backend.
976
+
977
+ See the [encoding section in the overview](/overview/#encoding) for more info.
978
+
979
+ Properties:
980
+
981
+ - Config: encoding
982
+ - Env Var: RCLONE_AZUREBLOB_ENCODING
983
+ - Type: Encoding
984
+ - Default: Slash,BackSlash,Del,Ctl,RightPeriod,InvalidUtf8
985
+
986
+ #### --azureblob-public-access
987
+
988
+ Public access level of a container: blob or container.
989
+
990
+ Properties:
991
+
992
+ - Config: public_access
993
+ - Env Var: RCLONE_AZUREBLOB_PUBLIC_ACCESS
994
+ - Type: string
995
+ - Required: false
996
+ - Examples:
997
+ - ""
998
+ - The container and its blobs can be accessed only with an authorized request.
999
+ - It's a default value.
1000
+ - "blob"
1001
+ - Blob data within this container can be read via anonymous request.
1002
+ - "container"
1003
+ - Allow full public read access for container and blob data.
1004
+
1005
+ #### --azureblob-directory-markers
1006
+
1007
+ Upload an empty object with a trailing slash when a new directory is created
1008
+
1009
+ Empty folders are unsupported for bucket based remotes, this option
1010
+ creates an empty object ending with "/", to persist the folder.
1011
+
1012
+ This object also has the metadata "hdi_isfolder = true" to conform to
1013
+ the Microsoft standard.
1014
+
1015
+
1016
+ Properties:
1017
+
1018
+ - Config: directory_markers
1019
+ - Env Var: RCLONE_AZUREBLOB_DIRECTORY_MARKERS
1020
+ - Type: bool
1021
+ - Default: false
1022
+
1023
+ #### --azureblob-no-check-container
1024
+
1025
+ If set, don't attempt to check the container exists or create it.
1026
+
1027
+ This can be useful when trying to minimise the number of transactions
1028
+ rclone does if you know the container exists already.
1029
+
1030
+
1031
+ Properties:
1032
+
1033
+ - Config: no_check_container
1034
+ - Env Var: RCLONE_AZUREBLOB_NO_CHECK_CONTAINER
1035
+ - Type: bool
1036
+ - Default: false
1037
+
1038
+ #### --azureblob-no-head-object
1039
+
1040
+ If set, do not do HEAD before GET when getting objects.
1041
+
1042
+ Properties:
1043
+
1044
+ - Config: no_head_object
1045
+ - Env Var: RCLONE_AZUREBLOB_NO_HEAD_OBJECT
1046
+ - Type: bool
1047
+ - Default: false
1048
+
1049
+ #### --azureblob-delete-snapshots
1050
+
1051
+ Set to specify how to deal with snapshots on blob deletion.
1052
+
1053
+ Properties:
1054
+
1055
+ - Config: delete_snapshots
1056
+ - Env Var: RCLONE_AZUREBLOB_DELETE_SNAPSHOTS
1057
+ - Type: string
1058
+ - Required: false
1059
+ - Choices:
1060
+ - ""
1061
+ - By default, the delete operation fails if a blob has snapshots
1062
+ - "include"
1063
+ - Specify 'include' to remove the root blob and all its snapshots
1064
+ - "only"
1065
+ - Specify 'only' to remove only the snapshots but keep the root blob.
1066
+
1067
+ #### --azureblob-description
1068
+
1069
+ Description of the remote.
1070
+
1071
+ Properties:
1072
+
1073
+ - Config: description
1074
+ - Env Var: RCLONE_AZUREBLOB_DESCRIPTION
1075
+ - Type: string
1076
+ - Required: false
1077
+
1078
+ ### Metadata
1079
+
1080
+ User metadata is stored as x-ms-meta- keys. Azure metadata keys are case insensitive and are always returned in lower case.
1081
+
1082
+ Here are the possible system metadata items for the azureblob backend.
1083
+
1084
+ | Name | Help | Type | Example | Read Only |
1085
+ |------|------|------|---------|-----------|
1086
+ | cache-control | Cache-Control header | string | no-cache | N |
1087
+ | content-disposition | Content-Disposition header | string | inline | N |
1088
+ | content-encoding | Content-Encoding header | string | gzip | N |
1089
+ | content-language | Content-Language header | string | en-US | N |
1090
+ | content-type | Content-Type header | string | text/plain | N |
1091
+ | mtime | Time of last modification, read from rclone metadata | RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 | N |
1092
+ | tier | Tier of the object | string | Hot | **Y** |
1093
+
1094
+ See the [metadata](/docs/#metadata) docs for more info.
1095
+
1096
+ <!-- autogenerated options stop -->
1097
+
1098
+ ### Custom upload headers
1099
+
1100
+ You can set custom upload headers with the `--header-upload` flag.
1101
+
1102
+ - Cache-Control
1103
+ - Content-Disposition
1104
+ - Content-Encoding
1105
+ - Content-Language
1106
+ - Content-Type
1107
+ - X-MS-Tags
1108
+
1109
+ Eg `--header-upload "Content-Type: text/potato"` or
1110
+ `--header-upload "X-MS-Tags: foo=bar"`.
1111
+
1112
+ ## Limitations
1113
+
1114
+ MD5 sums are only uploaded with chunked files if the source has an MD5
1115
+ sum. This will always be the case for a local to azure copy.
1116
+
1117
+ `rclone about` is not supported by the Microsoft Azure Blob storage backend.
1118
+ Backends without this capability cannot determine free space for an rclone
1119
+ mount or use policy `mfs` (most free space) as a member of an rclone union
1120
+ remote.
1121
+
1122
+ See [List of backends that do not support rclone about](https://rclone.org/overview/#optional-features)
1123
+ and [rclone about](https://rclone.org/commands/rclone_about/).
1124
+
1125
+ ## Azure Storage Emulator Support
1126
+
1127
+ You can run rclone with the storage emulator (usually _azurite_).
1128
+
1129
+ To do this, just set up a new remote with `rclone config` following
1130
+ the instructions in the introduction and set `use_emulator` in the
1131
+ advanced settings as `true`. You do not need to provide a default
1132
+ account name nor an account key. But you can override them in the
1133
+ `account` and `key` options. (Prior to v1.61 they were hard coded to
1134
+ _azurite_'s `devstoreaccount1`.)
1135
+
1136
+ Also, if you want to access a storage emulator instance running on a
1137
+ different machine, you can override the `endpoint` parameter in the
1138
+ advanced settings, setting it to
1139
+ `http(s)://<host>:<port>/devstoreaccount1`
1140
+ (e.g. `http://10.254.2.5:10000/devstoreaccount1`).