基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Agents365-ai/365-skills --skill pi-cli-runtime命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Multi-platform Chinese & multilingual TTS text-to-speech via Edge/Doubao/CosyVoice/Azure/Tencent/Baidu/MiniMax/Xunfei plus ElevenLabs/OpenAI/Google — 11 backends, word-level timestamps, [PAUSE:x] pause markers, pinyin pronunciation overrides
Search free commercial-use creative assets across multiple online sources — photos, illustrations, icons, video footage, music, sound effects, and fonts. Use when the user needs to find assets for videos, PPTs, articles, or any content creation. Trigger on phrases like "find me a photo of", "search for icons", "I need background music", "find video footage", "search fonts", "找一张图片", "搜素材", "帮我找图标/视频/音乐/字体". Covers Pexels, Unsplash, Pixabay, Iconify, Freesound, Google Fonts and more — with API-backed search where available.
Use when generating video clips with Chinese video models — text-to-video (文生视频), image-to-video (图生视频), first/last-frame and reference-to-video across 4 platforms: Bailian (Wan/PixVerse/Kling/Vidu/HappyHorse), Jimeng (doubao-seedance), MiniMax (Hailuo), Hunyuan (hy-video)
| name | pi-cli-runtime |
| description | Internal helper contract for calling the pi-companion runtime from Claude Code |
| user-invocable | false |
Use this skill only inside the pi:pi-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/pi-companion.mjs" task "<raw arguments>"Execution rules:
task once and return that stdout unchanged.git, direct Pi CLI strings, or any other Bash activity.setup, review, adversarial-review, status, result, or cancel from pi:pi-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.pi-prompting skill to rewrite the user's request into a tighter Pi prompt before the single task call.--effort unset unless the user explicitly requests a specific effort.--model only when the user explicitly asks for one (e.g. deepseek-v4-pro, deepseek-v4-flash).--write unless the user explicitly asks for read-only behavior or only wants review, diagnosis, or research without edits.Command selection:
task invocation per rescue handoff.--background or --wait, treat that as Claude-side execution control only. Strip it before calling task, and do not treat it as part of the natural-language task text.--model, pass the model id through to task unchanged.--effort, pass it through to task.--resume, strip that token from the task text and add --resume-last.--fresh, strip that token from the task text and do not add --resume-last.--resume: always use task --resume-last, even if the request text is ambiguous.--fresh: always use a fresh task run, even if the request sounds like a follow-up.--effort: accepted values are off, minimal, low, medium, high, xhigh. The alias none maps to off.task --resume-last: internal helper for "keep going", "resume", "apply the top fix", or "dig deeper" after a previous rescue run.Safety rules:
pi:pi-rescue unless the user explicitly asks for read-only behavior.task command exactly as-is.