Personal Codex skill template for working with one WeChat contact through a local welive database.
This repository is the publish-safe version. It does not include private database keys, raw chat logs, real local paths, or a real contact identifier. Configure your own values locally before use.
Copy the 最高的山.skill folder into your Codex skills directory:
Copy-Item -Recurse ".\最高的山.skill" "$env:USERPROFILE\.codex\skills\最高的山.skill"Then edit 最高的山.skill/SKILL.md and set your local welive.exe, database_root, and contact/session identifiers.
.\最高的山.skill\scripts\query_最高的山.ps1 -WeliveExe "C:\path\to\welive.exe" -SessionId "wxid_or_session_id" -Limit 20
.\最高的山.skill\scripts\query_最高的山.ps1 -WeliveExe "C:\path\to\welive.exe" -SessionId "wxid_or_session_id" -Keyword "benchmark" -Limit 10If your welive.yaml is not in the current directory, pass it explicitly:
.\最高的山.skill\scripts\query_最高的山.ps1 -WeliveExe "C:\path\to\welive.exe" -Config "C:\path\to\welive.yaml" -SessionId "wxid_or_session_id" -Limit 20Keep db_key and raw exports out of GitHub.