← 返回
未分类 Key

编程政策查找

This skill should be used when the user asks to query or search for "科技特长生升学政策" (technology/specialty student admission policies), batch query education poli...
此技能在用户询问或搜索“科技特长生升学政策”(科技/特长学生升学政策)时使用,用于批量查询教育政策。
zfm-mid zfm-mid 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 354
下载
💾 0
安装
1
版本
#latest

概述

Query Policy DeepSeek Skill

批量查询各地科技特长生升学政策的 Skill,基于 DeepSeek API 实现。

Core Script

The main execution script is located at:

scripts/query_policy_v2.py

This script performs the following:

  1. Reads region list from 地区.txt
  2. Calls DeepSeek API to query technology specialty student admission policies
  3. Parses CSV-formatted responses
  4. Writes results to 政策.csv with UTF-8-sig encoding (Excel compatible)
  5. Tracks progress in 进度.txt

Key Configuration

SettingValue
----------------
API Keysk-134d7a53ebab42e4ac5af93ea28e5f13
API Endpointhttps://api.deepseek.com/chat/completions
Modeldeepseek-chat
Temperature0 (deterministic output)

File Paths

Default paths (configured in the script):

  • Input: C:\Users\zhufangming\Desktop\zfm_demo_02\地区.txt
  • Output: C:\Users\zhufangming\Desktop\zfm_demo_02\政策.csv
  • Progress: C:\Users\zhufangming\Desktop\zfm_demo_02\进度.txt

Important: Before running, verify these paths exist and are correct.

Output Format

CSV with 5 columns:

  1. 学段 (Education stage: 小升初/初升高)
  2. 地区 (Region)
  3. 学校名称 (School name)
  4. 赛事/项目名称 (Competition/project name)
  5. 对升学的具体帮助 (Specific admission benefits)

Policy Rules

Allowed Competitions

  • Python编程赛/Python创意编程赛
  • 全国青少年Python编程竞赛
  • 中国电子学会青少年Python编程等级测试
  • NOC大赛Python赛项
  • 全国青少年科技创新大赛(科技创新成果类)
  • 青少年机器人竞赛(不含图形化编程类)
  • 青少年电子信息智能创新大赛
  • 人工智能相关竞赛(创意编程、算法类)

Prohibited Competitions (Must NOT appear)

  • Scratch/图形化编程类
  • 蓝桥杯/BlueCloud
  • NOI系列 (NOIP, CSP-J/S, IOI, etc.)
  • C++信息学奥赛相关

Description Requirements

Each policy description MUST include:

  • 年份 (Year): Which year's admission policy
  • 招生人数 (Quota): Specific numbers (e.g., 招收3人, 招收5人)
  • 报名条件 (Conditions): Award level requirements
  • 招生对象 (Target): Which students can apply
  • 过程/方式 (Process): How admission works

Execution

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.

Version History

  • v2: Base version with 5 columns
  • v3: Added 信息来源 (information source) column - not yet integrated in main script

For updates or modifications, edit scripts/query_policy_v2.py directly.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:11 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,415
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,418
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 810,014