CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. aradotso
  4. /
  5. trending-skills
  6. /
  7. Masterhttprelayvpn Rust

Masterhttprelayvpn Rust

Editor's Note

This is a Rust implementation of a censorship bypass proxy that tunnels traffic through Google Apps Script, making it look like you're just connecting to www.google.com to anyone inspecting the TLS handshake. You deploy your own Apps Script relay, run mhrv-rs locally on port 8085 (HTTP) or 8086 (SOCKS5), and it handles the MITM certificate dance for HTTPS. The appeal is disguising traffic as Google traffic when facing DPI or SNI filtering. It includes a desktop UI, Android build, IP scanner to find fast Google edges, and supports multiple script deployments for quota reasons. The implementation is solid if you need this specific threat model, though setup requires running certificate installs with elevated privileges.

Install

npx skills add https://github.com/aradotso/trending-skills --skill masterhttprelayvpn-rust
Votes
0
Installs256
GitHub Stars26
Categories
Rust
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Rust Skills

View all →
rust-unsafe

mohitmishra786/low-level-dev-skills

0
146
98
rust unsafe
m01-ownership

actionbook/rust-skills

0
897
1.2k
m01 ownership
unsafe-checker

actionbook/rust-skills

0
850
1.2k
unsafe checker
m01-ownership

zhanghandong/rust-skills

0
755
1.2k
m01 ownership
unsafe-checker

zhanghandong/rust-skills

0
670
1.2k
unsafe checker
rust-async-patterns

wshobson/agents

1
13.5k
36.2k
Production patterns for async Rust with Tokio, channels, error handling, and concurrent task management.