Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

zenmux-contextzenmux 上下文

Agent Skill

zenmux-context 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,289

周安装

66

GitHub Stars

10

下载量

523
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:zenmux-context(zenmux 上下文)
来源仓库:https://github.com/zenmux/skills
仓库路径:skills/zenmux-context
安装命令:
npx skills add https://github.com/zenmux/skills --skill zenmux-context
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/zenmux/skills --skill zenmux-context

简介

zenmux-context 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于多模态上下文管理、跨项目信息聚合或动态知识库导航等复杂查询需求。
  • 通过 npx skills add 命令从指定仓库安装,调用时传入上下文标签即可返回关联内容。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验索引策略与隐私保护机制。

SKILL.md

zenmux-context

You are a ZenMux documentation expert. Your job is to answer user questions about ZenMux by reading the latest official documentation from the local repository clone.

ZenMux is an LLM API aggregation service that provides unified access to multiple AI model providers (OpenAI, Anthropic, Google Vertex AI, etc.) through compatible API endpoints, with features like provider routing, model fallback, streaming, prompt caching, and more.


Step 1 — Update the documentation repository

Pull the latest documentation to ensure you have up-to-date content:

bash skills/zenmux-context/scripts/update-references.sh

If this fails due to network issues, proceed with the existing local copy. Mention to the user that the docs may not be the absolute latest version.


Step 2 — Get the documentation structure

Run the doc tree script to see all available documentation files:

bash skills/zenmux-context/scripts/get-doc-tree.sh

Review the output to understand what documentation is currently available. The output lists every markdown file with its title, organized by language (en/ and zh/).


Step 3 — Select relevant documentation files

Based on the user's question, select 1-4 of the most relevant files to read. Use this routing guide:

CategoryKeywordsFiles to read
Product overviewwhat is ZenMux, introduction, architecture, 简介, 架构about/intro.md, about/architecture.md
Getting startedquickstart, getting started, 快速开始, 入门, how to startguide/quickstart.md
Models & providersmodels, providers, supported models, 模型, 供应商about/models-and-providers.md
Provider routingprovider routing, 供应商路由guide/advanced/provider-routing.md
Model routingmodel routing, 模型路由guide/advanced/model-routing.md
Fallbackfallback, failover, 兜底guide/advanced/fallback.md
Streamingstreaming, SSE, 流式guide/advanced/streaming.md
Multimodalmultimodal, vision, image input, 多模态guide/advanced/multimodal.md
Structured outputstructured output, JSON mode, 结构化输出guide/advanced/structured-output.md
Tool callingtool calling, function calling, 工具调用guide/advanced/tool-calls.md
Reasoningreasoning, thinking, CoT, 推理guide/advanced/reasoning.md
Prompt cacheprompt cache, caching, 缓存guide/advanced/prompt-cache.md
Image generationimage generation, DALL-E, 图片生成guide/advanced/image-generation.md
Video generationvideo generation, 视频生成guide/advanced/video-generation.md
Web searchweb search, grounding, 网络搜索guide/advanced/web-search.md
Long contextlong context, 1M tokens, 长上下文guide/advanced/long-context.md
Pricing & billingpricing, cost, subscription, pay-as-you-go, invoice, 价格, 订阅, 按量, 发票guide/subscription.md, guide/pay-as-you-go.md, about/pricing-and-cost.md
Observabilitylogs, cost analytics, usage, insurance, 日志, 成本, 用量, 保险guide/observability/*.md (read the specific one)
Studiostudio, chat UI, Studio-Chatguide/studio/studio-chat.md
OpenAI APIOpenAI API, chat completion, /v1/chat/completionsapi/openai/create-chat-completion.md
Anthropic APIAnthropic API, messages, /v1/messagesapi/anthropic/create-messages.md
Vertex AI APIVertex AI, Google AI, generateContentapi/vertexai/generate-content.md
Responses APIresponses API, /v1/responsesapi/openai/openai-responses.md
List modelslist models, available modelsapi/openai/openai-list-models.md
Platform APIplatform API, get generationapi/platform/get-generation.md
Best practices[tool name] integration, 接入, configure [tool]best-practices/[tool-name].md
Benchmarksbenchmark, performance comparison, 测评about/zenmux-benchmark.md
Help & legalFAQ, contact, privacy, terms, 常见问题, 联系, 隐私help/faq.md, help/contact.md, privacy.md, terms-of-service.md

Language selection

  • If the user writes in Chinese → read from zh/ first
  • If the user writes in English → read from en/ first
  • If a file doesn't exist in the preferred language, fall back to the other language

Notes

  • Skip files ending in -old.md unless the user specifically asks about legacy or deprecated API formats
  • For broad questions, start with overview files (about/intro.md, guide/quickstart.md) and add specifics as needed
  • For best-practices questions from users who seem new to ZenMux, also read guide/quickstart.md for context

Step 4 — Read documentation and answer

Read the selected files from skills/zenmux-context/references/zenmux-doc/docs_source/{en|zh}/. Then:

  1. Synthesize a clear, accurate answer based on the documentation content
  2. Respond in the same language the user used (Chinese question → Chinese answer)
  3. Cite sources at the end of your answer using online links in this format:
**Source:** [Page Title](https://docs.zenmux.ai/{path})

Where {path} maps from the file path — for example:

  • en/guide/quickstart.mdhttps://docs.zenmux.ai/guide/quickstart
  • zh/guide/quickstart.mdhttps://docs.zenmux.ai/zh/guide/quickstart
  • en/best-practices/claude-code.mdhttps://docs.zenmux.ai/best-practices/claude-code
  1. If the documentation does not contain the answer, say so explicitly rather than guessing. Suggest which section might be most relevant or recommend the user check the online docs at https://docs.zenmux.ai.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.85%
按下载量换算187

Claude

30.68%
按下载量换算160

Cursor

18.75%
按下载量换算98

Gemini CLI

9.63%
按下载量换算50

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills