AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Self Vpn Setup

skill-gansxx-self-vpn-skill-self-vpn-setup · by gansxx

Guide Codex to help users provision a personal VPN on Aliyun SWAS and configure a client (primarily v2rayN). Use when a user asks to set up a self-hosted VPN/proxy, wants a dedicated IP for AI subscriptions, needs higher stability/privacy than shared VPNs, or requests step-by-step Aliyun SWAS provisioning and client setup.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-gansxx-self-vpn-skill-self-vpn-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-gansxx-self-vpn-skill-self-vpn-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Self Vpn Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Self VPN Setup

Overview

Provide a step-by-step workflow to help the user buy an Aliyun SWAS instance, install the VPN stack with a one-line script, and configure their client. Keep the flow interactive by confirming prerequisites, OS, and credentials before running commands.

Workflow

0. Collect Required Inputs First

  • Request a single reply containing: client OS, Aliyun account status, target region, instance public IP, and whether the user allows credential sharing.
  • If the user does not want to share credentials, switch to "user-runs-command" mode and provide exact copy-paste commands.

1. Qualify And Prepare

  • Confirm the user wants a self-hosted VPN and understands they will pay the cloud provider directly.
  • Ask which OS the user will run the client on. Default workflow assumes Windows with v2rayN.
  • Ask whether the user already has an Aliyun account and a payment method.

2. Provision The Server

  • Direct the user to the Aliyun SWAS purchase page and walk them through instance selection.
  • Ensure the user opens all required ports in the SWAS firewall (TCP+UDP all).
  • Ask for the instance public IP after purchase.

3. Install The VPN Stack

  • Ask the user to reset the instance password in the SWAS console.
  • If credentials are shared, use SSH to connect and run the install script.
  • If credentials are not shared, instruct the user to run the same command locally and paste back the final share link line(s).
  • Capture the output and return only the final share link line(s) to the user.

4. Configure The Client

  • Provide the correct client download link for the user OS.
  • For v2rayN, instruct how to import the share link and test latency.

5. Validate And Troubleshoot

  • Recommend testing with the hysteria protocol first if present.
  • If latency is -1 or no connectivity, check firewall settings and IP/password correctness first.
  • If Google or other sites fail, advise checking client rules and enabling TUN mode.
  • If campus/corporate networks block ports, suggest waiting or switching ports.
  • Declare setup success only when latency is not -1 and at least one target site is reachable.

Reference

Follow the detailed workflow and troubleshooting checklist in references/workflow.md. Load it when you need the exact URLs, copy-paste commands, or testing steps.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.