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,1322 @@
1
+ ---
2
+ title: "Microsoft OneDrive"
3
+ description: "Rclone docs for Microsoft OneDrive"
4
+ versionIntroduced: "v1.24"
5
+ ---
6
+
7
+ > **Official documentation:** [https://rclone.org/onedrive/](https://rclone.org/onedrive/)
8
+ # Microsoft OneDrive
9
+
10
+ Paths are specified as `remote:path`
11
+
12
+ Paths may be as deep as required, e.g. `remote:directory/subdirectory`.
13
+
14
+ ## Configuration
15
+
16
+ The initial setup for OneDrive involves getting a token from
17
+ Microsoft which you need to do in your browser. `rclone config` walks
18
+ you through it.
19
+
20
+ Here is an example of how to make a remote called `remote`. First run:
21
+
22
+ ```console
23
+ rclone config
24
+ ```
25
+
26
+ This will guide you through an interactive setup process:
27
+
28
+ ```text
29
+ e) Edit existing remote
30
+ n) New remote
31
+ d) Delete remote
32
+ r) Rename remote
33
+ c) Copy remote
34
+ s) Set configuration password
35
+ q) Quit config
36
+ e/n/d/r/c/s/q> n
37
+ name> remote
38
+ Type of storage to configure.
39
+ Enter a string value. Press Enter for the default ("").
40
+ Choose a number from below, or type in your own value
41
+ [snip]
42
+ XX / Microsoft OneDrive
43
+ \ "onedrive"
44
+ [snip]
45
+ Storage> onedrive
46
+ Microsoft App Client Id
47
+ Leave blank normally.
48
+ Enter a string value. Press Enter for the default ("").
49
+ client_id>
50
+ Microsoft App Client Secret
51
+ Leave blank normally.
52
+ Enter a string value. Press Enter for the default ("").
53
+ client_secret>
54
+ Edit advanced config? (y/n)
55
+ y) Yes
56
+ n) No
57
+ y/n> n
58
+ Remote config
59
+ Use web browser to automatically authenticate rclone with remote?
60
+ * Say Y if the machine running rclone has a web browser you can use
61
+ * Say N if running rclone on a (remote) machine without web browser access
62
+ If not sure try Y. If Y failed, try N.
63
+ y) Yes
64
+ n) No
65
+ y/n> y
66
+ If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth
67
+ Log in and authorize rclone for access
68
+ Waiting for code...
69
+ Got code
70
+ Choose a number from below, or type in an existing value
71
+ 1 / OneDrive Personal or Business
72
+ \ "onedrive"
73
+ 2 / Sharepoint site
74
+ \ "sharepoint"
75
+ 3 / Type in driveID
76
+ \ "driveid"
77
+ 4 / Type in SiteID
78
+ \ "siteid"
79
+ 5 / Search a Sharepoint site
80
+ \ "search"
81
+ Your choice> 1
82
+ Found 1 drives, please select the one you want to use:
83
+ 0: OneDrive (business) id=b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk
84
+ Chose drive to use:> 0
85
+ Found drive 'root' of type 'business', URL: https://org-my.sharepoint.com/personal/you/Documents
86
+ Is that okay?
87
+ y) Yes
88
+ n) No
89
+ y/n> y
90
+ Configuration complete.
91
+ Options:
92
+ - type: onedrive
93
+ - token: {"access_token":"youraccesstoken","token_type":"Bearer","refresh_token":"yourrefreshtoken","expiry":"2018-08-26T22:39:52.486512262+08:00"}
94
+ - drive_id: b!Eqwertyuiopasdfghjklzxcvbnm-7mnbvcxzlkjhgfdsapoiuytrewqk
95
+ - drive_type: business
96
+ Keep this "remote" remote?
97
+ y) Yes this is OK
98
+ e) Edit this remote
99
+ d) Delete this remote
100
+ y/e/d> y
101
+ ```
102
+
103
+ See the [remote setup docs](/remote_setup/) for how to set it up on a
104
+ machine without an internet-connected web browser available.
105
+
106
+ Note that rclone runs a webserver on your local machine to collect the
107
+ token as returned from Microsoft. This only runs from the moment it
108
+ opens your browser to the moment you get back the verification
109
+ code. This is on `http://127.0.0.1:53682/` and this it may require
110
+ you to unblock it temporarily if you are running a host firewall.
111
+
112
+ Once configured you can then use `rclone` like this (replace `remote` with the
113
+ name you gave your remote):
114
+
115
+ List directories in top level of your OneDrive
116
+
117
+ ```console
118
+ rclone lsd remote:
119
+ ```
120
+
121
+ List all the files in your OneDrive
122
+
123
+ ```console
124
+ rclone ls remote:
125
+ ```
126
+
127
+ To copy a local directory to an OneDrive directory called backup
128
+
129
+ ```console
130
+ rclone copy /home/source remote:backup
131
+ ```
132
+
133
+ ### Getting your own Client ID and Key
134
+
135
+ rclone uses a default Client ID when talking to OneDrive, unless a custom
136
+ `client_id` is specified in the config. The default Client ID and Key are
137
+ shared by all rclone users when performing requests.
138
+
139
+ You may choose to create and use your own Client ID, in case the default one
140
+ does not work well for you. For example, you might see throttling.
141
+
142
+ #### Creating Client ID for OneDrive Personal
143
+
144
+ To create your own Client ID, please follow these steps:
145
+
146
+ 1. Open <https://portal.azure.com/?quickstart=true#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview>
147
+ and then under the `Add` menu click `App registration`.
148
+ - If you have not created an Azure account, you will be prompted to. This is free,
149
+ but you need to provide a phone number, address, and credit card for identity
150
+ verification.
151
+ 2. Enter a name for your app, choose account type `Accounts in any organizational
152
+ directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts
153
+ (e.g. Skype, Xbox)`,
154
+ select `Web` in `Redirect URI`, then type (do not copy and paste)
155
+ `http://localhost:53682/` and click Register. Copy and keep the
156
+ `Application (client) ID` under the app name for later use.
157
+ 3. Under `manage` select `Certificates & secrets`, click `New client secret`.
158
+ Enter a description (can be anything) and set `Expires` to 24 months.
159
+ Copy and keep that secret *Value* for later use (you *won't* be able to see
160
+ this value afterwards).
161
+ 4. Under `manage` select `API permissions`, click `Add a permission` and select
162
+ `Microsoft Graph` then select `delegated permissions`.
163
+ 5. Search and select the following permissions: `Files.Read`, `Files.ReadWrite`,
164
+ `Files.Read.All`, `Files.ReadWrite.All`, `offline_access`, `User.Read` and
165
+ `Sites.Read.All` (if custom access scopes are configured, select the
166
+ permissions accordingly). Once selected click `Add permissions` at the bottom.
167
+
168
+ Now the application is complete. Run `rclone config` to create or edit a OneDrive
169
+ remote. Supply the app ID and password as Client ID and Secret, respectively.
170
+ rclone will walk you through the remaining steps.
171
+
172
+ The access_scopes option allows you to configure the permissions requested by rclone.
173
+ See [Microsoft Docs](https://docs.microsoft.com/en-us/graph/permissions-reference#files-permissions)
174
+ for more information about the different scopes.
175
+
176
+ The `Sites.Read.All` permission is required if you need to
177
+ [search SharePoint sites when configuring the remote](https://github.com/rclone/rclone/pull/5883).
178
+ However, if that permission is not assigned, you need to exclude `Sites.Read.All`
179
+ from your access scopes or set `disable_site_permission` option to true in the
180
+ advanced options.
181
+
182
+ #### Creating Client ID for OneDrive Business
183
+
184
+ The steps for OneDrive Personal may or may not work for OneDrive Business,
185
+ depending on the security settings of the organization.
186
+ A common error is that the publisher of the App is not verified.
187
+
188
+ You may try to [verify you account](https://docs.microsoft.com/en-us/azure/active-directory/develop/publisher-verification-overview),
189
+ or try to limit the App to your organization only, as shown below.
190
+
191
+ 1. Make sure to create the App with your business account.
192
+ 2. Follow the steps above to create an App. However, we need a different account
193
+ type here: `Accounts in this organizational directory only (*** - Single tenant)`.
194
+ Note that you can also change the account type after creating the App.
195
+ 3. Find the [tenant ID](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-to-find-tenant)
196
+ of your organization.
197
+ 4. In the rclone config, set `auth_url` to `https://login.microsoftonline.com/YOUR_TENANT_ID/oauth2/v2.0/authorize`.
198
+ 5. In the rclone config, set `token_url` to `https://login.microsoftonline.com/YOUR_TENANT_ID/oauth2/v2.0/token`.
199
+
200
+ Note: If you have a special region, you may need a different host in step 4 and 5.
201
+ Here are [some hints](https://github.com/rclone/rclone/blob/bc23bf11db1c78c6ebbf8ea538fbebf7058b4176/backend/onedrive/onedrive.go#L86).
202
+
203
+ ### Using OAuth Client Credential flow
204
+
205
+ OAuth Client Credential flow will allow rclone to use permissions
206
+ directly associated with the Azure AD Enterprise application, rather
207
+ that adopting the context of an Azure AD user account.
208
+
209
+ This flow can be enabled by following the steps below:
210
+
211
+ 1. Create the Enterprise App registration in the Azure AD portal and obtain a
212
+ Client ID and Client Secret as described above.
213
+ 2. Ensure that the application has the appropriate permissions and they are
214
+ assigned as *Application Permissions*
215
+ 3. Configure the remote, ensuring that *Client ID* and *Client Secret* are
216
+ entered correctly.
217
+ 4. In the *Advanced Config* section, enter `true` for `client_credentials` and
218
+ in the `tenant` section enter the tenant ID.
219
+
220
+ When it comes to choosing the type of the connection work with the
221
+ client credentials flow. In particular the "onedrive" option does not
222
+ work. You can use the "sharepoint" option or if that does not find the
223
+ correct drive ID type it in manually with the "driveid" option.
224
+
225
+ To back up any user's data using this flow, grant your Azure AD
226
+ application the necessary Microsoft Graph *Application permissions*
227
+ (such as `Files.Read.All`, `Sites.Read.All` and/or `Sites.Selected`).
228
+ With these permissions, rclone can access drives across the tenant,
229
+ but it needs to know *which user or drive* you want. Supply a specific
230
+ `drive_id` corresponding to that user's OneDrive, or a SharePoint site
231
+ ID for SharePoint libraries. You can obtain a user's drive ID using
232
+ Microsoft Graph (e.g. `/users/{userUPN}/drive`) and then configure it
233
+ in rclone. Once the correct drive ID is provided, rclone will back up
234
+ that user's data using the app-only token without requiring their
235
+ credentials.
236
+
237
+ **NOTE** Assigning permissions directly to the application means that
238
+ anyone with the *Client ID* and *Client Secret* can access your
239
+ OneDrive files. Take care to safeguard these credentials.
240
+
241
+ ### Modification times and hashes
242
+
243
+ OneDrive allows modification times to be set on objects accurate to 1
244
+ second. These will be used to detect whether objects need syncing or
245
+ not.
246
+
247
+ OneDrive Personal, OneDrive for Business and Sharepoint Server support
248
+ [QuickXorHash](https://docs.microsoft.com/en-us/onedrive/developer/code-snippets/quickxorhash).
249
+
250
+ Before rclone 1.62 the default hash for Onedrive Personal was `SHA1`.
251
+ For rclone 1.62 and above the default for all Onedrive backends is
252
+ `QuickXorHash`.
253
+
254
+ Starting from July 2023 `SHA1` support is being phased out in Onedrive
255
+ Personal in favour of `QuickXorHash`. If necessary the
256
+ `--onedrive-hash-type` flag (or `hash_type` config option) can be used
257
+ to select `SHA1` during the transition period if this is important
258
+ your workflow.
259
+
260
+ For all types of OneDrive you can use the `--checksum` flag.
261
+
262
+ ### --fast-list
263
+
264
+ This remote supports `--fast-list` which allows you to use fewer
265
+ transactions in exchange for more memory. See the [rclone
266
+ docs](/docs/#fast-list) for more details.
267
+
268
+ This must be enabled with the `--onedrive-delta` flag (or `delta =
269
+ true` in the config file) as it can cause performance degradation.
270
+
271
+ It does this by using the delta listing facilities of OneDrive which
272
+ returns all the files in the remote very efficiently. This is much
273
+ more efficient than listing directories recursively and is Microsoft's
274
+ recommended way of reading all the file information from a drive.
275
+
276
+ This can be useful with `rclone mount` and [rclone rc vfs/refresh
277
+ recursive=true](/rc/#vfs-refresh)) to very quickly fill the mount with
278
+ information about all the files.
279
+
280
+ The API used for the recursive listing (`ListR`) only supports listing
281
+ from the root of the drive. This will become increasingly inefficient
282
+ the further away you get from the root as rclone will have to discard
283
+ files outside of the directory you are using.
284
+
285
+ Some commands (like `rclone lsf -R`) will use `ListR` by default - you
286
+ can turn this off with `--disable ListR` if you need to.
287
+
288
+ ### Restricted filename characters
289
+
290
+ In addition to the [default restricted characters set](/overview/#restricted-characters)
291
+ the following characters are also replaced:
292
+
293
+ | Character | Value | Replacement |
294
+ | --------- |:-----:|:-----------:|
295
+ | " | 0x22 | " |
296
+ | * | 0x2A | * |
297
+ | : | 0x3A | : |
298
+ | < | 0x3C | < |
299
+ | > | 0x3E | > |
300
+ | ? | 0x3F | ? |
301
+ | \ | 0x5C | \ |
302
+ | \| | 0x7C | | |
303
+
304
+ File names can also not end with the following characters.
305
+ These only get replaced if they are the last character in the name:
306
+
307
+ | Character | Value | Replacement |
308
+ | --------- |:-----:|:-----------:|
309
+ | SP | 0x20 | ␠ |
310
+ | . | 0x2E | . |
311
+
312
+ File names can also not begin with the following characters.
313
+ These only get replaced if they are the first character in the name:
314
+
315
+ | Character | Value | Replacement |
316
+ | --------- |:-----:|:-----------:|
317
+ | SP | 0x20 | ␠ |
318
+ | ~ | 0x7E | ~ |
319
+
320
+ Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
321
+ as they can't be used in JSON strings.
322
+
323
+ ### Deleting files
324
+
325
+ Any files you delete with rclone will end up in the trash. Microsoft
326
+ doesn't provide an API to permanently delete files, nor to empty the
327
+ trash, so you will have to do that with one of Microsoft's apps or via
328
+ the OneDrive website.
329
+
330
+ <!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/onedrive/onedrive.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
331
+ ### Standard options
332
+
333
+ Here are the Standard options specific to onedrive (Microsoft OneDrive).
334
+
335
+ #### --onedrive-client-id
336
+
337
+ OAuth Client Id.
338
+
339
+ Leave blank normally.
340
+
341
+ Properties:
342
+
343
+ - Config: client_id
344
+ - Env Var: RCLONE_ONEDRIVE_CLIENT_ID
345
+ - Type: string
346
+ - Required: false
347
+
348
+ #### --onedrive-client-secret
349
+
350
+ OAuth Client Secret.
351
+
352
+ Leave blank normally.
353
+
354
+ Properties:
355
+
356
+ - Config: client_secret
357
+ - Env Var: RCLONE_ONEDRIVE_CLIENT_SECRET
358
+ - Type: string
359
+ - Required: false
360
+
361
+ #### --onedrive-region
362
+
363
+ Choose national cloud region for OneDrive.
364
+
365
+ Properties:
366
+
367
+ - Config: region
368
+ - Env Var: RCLONE_ONEDRIVE_REGION
369
+ - Type: string
370
+ - Default: "global"
371
+ - Examples:
372
+ - "global"
373
+ - Microsoft Cloud Global
374
+ - "us"
375
+ - Microsoft Cloud for US Government
376
+ - "de"
377
+ - Microsoft Cloud Germany (deprecated - try global region first).
378
+ - "cn"
379
+ - Azure and Office 365 operated by Vnet Group in China
380
+
381
+ #### --onedrive-tenant
382
+
383
+ ID of the service principal's tenant. Also called its directory ID.
384
+
385
+ Set this if using
386
+ - Client Credential flow
387
+
388
+
389
+ Properties:
390
+
391
+ - Config: tenant
392
+ - Env Var: RCLONE_ONEDRIVE_TENANT
393
+ - Type: string
394
+ - Required: false
395
+
396
+ ### Advanced options
397
+
398
+ Here are the Advanced options specific to onedrive (Microsoft OneDrive).
399
+
400
+ #### --onedrive-token
401
+
402
+ OAuth Access Token as a JSON blob.
403
+
404
+ Properties:
405
+
406
+ - Config: token
407
+ - Env Var: RCLONE_ONEDRIVE_TOKEN
408
+ - Type: string
409
+ - Required: false
410
+
411
+ #### --onedrive-auth-url
412
+
413
+ Auth server URL.
414
+
415
+ Leave blank to use the provider defaults.
416
+
417
+ Properties:
418
+
419
+ - Config: auth_url
420
+ - Env Var: RCLONE_ONEDRIVE_AUTH_URL
421
+ - Type: string
422
+ - Required: false
423
+
424
+ #### --onedrive-token-url
425
+
426
+ Token server url.
427
+
428
+ Leave blank to use the provider defaults.
429
+
430
+ Properties:
431
+
432
+ - Config: token_url
433
+ - Env Var: RCLONE_ONEDRIVE_TOKEN_URL
434
+ - Type: string
435
+ - Required: false
436
+
437
+ #### --onedrive-client-credentials
438
+
439
+ Use client credentials OAuth flow.
440
+
441
+ This will use the OAUTH2 client Credentials Flow as described in RFC 6749.
442
+
443
+ Note that this option is NOT supported by all backends.
444
+
445
+ Properties:
446
+
447
+ - Config: client_credentials
448
+ - Env Var: RCLONE_ONEDRIVE_CLIENT_CREDENTIALS
449
+ - Type: bool
450
+ - Default: false
451
+
452
+ #### --onedrive-upload-cutoff
453
+
454
+ Cutoff for switching to chunked upload.
455
+
456
+ Any files larger than this will be uploaded in chunks of chunk_size.
457
+
458
+ This is disabled by default as uploading using single part uploads
459
+ causes rclone to use twice the storage on Onedrive business as when
460
+ rclone sets the modification time after the upload Onedrive creates a
461
+ new version.
462
+
463
+ See: https://github.com/rclone/rclone/issues/1716
464
+
465
+
466
+ Properties:
467
+
468
+ - Config: upload_cutoff
469
+ - Env Var: RCLONE_ONEDRIVE_UPLOAD_CUTOFF
470
+ - Type: SizeSuffix
471
+ - Default: off
472
+
473
+ #### --onedrive-chunk-size
474
+
475
+ Chunk size to upload files with - must be multiple of 320k (327,680 bytes).
476
+
477
+ Above this size files will be chunked - must be multiple of 320k (327,680 bytes) and
478
+ should not exceed 250M (262,144,000 bytes) else you may encounter \"Microsoft.SharePoint.Client.InvalidClientQueryException: The request message is too big.\"
479
+ Note that the chunks will be buffered into memory.
480
+
481
+ Properties:
482
+
483
+ - Config: chunk_size
484
+ - Env Var: RCLONE_ONEDRIVE_CHUNK_SIZE
485
+ - Type: SizeSuffix
486
+ - Default: 10Mi
487
+
488
+ #### --onedrive-drive-id
489
+
490
+ The ID of the drive to use.
491
+
492
+ Properties:
493
+
494
+ - Config: drive_id
495
+ - Env Var: RCLONE_ONEDRIVE_DRIVE_ID
496
+ - Type: string
497
+ - Required: false
498
+
499
+ #### --onedrive-drive-type
500
+
501
+ The type of the drive (personal | business | documentLibrary).
502
+
503
+ Properties:
504
+
505
+ - Config: drive_type
506
+ - Env Var: RCLONE_ONEDRIVE_DRIVE_TYPE
507
+ - Type: string
508
+ - Required: false
509
+
510
+ #### --onedrive-root-folder-id
511
+
512
+ ID of the root folder.
513
+
514
+ This isn't normally needed, but in special circumstances you might
515
+ know the folder ID that you wish to access but not be able to get
516
+ there through a path traversal.
517
+
518
+
519
+ Properties:
520
+
521
+ - Config: root_folder_id
522
+ - Env Var: RCLONE_ONEDRIVE_ROOT_FOLDER_ID
523
+ - Type: string
524
+ - Required: false
525
+
526
+ #### --onedrive-access-scopes
527
+
528
+ Set scopes to be requested by rclone.
529
+
530
+ Choose or manually enter a custom space separated list with all scopes, that rclone should request.
531
+
532
+
533
+ Properties:
534
+
535
+ - Config: access_scopes
536
+ - Env Var: RCLONE_ONEDRIVE_ACCESS_SCOPES
537
+ - Type: SpaceSepList
538
+ - Default: Files.Read Files.ReadWrite Files.Read.All Files.ReadWrite.All Sites.Read.All offline_access
539
+ - Examples:
540
+ - "Files.Read Files.ReadWrite Files.Read.All Files.ReadWrite.All Sites.Read.All offline_access"
541
+ - Read and write access to all resources
542
+ - "Files.Read Files.Read.All Sites.Read.All offline_access"
543
+ - Read only access to all resources
544
+ - "Files.Read Files.ReadWrite Files.Read.All Files.ReadWrite.All offline_access"
545
+ - Read and write access to all resources, without the ability to browse SharePoint sites.
546
+ - Same as if disable_site_permission was set to true
547
+
548
+ #### --onedrive-disable-site-permission
549
+
550
+ Disable the request for Sites.Read.All permission.
551
+
552
+ If set to true, you will no longer be able to search for a SharePoint site when
553
+ configuring drive ID, because rclone will not request Sites.Read.All permission.
554
+ Set it to true if your organization didn't assign Sites.Read.All permission to the
555
+ application, and your organization disallows users to consent app permission
556
+ request on their own.
557
+
558
+ Properties:
559
+
560
+ - Config: disable_site_permission
561
+ - Env Var: RCLONE_ONEDRIVE_DISABLE_SITE_PERMISSION
562
+ - Type: bool
563
+ - Default: false
564
+
565
+ #### --onedrive-expose-onenote-files
566
+
567
+ Set to make OneNote files show up in directory listings.
568
+
569
+ By default, rclone will hide OneNote files in directory listings because
570
+ operations like "Open" and "Update" won't work on them. But this
571
+ behaviour may also prevent you from deleting them. If you want to
572
+ delete OneNote files or otherwise want them to show up in directory
573
+ listing, set this option.
574
+
575
+ Properties:
576
+
577
+ - Config: expose_onenote_files
578
+ - Env Var: RCLONE_ONEDRIVE_EXPOSE_ONENOTE_FILES
579
+ - Type: bool
580
+ - Default: false
581
+
582
+ #### --onedrive-server-side-across-configs
583
+
584
+ Deprecated: use --server-side-across-configs instead.
585
+
586
+ Allow server-side operations (e.g. copy) to work across different onedrive configs.
587
+
588
+ This will work if you are copying between two OneDrive *Personal* drives AND the files to
589
+ copy are already shared between them. Additionally, it should also function for a user who
590
+ has access permissions both between Onedrive for *business* and *SharePoint* under the *same
591
+ tenant*, and between *SharePoint* and another *SharePoint* under the *same tenant*. In other
592
+ cases, rclone will fall back to normal copy (which will be slightly slower).
593
+
594
+ Properties:
595
+
596
+ - Config: server_side_across_configs
597
+ - Env Var: RCLONE_ONEDRIVE_SERVER_SIDE_ACROSS_CONFIGS
598
+ - Type: bool
599
+ - Default: false
600
+
601
+ #### --onedrive-list-chunk
602
+
603
+ Size of listing chunk.
604
+
605
+ Properties:
606
+
607
+ - Config: list_chunk
608
+ - Env Var: RCLONE_ONEDRIVE_LIST_CHUNK
609
+ - Type: int
610
+ - Default: 1000
611
+
612
+ #### --onedrive-no-versions
613
+
614
+ Remove all versions on modifying operations.
615
+
616
+ Onedrive for business creates versions when rclone uploads new files
617
+ overwriting an existing one and when it sets the modification time.
618
+
619
+ These versions take up space out of the quota.
620
+
621
+ This flag checks for versions after file upload and setting
622
+ modification time and removes all but the last version.
623
+
624
+ **NB** Onedrive personal can't currently delete versions so don't use
625
+ this flag there.
626
+
627
+
628
+ Properties:
629
+
630
+ - Config: no_versions
631
+ - Env Var: RCLONE_ONEDRIVE_NO_VERSIONS
632
+ - Type: bool
633
+ - Default: false
634
+
635
+ #### --onedrive-hard-delete
636
+
637
+ Permanently delete files on removal.
638
+
639
+ Normally files will get sent to the recycle bin on deletion. Setting
640
+ this flag causes them to be permanently deleted. Use with care.
641
+
642
+ OneDrive personal accounts do not support the permanentDelete API,
643
+ it only applies to OneDrive for Business and SharePoint document libraries.
644
+
645
+
646
+ Properties:
647
+
648
+ - Config: hard_delete
649
+ - Env Var: RCLONE_ONEDRIVE_HARD_DELETE
650
+ - Type: bool
651
+ - Default: false
652
+
653
+ #### --onedrive-link-scope
654
+
655
+ Set the scope of the links created by the link command.
656
+
657
+ Properties:
658
+
659
+ - Config: link_scope
660
+ - Env Var: RCLONE_ONEDRIVE_LINK_SCOPE
661
+ - Type: string
662
+ - Default: "anonymous"
663
+ - Examples:
664
+ - "anonymous"
665
+ - Anyone with the link has access, without needing to sign in.
666
+ - This may include people outside of your organization.
667
+ - Anonymous link support may be disabled by an administrator.
668
+ - "organization"
669
+ - Anyone signed into your organization (tenant) can use the link to get access.
670
+ - Only available in OneDrive for Business and SharePoint.
671
+
672
+ #### --onedrive-link-type
673
+
674
+ Set the type of the links created by the link command.
675
+
676
+ Properties:
677
+
678
+ - Config: link_type
679
+ - Env Var: RCLONE_ONEDRIVE_LINK_TYPE
680
+ - Type: string
681
+ - Default: "view"
682
+ - Examples:
683
+ - "view"
684
+ - Creates a read-only link to the item.
685
+ - "edit"
686
+ - Creates a read-write link to the item.
687
+ - "embed"
688
+ - Creates an embeddable link to the item.
689
+
690
+ #### --onedrive-link-password
691
+
692
+ Set the password for links created by the link command.
693
+
694
+ At the time of writing this only works with OneDrive personal paid accounts.
695
+
696
+
697
+ Properties:
698
+
699
+ - Config: link_password
700
+ - Env Var: RCLONE_ONEDRIVE_LINK_PASSWORD
701
+ - Type: string
702
+ - Required: false
703
+
704
+ #### --onedrive-hash-type
705
+
706
+ Specify the hash in use for the backend.
707
+
708
+ This specifies the hash type in use. If set to "auto" it will use the
709
+ default hash which is QuickXorHash.
710
+
711
+ Before rclone 1.62 an SHA1 hash was used by default for Onedrive
712
+ Personal. For 1.62 and later the default is to use a QuickXorHash for
713
+ all onedrive types. If an SHA1 hash is desired then set this option
714
+ accordingly.
715
+
716
+ From July 2023 QuickXorHash will be the only available hash for
717
+ both OneDrive for Business and OneDrive Personal.
718
+
719
+ This can be set to "none" to not use any hashes.
720
+
721
+ If the hash requested does not exist on the object, it will be
722
+ returned as an empty string which is treated as a missing hash by
723
+ rclone.
724
+
725
+
726
+ Properties:
727
+
728
+ - Config: hash_type
729
+ - Env Var: RCLONE_ONEDRIVE_HASH_TYPE
730
+ - Type: string
731
+ - Default: "auto"
732
+ - Examples:
733
+ - "auto"
734
+ - Rclone chooses the best hash
735
+ - "quickxor"
736
+ - QuickXor
737
+ - "sha1"
738
+ - SHA1
739
+ - "sha256"
740
+ - SHA256
741
+ - "crc32"
742
+ - CRC32
743
+ - "none"
744
+ - None - don't use any hashes
745
+
746
+ #### --onedrive-av-override
747
+
748
+ Allows download of files the server thinks has a virus.
749
+
750
+ The onedrive/sharepoint server may check files uploaded with an Anti
751
+ Virus checker. If it detects any potential viruses or malware it will
752
+ block download of the file.
753
+
754
+ In this case you will see a message like this
755
+
756
+ server reports this file is infected with a virus - use --onedrive-av-override to download anyway: Infected (name of virus): 403 Forbidden:
757
+
758
+ If you are 100% sure you want to download this file anyway then use
759
+ the --onedrive-av-override flag, or av_override = true in the config
760
+ file.
761
+
762
+
763
+ Properties:
764
+
765
+ - Config: av_override
766
+ - Env Var: RCLONE_ONEDRIVE_AV_OVERRIDE
767
+ - Type: bool
768
+ - Default: false
769
+
770
+ #### --onedrive-delta
771
+
772
+ If set rclone will use delta listing to implement recursive listings.
773
+
774
+ If this flag is set the onedrive backend will advertise `ListR`
775
+ support for recursive listings.
776
+
777
+ Setting this flag speeds up these things greatly:
778
+
779
+ rclone lsf -R onedrive:
780
+ rclone size onedrive:
781
+ rclone rc vfs/refresh recursive=true
782
+
783
+ **However** the delta listing API **only** works at the root of the
784
+ drive. If you use it not at the root then it recurses from the root
785
+ and discards all the data that is not under the directory you asked
786
+ for. So it will be correct but may not be very efficient.
787
+
788
+ This is why this flag is not set as the default.
789
+
790
+ As a rule of thumb if nearly all of your data is under rclone's root
791
+ directory (the `root/directory` in `onedrive:root/directory`) then
792
+ using this flag will be a big performance win. If your data is
793
+ mostly not under the root then using this flag will be a big
794
+ performance loss.
795
+
796
+ It is recommended if you are mounting your onedrive at the root
797
+ (or near the root when using crypt) and using rclone `rc vfs/refresh`.
798
+
799
+
800
+ Properties:
801
+
802
+ - Config: delta
803
+ - Env Var: RCLONE_ONEDRIVE_DELTA
804
+ - Type: bool
805
+ - Default: false
806
+
807
+ #### --onedrive-metadata-permissions
808
+
809
+ Control whether permissions should be read or written in metadata.
810
+
811
+ Reading permissions metadata from files can be done quickly, but it
812
+ isn't always desirable to set the permissions from the metadata.
813
+
814
+
815
+ Properties:
816
+
817
+ - Config: metadata_permissions
818
+ - Env Var: RCLONE_ONEDRIVE_METADATA_PERMISSIONS
819
+ - Type: Bits
820
+ - Default: off
821
+ - Examples:
822
+ - "off"
823
+ - Do not read or write the value
824
+ - "read"
825
+ - Read the value only
826
+ - "write"
827
+ - Write the value only
828
+ - "read,write"
829
+ - Read and Write the value.
830
+ - "failok"
831
+ - If writing fails log errors only, don't fail the transfer
832
+
833
+ #### --onedrive-encoding
834
+
835
+ The encoding for the backend.
836
+
837
+ See the [encoding section in the overview](/overview/#encoding) for more info.
838
+
839
+ Properties:
840
+
841
+ - Config: encoding
842
+ - Env Var: RCLONE_ONEDRIVE_ENCODING
843
+ - Type: Encoding
844
+ - Default: Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8,Dot
845
+
846
+ #### --onedrive-description
847
+
848
+ Description of the remote.
849
+
850
+ Properties:
851
+
852
+ - Config: description
853
+ - Env Var: RCLONE_ONEDRIVE_DESCRIPTION
854
+ - Type: string
855
+ - Required: false
856
+
857
+ ### Metadata
858
+
859
+ OneDrive supports System Metadata (not User Metadata, as of this writing) for
860
+ both files and directories. Much of the metadata is read-only, and there are some
861
+ differences between OneDrive Personal and Business (see table below for
862
+ details).
863
+
864
+ Permissions are also supported, if `--onedrive-metadata-permissions` is set. The
865
+ accepted values for `--onedrive-metadata-permissions` are "`read`", "`write`",
866
+ "`read,write`", and "`off`" (the default). "`write`" supports adding new permissions,
867
+ updating the "role" of existing permissions, and removing permissions. Updating
868
+ and removing require the Permission ID to be known, so it is recommended to use
869
+ "`read,write`" instead of "`write`" if you wish to update/remove permissions.
870
+
871
+ Permissions are read/written in JSON format using the same schema as the
872
+ [OneDrive API](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/resources/permission?view=odsp-graph-online),
873
+ which differs slightly between OneDrive Personal and Business.
874
+
875
+ Example for OneDrive Personal:
876
+ ```json
877
+ [
878
+ {
879
+ "id": "1234567890ABC!123",
880
+ "grantedTo": {
881
+ "user": {
882
+ "id": "ryan@contoso.com"
883
+ },
884
+ "application": {},
885
+ "device": {}
886
+ },
887
+ "invitation": {
888
+ "email": "ryan@contoso.com"
889
+ },
890
+ "link": {
891
+ "webUrl": "https://1drv.ms/t/s!1234567890ABC"
892
+ },
893
+ "roles": [
894
+ "read"
895
+ ],
896
+ "shareId": "s!1234567890ABC"
897
+ }
898
+ ]
899
+ ```
900
+
901
+ Example for OneDrive Business:
902
+ ```json
903
+ [
904
+ {
905
+ "id": "48d31887-5fad-4d73-a9f5-3c356e68a038",
906
+ "grantedToIdentities": [
907
+ {
908
+ "user": {
909
+ "displayName": "ryan@contoso.com"
910
+ },
911
+ "application": {},
912
+ "device": {}
913
+ }
914
+ ],
915
+ "link": {
916
+ "type": "view",
917
+ "scope": "users",
918
+ "webUrl": "https://contoso.sharepoint.com/:w:/t/design/a577ghg9hgh737613bmbjf839026561fmzhsr85ng9f3hjck2t5s"
919
+ },
920
+ "roles": [
921
+ "read"
922
+ ],
923
+ "shareId": "u!LKj1lkdlals90j1nlkascl"
924
+ },
925
+ {
926
+ "id": "5D33DD65C6932946",
927
+ "grantedTo": {
928
+ "user": {
929
+ "displayName": "John Doe",
930
+ "id": "efee1b77-fb3b-4f65-99d6-274c11914d12"
931
+ },
932
+ "application": {},
933
+ "device": {}
934
+ },
935
+ "roles": [
936
+ "owner"
937
+ ],
938
+ "shareId": "FWxc1lasfdbEAGM5fI7B67aB5ZMPDMmQ11U"
939
+ }
940
+ ]
941
+ ```
942
+
943
+ To write permissions, pass in a "permissions" metadata key using this same
944
+ format. The [`--metadata-mapper`](https://rclone.org/docs/#metadata-mapper) tool can
945
+ be very helpful for this.
946
+
947
+ When adding permissions, an email address can be provided in the `User.ID` or
948
+ `DisplayName` properties of `grantedTo` or `grantedToIdentities`. Alternatively,
949
+ an ObjectID can be provided in `User.ID`. At least one valid recipient must be
950
+ provided in order to add a permission for a user. Creating a Public Link is also
951
+ supported, if `Link.Scope` is set to `"anonymous"`.
952
+
953
+ Example request to add a "read" permission with `--metadata-mapper`:
954
+
955
+ ```json
956
+ {
957
+ "Metadata": {
958
+ "permissions": "[{\"grantedToIdentities\":[{\"user\":{\"id\":\"ryan@contoso.com\"}}],\"roles\":[\"read\"]}]"
959
+ }
960
+ }
961
+ ```
962
+
963
+ Note that adding a permission can fail if a conflicting permission already
964
+ exists for the file/folder.
965
+
966
+ To update an existing permission, include both the Permission ID and the new
967
+ `roles` to be assigned. `roles` is the only property that can be changed.
968
+
969
+ To remove permissions, pass in a blob containing only the permissions you wish
970
+ to keep (which can be empty, to remove all.) Note that the `owner` role will be
971
+ ignored, as it cannot be removed.
972
+
973
+ Note that both reading and writing permissions requires extra API calls, so if
974
+ you don't need to read or write permissions it is recommended to omit
975
+ `--onedrive-metadata-permissions`.
976
+
977
+ Metadata and permissions are supported for Folders (directories) as well as
978
+ Files. Note that setting the `mtime` or `btime` on a Folder requires one extra
979
+ API call on OneDrive Business only.
980
+
981
+ OneDrive does not currently support User Metadata. When writing metadata, only
982
+ writeable system properties will be written -- any read-only or unrecognized keys
983
+ passed in will be ignored.
984
+
985
+ TIP: to see the metadata and permissions for any file or folder, run:
986
+
987
+ ```
988
+ rclone lsjson remote:path --stat -M --onedrive-metadata-permissions read
989
+ ```
990
+
991
+ Here are the possible system metadata items for the onedrive backend.
992
+
993
+ | Name | Help | Type | Example | Read Only |
994
+ |------|------|------|---------|-----------|
995
+ | btime | Time of file birth (creation) with S accuracy (mS for OneDrive Personal). | RFC 3339 | 2006-01-02T15:04:05Z | N |
996
+ | content-type | The MIME type of the file. | string | text/plain | **Y** |
997
+ | created-by-display-name | Display name of the user that created the item. | string | John Doe | **Y** |
998
+ | created-by-id | ID of the user that created the item. | string | 48d31887-5fad-4d73-a9f5-3c356e68a038 | **Y** |
999
+ | description | A short description of the file. Max 1024 characters. No longer supported by Microsoft. | string | Contract for signing | N |
1000
+ | id | The unique identifier of the item within OneDrive. | string | 01BYE5RZ6QN3ZWBTUFOFD3GSPGOHDJD36K | **Y** |
1001
+ | last-modified-by-display-name | Display name of the user that last modified the item. | string | John Doe | **Y** |
1002
+ | last-modified-by-id | ID of the user that last modified the item. | string | 48d31887-5fad-4d73-a9f5-3c356e68a038 | **Y** |
1003
+ | malware-detected | Whether OneDrive has detected that the item contains malware. | boolean | true | **Y** |
1004
+ | mtime | Time of last modification with S accuracy (mS for OneDrive Personal). | RFC 3339 | 2006-01-02T15:04:05Z | N |
1005
+ | package-type | If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. | string | oneNote | **Y** |
1006
+ | permissions | Permissions in a JSON dump of OneDrive format. Enable with --onedrive-metadata-permissions. Properties: id, grantedTo, grantedToIdentities, invitation, inheritedFrom, link, roles, shareId | JSON | {} | N |
1007
+ | shared-by-id | ID of the user that shared the item (if shared). | string | 48d31887-5fad-4d73-a9f5-3c356e68a038 | **Y** |
1008
+ | shared-owner-id | ID of the owner of the shared item (if shared). | string | 48d31887-5fad-4d73-a9f5-3c356e68a038 | **Y** |
1009
+ | shared-scope | If shared, indicates the scope of how the item is shared: anonymous, organization, or users. | string | users | **Y** |
1010
+ | shared-time | Time when the item was shared, with S accuracy (mS for OneDrive Personal). | RFC 3339 | 2006-01-02T15:04:05Z | **Y** |
1011
+ | utime | Time of upload with S accuracy (mS for OneDrive Personal). | RFC 3339 | 2006-01-02T15:04:05Z | **Y** |
1012
+
1013
+ See the [metadata](/docs/#metadata) docs for more info.
1014
+
1015
+ <!-- autogenerated options stop -->
1016
+
1017
+ ### Impersonate other users as Admin
1018
+
1019
+ Unlike Google Drive and impersonating any domain user via service accounts,
1020
+ OneDrive requires you to authenticate as an admin account, and manually setup
1021
+ a remote per user you wish to impersonate.
1022
+
1023
+ 1. In [Microsoft 365 Admin Center](https://admin.microsoft.com), open each user
1024
+ you need to "impersonate" and go to the OneDrive section. There is a heading
1025
+ called "Get access to files", you need to click to create the link, this
1026
+ creates the link of the format
1027
+ `https://{tenant}-my.sharepoint.com/personal/{user_name_domain_tld}/` but also
1028
+ changes the permissions so you your admin user has access.
1029
+ 2. Then in powershell run the following commands:
1030
+
1031
+ ```console
1032
+ Install-Module Microsoft.Graph -Scope CurrentUser -Repository PSGallery -Force
1033
+ Import-Module Microsoft.Graph.Files
1034
+ Connect-MgGraph -Scopes "Files.ReadWrite.All"
1035
+ # Follow the steps to allow access to your admin user
1036
+ # Then run this for each user you want to impersonate to get the Drive ID
1037
+ Get-MgUserDefaultDrive -UserId '{emailaddress}'
1038
+ # This will give you output of the format:
1039
+ # Name Id DriveType CreatedDateTime
1040
+ # ---- -- --------- ---------------
1041
+ # OneDrive b!XYZ123 business 14/10/2023 1:00:58 pm
1042
+ ```
1043
+
1044
+ 3. Then in rclone add a onedrive remote type, and use the `Type in driveID`
1045
+ with the DriveID you got in the previous step. One remote per user. It will
1046
+ then confirm the drive ID, and hopefully give you a message of
1047
+ `Found drive "root" of type "business"` and then include the URL of the format
1048
+ `https://{tenant}-my.sharepoint.com/personal/{user_name_domain_tld}/Documents`
1049
+
1050
+ ## Limitations
1051
+
1052
+ If you don't use rclone for 90 days the refresh token will
1053
+ expire. This will result in authorization problems. This is easy to
1054
+ fix by running the `rclone config reconnect remote:` command to get a
1055
+ new token and refresh token.
1056
+
1057
+ ### Naming
1058
+
1059
+ Note that OneDrive is case insensitive so you can't have a
1060
+ file called "Hello.doc" and one called "hello.doc".
1061
+
1062
+ There are quite a few characters that can't be in OneDrive file
1063
+ names. These can't occur on Windows platforms, but on non-Windows
1064
+ platforms they are common. Rclone will map these names to and from an
1065
+ identical looking unicode equivalent. For example if a file has a `?`
1066
+ in it will be mapped to `?` instead.
1067
+
1068
+ ### File sizes
1069
+
1070
+ The largest allowed file size is 250 GiB for both OneDrive Personal and OneDrive
1071
+ for Business [(Updated 13 Jan 2021)](https://support.microsoft.com/en-us/office/invalid-file-names-and-file-types-in-onedrive-and-sharepoint-64883a5d-228e-48f5-b3d2-eb39e07630fa?ui=en-us&rs=en-us&ad=us#individualfilesize).
1072
+
1073
+ ### Path length
1074
+
1075
+ The entire path, including the file name, must contain fewer than 400
1076
+ characters for OneDrive, OneDrive for Business and SharePoint Online. If you
1077
+ are encrypting file and folder names with rclone, you may want to pay attention
1078
+ to this limitation because the encrypted names are typically longer than the
1079
+ original ones.
1080
+
1081
+ ### Number of files
1082
+
1083
+ OneDrive seems to be OK with at least 50,000 files in a folder, but at
1084
+ 100,000 rclone will get errors listing the directory like `couldn’t
1085
+ list files: UnknownError:`. See
1086
+ [#2707](https://github.com/rclone/rclone/issues/2707) for more info.
1087
+
1088
+ An official document about the limitations for different types of OneDrive can
1089
+ be found [here](https://support.office.com/en-us/article/invalid-file-names-and-file-types-in-onedrive-onedrive-for-business-and-sharepoint-64883a5d-228e-48f5-b3d2-eb39e07630fa).
1090
+
1091
+ ## Versions
1092
+
1093
+ Every change in a file OneDrive causes the service to create a new
1094
+ version of the file. This counts against a users quota. For
1095
+ example changing the modification time of a file creates a second
1096
+ version, so the file apparently uses twice the space.
1097
+
1098
+ For example the `copy` command is affected by this as rclone copies
1099
+ the file and then afterwards sets the modification time to match the
1100
+ source file which uses another version.
1101
+
1102
+ You can use the `rclone cleanup` command (see below) to remove all old
1103
+ versions.
1104
+
1105
+ Or you can set the `no_versions` parameter to `true` and rclone will
1106
+ remove versions after operations which create new versions. This takes
1107
+ extra transactions so only enable it if you need it.
1108
+
1109
+ **Note** At the time of writing Onedrive Personal creates versions
1110
+ (but not for setting the modification time) but the API for removing
1111
+ them returns "API not found" so cleanup and `no_versions` should not
1112
+ be used on Onedrive Personal.
1113
+
1114
+ ### Disabling versioning
1115
+
1116
+ Starting October 2018, users will no longer be able to
1117
+ disable versioning by default. This is because Microsoft has brought
1118
+ an
1119
+ [update](https://techcommunity.microsoft.com/t5/Microsoft-OneDrive-Blog/New-Updates-to-OneDrive-and-SharePoint-Team-Site-Versioning/ba-p/204390)
1120
+ to the mechanism. To change this new default setting, a PowerShell
1121
+ command is required to be run by a SharePoint admin. If you are an
1122
+ admin, you can run these commands in PowerShell to change that
1123
+ setting:
1124
+
1125
+ 1. `Install-Module -Name Microsoft.Online.SharePoint.PowerShell` (in case you
1126
+ haven't installed this already)
1127
+ 2. `Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChecking`
1128
+ 3. `Connect-SPOService -Url https://YOURSITE-admin.sharepoint.com -Credential YOU@YOURSITE.COM`
1129
+ (replacing `YOURSITE`, `YOU`, `YOURSITE.COM` with the actual values; this will
1130
+ prompt for your credentials)
1131
+ 4. `Set-SPOTenant -EnableMinimumVersionRequirement $False`
1132
+ 5. `Disconnect-SPOService` (to disconnect from the server)
1133
+
1134
+ *Below are the steps for normal users to disable versioning. If you don't see
1135
+ the "No Versioning" option, make sure the above requirements are met.*
1136
+
1137
+ User [Weropol](https://github.com/Weropol) has found a method to disable
1138
+ versioning on OneDrive
1139
+
1140
+ 1. Open the settings menu by clicking on the gear symbol at the top of the
1141
+ OneDrive Business page.
1142
+ 2. Click Site settings.
1143
+ 3. Once on the Site settings page, navigate to Site Administration > Site libraries
1144
+ and lists.
1145
+ 4. Click Customize "Documents".
1146
+ 5. Click General Settings > Versioning Settings.
1147
+ 6. Under Document Version History select the option No versioning.
1148
+ Note: This will disable the creation of new file versions, but will not remove
1149
+ any previous versions. Your documents are safe.
1150
+ 7. Apply the changes by clicking OK.
1151
+ 8. Use rclone to upload or modify files. (I also use the --no-update-modtime flag)
1152
+ 9. Restore the versioning settings after using rclone. (Optional)
1153
+
1154
+ ## Cleanup
1155
+
1156
+ OneDrive supports `rclone cleanup` which causes rclone to look through
1157
+ every file under the path supplied and delete all version but the
1158
+ current version. Because this involves traversing all the files, then
1159
+ querying each file for versions it can be quite slow. Rclone does
1160
+ `--checkers` tests in parallel. The command also supports `--interactive`/`i`
1161
+ or `--dry-run` which is a great way to see what it would do.
1162
+
1163
+ ```text
1164
+ rclone cleanup --interactive remote:path/subdir # interactively remove all old version for path/subdir
1165
+ rclone cleanup remote:path/subdir # unconditionally remove all old version for path/subdir
1166
+ ```
1167
+
1168
+ **NB** Onedrive personal can't currently delete versions
1169
+
1170
+ ## Troubleshooting
1171
+
1172
+ ### Excessive throttling or blocked on SharePoint
1173
+
1174
+ If you experience excessive throttling or is being blocked on SharePoint then
1175
+ it may help to set the user agent explicitly with a flag like this:
1176
+ `--user-agent "ISV|rclone.org|rclone/v1.55.1"`
1177
+
1178
+ The specific details can be found in the Microsoft document:
1179
+ [Avoid getting throttled or blocked in SharePoint Online](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online#how-to-decorate-your-http-traffic-to-avoid-throttling)
1180
+
1181
+ ### Unexpected file size/hash differences on Sharepoint
1182
+
1183
+ It is a
1184
+ [known](https://github.com/OneDrive/onedrive-api-docs/issues/935#issuecomment-441741631)
1185
+ issue that Sharepoint (not OneDrive or OneDrive for Business) silently modifies
1186
+ uploaded files, mainly Office files (.docx, .xlsx, etc.), causing file size and
1187
+ hash checks to fail. There are also other situations that will cause OneDrive to
1188
+ report inconsistent file sizes. To use rclone with such
1189
+ affected files on Sharepoint, you
1190
+ may disable these checks with the following command line arguments:
1191
+
1192
+ ```text
1193
+ --ignore-checksum --ignore-size
1194
+ ```
1195
+
1196
+ Alternatively, if you have write access to the OneDrive files, it may be possible
1197
+ to fix this problem for certain files, by attempting the steps below.
1198
+ Open the web interface for [OneDrive](https://onedrive.live.com) and find the
1199
+ affected files (which will be in the error messages/log for rclone). Simply click
1200
+ on each of these files, causing OneDrive to open them on the web. This will cause
1201
+ each file to be converted in place to a format that is functionally equivalent
1202
+ but which will no longer trigger the size discrepancy. Once all problematic files
1203
+ are converted you will no longer need the ignore options above.
1204
+
1205
+ ### Replacing/deleting existing files on Sharepoint gets "item not found"
1206
+
1207
+ It is a [known](https://github.com/OneDrive/onedrive-api-docs/issues/1068) issue
1208
+ that Sharepoint (not OneDrive or OneDrive for Business) may return "item not
1209
+ found" errors when users try to replace or delete uploaded files; this seems to
1210
+ mainly affect Office files (.docx, .xlsx, etc.) and web files (.html, .aspx, etc.).
1211
+ As a workaround, you may use
1212
+ the `--backup-dir <BACKUP_DIR>` command line argument so rclone moves the
1213
+ files to be replaced/deleted into a given backup directory (instead of directly
1214
+ replacing/deleting them). For example, to instruct rclone to move the files into
1215
+ the directory `rclone-backup-dir` on backend `mysharepoint`, you may use:
1216
+
1217
+ ```text
1218
+ --backup-dir mysharepoint:rclone-backup-dir
1219
+ ```
1220
+
1221
+ ### access\_denied (AADSTS65005)
1222
+
1223
+ ```text
1224
+ Error: access_denied
1225
+ Code: AADSTS65005
1226
+ Description: Using application 'rclone' is currently not supported for your organization [YOUR_ORGANIZATION] because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of [YOUR_ORGANIZATION] before the application rclone can be provisioned.
1227
+ ```
1228
+
1229
+ This means that rclone can't use the OneDrive for Business API with your account.
1230
+ You can't do much about it, maybe write an email to your admins.
1231
+
1232
+ However, there are other ways to interact with your OneDrive account. Have a look
1233
+ at the WebDAV backend: <https://rclone.org/webdav/#sharepoint>
1234
+
1235
+ ### invalid\_grant (AADSTS50076)
1236
+
1237
+ ```text
1238
+ Error: invalid_grant
1239
+ Code: AADSTS50076
1240
+ Description: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access '...'.
1241
+ ```
1242
+
1243
+ If you see the error above after enabling multi-factor authentication for your
1244
+ account, you can fix it by refreshing your OAuth refresh token. To do that, run
1245
+ `rclone config`, and choose to edit your OneDrive backend. Then, you don't need
1246
+ to actually make any changes until you reach this question:
1247
+ `Already have a token - refresh?`. For this question, answer `y` and go through
1248
+ the process to refresh your token, just like the first time the backend is
1249
+ configured. After this, rclone should work again for this backend.
1250
+
1251
+ ### Invalid request when making public links
1252
+
1253
+ On Sharepoint and OneDrive for Business, `rclone link` may return an "Invalid
1254
+ request" error. A possible cause is that the organisation admin didn't allow
1255
+ public links to be made for the organisation/sharepoint library. To fix the
1256
+ permissions as an admin, take a look at the docs:
1257
+ [1](https://docs.microsoft.com/en-us/sharepoint/turn-external-sharing-on-or-off),
1258
+ [2](https://support.microsoft.com/en-us/office/set-up-and-manage-access-requests-94b26e0b-2822-49d4-929a-8455698654b3).
1259
+
1260
+ ### Can not access `Shared` with me files
1261
+
1262
+ Shared with me files is not supported by rclone
1263
+ [currently](https://github.com/rclone/rclone/issues/4062), but there is a workaround:
1264
+
1265
+ 1. Visit [https://onedrive.live.com](https://onedrive.live.com/)
1266
+ 2. Right click a item in `Shared`, then click `Add shortcut to My files` in the context
1267
+ ![make_shortcut](https://user-images.githubusercontent.com/60313789/206118040-7e762b3b-aa61-41a1-8649-cc18889f3572.png "Screenshot (Shared with me)")
1268
+ 3. The shortcut will appear in `My files`, you can access it with rclone, it
1269
+ behaves like a normal folder/file.
1270
+ ![in_my_files](https://i.imgur.com/0S8H3li.png "Screenshot (My Files)")
1271
+ ![rclone_mount](https://i.imgur.com/2Iq66sW.png "Screenshot (rclone mount)")
1272
+
1273
+ ### Live Photos uploaded from iOS (small video clips in .heic files)
1274
+
1275
+ The iOS OneDrive app introduced [upload and storage](https://techcommunity.microsoft.com/t5/microsoft-onedrive-blog/live-photos-come-to-onedrive/ba-p/1953452)
1276
+ of [Live Photos](https://support.apple.com/en-gb/HT207310) in 2020.
1277
+ The usage and download of these uploaded Live Photos is unfortunately still
1278
+ work-in-progress and this introduces several issues when copying, synchronising
1279
+ and mounting – both in rclone and in the native OneDrive client on Windows.
1280
+
1281
+ The root cause can easily be seen if you locate one of your Live Photos in the
1282
+ OneDrive web interface. Then download the photo from the web interface. You
1283
+ will then see that the size of downloaded .heic file is smaller than the size
1284
+ displayed in the web interface. The downloaded file is smaller because it only
1285
+ contains a single frame (still photo) extracted from the Live Photo (movie)
1286
+ stored in OneDrive.
1287
+
1288
+ The different sizes will cause `rclone copy/sync` to repeatedly recopy
1289
+ unmodified photos something like this:
1290
+
1291
+ ```text
1292
+ DEBUG : 20230203_123826234_iOS.heic: Sizes differ (src 4470314 vs dst 1298667)
1293
+ DEBUG : 20230203_123826234_iOS.heic: sha1 = fc2edde7863b7a7c93ca6771498ac797f8460750 OK
1294
+ INFO : 20230203_123826234_iOS.heic: Copied (replaced existing)
1295
+ ```
1296
+
1297
+ These recopies can be worked around by adding `--ignore-size`. Please note that
1298
+ this workaround only syncs the still-picture not the movie clip,
1299
+ and relies on modification dates being correctly updated on all files in all situations.
1300
+
1301
+ The different sizes will also cause `rclone check` to report size errors something
1302
+ like this:
1303
+
1304
+ ```text
1305
+ ERROR : 20230203_123826234_iOS.heic: sizes differ
1306
+ ```
1307
+
1308
+ These check errors can be suppressed by adding `--ignore-size`.
1309
+
1310
+ The different sizes will also cause `rclone mount` to fail downloading with an
1311
+ error something like this:
1312
+
1313
+ ```text
1314
+ ERROR : 20230203_123826234_iOS.heic: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF
1315
+ ```
1316
+
1317
+ or like this when using `--cache-mode=full`:
1318
+
1319
+ ```text
1320
+ INFO : 20230203_123826234_iOS.heic: vfs cache: downloader: error count now 1: vfs reader: failed to write to cache file: 416 Requested Range Not Satisfiable:
1321
+ ERROR : 20230203_123826234_iOS.heic: vfs cache: failed to download: vfs reader: failed to write to cache file: 416 Requested Range Not Satisfiable:
1322
+ ```