Install
openclaw skills install query-policy-deepseekThis skill should be used when the user asks to query or search for "科技特长生升学政策" (technology/specialty student admission policies), batch query education policies by region, or execute the query_policy_v2.py script. It provides the core DeepSeek API integration for fetching programming/technology specialty student policies for primary and secondary school admissions in China.
openclaw skills install query-policy-deepseek批量查询各地科技特长生升学政策的 Skill,基于 DeepSeek API 实现。
The main execution script is located at:
scripts/query_policy_v2.py
This script performs the following:
地区.txt政策.csv with UTF-8-sig encoding (Excel compatible)进度.txt| Setting | Value |
|---|---|
| API Key | sk-134d7a53ebab42e4ac5af93ea28e5f13 |
| API Endpoint | https://api.deepseek.com/chat/completions |
| Model | deepseek-chat |
| Temperature | 0 (deterministic output) |
Default paths (configured in the script):
C:\Users\zhufangming\Desktop\zfm_demo_02\地区.txtC:\Users\zhufangming\Desktop\zfm_demo_02\政策.csvC:\Users\zhufangming\Desktop\zfm_demo_02\进度.txtImportant: Before running, verify these paths exist and are correct.
CSV with 5 columns:
Each policy description MUST include:
To run the policy query:
python "C:\Users\zhufangming\.workbuddy\skills\query-policy-deepseek\scripts\query_policy_v2.py"
Or copy the script to the target directory and run from there.
For updates or modifications, edit scripts/query_policy_v2.py directly.