lov-install-zenmux-api

lov-install-zenmux-api is a skill for Claude Code from lovstudio/skills. It costs 47 tokens per session (834 once invoked), scanned A, original, MIT.

A backend integration tool for connecting an application to the ZenMux API through a server-side proxy. It keeps API keys on the server instead of exposing them in browser code.

In plain words
What is it for?
Use it to configure authenticated requests, allowed models and paths, request limits, error handling, streaming responses, and a small success-and-failure verification.
Why use it?
It helps prevent secret keys from reaching users and limits the proxy so it does not become an unrestricted path to other services.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dev-tools plugin — 77 skills shipped together

Good fit Use it to configure authenticated requests, allowed models and paths, request limits, error handling, streaming responses, and a small success-and-failure verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lovstudio/skills/install-zenmux-api
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.

Any agent
npx skills add lovstudio/skills --skill install-zenmux-api
Clone the repo
git clone --depth 1 https://github.com/lovstudio/skills

Made for: Claude Code.

Or install dev-tools, the plugin that ships this one along with the rest of its 77 skills.

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 lov-install-zenmux-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/lovstudio/skills/install-zenmux-api/github.svg)](https://agentmods.dev/skills/lovstudio/skills/install-zenmux-api)
Your own site
<a href="https://agentmods.dev/skills/lovstudio/skills/install-zenmux-api"><img src="https://agentmods.dev/badge/skills/lovstudio/skills/install-zenmux-api/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lov-install-zenmux-api

Your own site · 80×15
<a href="https://agentmods.dev/skills/lovstudio/skills/install-zenmux-api"><img src="https://agentmods.dev/badge/skills/lovstudio/skills/install-zenmux-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 834 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00047 $0.00834
Opus 5 $0.00023 $0.00417
Sonnet 5 $0.00009 $0.00167
Haiku 4.5 $0.00005 $0.00083

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

Security

Grade A, and why

lov-install-zenmux-api scanned grade A with 0 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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/profile_store.py, scripts/validate_skill.py), 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/install-zenmux-api/SKILL.md · 69 lines

What it actually says

ZenMux 接入 · ZenMux Setup

为应用接入 ZenMux 服务端代理,隔离密钥并验证请求链路。

Triggers

Activate when

  • “为应用接入 ZenMux 服务端代理,隔离密钥并验证请求链路。”
  • “Integrate the ZenMux API through a secure backend.”

Do not activate when

  • 只是查询本 Skill 的说明,或请求与上述结果无关的任务;不执行实际业务操作。
  • 用户仅要预览或审查时,不进入修改、提交或发布分支。

Execution boundary

自然语言请求即可触发;无需旧 slash 路径、参数插值或指定助手。明确解析当前请求中的 项目、目标文件、选项与输出位置;用当前宿主实际提供的文件、搜索、CLI 和浏览器能力。 项目依赖版本与外部 API 在执行时核实,不能假设示例是现行配置。随包脚本从 Skill 根解析, 业务文件从目标项目根解析。先读当前状态,保护已有未提交内容与其他任务的暂存区。 分析、预览请求保持只读;修改、提交、推送、部署和发布各依当前请求的明确范围执行。 不绕过保护、自动发送消息、强制结束用户进程或抢前台。失败保留可诊断原始错误。

Workflow

  1. 读取框架、现有后端、Supabase 环境与目标模型用途;先核实 ZenMux 当前官方 API 路径和可用模型。

  2. 复用服务端代理或当前项目 Edge Function,认证调用方、限制允许的路径与模型,并配置适当 CORS、输入大小、超时、错误和用量边界。

  3. 密钥从指定环境变量或已授权凭据库读取,不扫描其他项目 .env,不把密钥写到前端、源码、命令记录或日志。

  4. 只代理必要请求,避免把任意 endpoint 变成开放转发器;根据当前 API 协议处理 JSON、流式响应和失败状态。

  5. 前端调用自有后端,使用明确授权的模型或已核实默认值,不写死过时低价模型。部署仅在用户请求覆盖目标项目时执行。

  6. 用最小有效请求验证鉴权、成功和失败路径,报告本地、部署、线上各自状态及实际模型。

Composition

执行前读取 能力组合,按明确制品交接相邻能力。

Runtime context (shared)

运行前读取本包 skill.yamlProfile 合同。优先级为当前请求、 项目上下文、本 Skill records、共享 preferences、brand/user Profile、安全默认值。 只读取声明字段;没有专用运行时的宿主可使用 scripts/profile_store.py 读取共享 Profile。 配置缺失只问影响结果的一个问题。用户明确要求长期保存的值通过该脚本原子写入, 报告实际路径;不保存推断、凭据或其他任务的资料。

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. 2d ago First seen · 69 lines · 47 tokens per session scan A 1d472b6c178d

Subscribe to this mod's changes

lov-install-zenmux-api is a skill published in the GitHub repository lovstudio/skills (64 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 834 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.

Related

Other skills, from other repositories

supabase-cli

This skill should be used when user asks to "use supabase CLI", "supabase init", "supabase start", "run migrations", "deploy edge functions", "manage Supabase project", or works with the supabase command-line tool for local development and project management.

fcakyon/claude-codex-settings · 60 tokens

supabase-js

This skill should be used when user asks to "use supabase-js", "query Supabase database", "supabase auth", "supabase storage", "supabase realtime", "supabase edge functions", or works with the @supabase/supabase-js JavaScript/TypeScript SDK.

fcakyon/claude-codex-settings · 64 tokens

openobserve-api

This skill should be used when user asks to "query OpenObserve", "create OpenObserve dashboard", "edit OpenObserve panel", "fetch OpenObserve logs", "run OpenObserve search", "list OpenObserve streams", "ingest into OpenObserve", or works with OpenObserve Cloud / self-hosted via REST API. Covers auth, search/SQL…

fcakyon/claude-codex-settings · 108 tokens

cloudflare-deploy

Discover and choose Cloudflare products for apps, APIs, AI agents, storage, networking, and security. Use for architecture and product selection, including when the user describes a need without naming a Cloudflare product; then find the relevant skill or documentation.

fcakyon/claude-codex-settings · 55 tokens

stripe-projects

Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set…

fcakyon/claude-codex-settings · 213 tokens

nestjs-guards-auth

NestJS guards, authentication, and authorization best practices. Use when implementing or reviewing auth in NestJS — guards, JWT/Passport strategies, RBAC, route protection. Triggers on CanActivate, AuthGuard, JwtStrategy, @Roles, @Public, or Reflector.

dkmqflx/nestjs-best-practices-plugin · 61 tokens