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,1277 @@
1
+ ---
2
+ title: "SFTP"
3
+ description: "SFTP"
4
+ versionIntroduced: "v1.36"
5
+ ---
6
+
7
+ > **Official documentation:** [https://rclone.org/sftp/](https://rclone.org/sftp/)
8
+ # SFTP
9
+
10
+ SFTP is the [Secure (or SSH) File Transfer
11
+ Protocol](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol).
12
+
13
+ The SFTP backend can be used with a number of different providers:
14
+
15
+ <!-- markdownlint-capture -->
16
+ <!-- markdownlint-disable line-length no-bare-urls -->
17
+
18
+ | Provider | Configuration |
19
+ |---|---|
20
+ | [Hetzner Storage Box](https://www.hetzner.com/storage/storage-box) | [rclone config](https://rclone.org/sftp/#hetzner-storage-box) |
21
+ | [rsync.net](https://rsync.net/products/rclone.html) | [rclone config](https://rclone.org/sftp/#rsync-net) |
22
+
23
+ <!-- markdownlint-restore -->
24
+
25
+ SFTP runs over SSH v2 and is installed as standard with most modern
26
+ SSH installations.
27
+
28
+ Paths are specified as `remote:path`. If the path does not begin with
29
+ a `/` it is relative to the home directory of the user. An empty path
30
+ `remote:` refers to the user's home directory. For example, `rclone lsd remote:`
31
+ would list the home directory of the user configured in the rclone remote config
32
+ (`i.e /home/sftpuser`). However, `rclone lsd remote:/` would list the root
33
+ directory for remote machine (i.e. `/`)
34
+
35
+ Note that some SFTP servers will need the leading / - Synology is a
36
+ good example of this. rsync.net and Hetzner, on the other hand, requires users to
37
+ OMIT the leading /.
38
+
39
+ Note that by default rclone will try to execute shell commands on
40
+ the server, see [shell access considerations](#shell-access-considerations).
41
+
42
+ ## Configuration
43
+
44
+ Here is an example of making an SFTP configuration. First run
45
+
46
+ ```console
47
+ rclone config
48
+ ```
49
+
50
+ This will guide you through an interactive setup process.
51
+
52
+ ```text
53
+ No remotes found, make a new one\?
54
+ n) New remote
55
+ s) Set configuration password
56
+ q) Quit config
57
+ n/s/q> n
58
+ name> remote
59
+ Type of storage to configure.
60
+ Choose a number from below, or type in your own value
61
+ [snip]
62
+ XX / SSH/SFTP
63
+ \ "sftp"
64
+ [snip]
65
+ Storage> sftp
66
+ SSH host to connect to
67
+ Choose a number from below, or type in your own value
68
+ 1 / Connect to example.com
69
+ \ "example.com"
70
+ host> example.com
71
+ SSH username
72
+ Enter a string value. Press Enter for the default ("$USER").
73
+ user> sftpuser
74
+ SSH port number
75
+ Enter a signed integer. Press Enter for the default (22).
76
+ port>
77
+ SSH password, leave blank to use ssh-agent.
78
+ y) Yes type in my own password
79
+ g) Generate random password
80
+ n) No leave this optional password blank
81
+ y/g/n> n
82
+ Path to unencrypted PEM-encoded private key file, leave blank to use ssh-agent.
83
+ key_file>
84
+ Remote config
85
+ Configuration complete.
86
+ Options:
87
+ - type: sftp
88
+ - host: example.com
89
+ - user: sftpuser
90
+ - port:
91
+ - pass:
92
+ - key_file:
93
+ Keep this "remote" remote?
94
+ y) Yes this is OK
95
+ e) Edit this remote
96
+ d) Delete this remote
97
+ y/e/d> y
98
+ ```
99
+
100
+ This remote is called `remote` and can now be used like this:
101
+
102
+ See all directories in the home directory
103
+
104
+ ```console
105
+ rclone lsd remote:
106
+ ```
107
+
108
+ See all directories in the root directory
109
+
110
+ ```console
111
+ rclone lsd remote:/
112
+ ```
113
+
114
+ Make a new directory
115
+
116
+ ```console
117
+ rclone mkdir remote:path/to/directory
118
+ ```
119
+
120
+ List the contents of a directory
121
+
122
+ ```console
123
+ rclone ls remote:path/to/directory
124
+ ```
125
+
126
+ Sync `/home/local/directory` to the remote directory, deleting any
127
+ excess files in the directory.
128
+
129
+ ```console
130
+ rclone sync --interactive /home/local/directory remote:directory
131
+ ```
132
+
133
+ Mount the remote path `/srv/www-data/` to the local path
134
+ `/mnt/www-data`
135
+
136
+ ```console
137
+ rclone mount remote:/srv/www-data/ /mnt/www-data
138
+ ```
139
+
140
+ ### SSH Authentication
141
+
142
+ The SFTP remote supports three authentication methods:
143
+
144
+ - Password
145
+ - Key file, including certificate signed keys
146
+ - ssh-agent
147
+
148
+ Key files should be PEM-encoded private key files. For instance `/home/$USER/.ssh/id_rsa`.
149
+ Only unencrypted OpenSSH or PEM encrypted files are supported.
150
+
151
+ The key file can be specified in either an external file (key_file) or contained
152
+ within the rclone config file (key_pem). If using key_pem in the config file,
153
+ the entry should be on a single line with new line ('\n' or '\r\n') separating lines.
154
+ I.e.
155
+
156
+ ```text
157
+ key_pem = -----BEGIN RSA PRIVATE KEY-----\nMaMbaIXtE\n0gAMbMbaSsd\nMbaass\n-----END RSA PRIVATE KEY-----
158
+ ```
159
+
160
+ This will generate it correctly for key_pem for use in the config:
161
+
162
+ ```console
163
+ awk '{printf "%s\\n", $0}' < ~/.ssh/id_rsa
164
+ ```
165
+
166
+ If you don't specify `pass`, `key_file`, or `key_pem` or `ask_password` then
167
+ rclone will attempt to contact an ssh-agent. You can also specify `key_use_agent`
168
+ to force the usage of an ssh-agent. In this case `key_file` or `key_pem` can
169
+ also be specified to force the usage of a specific key in the ssh-agent.
170
+
171
+ Using an ssh-agent is the only way to load encrypted OpenSSH keys at the moment.
172
+
173
+ If you set the `ask_password` option, rclone will prompt for a password when
174
+ needed and no password has been configured.
175
+
176
+ #### Certificate-signed keys
177
+
178
+ With traditional key-based authentication, you configure your private key only,
179
+ and the public key built into it will be used during the authentication process.
180
+
181
+ If you have a certificate you may use it to sign your public key, creating a
182
+ separate SSH user certificate that should be used instead of the plain public key
183
+ extracted from the private key. Then you must provide the path to the
184
+ user certificate public key file in `pubkey_file` or the content of the file in `pubkey`.
185
+
186
+ Note: This is not the traditional public key paired with your private key,
187
+ typically saved as `/home/$USER/.ssh/id_rsa.pub`. Setting this path in
188
+ `pubkey_file` will not work.
189
+
190
+ Example:
191
+
192
+ ```ini
193
+ [remote]
194
+ type = sftp
195
+ host = example.com
196
+ user = sftpuser
197
+ key_file = ~/id_rsa
198
+ pubkey_file = ~/id_rsa-cert.pub
199
+ ````
200
+
201
+ If you concatenate a cert with a private key then you can specify the
202
+ merged file in both places.
203
+
204
+ Note: the cert must come first in the file. e.g.
205
+
206
+ ```console
207
+ cat id_rsa-cert.pub id_rsa > merged_key
208
+ ```
209
+
210
+ ### Host key validation
211
+
212
+ By default rclone will not check the server's host key for validation. This
213
+ can allow an attacker to replace a server with their own and if you use
214
+ password authentication then this can lead to that password being exposed.
215
+
216
+ Host key matching, using standard `known_hosts` files can be turned on by
217
+ enabling the `known_hosts_file` option. This can point to the file maintained
218
+ by `OpenSSH` or can point to a unique file.
219
+
220
+ e.g. using the OpenSSH `known_hosts` file:
221
+
222
+ ```ini
223
+ [remote]
224
+ type = sftp
225
+ host = example.com
226
+ user = sftpuser
227
+ pass =
228
+ known_hosts_file = ~/.ssh/known_hosts
229
+ ````
230
+
231
+ Alternatively you can create your own known hosts file like this:
232
+
233
+ ```console
234
+ ssh-keyscan -t dsa,rsa,ecdsa,ed25519 example.com >> known_hosts
235
+ ```
236
+
237
+ There are some limitations:
238
+
239
+ - `rclone` will not *manage* this file for you. If the key is missing or
240
+ wrong then the connection will be refused.
241
+ - If the server is set up for a certificate host key then the entry in
242
+ the `known_hosts` file *must* be the `@cert-authority` entry for the CA
243
+
244
+ If the host key provided by the server does not match the one in the
245
+ file (or is missing) then the connection will be aborted and an error
246
+ returned such as
247
+
248
+ ```text
249
+ NewFs: couldn't connect SSH: ssh: handshake failed: knownhosts: key mismatch
250
+ ```
251
+
252
+ or
253
+
254
+ ```text
255
+ NewFs: couldn't connect SSH: ssh: handshake failed: knownhosts: key is unknown
256
+ ```
257
+
258
+ If you see an error such as
259
+
260
+ ```text
261
+ NewFs: couldn't connect SSH: ssh: handshake failed: ssh: no authorities for hostname: example.com:22
262
+ ```
263
+
264
+ then it is likely the server has presented a CA signed host certificate
265
+ and you will need to add the appropriate `@cert-authority` entry.
266
+
267
+ The `known_hosts_file` setting can be set during `rclone config` as an
268
+ advanced option.
269
+
270
+ ### ssh-agent on macOS
271
+
272
+ Note that there seem to be various problems with using an ssh-agent on
273
+ macOS due to recent changes in the OS. The most effective work-around
274
+ seems to be to start an ssh-agent in each session, e.g.
275
+
276
+ ```console
277
+ eval `ssh-agent -s` && ssh-add -A
278
+ ```
279
+
280
+ And then at the end of the session
281
+
282
+ ```console
283
+ eval `ssh-agent -k`
284
+ ```
285
+
286
+ These commands can be used in scripts of course.
287
+
288
+ ### Shell access
289
+
290
+ Some functionality of the SFTP backend relies on remote shell access,
291
+ and the possibility to execute commands. This includes [checksum](#checksum),
292
+ and in some cases also [about](#about-command). The shell commands that
293
+ must be executed may be different on different type of shells, and also
294
+ quoting/escaping of file path arguments containing special characters may
295
+ be different. Rclone therefore needs to know what type of shell it is,
296
+ and if shell access is available at all.
297
+
298
+ Most servers run on some version of Unix, and then a basic Unix shell can
299
+ be assumed, without further distinction. Windows 10, Server 2019, and later
300
+ can also run a SSH server, which is a port of OpenSSH (see official
301
+ [installation guide](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)).
302
+ On a Windows server the shell handling is different: Although it can also
303
+ be set up to use a Unix type shell, e.g. Cygwin bash, the default is to
304
+ use Windows Command Prompt (cmd.exe), and PowerShell is a recommended
305
+ alternative. All of these have behave differently, which rclone must handle.
306
+
307
+ Rclone tries to auto-detect what type of shell is used on the server,
308
+ first time you access the SFTP remote. If a remote shell session is
309
+ successfully created, it will look for indications that it is CMD or
310
+ PowerShell, with fall-back to Unix if not something else is detected.
311
+ If unable to even create a remote shell session, then shell command
312
+ execution will be disabled entirely. The result is stored in the SFTP
313
+ remote configuration, in option `shell_type`, so that the auto-detection
314
+ only have to be performed once. If you manually set a value for this
315
+ option before first run, the auto-detection will be skipped, and if
316
+ you set a different value later this will override any existing.
317
+ Value `none` can be set to avoid any attempts at executing shell
318
+ commands, e.g. if this is not allowed on the server.
319
+ If you have `shell_type = none` in the configuration then
320
+ the [ssh](#sftp-ssh) must not be set.
321
+
322
+ When the server is [rclone serve sftp](/commands/rclone_serve_sftp/),
323
+ the rclone SFTP remote will detect this as a Unix type shell - even
324
+ if it is running on Windows. This server does not actually have a shell,
325
+ but it accepts input commands matching the specific ones that the
326
+ SFTP backend relies on for Unix shells, e.g. `md5sum` and `df`. Also
327
+ it handles the string escape rules used for Unix shell. Treating it
328
+ as a Unix type shell from a SFTP remote will therefore always be
329
+ correct, and support all features.
330
+
331
+ #### Shell access considerations
332
+
333
+ The shell type auto-detection logic, described above, means that
334
+ by default rclone will try to run a shell command the first time
335
+ a new sftp remote is accessed. If you configure a sftp remote
336
+ without a config file, e.g. an [on the fly](/docs/#backend-path-to-dir])
337
+ remote, rclone will have nowhere to store the result, and it
338
+ will re-run the command on every access. To avoid this you should
339
+ explicitly set the `shell_type` option to the correct value,
340
+ or to `none` if you want to prevent rclone from executing any
341
+ remote shell commands.
342
+
343
+ It is also important to note that, since the shell type decides
344
+ how quoting and escaping of file paths used as command-line arguments
345
+ are performed, configuring the wrong shell type may leave you exposed
346
+ to command injection exploits. Make sure to confirm the auto-detected
347
+ shell type, or explicitly set the shell type you know is correct,
348
+ or disable shell access until you know.
349
+
350
+ ### Checksum
351
+
352
+ SFTP does not natively support checksums (file hash), but rclone
353
+ is able to use checksumming if the same login has shell access,
354
+ and can execute remote commands. If there is a command that can
355
+ calculate compatible checksums on the remote system, Rclone can
356
+ then be configured to execute this whenever a checksum is needed,
357
+ and read back the results. By default MD5 and SHA-1 are considered,
358
+ but also CRC32, SHA-256, BLAKE3, XXH3 and XXH128 are supported,
359
+ option `hashes` can be set to specify which to consider.
360
+
361
+ Normally this requires an external utility being available on
362
+ the server. E.g. for MD5 checksums, by default rclone will try commands
363
+ `md5sum`, `md5` and `rclone md5sum`, and the first one found
364
+ usable will be picked. These utilities normally need to be in the
365
+ remote's PATH to be found.
366
+
367
+ In some cases the shell itself is capable of calculating checksums.
368
+ PowerShell is an example of such a shell. If rclone detects that the
369
+ remote shell is PowerShell, which means it most probably is a
370
+ Windows OpenSSH server, rclone will use a predefined script block
371
+ to produce the checksums for MD5, SHA-1 and SHA-256 when no external
372
+ checksum commands are found (see [shell access](#shell-access)). This
373
+ assumes PowerShell version 4.0 or newer.
374
+
375
+ The options `md5sum_command`, `sha1_command`, etc. can be used to customize
376
+ the commands to be executed for calculation of checksums. You can for
377
+ example set a specific path to where the md5sum executable are located,
378
+ or specify some other tool that print checksums in compatible format.
379
+ The value can include command-line arguments, or even shell script blocks
380
+ as with PowerShell. Rclone has subcommands [hashsum](/commands/rclone_hashsum/),
381
+ [md5sum](/commands/rclone_md5sum/) and [sha1sum](/commands/rclone_sha1sum/)
382
+ that use compatible format, which means if you have an rclone executable
383
+ on the server it can be used. As mentioned above, they will be automatically
384
+ picked up if found in PATH, but if not you can set something like
385
+ `/path/to/rclone md5sum` as the value of option `md5sum_command` to
386
+ make sure a specific executable is used.
387
+
388
+ Remote checksumming is recommended and enabled by default. First time
389
+ rclone is using a SFTP remote, if options `md5sum_command` or `sha1_command`
390
+ are not set, it will check if any of the default commands for each of them,
391
+ as described above, can be used. The result will be saved in the remote
392
+ configuration, so next time it will use the same. Value `none`
393
+ will be set if none of the default commands could be used for a specific
394
+ algorithm, and this algorithm will not be supported by the remote.
395
+
396
+ Disabling the checksumming completely may be required if you are connecting to
397
+ SFTP servers which are not under your control, and to which the execution of
398
+ remote shell commands is prohibited. Set the configuration option `disable_hashcheck`
399
+ to `true` to disable checksumming entirely (you get the same effect by setting
400
+ option `hashes` to `none` or options `md5sum_command`, `sha1_command` etc.
401
+ to `none`). Set option `shell_type` to `none` to not only disable checksumming,
402
+ but also disable all other functionality that are based on remote shell command
403
+ execution.
404
+
405
+ ### Modification times and hashes
406
+
407
+ Modified times are stored on the server to 1 second precision.
408
+
409
+ Modified times are used in syncing and are fully supported.
410
+
411
+ Some SFTP servers disable setting/modifying the file modification time after
412
+ upload (for example, certain configurations of ProFTPd with mod_sftp). If you
413
+ are using one of these servers, you can set the option `set_modtime = false` in
414
+ your RClone backend configuration to disable this behaviour.
415
+
416
+ ### About command
417
+
418
+ The `about` command returns the total space, free space, and used
419
+ space on the remote for the disk of the specified path on the remote or,
420
+ if not set, the disk of the root on the remote.
421
+
422
+ SFTP usually supports the [about](/commands/rclone_about/) command, but
423
+ it depends on the server. If the server implements the vendor-specific
424
+ VFS statistics extension, which is normally the case with OpenSSH instances,
425
+ it will be used. If not, but the same login has access to a Unix shell,
426
+ where the `df` command is available (e.g. in the remote's PATH), then
427
+ this will be used instead. If the server shell is PowerShell, probably
428
+ with a Windows OpenSSH server, rclone will use a built-in shell command
429
+ (see [shell access](#shell-access)). If none of the above is applicable,
430
+ `about` will fail.
431
+
432
+ <!-- autogenerated options start - DO NOT EDIT - instead edit fs.RegInfo in backend/sftp/sftp.go and run make backenddocs to verify --> <!-- markdownlint-disable-line line-length -->
433
+ ### Standard options
434
+
435
+ Here are the Standard options specific to sftp (SSH/SFTP).
436
+
437
+ #### --sftp-host
438
+
439
+ SSH host to connect to.
440
+
441
+ E.g. "example.com".
442
+
443
+ Properties:
444
+
445
+ - Config: host
446
+ - Env Var: RCLONE_SFTP_HOST
447
+ - Type: string
448
+ - Required: true
449
+
450
+ #### --sftp-user
451
+
452
+ SSH username.
453
+
454
+ Properties:
455
+
456
+ - Config: user
457
+ - Env Var: RCLONE_SFTP_USER
458
+ - Type: string
459
+ - Default: "$USER"
460
+
461
+ #### --sftp-port
462
+
463
+ SSH port number.
464
+
465
+ Properties:
466
+
467
+ - Config: port
468
+ - Env Var: RCLONE_SFTP_PORT
469
+ - Type: int
470
+ - Default: 22
471
+
472
+ #### --sftp-pass
473
+
474
+ SSH password, leave blank to use ssh-agent.
475
+
476
+ **NB** Input to this must be obscured - see [rclone obscure](/commands/rclone_obscure/).
477
+
478
+ Properties:
479
+
480
+ - Config: pass
481
+ - Env Var: RCLONE_SFTP_PASS
482
+ - Type: string
483
+ - Required: false
484
+
485
+ #### --sftp-key-pem
486
+
487
+ Raw PEM-encoded private key.
488
+
489
+ Note that this should be on a single line with line endings replaced with '\n', eg
490
+
491
+ key_pem = -----BEGIN RSA PRIVATE KEY-----\nMaMbaIXtE\n0gAMbMbaSsd\nMbaass\n-----END RSA PRIVATE KEY-----
492
+
493
+ This will generate the single line correctly:
494
+
495
+ awk '{printf "%s\\n", $0}' < ~/.ssh/id_rsa
496
+
497
+ If specified, it will override the key_file parameter.
498
+
499
+ Properties:
500
+
501
+ - Config: key_pem
502
+ - Env Var: RCLONE_SFTP_KEY_PEM
503
+ - Type: string
504
+ - Required: false
505
+
506
+ #### --sftp-key-file
507
+
508
+ Path to PEM-encoded private key file.
509
+
510
+ Leave blank or set key-use-agent to use ssh-agent.
511
+
512
+ Leading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.
513
+
514
+ Properties:
515
+
516
+ - Config: key_file
517
+ - Env Var: RCLONE_SFTP_KEY_FILE
518
+ - Type: string
519
+ - Required: false
520
+
521
+ #### --sftp-key-file-pass
522
+
523
+ The passphrase to decrypt the PEM-encoded private key file.
524
+
525
+ Only PEM encrypted key files (old OpenSSH format) are supported. Encrypted keys
526
+ in the new OpenSSH format can't be used.
527
+
528
+ **NB** Input to this must be obscured - see [rclone obscure](/commands/rclone_obscure/).
529
+
530
+ Properties:
531
+
532
+ - Config: key_file_pass
533
+ - Env Var: RCLONE_SFTP_KEY_FILE_PASS
534
+ - Type: string
535
+ - Required: false
536
+
537
+ #### --sftp-pubkey
538
+
539
+ SSH public certificate for public certificate based authentication.
540
+ Set this if you have a signed certificate you want to use for authentication.
541
+ If specified will override pubkey_file.
542
+
543
+ Properties:
544
+
545
+ - Config: pubkey
546
+ - Env Var: RCLONE_SFTP_PUBKEY
547
+ - Type: string
548
+ - Required: false
549
+
550
+ #### --sftp-pubkey-file
551
+
552
+ Optional path to public key file.
553
+
554
+ Set this if you have a signed certificate you want to use for authentication.
555
+
556
+ Leading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.
557
+
558
+ Properties:
559
+
560
+ - Config: pubkey_file
561
+ - Env Var: RCLONE_SFTP_PUBKEY_FILE
562
+ - Type: string
563
+ - Required: false
564
+
565
+ #### --sftp-key-use-agent
566
+
567
+ When set forces the usage of the ssh-agent.
568
+
569
+ When key-file is also set, the ".pub" file of the specified key-file is read and only the associated key is
570
+ requested from the ssh-agent. This allows to avoid `Too many authentication failures for *username*` errors
571
+ when the ssh-agent contains many keys.
572
+
573
+ Properties:
574
+
575
+ - Config: key_use_agent
576
+ - Env Var: RCLONE_SFTP_KEY_USE_AGENT
577
+ - Type: bool
578
+ - Default: false
579
+
580
+ #### --sftp-use-insecure-cipher
581
+
582
+ Enable the use of insecure ciphers and key exchange methods.
583
+
584
+ This enables the use of the following insecure ciphers and key exchange methods:
585
+
586
+ - aes128-cbc
587
+ - aes192-cbc
588
+ - aes256-cbc
589
+ - 3des-cbc
590
+ - diffie-hellman-group-exchange-sha256
591
+ - diffie-hellman-group-exchange-sha1
592
+
593
+ Those algorithms are insecure and may allow plaintext data to be recovered by an attacker.
594
+
595
+ This must be false if you use either ciphers or key_exchange advanced options.
596
+
597
+
598
+ Properties:
599
+
600
+ - Config: use_insecure_cipher
601
+ - Env Var: RCLONE_SFTP_USE_INSECURE_CIPHER
602
+ - Type: bool
603
+ - Default: false
604
+ - Examples:
605
+ - "false"
606
+ - Use default Cipher list.
607
+ - "true"
608
+ - Enables the use of the aes128-cbc cipher and diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1 key exchange.
609
+
610
+ #### --sftp-disable-hashcheck
611
+
612
+ Disable the execution of SSH commands to determine if remote file hashing is available.
613
+
614
+ Leave blank or set to false to enable hashing (recommended), set to true to disable hashing.
615
+
616
+ Properties:
617
+
618
+ - Config: disable_hashcheck
619
+ - Env Var: RCLONE_SFTP_DISABLE_HASHCHECK
620
+ - Type: bool
621
+ - Default: false
622
+
623
+ #### --sftp-ssh
624
+
625
+ Path and arguments to external ssh binary.
626
+
627
+ Normally rclone will use its internal ssh library to connect to the
628
+ SFTP server. However it does not implement all possible ssh options so
629
+ it may be desirable to use an external ssh binary.
630
+
631
+ Rclone ignores all the internal config if you use this option and
632
+ expects you to configure the ssh binary with the user/host/port and
633
+ any other options you need.
634
+
635
+ **Important** The ssh command must log in without asking for a
636
+ password so needs to be configured with keys or certificates.
637
+
638
+ Rclone will run the command supplied either with the additional
639
+ arguments "-s sftp" to access the SFTP subsystem or with commands such
640
+ as "md5sum /path/to/file" appended to read checksums.
641
+
642
+ Any arguments with spaces in should be surrounded by "double quotes".
643
+
644
+ An example setting might be:
645
+
646
+ ssh -o ServerAliveInterval=20 user@example.com
647
+
648
+ Note that when using an external ssh binary rclone makes a new ssh
649
+ connection for every hash it calculates.
650
+
651
+
652
+ Properties:
653
+
654
+ - Config: ssh
655
+ - Env Var: RCLONE_SFTP_SSH
656
+ - Type: SpaceSepList
657
+ - Default:
658
+
659
+ ### Advanced options
660
+
661
+ Here are the Advanced options specific to sftp (SSH/SFTP).
662
+
663
+ #### --sftp-known-hosts-file
664
+
665
+ Optional path to known_hosts file.
666
+
667
+ Set this value to enable server host key validation.
668
+
669
+ Leading `~` will be expanded in the file name as will environment variables such as `${RCLONE_CONFIG_DIR}`.
670
+
671
+ Properties:
672
+
673
+ - Config: known_hosts_file
674
+ - Env Var: RCLONE_SFTP_KNOWN_HOSTS_FILE
675
+ - Type: string
676
+ - Required: false
677
+ - Examples:
678
+ - "~/.ssh/known_hosts"
679
+ - Use OpenSSH's known_hosts file.
680
+
681
+ #### --sftp-ask-password
682
+
683
+ Allow asking for SFTP password when needed.
684
+
685
+ If this is set and no password is supplied then rclone will:
686
+ - ask for a password
687
+ - not contact the ssh agent
688
+
689
+
690
+ Properties:
691
+
692
+ - Config: ask_password
693
+ - Env Var: RCLONE_SFTP_ASK_PASSWORD
694
+ - Type: bool
695
+ - Default: false
696
+
697
+ #### --sftp-path-override
698
+
699
+ Override path used by SSH shell commands.
700
+
701
+ This allows checksum calculation when SFTP and SSH paths are
702
+ different. This issue affects among others Synology NAS boxes.
703
+
704
+ E.g. if shared folders can be found in directories representing volumes:
705
+
706
+ rclone sync /home/local/directory remote:/directory --sftp-path-override /volume2/directory
707
+
708
+ E.g. if home directory can be found in a shared folder called "home":
709
+
710
+ rclone sync /home/local/directory remote:/home/directory --sftp-path-override /volume1/homes/USER/directory
711
+
712
+ To specify only the path to the SFTP remote's root, and allow rclone to add any relative subpaths automatically (including unwrapping/decrypting remotes as necessary), add the '@' character to the beginning of the path.
713
+
714
+ E.g. the first example above could be rewritten as:
715
+
716
+ rclone sync /home/local/directory remote:/directory --sftp-path-override @/volume2
717
+
718
+ Note that when using this method with Synology "home" folders, the full "/homes/USER" path should be specified instead of "/home".
719
+
720
+ E.g. the second example above should be rewritten as:
721
+
722
+ rclone sync /home/local/directory remote:/homes/USER/directory --sftp-path-override @/volume1
723
+
724
+ Properties:
725
+
726
+ - Config: path_override
727
+ - Env Var: RCLONE_SFTP_PATH_OVERRIDE
728
+ - Type: string
729
+ - Required: false
730
+
731
+ #### --sftp-set-modtime
732
+
733
+ Set the modified time on the remote if set.
734
+
735
+ Properties:
736
+
737
+ - Config: set_modtime
738
+ - Env Var: RCLONE_SFTP_SET_MODTIME
739
+ - Type: bool
740
+ - Default: true
741
+
742
+ #### --sftp-shell-type
743
+
744
+ The type of SSH shell on remote server, if any.
745
+
746
+ Leave blank for autodetect.
747
+
748
+ Properties:
749
+
750
+ - Config: shell_type
751
+ - Env Var: RCLONE_SFTP_SHELL_TYPE
752
+ - Type: string
753
+ - Required: false
754
+ - Examples:
755
+ - "none"
756
+ - No shell access
757
+ - "unix"
758
+ - Unix shell
759
+ - "powershell"
760
+ - PowerShell
761
+ - "cmd"
762
+ - Windows Command Prompt
763
+
764
+ #### --sftp-hashes
765
+
766
+ Comma separated list of supported checksum types.
767
+
768
+ Properties:
769
+
770
+ - Config: hashes
771
+ - Env Var: RCLONE_SFTP_HASHES
772
+ - Type: CommaSepList
773
+ - Default:
774
+
775
+ #### --sftp-md5sum-command
776
+
777
+ The command used to read MD5 hashes.
778
+
779
+ Leave blank for autodetect.
780
+
781
+ Properties:
782
+
783
+ - Config: md5sum_command
784
+ - Env Var: RCLONE_SFTP_MD5SUM_COMMAND
785
+ - Type: string
786
+ - Required: false
787
+
788
+ #### --sftp-sha1sum-command
789
+
790
+ The command used to read SHA-1 hashes.
791
+
792
+ Leave blank for autodetect.
793
+
794
+ Properties:
795
+
796
+ - Config: sha1sum_command
797
+ - Env Var: RCLONE_SFTP_SHA1SUM_COMMAND
798
+ - Type: string
799
+ - Required: false
800
+
801
+ #### --sftp-crc32sum-command
802
+
803
+ The command used to read CRC-32 hashes.
804
+
805
+ Leave blank for autodetect.
806
+
807
+ Properties:
808
+
809
+ - Config: crc32sum_command
810
+ - Env Var: RCLONE_SFTP_CRC32SUM_COMMAND
811
+ - Type: string
812
+ - Required: false
813
+
814
+ #### --sftp-sha256sum-command
815
+
816
+ The command used to read SHA-256 hashes.
817
+
818
+ Leave blank for autodetect.
819
+
820
+ Properties:
821
+
822
+ - Config: sha256sum_command
823
+ - Env Var: RCLONE_SFTP_SHA256SUM_COMMAND
824
+ - Type: string
825
+ - Required: false
826
+
827
+ #### --sftp-blake3sum-command
828
+
829
+ The command used to read BLAKE3 hashes.
830
+
831
+ Leave blank for autodetect.
832
+
833
+ Properties:
834
+
835
+ - Config: blake3sum_command
836
+ - Env Var: RCLONE_SFTP_BLAKE3SUM_COMMAND
837
+ - Type: string
838
+ - Required: false
839
+
840
+ #### --sftp-xxh3sum-command
841
+
842
+ The command used to read XXH3 hashes.
843
+
844
+ Leave blank for autodetect.
845
+
846
+ Properties:
847
+
848
+ - Config: xxh3sum_command
849
+ - Env Var: RCLONE_SFTP_XXH3SUM_COMMAND
850
+ - Type: string
851
+ - Required: false
852
+
853
+ #### --sftp-xxh128sum-command
854
+
855
+ The command used to read XXH128 hashes.
856
+
857
+ Leave blank for autodetect.
858
+
859
+ Properties:
860
+
861
+ - Config: xxh128sum_command
862
+ - Env Var: RCLONE_SFTP_XXH128SUM_COMMAND
863
+ - Type: string
864
+ - Required: false
865
+
866
+ #### --sftp-skip-links
867
+
868
+ Set to skip any symlinks and any other non regular files.
869
+
870
+ Properties:
871
+
872
+ - Config: skip_links
873
+ - Env Var: RCLONE_SFTP_SKIP_LINKS
874
+ - Type: bool
875
+ - Default: false
876
+
877
+ #### --sftp-subsystem
878
+
879
+ Specifies the SSH2 subsystem on the remote host.
880
+
881
+ Properties:
882
+
883
+ - Config: subsystem
884
+ - Env Var: RCLONE_SFTP_SUBSYSTEM
885
+ - Type: string
886
+ - Default: "sftp"
887
+
888
+ #### --sftp-server-command
889
+
890
+ Specifies the path or command to run a sftp server on the remote host.
891
+
892
+ The subsystem option is ignored when server_command is defined.
893
+
894
+ If adding server_command to the configuration file please note that
895
+ it should not be enclosed in quotes, since that will make rclone fail.
896
+
897
+ A working example is:
898
+
899
+ [remote_name]
900
+ type = sftp
901
+ server_command = sudo /usr/libexec/openssh/sftp-server
902
+
903
+ Properties:
904
+
905
+ - Config: server_command
906
+ - Env Var: RCLONE_SFTP_SERVER_COMMAND
907
+ - Type: string
908
+ - Required: false
909
+
910
+ #### --sftp-use-fstat
911
+
912
+ If set use fstat instead of stat.
913
+
914
+ Some servers limit the amount of open files and calling Stat after opening
915
+ the file will throw an error from the server. Setting this flag will call
916
+ Fstat instead of Stat which is called on an already open file handle.
917
+
918
+ It has been found that this helps with IBM Sterling SFTP servers which have
919
+ "extractability" level set to 1 which means only 1 file can be opened at
920
+ any given time.
921
+
922
+
923
+ Properties:
924
+
925
+ - Config: use_fstat
926
+ - Env Var: RCLONE_SFTP_USE_FSTAT
927
+ - Type: bool
928
+ - Default: false
929
+
930
+ #### --sftp-disable-concurrent-reads
931
+
932
+ If set don't use concurrent reads.
933
+
934
+ Normally concurrent reads are safe to use and not using them will
935
+ degrade performance, so this option is disabled by default.
936
+
937
+ Some servers limit the amount number of times a file can be
938
+ downloaded. Using concurrent reads can trigger this limit, so if you
939
+ have a server which returns
940
+
941
+ Failed to copy: file does not exist
942
+
943
+ Then you may need to enable this flag.
944
+
945
+ If concurrent reads are disabled, the use_fstat option is ignored.
946
+
947
+
948
+ Properties:
949
+
950
+ - Config: disable_concurrent_reads
951
+ - Env Var: RCLONE_SFTP_DISABLE_CONCURRENT_READS
952
+ - Type: bool
953
+ - Default: false
954
+
955
+ #### --sftp-disable-concurrent-writes
956
+
957
+ If set don't use concurrent writes.
958
+
959
+ Normally rclone uses concurrent writes to upload files. This improves
960
+ the performance greatly, especially for distant servers.
961
+
962
+ This option disables concurrent writes should that be necessary.
963
+
964
+
965
+ Properties:
966
+
967
+ - Config: disable_concurrent_writes
968
+ - Env Var: RCLONE_SFTP_DISABLE_CONCURRENT_WRITES
969
+ - Type: bool
970
+ - Default: false
971
+
972
+ #### --sftp-idle-timeout
973
+
974
+ Max time before closing idle connections.
975
+
976
+ If no connections have been returned to the connection pool in the time
977
+ given, rclone will empty the connection pool.
978
+
979
+ Set to 0 to keep connections indefinitely.
980
+
981
+
982
+ Properties:
983
+
984
+ - Config: idle_timeout
985
+ - Env Var: RCLONE_SFTP_IDLE_TIMEOUT
986
+ - Type: Duration
987
+ - Default: 1m0s
988
+
989
+ #### --sftp-chunk-size
990
+
991
+ Upload and download chunk size.
992
+
993
+ This controls the maximum size of payload in SFTP protocol packets.
994
+ The RFC limits this to 32768 bytes (32k), which is the default. However,
995
+ a lot of servers support larger sizes, typically limited to a maximum
996
+ total package size of 256k, and setting it larger will increase transfer
997
+ speed dramatically on high latency links. This includes OpenSSH, and,
998
+ for example, using the value of 255k works well, leaving plenty of room
999
+ for overhead while still being within a total packet size of 256k.
1000
+
1001
+ Make sure to test thoroughly before using a value higher than 32k,
1002
+ and only use it if you always connect to the same server or after
1003
+ sufficiently broad testing. If you get errors such as
1004
+ "failed to send packet payload: EOF", lots of "connection lost",
1005
+ or "corrupted on transfer", when copying a larger file, try lowering
1006
+ the value. The server run by [rclone serve sftp](/commands/rclone_serve_sftp)
1007
+ sends packets with standard 32k maximum payload so you must not
1008
+ set a different chunk_size when downloading files, but it accepts
1009
+ packets up to the 256k total size, so for uploads the chunk_size
1010
+ can be set as for the OpenSSH example above.
1011
+
1012
+
1013
+ Properties:
1014
+
1015
+ - Config: chunk_size
1016
+ - Env Var: RCLONE_SFTP_CHUNK_SIZE
1017
+ - Type: SizeSuffix
1018
+ - Default: 32Ki
1019
+
1020
+ #### --sftp-concurrency
1021
+
1022
+ The maximum number of outstanding requests for one file
1023
+
1024
+ This controls the maximum number of outstanding requests for one file.
1025
+ Increasing it will increase throughput on high latency links at the
1026
+ cost of using more memory.
1027
+
1028
+
1029
+ Properties:
1030
+
1031
+ - Config: concurrency
1032
+ - Env Var: RCLONE_SFTP_CONCURRENCY
1033
+ - Type: int
1034
+ - Default: 64
1035
+
1036
+ #### --sftp-connections
1037
+
1038
+ Maximum number of SFTP simultaneous connections, 0 for unlimited.
1039
+
1040
+ Note that setting this is very likely to cause deadlocks so it should
1041
+ be used with care.
1042
+
1043
+ If you are doing a sync or copy then make sure connections is one more
1044
+ than the sum of `--transfers` and `--checkers`.
1045
+
1046
+ If you use `--check-first` then it just needs to be one more than the
1047
+ maximum of `--checkers` and `--transfers`.
1048
+
1049
+ So for `connections 3` you'd use `--checkers 2 --transfers 2
1050
+ --check-first` or `--checkers 1 --transfers 1`.
1051
+
1052
+
1053
+
1054
+ Properties:
1055
+
1056
+ - Config: connections
1057
+ - Env Var: RCLONE_SFTP_CONNECTIONS
1058
+ - Type: int
1059
+ - Default: 0
1060
+
1061
+ #### --sftp-set-env
1062
+
1063
+ Environment variables to pass to sftp and commands
1064
+
1065
+ Set environment variables in the form:
1066
+
1067
+ VAR=value
1068
+
1069
+ to be passed to the sftp client and to any commands run (eg md5sum).
1070
+
1071
+ Pass multiple variables space separated, eg
1072
+
1073
+ VAR1=value VAR2=value
1074
+
1075
+ and pass variables with spaces in quotes, eg
1076
+
1077
+ "VAR3=value with space" "VAR4=value with space" VAR5=nospacehere
1078
+
1079
+
1080
+
1081
+ Properties:
1082
+
1083
+ - Config: set_env
1084
+ - Env Var: RCLONE_SFTP_SET_ENV
1085
+ - Type: SpaceSepList
1086
+ - Default:
1087
+
1088
+ #### --sftp-ciphers
1089
+
1090
+ Space separated list of ciphers to be used for session encryption, ordered by preference.
1091
+
1092
+ At least one must match with server configuration. This can be checked for example using ssh -Q cipher.
1093
+
1094
+ This must not be set if use_insecure_cipher is true.
1095
+
1096
+ Example:
1097
+
1098
+ aes128-ctr aes192-ctr aes256-ctr aes128-gcm@openssh.com aes256-gcm@openssh.com
1099
+
1100
+
1101
+ Properties:
1102
+
1103
+ - Config: ciphers
1104
+ - Env Var: RCLONE_SFTP_CIPHERS
1105
+ - Type: SpaceSepList
1106
+ - Default:
1107
+
1108
+ #### --sftp-key-exchange
1109
+
1110
+ Space separated list of key exchange algorithms, ordered by preference.
1111
+
1112
+ At least one must match with server configuration. This can be checked for example using ssh -Q kex.
1113
+
1114
+ This must not be set if use_insecure_cipher is true.
1115
+
1116
+ Example:
1117
+
1118
+ sntrup761x25519-sha512@openssh.com curve25519-sha256 curve25519-sha256@libssh.org ecdh-sha2-nistp256
1119
+
1120
+
1121
+ Properties:
1122
+
1123
+ - Config: key_exchange
1124
+ - Env Var: RCLONE_SFTP_KEY_EXCHANGE
1125
+ - Type: SpaceSepList
1126
+ - Default:
1127
+
1128
+ #### --sftp-macs
1129
+
1130
+ Space separated list of MACs (message authentication code) algorithms, ordered by preference.
1131
+
1132
+ At least one must match with server configuration. This can be checked for example using ssh -Q mac.
1133
+
1134
+ Example:
1135
+
1136
+ umac-64-etm@openssh.com umac-128-etm@openssh.com hmac-sha2-256-etm@openssh.com
1137
+
1138
+
1139
+ Properties:
1140
+
1141
+ - Config: macs
1142
+ - Env Var: RCLONE_SFTP_MACS
1143
+ - Type: SpaceSepList
1144
+ - Default:
1145
+
1146
+ #### --sftp-host-key-algorithms
1147
+
1148
+ Space separated list of host key algorithms, ordered by preference.
1149
+
1150
+ At least one must match with server configuration. This can be checked for example using ssh -Q HostKeyAlgorithms.
1151
+
1152
+ Note: This can affect the outcome of key negotiation with the server even if server host key validation is not enabled.
1153
+
1154
+ Example:
1155
+
1156
+ ssh-ed25519 ssh-rsa ssh-dss
1157
+
1158
+
1159
+ Properties:
1160
+
1161
+ - Config: host_key_algorithms
1162
+ - Env Var: RCLONE_SFTP_HOST_KEY_ALGORITHMS
1163
+ - Type: SpaceSepList
1164
+ - Default:
1165
+
1166
+ #### --sftp-socks-proxy
1167
+
1168
+ Socks 5 proxy host.
1169
+
1170
+ Supports the format user:pass@host:port, user@host:port, host:port.
1171
+
1172
+ Example:
1173
+
1174
+ myUser:myPass@localhost:9005
1175
+
1176
+
1177
+ Properties:
1178
+
1179
+ - Config: socks_proxy
1180
+ - Env Var: RCLONE_SFTP_SOCKS_PROXY
1181
+ - Type: string
1182
+ - Required: false
1183
+
1184
+ #### --sftp-http-proxy
1185
+
1186
+ URL for HTTP CONNECT proxy
1187
+
1188
+ Set this to a URL for an HTTP proxy which supports the HTTP CONNECT verb.
1189
+
1190
+ Supports the format http://user:pass@host:port, http://host:port, http://host.
1191
+
1192
+ Example:
1193
+
1194
+ http://myUser:myPass@proxyhostname.example.com:8000
1195
+
1196
+
1197
+ Properties:
1198
+
1199
+ - Config: http_proxy
1200
+ - Env Var: RCLONE_SFTP_HTTP_PROXY
1201
+ - Type: string
1202
+ - Required: false
1203
+
1204
+ #### --sftp-copy-is-hardlink
1205
+
1206
+ Set to enable server side copies using hardlinks.
1207
+
1208
+ The SFTP protocol does not define a copy command so normally server
1209
+ side copies are not allowed with the sftp backend.
1210
+
1211
+ However the SFTP protocol does support hardlinking, and if you enable
1212
+ this flag then the sftp backend will support server side copies. These
1213
+ will be implemented by doing a hardlink from the source to the
1214
+ destination.
1215
+
1216
+ Not all sftp servers support this.
1217
+
1218
+ Note that hardlinking two files together will use no additional space
1219
+ as the source and the destination will be the same file.
1220
+
1221
+ This feature may be useful backups made with --copy-dest.
1222
+
1223
+ Properties:
1224
+
1225
+ - Config: copy_is_hardlink
1226
+ - Env Var: RCLONE_SFTP_COPY_IS_HARDLINK
1227
+ - Type: bool
1228
+ - Default: false
1229
+
1230
+ #### --sftp-description
1231
+
1232
+ Description of the remote.
1233
+
1234
+ Properties:
1235
+
1236
+ - Config: description
1237
+ - Env Var: RCLONE_SFTP_DESCRIPTION
1238
+ - Type: string
1239
+ - Required: false
1240
+
1241
+ <!-- autogenerated options stop -->
1242
+
1243
+ ## Limitations
1244
+
1245
+ On some SFTP servers (e.g. Synology) the paths are different
1246
+ for SSH and SFTP so the hashes can't be calculated properly.
1247
+ You can either use [`--sftp-path-override`](#--sftp-path-override)
1248
+ or [`disable_hashcheck`](#--sftp-disable-hashcheck).
1249
+
1250
+ The only ssh agent supported under Windows is Putty's pageant.
1251
+
1252
+ The Go SSH library disables the use of the aes128-cbc cipher by
1253
+ default, due to security concerns. This can be re-enabled on a
1254
+ per-connection basis by setting the `use_insecure_cipher` setting in
1255
+ the configuration file to `true`. Further details on the insecurity of
1256
+ this cipher can be found
1257
+ [in this paper](http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf).
1258
+
1259
+ SFTP isn't supported under plan9 until [this
1260
+ issue](https://github.com/pkg/sftp/issues/156) is fixed.
1261
+
1262
+ Note that since SFTP isn't HTTP based the following flags don't work
1263
+ with it: `--dump-headers`, `--dump-bodies`, `--dump-auth`.
1264
+
1265
+ Note that `--timeout` and `--contimeout` are both supported.
1266
+
1267
+ ## rsync.net {#rsync-net}
1268
+
1269
+ rsync.net is supported through the SFTP backend.
1270
+
1271
+ See [rsync.net's documentation of rclone examples](https://www.rsync.net/products/rclone.html).
1272
+
1273
+ ## Hetzner Storage Box {#hetzner-storage-box}
1274
+
1275
+ Hetzner Storage Boxes are supported through the SFTP backend on port 23.
1276
+
1277
+ See [Hetzner's documentation for details](https://docs.hetzner.com/robot/storage-box/access/access-ssh-rsync-borg#rclone)