By tim80411
TunnelBox CLI usage guide — manage local static sites, servers, and Cloudflare tunnels via the tunnelbox command
npx claudepluginhub tim80411/ai-agent-extension --plugin tunnelbox-cliUse this skill when the user wants to manage Cloudflare authentication — login, check status, or logout. Trigger phrases include: "login cloudflare", "登入 cloudflare", "我有登入嗎", "auth status", "登出 cloudflare", "logout cloudflare", "認證狀態", "cloudflare 帳號".
This skill should be used when the user asks about "tunnelbox CLI", "tunnelbox 指令", "tunnelbox command", "how to use tunnelbox", "tunnelbox site", "tunnelbox server", "tunnelbox tunnel", "tunnelbox env", "管理靜態站", "啟動本地伺服器", "Cloudflare tunnel 怎麼用", "tunnelbox 怎麼用", "tunnelbox 使用說明", "tunnelbox help", "停止伺服器", "移除站台", "tunnelbox 錯誤", "tunnelbox error", "tunnelbox --json", or needs guidance on using TunnelBox CLI to manage static sites, local servers, or Cloudflare tunnels, including troubleshooting errors.
Use this skill when the user wants to bind or unbind a fixed domain for a TunnelBox site. Trigger phrases include: "bind domain", "綁定網域", "固定網域", "unbind domain", "解除綁定", "domain bind", "domain unbind", "把站台綁到", "自訂網域", "custom domain".
Use this skill when the user wants to check or install cloudflared for TunnelBox. Trigger phrases include: "check cloudflared", "is cloudflared installed", "install cloudflared", "檢查 cloudflared", "安裝 cloudflared", "tunnelbox 環境", "環境檢查", "cloudflared 狀態".
Use this skill when the user wants to publish a local folder or project to the public internet in one step. Trigger phrases include: "publish this", "deploy to public", "make this public", "share this online", "發布到公開網路", "把這個發布出去", "公開這個資料夾", "一鍵發布", "把 dist 發布", "發布到 test.example.com", "幫我公開這個站".
Use this skill when the user wants to manage TunnelBox sites — add, list, or remove sites. Trigger phrases include: "add a site", "create a site", "register a site", "list sites", "show my sites", "remove a site", "delete a site", "建立 site", "新增站台", "列出 site", "刪除 site", "移除站台", "幫我建一個 site", "我的站台有哪些".
Use this skill when the user wants to expose a site publicly via Cloudflare Quick Tunnel, or stop an existing tunnel. Trigger phrases include: "公開站台", "把 site 公開到網路", "start a tunnel", "quick tunnel", "expose my site", "get a public URL", "share my site publicly", "停止 tunnel", "stop tunnel", "關閉公開連結", "取消公開", "我要一個公開網址", "幫我開 tunnel", "把網站分享出去".
Custom marketplace for development tools including Adobe Animate/CreateJS, xAPI learning analytics, Figma design reading, and spec writing methodology.
Adobe Animate + CreateJS development expert with performance optimization tools.
animate-dev, animate-performancexAPI statement generation and validation expert for educational assessment tracking.
xapi-specification, prompt-engineering/analyze, /generate, /validateRead Figma designs via link, extract structured page layout summaries with minimal context window usage.
figma-read/figma-readSpec/Story 撰寫方法論 — 引導撰寫高品質 User Story 與 Enabler Story,含 INVEST 檢查與反模式掃描。
spec-writingThis marketplace is automatically loaded from:
~/.claude/plugins/marketplaces/user-marketplace/
The plugins should appear in Claude Code's plugin list after marketplace discovery.
user-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── .claude/skills/ ← symlinks for in-project testing (Claude Code)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── .cursor/skills/ ← symlinks for in-project testing (Cursor)
│ ├── animate-dev -> ../../plugins/animate-dev/skills/animate-dev
│ ├── deploy-gdrive -> ../../plugins/deploy-gdrive/skills/deploy-gdrive
│ └── ...
├── plugins/ ← real skill files (source of truth)
│ ├── animate-dev/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── references/
│ │ └── skills/
│ ├── xapi-engineer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── figma-reader/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── spec-writer/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ └── skills/
│ ├── code-quality-review/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ └── deploy-gdrive/
│ ├── .claude-plugin/plugin.json
│ └── skills/
├── LICENSE
└── README.md
.claude/skills/ 和 .cursor/skills/ 內的 symlink 指向 plugins/ 中的真實 skill 目錄,讓你在此專案內即可直接測試 skill,不需全域安裝。編輯 plugins/ 下的 skill 檔案會立即反映到兩個工具。
Timothy Liao (tim80411@gmail.com)
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.