linux-proxy

linux-proxy is a skill for Claude Code, Codex from techysy/yangyu-hermes-skills. It costs 88 tokens per session (2,877 once invoked), scanned B, original, no licence file.

A Linux setup guide for Clash Meta or Mihomo, tools that route network traffic through proxy servers. It covers installation, subscriptions, DNS, local-network sharing, system services, browsers, and dashboards.

In plain words
What is it for?
Use it to install a proxy on supported Linux systems, share it with a local network, configure browsers, and set up related services.
Why use it?
It helps configure proxy access and address common problems such as DNS interference or devices that cannot reach the proxy.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/techysy/yangyu-hermes-skills/linux-proxy
Any agent
npx skills add techysy/yangyu-hermes-skills --skill linux-proxy
Clone the repo
git clone --depth 1 https://github.com/techysy/yangyu-hermes-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linux-proxy

README.md
[![agentmods](https://agentmods.dev/badge/skills/techysy/yangyu-hermes-skills/linux-proxy.svg)](https://agentmods.dev/skills/techysy/yangyu-hermes-skills/linux-proxy)
Your own site
<a href="https://agentmods.dev/skills/techysy/yangyu-hermes-skills/linux-proxy"><img src="https://agentmods.dev/badge/skills/techysy/yangyu-hermes-skills/linux-proxy.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.02877
Opus 5 $0.00044 $0.01438
Sonnet 5 $0.00018 $0.00575
Haiku 4.5 $0.00009 $0.00288

Measured 5d ago against content hash bdb9f06c7893, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

linux-proxy scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo pacman -S libayatana-appindicator # 运行时依赖, 必须先装

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -x http://127.0.0.1:7890 -s --max-time 10 https://www.google.com -o /dev/null -w "%{http_code}\n"
skills/networking/linux-proxy/SKILL.md · 243 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 243 lines · 88 tokens per session scan B bdb9f06c7893

Subscribe to this mod's changes

linux-proxy is a skill published in the GitHub repository techysy/yangyu-hermes-skills (5 stars, last pushed 11d ago), with no licence file. It adds 88 tokens to every session and 2,877 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dogfood

This skill guides you through systematic exploratory QA testing of web applications using the browser toolset. You will navigate the application, interact with elements, capture evidence of issues, and produce a structured bug report.

AtlasOmnia/donna-starter · 20 tokens

dynamic-content-extraction

Extract structured data (prices, listings, product details) from JavaScript-heavy sites where key data is rendered by React/Vue/Angular and doesn't appear in compact accessibility snapshots.

AtlasOmnia/donna-starter · 56 tokens

browser-harness-authoring

Use when mapping a repeatable website workflow into a verified Hermes skill so later runs can follow known steps instead of rediscovering the site. Surveys browser compatibility, semantic targets, failure modes, recovery paths, decision gates, and expiry using dummy data and no irreversible submissions.

AtlasOmnia/hermes-custom-pack · 60 tokens

reddit-browse-and-post

Let an agent read Reddit by default, and publish only after the user explicitly opts in and approves the exact post. Everything here is account-agnostic: the user supplies credentials through environment variables or a browser login, never through chat.

AtlasOmnia/hermes-custom-pack · 54 tokens

macos-app-automation

Use this skill when the user asks whether Hermes can control a native macOS app, or asks you to verify, configure, or troubleshoot AppleScript/Automation access for an app.

AtlasOmnia/donna-starter · 43 tokens

aws-console-navigator

Navigate the AWS Console via browser or Playwright MCP — SSO authentication, account selection, region switching, CloudWatch Logs Insights, alarms, metrics. Covers iframe DOM patterns for screenshot capture: scroll, row click, element interaction inside the microConsole iframe. Keywords: Playwright SSO iframe…

pantheon-org/tekhne · 94 tokens