cf-tunnel

cf-tunnel is a skill for Claude Code, Codex from Dwsy/agent. It costs 36 tokens per session (976 once invoked), scanned B, original, no licence file.

A command-line tool for managing Cloudflare Tunnel connections, which expose a local service through Cloudflare. It combines sharing and panel functions, avoids port conflicts, and checks connection status.

In plain words
What is it for?
Use it to share local services, manage tunnel sessions, avoid occupied ports, inspect status, and read the included guidance.
Why use it?
It reduces the manual work of starting tunnels, choosing an available port, and checking whether a tunnel is working.

Skill for Claude CodeCodex

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/dwsy/agent/cf-tunnel
Any agent
npx skills add Dwsy/agent --skill cf-tunnel
Clone the repo
git clone --depth 1 https://github.com/Dwsy/agent

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 cf-tunnel

README.md
[![agentmods](https://agentmods.dev/badge/skills/dwsy/agent/cf-tunnel.svg)](https://agentmods.dev/skills/dwsy/agent/cf-tunnel)
Your own site
<a href="https://agentmods.dev/skills/dwsy/agent/cf-tunnel"><img src="https://agentmods.dev/badge/skills/dwsy/agent/cf-tunnel.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 976 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 $0.00036 $0.00976
Opus 5 $0.00018 $0.00488
Sonnet 5 $0.00007 $0.00195
Haiku 4.5 $0.00004 $0.00098

Measured 5d ago against content hash 123e0035a0c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

cf-tunnel 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.

The scan reads SKILL.md. This mod also ships 12 executable files (scripts/cf.ts, scripts/init.ts, scripts/lib/port-manager.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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 dpkg -i cloudflared-linux-amd64.deb

Makes network callslowCapability

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

wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
skills/cf-tunnel/SKILL.md · 110 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 · 110 lines · 36 tokens per session scan B 123e0035a0c3

Subscribe to this mod's changes

cf-tunnel is a skill published in the GitHub repository Dwsy/agent (22 stars, last pushed 16d ago), with no licence file. It adds 36 tokens to every session and 976 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

project-orchestration

Orchestrate multi-agent workflows for feature development using planning agents, context handoff, and stage management.

darrenhinde/OpenAgentsControl · 25 tokens

trigger-cost-savings

Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size machines, or review task efficiency. Combines static source analysis with live run analysis via the Trigger.dev MCP tools (listruns, getrundetails…

triggerdotdev/trigger.dev · 68 tokens

atmos-auth

Authentication and identity management: providers (SSO/SAML/OIDC/GCP/Atmos Pro), identities, keyring, identity chaining, login/exec/shell/console, and github/sts for private GitHub access.

cloudposse/atmos · 48 tokens

pull-request

PR workflow: pick the right semver label (no-release / patch / minor / major), decide when to add a changelog blog post, when to update the roadmap, and how to do each correctly. Invoke before opening a PR or when touching an existing PR's release docs.

cloudposse/atmos · 60 tokens

atmos-ansible

Ansible orchestration: playbook execution, variable passing, inventory management, stack-based configuration for configuration management.

cloudposse/atmos · 27 tokens

roadmap

Maintain and update the Atmos roadmap page (website/src/data/roadmap.js): milestone/initiative/quarter schema, progress-percentage math, the curated featured[] cap (max 6, never auto-modified), and the no-changelog-for-internal-refactors gate. Invoke when adding/updating milestones, initiatives, or quarters, or…

cloudposse/atmos · 80 tokens