← 首页
把 Jev skill 加到你的 agent
给任何 AI 编码 agent 一个快速、类型化的 "模糊 if":一个 skill 就教会它调用 Jev Decision API,用于路由、护栏、打分和放行——用你自己的托管 key,无需 waitlist。
你需要一个托管 key(jv_live_…)——在价格页拿一个,然后在你的环境里把它设为 JEV_API_KEY。 价格 →
复制到你的 agent
选一种方式。粘贴提示词的方式适用于任何能读取 URL 的 agent;其余方式直接安装 skill 文件。
任意 agent——粘贴这段提示词
Install the Jev agent skill: fetch https://jevtypesafeai.com/skill/SKILL.md and follow it to call the Jev Decision API (POST https://jevtypesafeai.com/api/v1/decide) with my JEV_API_KEY, for typed choice / score / noul decisions — routing, guardrails, scoring and gating.Claude Code——插件
claude plugin marketplace add codaaiteam/jev-skill
claude plugin install jev@jev-skill任意 agent——手动安装文件
curl -o ~/.claude/skills/jev/SKILL.md --create-dirs \
https://jevtypesafeai.com/skill/SKILL.md这个 skill 教会你的 agent 什么
- /api/v1/decide 端点、Bearer 鉴权,以及 choice / score / noul 三种问题类型。
- 何时该调用 Jev 而非另一个 LLM——路由、工具调用护栏、上下文压缩、分类。
- 确切的请求 / 响应结构,让 agent 直接对类型化的值做分支判断,无需解析。
- 成本与安全规则:精简 state、批量提问、别把 key 写进日志。
由 jevtypesafeai.com 提供的独立 skill——不是 TypeSafe AI。它通过官方 Jev API 调用我们的托管计量代理。如需官方访问,请见 typesafe.ai。