natureco-cli 5.18.3 → 5.20.0

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 (346) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +1 -1
  3. package/skills/a-b-testing/SKILL.md +34 -0
  4. package/skills/accessibility-audit/SKILL.md +34 -0
  5. package/skills/agent-memory/SKILL.md +34 -0
  6. package/skills/agent-orchestration/SKILL.md +34 -0
  7. package/skills/airunway-aks-setup/SKILL.md +73 -0
  8. package/skills/algorithmic-art/SKILL.md +405 -0
  9. package/skills/analytics-setup/SKILL.md +34 -0
  10. package/skills/api-design/SKILL.md +34 -0
  11. package/skills/api-versioning/SKILL.md +34 -0
  12. package/skills/appinsights-instrumentation/SKILL.md +76 -0
  13. package/skills/audio-transcription/SKILL.md +34 -0
  14. package/skills/authentication-patterns/SKILL.md +34 -0
  15. package/skills/authorization-rbac/SKILL.md +34 -0
  16. package/skills/azure-ai/SKILL.md +71 -0
  17. package/skills/azure-aigateway/SKILL.md +129 -0
  18. package/skills/azure-cloud-migrate/SKILL.md +52 -0
  19. package/skills/azure-compliance/SKILL.md +108 -0
  20. package/skills/azure-compute/SKILL.md +46 -0
  21. package/skills/azure-cost/SKILL.md +45 -0
  22. package/skills/azure-deploy/SKILL.md +97 -0
  23. package/skills/azure-diagnostics/SKILL.md +151 -0
  24. package/skills/azure-enterprise-infra-planner/SKILL.md +54 -0
  25. package/skills/azure-hosted-copilot-sdk/SKILL.md +89 -0
  26. package/skills/azure-kubernetes/SKILL.md +153 -0
  27. package/skills/azure-kusto/SKILL.md +231 -0
  28. package/skills/azure-messaging/SKILL.md +57 -0
  29. package/skills/azure-prepare/SKILL.md +165 -0
  30. package/skills/azure-quotas/SKILL.md +276 -0
  31. package/skills/azure-rbac/SKILL.md +17 -0
  32. package/skills/azure-reliability/SKILL.md +387 -0
  33. package/skills/azure-resource-lookup/SKILL.md +108 -0
  34. package/skills/azure-resource-visualizer/SKILL.md +183 -0
  35. package/skills/azure-storage/SKILL.md +100 -0
  36. package/skills/azure-upgrade/SKILL.md +91 -0
  37. package/skills/azure-validate/SKILL.md +72 -0
  38. package/skills/backup-strategy/SKILL.md +34 -0
  39. package/skills/bash-scripting/SKILL.md +34 -0
  40. package/skills/batch-api-calls/SKILL.md +34 -0
  41. package/skills/batch-processing/SKILL.md +34 -0
  42. package/skills/brainstorming/SKILL.md +159 -0
  43. package/skills/brand-guidelines/SKILL.md +73 -0
  44. package/skills/brandkit/SKILL.md +798 -0
  45. package/skills/brutalist-skill/SKILL.md +92 -0
  46. package/skills/bulk-file-operations/SKILL.md +34 -0
  47. package/skills/cache-responses/SKILL.md +34 -0
  48. package/skills/caching-strategy/SKILL.md +34 -0
  49. package/skills/calendar-optimization/SKILL.md +34 -0
  50. package/skills/canvas-design/SKILL.md +130 -0
  51. package/skills/cavecrew/SKILL.md +82 -0
  52. package/skills/caveman-commit/SKILL.md +65 -0
  53. package/skills/caveman-help/SKILL.md +63 -0
  54. package/skills/caveman-review/SKILL.md +55 -0
  55. package/skills/caveman-stats/SKILL.md +10 -0
  56. package/skills/changelog-generation/SKILL.md +34 -0
  57. package/skills/chat-bot-design/SKILL.md +34 -0
  58. package/skills/chunking-strategy/SKILL.md +34 -0
  59. package/skills/ci-cd-pipeline/SKILL.md +34 -0
  60. package/skills/classification-pipeline/SKILL.md +34 -0
  61. package/skills/claude-api/SKILL.md +356 -0
  62. package/skills/clipboard-master/SKILL.md +34 -0
  63. package/skills/code-explanation/SKILL.md +34 -0
  64. package/skills/code-generation/SKILL.md +34 -0
  65. package/skills/code-migration/SKILL.md +34 -0
  66. package/skills/code-review-checklist/SKILL.md +34 -0
  67. package/skills/composition-patterns/SKILL.md +89 -0
  68. package/skills/contact-management/SKILL.md +34 -0
  69. package/skills/content-generation/SKILL.md +34 -0
  70. package/skills/context-pruning/SKILL.md +34 -0
  71. package/skills/context-window-management/SKILL.md +34 -0
  72. package/skills/continuous-improvement/SKILL.md +34 -0
  73. package/skills/cron-scheduling/SKILL.md +34 -0
  74. package/skills/cross-platform-compat/SKILL.md +34 -0
  75. package/skills/csv-processing/SKILL.md +34 -0
  76. package/skills/daily-journal/SKILL.md +34 -0
  77. package/skills/data-analysis/SKILL.md +34 -0
  78. package/skills/data-backup/SKILL.md +34 -0
  79. package/skills/data-cleaning/SKILL.md +34 -0
  80. package/skills/data-extraction/SKILL.md +34 -0
  81. package/skills/data-validation/SKILL.md +34 -0
  82. package/skills/database-migrations/SKILL.md +34 -0
  83. package/skills/database-schema-design/SKILL.md +34 -0
  84. package/skills/decision-mapping/SKILL.md +84 -0
  85. package/skills/decision-matrix/SKILL.md +34 -0
  86. package/skills/dependency-management/SKILL.md +34 -0
  87. package/skills/deploy-to-vercel/SKILL.md +296 -0
  88. package/skills/design-an-interface/SKILL.md +94 -0
  89. package/skills/design-doc-mermaid/SKILL.md +498 -0
  90. package/skills/dev-environment-setup/SKILL.md +34 -0
  91. package/skills/develop-userscripts/SKILL.md +84 -0
  92. package/skills/distraction-blocker/SKILL.md +34 -0
  93. package/skills/doc-coauthoring/SKILL.md +375 -0
  94. package/skills/docker-optimization/SKILL.md +34 -0
  95. package/skills/document-template/SKILL.md +34 -0
  96. package/skills/documentation/SKILL.md +109 -0
  97. package/skills/documentation-gen/SKILL.md +34 -0
  98. package/skills/docx/SKILL.md +590 -0
  99. package/skills/edit-article/SKILL.md +15 -0
  100. package/skills/efficient-formatting/SKILL.md +34 -0
  101. package/skills/email-management/SKILL.md +34 -0
  102. package/skills/email-service/SKILL.md +34 -0
  103. package/skills/embedding-generation/SKILL.md +34 -0
  104. package/skills/entity-extraction/SKILL.md +34 -0
  105. package/skills/entra-agent-id/SKILL.md +356 -0
  106. package/skills/entra-app-registration/SKILL.md +191 -0
  107. package/skills/environment-config/SKILL.md +34 -0
  108. package/skills/error-handling/SKILL.md +34 -0
  109. package/skills/estimation-techniques/SKILL.md +34 -0
  110. package/skills/event-driven-architecture/SKILL.md +34 -0
  111. package/skills/excel-automation/SKILL.md +34 -0
  112. package/skills/execution-monitoring/SKILL.md +34 -0
  113. package/skills/expense-tracking/SKILL.md +34 -0
  114. package/skills/faceless-explainer/SKILL.md +202 -0
  115. package/skills/fastify/SKILL.md +75 -0
  116. package/skills/feature-engineering/SKILL.md +34 -0
  117. package/skills/feature-flags/SKILL.md +34 -0
  118. package/skills/file-conversion/SKILL.md +34 -0
  119. package/skills/file-upload-handling/SKILL.md +34 -0
  120. package/skills/fine-tuning-prep/SKILL.md +34 -0
  121. package/skills/focus-mode/SKILL.md +34 -0
  122. package/skills/form-validation/SKILL.md +34 -0
  123. package/skills/function-calling/SKILL.md +34 -0
  124. package/skills/general-video/SKILL.md +143 -0
  125. package/skills/git-guardrails-claude-code/SKILL.md +95 -0
  126. package/skills/git-workflow/SKILL.md +34 -0
  127. package/skills/github-actions-docs/SKILL.md +98 -0
  128. package/skills/goal-setting/SKILL.md +34 -0
  129. package/skills/gpt-tasteskill/SKILL.md +74 -0
  130. package/skills/graphql-design/SKILL.md +34 -0
  131. package/skills/grill-me/SKILL.md +7 -0
  132. package/skills/grilling/SKILL.md +10 -0
  133. package/skills/habit-tracker/SKILL.md +34 -0
  134. package/skills/hallucination-detection/SKILL.md +34 -0
  135. package/skills/handoff/SKILL.md +16 -0
  136. package/skills/hyperframes/SKILL.md +152 -0
  137. package/skills/hyperframes-animation/SKILL.md +82 -0
  138. package/skills/hyperframes-cli/SKILL.md +109 -0
  139. package/skills/hyperframes-core/SKILL.md +78 -0
  140. package/skills/hyperframes-creative/SKILL.md +68 -0
  141. package/skills/hyperframes-media/SKILL.md +97 -0
  142. package/skills/image-processing/SKILL.md +34 -0
  143. package/skills/image-to-code-skill/SKILL.md +1228 -0
  144. package/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
  145. package/skills/imagegen-frontend-web/SKILL.md +987 -0
  146. package/skills/implement/SKILL.md +15 -0
  147. package/skills/init/SKILL.md +91 -0
  148. package/skills/internal-comms/SKILL.md +32 -0
  149. package/skills/json-transformation/SKILL.md +34 -0
  150. package/skills/keyboard-shortcuts/SKILL.md +34 -0
  151. package/skills/knowledge-base/SKILL.md +34 -0
  152. package/skills/knowledge-graph/SKILL.md +34 -0
  153. package/skills/kubernetes-deployment/SKILL.md +34 -0
  154. package/skills/language-translation/SKILL.md +34 -0
  155. package/skills/lark-approval/SKILL.md +56 -0
  156. package/skills/lark-base/SKILL.md +157 -0
  157. package/skills/lark-doc/SKILL.md +81 -0
  158. package/skills/lark-shared/SKILL.md +168 -0
  159. package/skills/lark-workflow-meeting-summary/SKILL.md +122 -0
  160. package/skills/linting-neostandard-eslint9/SKILL.md +64 -0
  161. package/skills/llm-chaining/SKILL.md +34 -0
  162. package/skills/localization-i18n/SKILL.md +34 -0
  163. package/skills/logging-best-practices/SKILL.md +34 -0
  164. package/skills/loop-me/SKILL.md +32 -0
  165. package/skills/machine-learning-pipeline/SKILL.md +34 -0
  166. package/skills/meeting-notes/SKILL.md +34 -0
  167. package/skills/meeting-scheduler/SKILL.md +34 -0
  168. package/skills/message-queues/SKILL.md +34 -0
  169. package/skills/message-summarization/SKILL.md +34 -0
  170. package/skills/microservices-architecture/SKILL.md +34 -0
  171. package/skills/microsoft-foundry/SKILL.md +262 -0
  172. package/skills/migrate-to-shoehorn/SKILL.md +118 -0
  173. package/skills/milestone-tracking/SKILL.md +34 -0
  174. package/skills/minimalist-skill/SKILL.md +85 -0
  175. package/skills/model-deployment/SKILL.md +34 -0
  176. package/skills/model-evaluation/SKILL.md +34 -0
  177. package/skills/monitoring-setup/SKILL.md +34 -0
  178. package/skills/monorepo-setup/SKILL.md +34 -0
  179. package/skills/motion-graphics/SKILL.md +170 -0
  180. package/skills/multi-agent-systems/SKILL.md +34 -0
  181. package/skills/music-to-video/SKILL.md +197 -0
  182. package/skills/network-troubleshooting/SKILL.md +34 -0
  183. package/skills/node/SKILL.md +94 -0
  184. package/skills/nodejs-core/SKILL.md +156 -0
  185. package/skills/note-organization/SKILL.md +34 -0
  186. package/skills/oauth/SKILL.md +186 -0
  187. package/skills/obsidian-vault/SKILL.md +59 -0
  188. package/skills/octocat/SKILL.md +93 -0
  189. package/skills/openclaw-secure-linux-cloud/SKILL.md +157 -0
  190. package/skills/opensource-guide-coach/SKILL.md +218 -0
  191. package/skills/output-skill/SKILL.md +49 -0
  192. package/skills/package-publishing/SKILL.md +34 -0
  193. package/skills/password-generator/SKILL.md +34 -0
  194. package/skills/pdf/SKILL.md +314 -0
  195. package/skills/pdf-processing/SKILL.md +34 -0
  196. package/skills/performance-optimization/SKILL.md +34 -0
  197. package/skills/pomodoro-timer/SKILL.md +34 -0
  198. package/skills/powershell-automation/SKILL.md +34 -0
  199. package/skills/pptx/SKILL.md +232 -0
  200. package/skills/pr-to-video/SKILL.md +235 -0
  201. package/skills/priority-filtering/SKILL.md +34 -0
  202. package/skills/product-launch-video/SKILL.md +205 -0
  203. package/skills/project-tracking/SKILL.md +34 -0
  204. package/skills/prompt-compression/SKILL.md +34 -0
  205. package/skills/prompt-engineering/SKILL.md +34 -0
  206. package/skills/push-notifications/SKILL.md +34 -0
  207. package/skills/python-appservice-deploy/SKILL.md +36 -0
  208. package/skills/qa/SKILL.md +130 -0
  209. package/skills/rag-implementation/SKILL.md +34 -0
  210. package/skills/rate-limiting/SKILL.md +34 -0
  211. package/skills/react-best-practices/SKILL.md +149 -0
  212. package/skills/react-native-skills/SKILL.md +121 -0
  213. package/skills/react-view-transitions/SKILL.md +320 -0
  214. package/skills/readme-i18n/SKILL.md +176 -0
  215. package/skills/real-time-communication/SKILL.md +34 -0
  216. package/skills/redesign-skill/SKILL.md +178 -0
  217. package/skills/refactoring-strategy/SKILL.md +34 -0
  218. package/skills/regex-mastery/SKILL.md +34 -0
  219. package/skills/remotion/SKILL.md +364 -0
  220. package/skills/report-generation/SKILL.md +34 -0
  221. package/skills/request-refactor-plan/SKILL.md +68 -0
  222. package/skills/research-compiler/SKILL.md +34 -0
  223. package/skills/resolving-merge-conflicts/SKILL.md +14 -0
  224. package/skills/responsive-design/SKILL.md +34 -0
  225. package/skills/rest-api-patterns/SKILL.md +34 -0
  226. package/skills/retrospectives/SKILL.md +34 -0
  227. package/skills/risk-assessment/SKILL.md +34 -0
  228. package/skills/roadmap-creation/SKILL.md +34 -0
  229. package/skills/running-claude-code-via-litellm-copilot/SKILL.md +263 -0
  230. package/skills/scaffold-exercises/SKILL.md +106 -0
  231. package/skills/search-implementation/SKILL.md +34 -0
  232. package/skills/secrets-management/SKILL.md +34 -0
  233. package/skills/secure-linux-web-hosting/SKILL.md +162 -0
  234. package/skills/security-audit/SKILL.md +34 -0
  235. package/skills/selective-memory/SKILL.md +34 -0
  236. package/skills/semantic-search/SKILL.md +34 -0
  237. package/skills/semantic-versioning/SKILL.md +34 -0
  238. package/skills/sentiment-analysis/SKILL.md +34 -0
  239. package/skills/seo-optimization/SKILL.md +34 -0
  240. package/skills/setup-pre-commit/SKILL.md +91 -0
  241. package/skills/shadcn/SKILL.md +267 -0
  242. package/skills/simple/SKILL.md +52 -0
  243. package/skills/skill-creator/SKILL.md +485 -0
  244. package/skills/skill-optimizer/SKILL.md +47 -0
  245. package/skills/skills-cli/SKILL.md +281 -0
  246. package/skills/slack-gif-creator/SKILL.md +254 -0
  247. package/skills/snipgrapher/SKILL.md +58 -0
  248. package/skills/snippet-manager/SKILL.md +34 -0
  249. package/skills/soft-skill/SKILL.md +98 -0
  250. package/skills/sprint-planning/SKILL.md +34 -0
  251. package/skills/sql-query-optimization/SKILL.md +34 -0
  252. package/skills/stakeholder-communication/SKILL.md +34 -0
  253. package/skills/state-management/SKILL.md +34 -0
  254. package/skills/statistical-analysis/SKILL.md +34 -0
  255. package/skills/stitch-skill/SKILL.md +184 -0
  256. package/skills/streaming-responses/SKILL.md +34 -0
  257. package/skills/structured-output/SKILL.md +34 -0
  258. package/skills/summarization-techniques/SKILL.md +34 -0
  259. package/skills/supabase/SKILL.md +135 -0
  260. package/skills/supabase-postgres-best-practices/SKILL.md +64 -0
  261. package/skills/system-diagnostics/SKILL.md +34 -0
  262. package/skills/systematic-debugging/SKILL.md +296 -0
  263. package/skills/talking-head-recut/SKILL.md +1191 -0
  264. package/skills/task-decomposition/SKILL.md +34 -0
  265. package/skills/task-prioritization/SKILL.md +34 -0
  266. package/skills/taste-skill/SKILL.md +1206 -0
  267. package/skills/taste-skill-v1/SKILL.md +226 -0
  268. package/skills/tdd/SKILL.md +108 -0
  269. package/skills/teach/SKILL.md +140 -0
  270. package/skills/template-library/SKILL.md +34 -0
  271. package/skills/test-driven-development/SKILL.md +371 -0
  272. package/skills/test-generation/SKILL.md +34 -0
  273. package/skills/testing-strategy/SKILL.md +34 -0
  274. package/skills/text-expansion/SKILL.md +34 -0
  275. package/skills/theme-factory/SKILL.md +59 -0
  276. package/skills/time-blocking/SKILL.md +34 -0
  277. package/skills/to-prd/SKILL.md +75 -0
  278. package/skills/token-budgeting/SKILL.md +34 -0
  279. package/skills/token-optimization/SKILL.md +34 -0
  280. package/skills/tool-calling-patterns/SKILL.md +34 -0
  281. package/skills/typescript-magician/SKILL.md +117 -0
  282. package/skills/tzst/SKILL.md +68 -0
  283. package/skills/ubiquitous-language/SKILL.md +93 -0
  284. package/skills/use-my-browser/SKILL.md +110 -0
  285. package/skills/using-superpowers/SKILL.md +121 -0
  286. package/skills/vector-database-setup/SKILL.md +34 -0
  287. package/skills/vercel-cli-with-tokens/SKILL.md +353 -0
  288. package/skills/vercel-optimize/SKILL.md +322 -0
  289. package/skills/video-editing/SKILL.md +34 -0
  290. package/skills/viral-instagram-reels/SKILL.md +180 -0
  291. package/skills/viral-short-form/SKILL.md +147 -0
  292. package/skills/viral-short-form-ideas/SKILL.md +184 -0
  293. package/skills/viral-tiktok-content/SKILL.md +180 -0
  294. package/skills/visualization-creation/SKILL.md +34 -0
  295. package/skills/web-artifacts-builder/SKILL.md +74 -0
  296. package/skills/web-design-guidelines/SKILL.md +39 -0
  297. package/skills/web-scraping/SKILL.md +34 -0
  298. package/skills/webapp-testing/SKILL.md +96 -0
  299. package/skills/webhook-handling/SKILL.md +34 -0
  300. package/skills/website-to-video/SKILL.md +145 -0
  301. package/skills/weekly-review/SKILL.md +34 -0
  302. package/skills/workflow-automation/SKILL.md +34 -0
  303. package/skills/writing-beats/SKILL.md +67 -0
  304. package/skills/writing-fragments/SKILL.md +79 -0
  305. package/skills/writing-great-skills/SKILL.md +82 -0
  306. package/skills/writing-guidelines/SKILL.md +39 -0
  307. package/skills/writing-plans/SKILL.md +174 -0
  308. package/skills/writing-shape/SKILL.md +79 -0
  309. package/skills/xdrop/SKILL.md +78 -0
  310. package/skills/xget/SKILL.md +87 -0
  311. package/skills/xlsx/SKILL.md +292 -0
  312. package/src/commands/code_v5.js +377 -73
  313. package/src/commands/repl.js +505 -86
  314. package/src/providers/model/anthropic.js +84 -0
  315. package/src/providers/model/gemini.js +49 -0
  316. package/src/providers/model/minimax.js +48 -0
  317. package/src/providers/model/ollama.js +42 -0
  318. package/src/providers/model/openai.js +49 -0
  319. package/src/providers/search/duckduckgo.js +45 -0
  320. package/src/providers/search/exa.js +52 -0
  321. package/src/providers/search/searxng.js +51 -0
  322. package/src/providers/search/tavily.js +47 -0
  323. package/src/tools/model_provider.js +71 -0
  324. package/src/tools/parallel_search.js +40 -49
  325. package/src/tools/search_provider.js +79 -0
  326. package/src/tools/skills_download.js +217 -0
  327. package/src/tools/web_search.js +42 -62
  328. package/src/tools/workflow.js +21 -9
  329. package/src/utils/cron.js +82 -126
  330. package/src/utils/effort-levels.js +42 -0
  331. package/src/utils/fallback-chain.js +72 -0
  332. package/src/utils/file-history.js +78 -0
  333. package/src/utils/model-provider.js +113 -0
  334. package/src/utils/permissions.js +147 -0
  335. package/src/utils/plan-mode.js +164 -0
  336. package/src/utils/provider-detect.js +7 -32
  337. package/src/utils/sandbox.js +60 -0
  338. package/src/utils/search-provider.js +62 -0
  339. package/src/utils/session-search.js +66 -0
  340. package/src/utils/structured-output.js +20 -0
  341. package/src/utils/system-prompt.js +28 -2
  342. package/src/utils/tasks.js +132 -0
  343. package/src/utils/tool-hooks.js +154 -0
  344. package/src/utils/tools.js +18 -2
  345. package/src/utils/ultra-review.js +59 -0
  346. package/src/utils/worktree.js +192 -0
@@ -0,0 +1,157 @@
1
+ ---
2
+ name: openclaw-secure-linux-cloud
3
+ description: Use when self-hosting OpenClaw on a cloud server, hardening a remote OpenClaw gateway, choosing between SSH tunneling, Tailscale, or reverse-proxy exposure, or reviewing Podman, pairing, sandboxing, token auth, and tool-permission defaults for a secure personal deployment.
4
+ ---
5
+
6
+ ## Overview
7
+
8
+ Use this skill for the conservative "deploy first, expose later" pattern for
9
+ OpenClaw on a cloud server.
10
+
11
+ Default to a private control plane:
12
+
13
+ - Harden the Linux host before exposing anything.
14
+ - Keep the gateway bound to `127.0.0.1`.
15
+ - Reach the Control UI through an SSH tunnel first.
16
+ - Keep token authentication, pairing, and sandboxing enabled.
17
+ - Start with a narrow tool profile and loosen only with an explicit need.
18
+
19
+ This skill is for secure Linux cloud hosting. If the user only wants the
20
+ fastest generic OpenClaw install on a local machine, prefer the official
21
+ OpenClaw onboarding docs instead of forcing this flow.
22
+
23
+ Open [`references/REFERENCE.md`](./references/REFERENCE.md) when you need the
24
+ command matrix, baseline config shape, checklist, or access-path comparison.
25
+
26
+ ## When To Use
27
+
28
+ Use this skill when the user mentions any of the following:
29
+
30
+ - OpenClaw on a cloud server, VM, or other Linux host
31
+ - Secure self-hosting, hardening, or "run it privately"
32
+ - Podman, loopback binding, SSH tunneling, or remote Control UI access
33
+ - Tailscale vs reverse proxy for OpenClaw
34
+ - Pairing, sandboxing, token auth, or locked-down tool permissions
35
+ - Reviewing whether an existing OpenClaw host is too exposed
36
+
37
+ Do not use this skill for:
38
+
39
+ - General Linux hardening with no OpenClaw component
40
+ - Local single-machine onboarding where remote access is irrelevant
41
+ - Pure local onboarding with no remote-host hardening questions
42
+ - Non-Linux hosting unless the user explicitly wants this Linux-first pattern
43
+ adapted
44
+
45
+ ## Workflow
46
+
47
+ ### 1. Classify the request
48
+
49
+ Put the task in one of these buckets before giving detailed guidance:
50
+
51
+ 1. **Fresh deploy**: the user wants to stand up OpenClaw securely on a Linux
52
+ cloud host from scratch.
53
+ 2. **Hardening review**: the user already has OpenClaw running and wants to
54
+ reduce exposure or audit risky defaults.
55
+ 3. **Access-model decision**: the user is choosing between SSH tunneling,
56
+ Tailscale, or a reverse proxy.
57
+
58
+ ### 2. Start from the secure baseline
59
+
60
+ Unless the user clearly asks for something else, recommend this baseline:
61
+
62
+ - Harden the Linux host first: updates, SSH keys, SSH lock-down, and a
63
+ default-deny inbound firewall matched to the distro.
64
+ - Run OpenClaw under rootless Podman rather than as a root-owned long-lived
65
+ process.
66
+ - Keep the gateway on loopback only.
67
+ - Keep the Control UI private and access it through an SSH tunnel.
68
+ - Require token authentication.
69
+ - Keep pairing enabled for inbound messaging channels.
70
+ - Start with a minimal tool set and sandbox sessions by default.
71
+
72
+ Treat these as explicit red flags:
73
+
74
+ - Binding the gateway to `0.0.0.0`
75
+ - Opening port `18789` to the public internet
76
+ - Turning on broad runtime, filesystem, automation, or browser access by
77
+ default
78
+ - Leaving `~/.openclaw` readable by other local users
79
+
80
+ ### 3. Separate local and server actions
81
+
82
+ Always distinguish between:
83
+
84
+ - **Local machine actions**: SSH key generation, tunnel setup, browser access
85
+ - **Server actions**: Linux hardening, Podman install path, OpenClaw service
86
+ setup, config permissions, service restarts
87
+
88
+ Do not blur the two execution contexts together. The user should be able to
89
+ tell which commands run on their laptop and which run on the Linux host.
90
+
91
+ ### 4. Ask only for blocking facts
92
+
93
+ Only stop for missing facts that change the safe path, such as:
94
+
95
+ - Linux distro and host access details when package-manager or firewall
96
+ commands matter
97
+ - Whether OpenClaw is already installed
98
+ - Whether the user truly needs repeated remote private access or public access
99
+ - Whether an existing deployment is already reachable from the internet
100
+
101
+ If a detail is not safety-critical, make the reasonable secure assumption and
102
+ state it.
103
+
104
+ ### 5. Use the access escalation ladder
105
+
106
+ Recommend remote access in this order:
107
+
108
+ 1. **SSH tunnel**: default for first deployment and personal use
109
+ 2. **Tailscale**: next step when the user needs repeated private access across
110
+ trusted devices
111
+ 3. **Reverse proxy**: only when the user explicitly needs public exposure and
112
+ accepts the extra hardening burden
113
+
114
+ If the user asks for Tailscale or reverse proxy, still explain why the loopback
115
+ binding and private-first model remain the baseline.
116
+
117
+ ## Output Expectations
118
+
119
+ For a fresh deployment, provide:
120
+
121
+ - A short architecture summary
122
+ - Local-vs-server steps
123
+ - A conservative config baseline
124
+ - A pre-launch checklist
125
+ - A short "what not to expose" warning
126
+
127
+ For a hardening review, provide:
128
+
129
+ - The likely risks in the current setup
130
+ - A prioritized remediation sequence
131
+ - Any immediate exposure concerns to fix before anything else
132
+
133
+ For an access-path decision, provide:
134
+
135
+ - A recommendation
136
+ - Why it is the lowest-risk fit
137
+ - What extra safeguards are required if the user chooses a broader exposure
138
+ model
139
+
140
+ ## Common Mistakes
141
+
142
+ - Treating OpenClaw like a normal public web app on day one
143
+ - Assuming auth alone replaces network boundaries
144
+ - Turning on more tool power before the user has a clear workflow that needs it
145
+ - Disabling pairing just to save time during early setup
146
+ - Skipping follow-up audits after changing config or sandbox settings
147
+
148
+ ## Reference Usage
149
+
150
+ Use [`references/REFERENCE.md`](./references/REFERENCE.md) when you need:
151
+
152
+ - The cross-distro hardening flow and Debian/Ubuntu example commands
153
+ - The Podman-based OpenClaw setup outline
154
+ - The baseline config skeleton
155
+ - The pre-launch checklist
156
+ - The day-to-day audit commands
157
+ - The SSH tunnel vs Tailscale vs reverse-proxy comparison
@@ -0,0 +1,218 @@
1
+ ---
2
+ name: opensource-guide-coach
3
+ description: Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.
4
+ ---
5
+
6
+ ## Overview
7
+
8
+ Use the official Open Source Guides as a coaching framework for open source questions.
9
+
10
+ This skill is for diagnosis and action planning, not just summarization. Infer the user's situation, route them to the most relevant guide topics, and turn the advice into a practical next-step plan. Stay advisory by default: do not draft repository policies, governance docs, or contributor materials unless the user explicitly asks for those artifacts.
11
+
12
+ ## Source Of Truth
13
+
14
+ - Use the official Open Source Guides site: <https://opensource.guide/>
15
+ - Use [`references/guide-map.md`](./references/guide-map.md) to select the right topic quickly
16
+ - Use [`references/persona-router.md`](./references/persona-router.md) to infer the closest audience persona
17
+ - Use [`references/attribution.md`](./references/attribution.md) for source links, attribution, and license notes
18
+ - Copy official guide titles and canonical URLs exactly from `references/guide-map.md`
19
+
20
+ Treat the guides as curated community practice, not binding policy. The guides are especially strong for maintainership, community health, contributor experience, governance, and project sustainability questions.
21
+
22
+ ## When To Use
23
+
24
+ Use this skill when the user is trying to:
25
+
26
+ - decide whether or how to open source a project
27
+ - attract users or contributors
28
+ - improve onboarding or contribution flow
29
+ - reduce maintainer overload or burnout
30
+ - set governance or decision-making expectations
31
+ - adopt or enforce a code of conduct
32
+ - choose useful project metrics
33
+ - think about funding or sustainability
34
+ - understand open source legal basics
35
+ - tighten project security practices
36
+
37
+ Do not use this skill for:
38
+
39
+ - GitHub product how-to questions that need product docs
40
+ - repository-specific legal advice that requires a lawyer
41
+ - deep software security implementation guidance unrelated to open source project operations
42
+
43
+ ## Working Style
44
+
45
+ ### 1. Identify the situation
46
+
47
+ Infer:
48
+
49
+ - the closest persona
50
+ - the project stage: considering launch, early launch, growing, overwhelmed, or formalizing
51
+ - the main pain point
52
+ - whether the user wants advice, a checklist, or actual drafted artifacts
53
+
54
+ If details are missing, make a reasonable inference and state it briefly. Do not interrogate the user for every unknown if a safe assumption will do.
55
+
56
+ ### 2. Choose the smallest useful guide set
57
+
58
+ Pick `1-3` guide topics.
59
+
60
+ - Use `1` guide for narrow questions
61
+ - Use `2` guides for common combined situations
62
+ - Use `3` guides only when the request clearly spans multiple concerns
63
+
64
+ Do not dump the entire guide catalog on the user.
65
+
66
+ ### 3. Convert guidance into action
67
+
68
+ Translate the guide themes into a prioritized plan that fits the user's scale.
69
+
70
+ - Prefer the next `3-6` concrete actions
71
+ - Match the level of process to the maturity of the project
72
+ - Avoid recommending heavyweight governance or documentation too early
73
+ - Keep the plan practical for solo maintainers and volunteer projects
74
+
75
+ ### 4. Link back to the official source
76
+
77
+ For each recommended guide, include the official `opensource.guide` URL and one short sentence on why it applies.
78
+
79
+ - Use the canonical URL from `references/guide-map.md`
80
+ - Do not shorten, guess, or rewrite article slugs
81
+ - Use the official article title exactly as written in `references/guide-map.md`
82
+
83
+ ### 5. Stay advisory by default
84
+
85
+ Unless the user explicitly asks for drafting help:
86
+
87
+ - do not write a full `CONTRIBUTING.md`
88
+ - do not write a governance charter
89
+ - do not write a code of conduct
90
+ - do not generate a full legal policy
91
+
92
+ If the user does ask for an artifact, say which guide(s) you are basing it on and then draft only the requested artifact.
93
+
94
+ ## Routing Heuristics
95
+
96
+ Reach for these patterns first:
97
+
98
+ - Launch decision, project scope, expectations, readiness: `starting-a-project`
99
+ - How newcomers can help, contribution flow, first PR path: `how-to-contribute`
100
+ - Adoption, awareness, project discovery: `finding-users`
101
+ - Welcoming environment, community participation, contributor experience: `building-community`
102
+ - Maintainer workload, process clarity, saying no, automation: `best-practices`
103
+ - Shared decision-making, leadership models, formal rules: `leadership-and-governance`
104
+ - Sustainability, sponsorship, funding models: `getting-paid`
105
+ - Behavior expectations and enforcement norms: `code-of-conduct`
106
+ - Measuring health and progress: `metrics`
107
+ - Licensing and legal basics: `legal`
108
+ - Burnout, boundaries, maintainership balance: `maintaining-balance-for-open-source-maintainers`
109
+ - Security hygiene, project trust, dependency and vulnerability practices: `security-best-practices-for-your-project`
110
+
111
+ Common pairings:
112
+
113
+ - First launch + adoption: `starting-a-project` + `finding-users`
114
+ - Contributor growth + community experience: `how-to-contribute` + `building-community`
115
+ - Maintainer overload + burnout: `best-practices` + `maintaining-balance-for-open-source-maintainers`
116
+ - Governance + conduct expectations: `leadership-and-governance` + `code-of-conduct`
117
+ - Trust + sustainability for mature projects: `security-best-practices-for-your-project` + `best-practices` or `getting-paid`
118
+
119
+ Canonical title reminders:
120
+
121
+ - `starting-a-project` -> `Starting an Open Source Project`
122
+ - `code-of-conduct` -> `Your Code of Conduct`
123
+ - `security-best-practices-for-your-project` -> `Security Best Practices for your Project`
124
+
125
+ ## Response Contract
126
+
127
+ Always use this structure:
128
+
129
+ Respond in plain Markdown only.
130
+
131
+ - Do not emit pseudo-tool calls
132
+ - Do not emit XML-like tags
133
+ - Do not emit internal reasoning markers
134
+ - Do not rename the section headings below
135
+ - If you begin responding, complete all five sections
136
+ - Never return empty wrappers, placeholders, or partial scaffolding
137
+
138
+ ## Situation
139
+
140
+ State the inferred persona, project stage, and main challenge in plain language. If you made an assumption, note it in one sentence.
141
+
142
+ ## Relevant Guides
143
+
144
+ List `1-3` guides. For each one include:
145
+
146
+ - official title copied exactly from `references/guide-map.md`, including capitalization
147
+ - why it applies here
148
+ - official URL
149
+
150
+ Preferred format:
151
+
152
+ `**Official Title**`
153
+
154
+ `Why it applies: ...`
155
+
156
+ `URL: <https://opensource.guide/...>`
157
+
158
+ ## Recommended Next Steps
159
+
160
+ Provide a prioritized numbered list. Keep it concrete and proportionate to the user's scale.
161
+
162
+ ## Watch-outs
163
+
164
+ Call out risks, anti-patterns, or ways the user could over-process the problem.
165
+
166
+ ## Optional deeper reading
167
+
168
+ Include any extra guide links only if they are genuinely useful. If not, say that the guides above are enough for now.
169
+
170
+ Mini example:
171
+
172
+ ## Situation
173
+
174
+ You are an early-stage solo maintainer deciding whether your side project is ready for open source.
175
+
176
+ ## Relevant Guides
177
+
178
+ **Starting an Open Source Project**
179
+
180
+ Why it applies: It helps you decide whether to launch now and what basics to prepare first.
181
+
182
+ URL: <https://opensource.guide/starting-a-project/>
183
+
184
+ ## Recommended Next Steps
185
+
186
+ 1. Clarify the project scope and your maintenance boundaries.
187
+ 2. Add a license, README, and minimal contributor expectations.
188
+ 3. Share with a small early audience before a broader announcement.
189
+
190
+ ## Watch-outs
191
+
192
+ Do not over-promise support or add heavyweight process before you need it.
193
+
194
+ ## Optional deeper reading
195
+
196
+ If you want to think about early contributor experience, read How to Contribute to Open Source next.
197
+
198
+ ## Quality Bar
199
+
200
+ Your answer should:
201
+
202
+ - sound like coaching, not policy boilerplate
203
+ - reflect the likely persona and maturity level
204
+ - use official guide links, not third-party summaries
205
+ - avoid presenting legal content as legal advice
206
+ - avoid copying long passages from the source material
207
+ - leave the user with a clear next move
208
+
209
+ ## Escalation Rules
210
+
211
+ Escalate carefully when:
212
+
213
+ - the user is asking for legal certainty rather than general guidance
214
+ - the user needs incident response or code-level security help
215
+ - the user wants formal governance that may be disproportionate for a tiny project
216
+ - the user is clearly burned out and needs boundaries more than process
217
+
218
+ In those cases, keep the recommendation practical and say what this skill can and cannot confidently cover.
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: full-output-enforcement
3
+ description: Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
4
+ ---
5
+
6
+ # Full-Output Enforcement
7
+
8
+ ## Baseline
9
+
10
+ Treat every task as production-critical. A partial output is a broken output. Do not optimize for brevity — optimize for completeness. If the user asks for a full file, deliver the full file. If the user asks for 5 components, deliver 5 components. No exceptions.
11
+
12
+ ## Banned Output Patterns
13
+
14
+ The following patterns are hard failures. Never produce them:
15
+
16
+ **In code blocks:** `// ...`, `// rest of code`, `// implement here`, `// TODO`, `/* ... */`, `// similar to above`, `// continue pattern`, `// add more as needed`, bare `...` standing in for omitted code
17
+
18
+ **In prose:** "Let me know if you want me to continue", "I can provide more details if needed", "for brevity", "the rest follows the same pattern", "similarly for the remaining", "and so on" (when replacing actual content), "I'll leave that as an exercise"
19
+
20
+ **Structural shortcuts:** Outputting a skeleton when the request was for a full implementation. Showing the first and last section while skipping the middle. Replacing repeated logic with one example and a description. Describing what code should do instead of writing it.
21
+
22
+ ## Execution Process
23
+
24
+ 1. **Scope** — Read the full request. Count how many distinct deliverables are expected (files, functions, sections, answers). Lock that number.
25
+ 2. **Build** — Generate every deliverable completely. No partial drafts, no "you can extend this later."
26
+ 3. **Cross-check** — Before output, re-read the original request. Compare your deliverable count against the scope count. If anything is missing, add it before responding.
27
+
28
+ ## Handling Long Outputs
29
+
30
+ When a response approaches the token limit:
31
+
32
+ - Do not compress remaining sections to squeeze them in.
33
+ - Do not skip ahead to a conclusion.
34
+ - Write at full quality up to a clean breakpoint (end of a function, end of a file, end of a section).
35
+ - End with:
36
+
37
+ ```
38
+ [PAUSED — X of Y complete. Send "continue" to resume from: next section name]
39
+ ```
40
+
41
+ On "continue", pick up exactly where you stopped. No recap, no repetition.
42
+
43
+ ## Quick Check
44
+
45
+ Before finalizing any response, verify:
46
+ - No banned patterns from the list above appear anywhere in the output
47
+ - Every item the user requested is present and finished
48
+ - Code blocks contain actual runnable code, not descriptions of what code would do
49
+ - Nothing was shortened to save space
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: package-publishing
3
+ description: Publish packages to npm, PyPI, or Maven with automated builds and provenance
4
+ category: Software Development
5
+ ---
6
+
7
+ # Package Publishing
8
+
9
+ ## Overview
10
+ Publish packages to npm, PyPI, or Maven with automated builds and provenance. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply package publishing best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on package publishing
16
+ - When automating or optimizing package publishing tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply package publishing for my current project
28
+ Assistant: I'll help you apply package publishing step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration
@@ -0,0 +1,34 @@
1
+ ---
2
+ name: password-generator
3
+ description: Generate strong passwords with configurable length, symbols, and entropy
4
+ category: Productivity
5
+ ---
6
+
7
+ # Password Generator
8
+
9
+ ## Overview
10
+ Generate strong passwords with configurable length, symbols, and entropy. This skill helps you apply structured, repeatable methods for consistent results.
11
+
12
+ ## When to Use
13
+ - When you need to apply password generator best practices
14
+ - When establishing processes or standards for your workflow
15
+ - When training team members on password generator
16
+ - When automating or optimizing password generator tasks
17
+
18
+ ## Instructions
19
+ 1. **Assess**: Evaluate the current state, requirements, and constraints
20
+ 2. **Plan**: Define the approach, steps, and success criteria
21
+ 3. **Execute**: Follow the established patterns and best practices
22
+ 4. **Verify**: Check results against expected outcomes and quality standards
23
+ 5. **Iterate**: Refine based on feedback and lessons learned
24
+
25
+ ## Examples
26
+ ```
27
+ User: Help me apply password generator for my current project
28
+ Assistant: I'll help you apply password generator step by step...
29
+ ```
30
+
31
+ ## Related Skills
32
+ - Use with `workflow` tool for orchestrated execution
33
+ - Combine with `task` tool for delegated processing
34
+ - Reference `system-prompt` for system-level integration