skills/xixu-me/openclaw-secure-linux-cloud/SKILL.md
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.
npx skillsauth add aiskillstore/marketplace openclaw-secure-linux-cloudInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for the conservative "deploy first, expose later" pattern for OpenClaw on a cloud server.
Default to a private control plane:
127.0.0.1.This skill is for secure Linux cloud hosting. If the user only wants the fastest generic OpenClaw install on a local machine, prefer the official OpenClaw onboarding docs instead of forcing this flow.
Open references/REFERENCE.md when you need the
command matrix, baseline config shape, checklist, or access-path comparison.
Use this skill when the user mentions any of the following:
Do not use this skill for:
Put the task in one of these buckets before giving detailed guidance:
Unless the user clearly asks for something else, recommend this baseline:
Treat these as explicit red flags:
0.0.0.018789 to the public internet~/.openclaw readable by other local usersAlways distinguish between:
Do not blur the two execution contexts together. The user should be able to tell which commands run on their laptop and which run on the Linux host.
Only stop for missing facts that change the safe path, such as:
If a detail is not safety-critical, make the reasonable secure assumption and state it.
Recommend remote access in this order:
If the user asks for Tailscale or reverse proxy, still explain why the loopback binding and private-first model remain the baseline.
For a fresh deployment, provide:
For a hardening review, provide:
For an access-path decision, provide:
Use references/REFERENCE.md when you need:
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.