create-ex
Transforms personal memories into AI Skills by importing chat histories and generating relationship personas for emotional healing.
Install this skill
Security score
The create-ex skill was audited on Jun 10, 2026 and we found 36 security issues across 1 threat category, including 20 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 47 | | 解析微信聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/wechat_parser.py` | |
Template literal with variable interpolation in command context
| 48 | | 解析 QQ 聊天记录导出 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/qq_parser.py` | |
Template literal with variable interpolation in command context
| 49 | | 解析社交媒体内容 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/social_parser.py` | |
Template literal with variable interpolation in command context
| 50 | | 分析照片元信息 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/photo_analyzer.py` | |
Template literal with variable interpolation in command context
| 57 | | 向量化入库 Milvus | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/ingest_milvus.py` | |
Template literal with variable interpolation in command context
| 58 | | 语义检索 Milvus | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/search_milvus.py` | |
Template literal with variable interpolation in command context
| 60 | | QQ/其他文本转标准 chunks | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/build_chunks_generic.py` | |
Template literal with variable interpolation in command context
| 61 | | 语音转文字(腾讯 ASR)| `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/retranscribe_tencent_asr.py` | |
Template literal with variable interpolation in command context
| 68 | | 列出已有 Skill | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/skill_writer.py --action list` | |
Template literal with variable interpolation in command context
| 69 | | 版本管理 | `Bash` → `python3 ${CLAUDE_SKILL_DIR}/tools/version_manager.py` | |
Template literal with variable interpolation in command context
| 79 | ```bash |
Template literal with variable interpolation in command context
| 108 | 参考 `${CLAUDE_SKILL_DIR}/prompts/intake.md` 的问题序列,只问 3 个问题: |
Template literal with variable interpolation in command context
| 159 | > ```bash |
Template literal with variable interpolation in command context
| 168 | ```bash |
Template literal with variable interpolation in command context
| 194 | ``` |
Template literal with variable interpolation in command context
| 216 | ``` |
Template literal with variable interpolation in command context
| 231 | ``` |
Template literal with variable interpolation in command context
| 267 | ```bash |
Template literal with variable interpolation in command context
| 311 | ```bash |
Template literal with variable interpolation in command context
| 324 | ```bash |
Template literal with variable interpolation in command context
| 343 | ```bash |
Template literal with variable interpolation in command context
| 358 | * 参考 `${CLAUDE_SKILL_DIR}/prompts/memory_analyzer.md` 中的提取维度 |
Template literal with variable interpolation in command context
| 364 | * 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_analyzer.md` 中的提取维度 |
Template literal with variable interpolation in command context
| 374 | ```bash |
Template literal with variable interpolation in command context
| 384 | 至少跑以下 9 个场景(详细场景列表和 query 建议参考 `${CLAUDE_SKILL_DIR}/prompts/persona_builder.md` 的"原话样本"小节): |
Template literal with variable interpolation in command context
| 402 | 参考 `${CLAUDE_SKILL_DIR}/prompts/memory_builder.md` 生成 Relationship Memory 内容。 |
Template literal with variable interpolation in command context
| 403 | 参考 `${CLAUDE_SKILL_DIR}/prompts/persona_builder.md` 生成 Persona 内容(5 层结构)。 |
Template literal with variable interpolation in command context
| 494 | **先解析三个绝对路径**,写入模板对应的 placeholder。ex skill 一旦生成就脱离 create-ex 的上下文,不能再依赖 `${CLAUDE_SKILL_DIR}`(那会指向 ex skill 自己的目录,而不是工具目录)。 |
Template literal with variable interpolation in command context
| 496 | ```bash |
Template literal with variable interpolation in command context
| 759 | 生成时已固化为绝对路径,运行期不依赖 `${CLAUDE_SKILL_DIR}`: |
Template literal with variable interpolation in command context
| 924 | ```bash |
Template literal with variable interpolation in command context
| 934 | 4. 参考 `${CLAUDE_SKILL_DIR}/prompts/merger.md` 分析增量内容,合并时**务必先通过 `search_milvus.py` 检索**相关历史事实,以确保增量整合的一致性。 |
Template literal with variable interpolation in command context
| 937 | ```bash |
Template literal with variable interpolation in command context
| 952 | 1. 参考 `${CLAUDE_SKILL_DIR}/prompts/correction_handler.md` 识别纠正内容 |
Template literal with variable interpolation in command context
| 964 | ```bash |
Template literal with variable interpolation in command context
| 970 | ```bash |