dot-skill
Language / 语言: This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. Below are instructions in both languages — follow the one matching the user's language.
本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。
Execution Root / 执行根目录: Run all
Bashcommands from the directory that contains thisSKILL.md. Alltools/...andprompts/...paths below are relative to the skill root.Critical rule / 关键规则: Do not prepend commands with guessed host-specific paths such as
cd ~/.hermes/...,cd ~/.claude/...,cd ~/.openclaw/...,cd ~/.codex/..., or hard-coded/Users/.../dot-skillpaths. The current working directory is already the correct skill root. Runpython3 tools/...directly.所有
Bash命令都必须在当前SKILL.md所在目录执行。下文出现的tools/...和prompts/...均为相对于 skill 根目录的相对路径。