用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PayPerQ/ppq-private-mode-proxy --skill ppq-private-mode命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | ppq-private-mode |
| description | Configure PPQ.AI Private Mode encrypted models in OpenClaw |
| user-invocable | true |
This skill installs and configures OpenClaw to use PPQ.AI's end-to-end encrypted models.
Run this command to install the PPQ Private Mode plugin:
openclaw plugins install ppq-private-mode
Check that the plugin exists:
ls ~/.openclaw/extensions/ppq-private-mode/
If the directory does not exist, the install may have failed. Try running the install command again.
First, check if the user already has a PPQ API key configured. Read ~/.openclaw/openclaw.json and look for an existing key in any of these locations:
plugins.entries.ppq-private-mode.config.apiKeybaseUrl pointing to api.ppq.aiIf a valid key is found (starts with sk-), reuse it -- no need to ask the user. Let them know you found their existing key.
If no key is found, ask the user for their PPQ.AI API key. They can find it at https://ppq.ai/api-docs -- it starts with sk-.
Do not proceed until you have a key.
IMPORTANT: You must add BOTH sections below to ~/.openclaw/openclaw.json. Do not skip either one. Merge them into the existing config, preserving all existing settings.
Here is the complete config to merge (replace USER_API_KEY with the actual key):
{
"models": {
"providers": {
"ppq-private": {
"baseUrl": "http://127.0.0.1:8787/v1",
"apiKey": "unused",
"api": "openai-completions",
"models": [
{ "id": "private/kimi-k3", "name": "private/kimi-k3" },
{ "id": "private/gpt-oss-120b", "name": "private/gpt-oss-120b" },
{ "id": "private/llama3-3-70b", "name": "private/llama3-3-70b" },
{
After merging, verify that ~/.openclaw/openclaw.json contains BOTH:
ppq-private entry under models.providers with the 6 private models listedppq-private-mode entry under plugins.entries with the user's API keyIf either is missing, the private models will not work.
systemctl --user restart openclaw-gateway.service
Tell the user PPQ Private Mode is configured. Available encrypted models:
private/kimi-k3 -- Moonshot flagship multimodal MoE, reasoning, strong coding, 256K contextprivate/gpt-oss-120b -- Cost-efficient general useprivate/llama3-3-70b -- Open-source tasksprivate/glm-5-2 -- Agentic engineering with long-horizon tool use, 384K contextprivate/gemma4-31b -- Vision plus text with thinking mode, 262K contextprivate/deepseek-v4-flash -- Fast, cost-efficient reasoning and coding, 1M contextSwitch with: openclaw models set private/kimi-k3
systemctl --user restart openclaw-gateway.serviceppq-private provider is missing from models.providers in openclaw.json. Add it using the config block above."port": 8788 to the plugin config in openclaw.jsonPPQ.AI provides pay-per-query AI with no subscriptions. Private models run inside hardware secure enclaves. Learn more at https://ppq.ai