用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CNife/pi-extensions --skill status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
fabric_exec 行为纠错层:fabric_exec 能跑通但行为不对时加载--结果没回到模型、 独立调用没坍缩并行、机制用在了错误的时间尺度。只管判断与避坑;签名 / 参数形状 报错见 fabric-exec,工作流选型见 fabric-guide。
往 pi 的 models.json 新增/适配 provider 模型。
用 herdr 驱动 pi 子代理的薄运行时。运行在 Herdr 内(HERDR_ENV=1)且要把工作委派给隔离子代理(上下文保护 / 并行 / 边界明确的执行)、或别的技能需要同时开多个隔离子代理时使用。
基于 SOC 职业分类
正在显示 SKILL.md
| name | status |
| description | Check Nowledge Mem server connectivity and configuration. Use when memory commands fail or the user asks about setup. |
| disable-model-invocation | true |
nmem --json status
Healthy response includes:
If it fails:
nmem serve is active on your server.nmem is installed: pip install nmem-cli, pipx install nmem-cli, or on Arch Linux yay -S nmem-cli / paru -S nmem-cli.~/.nowledge-mem/config.json contains valid apiUrl and apiKey fields, or set NMEM_API_URL and NMEM_API_KEY environment variables.