一键导入
nwea-map
NWEA MAP Growth — retrieve student RIT scores, instructional area recommendations, and growth projections to calibrate tutoring and instructional support.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
NWEA MAP Growth — retrieve student RIT scores, instructional area recommendations, and growth projections to calibrate tutoring and instructional support.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Canvas LMS (Instructure) — read and write courses, modules, assignments, rubrics, grades, and submissions for K-12 classroom workflows.
ClassDojo — post classroom story updates and send direct messages to authorized guardians for K-12 family engagement and communication.
EBSCO school databases (EBSCOhost, Explora) — search peer-reviewed articles, reference materials, and grade-leveled nonfiction from school-licensed academic databases.
Edulastic — generate, import, and manage standards-aligned assessments; retrieve performance data and class mastery reports for K-12 assessment workflows.
Frontline Education suite — access HR, absence management, professional development, and special education data across Frontline's K-12 platform products.
Google Classroom — read and write courses, coursework, materials, and student submissions via the Google Classroom API for K-12 workflows.
| name | nwea-map |
| description | NWEA MAP Growth — retrieve student RIT scores, instructional area recommendations, and growth projections to calibrate tutoring and instructional support. |
| metadata | {"openclaw":{"requires":{"env":["NWEA_MAP_API_KEY","NWEA_MAP_BASE_URL"]}},"primaryEnv":"NWEA_MAP_API_KEY"} |
NWEA MAP Growth is an adaptive assessment platform used by millions of K-12 students to measure academic achievement and growth in reading, mathematics, language usage, and science. It produces RIT scores that map directly to instructional level, enabling agents to calibrate the difficulty and content of tutoring sessions and differentiated resources.
This skill authenticates using env vars declared in the frontmatter metadata and provided via ~/.openclaw/.env (see .env.example at the segment root). Required variables:
NWEA_MAP_API_KEY - API key from the NWEA MAP API developer registrationNWEA_MAP_BASE_URL - MAP API base URL (e.g. https://api.mapnwea.org)GET /results/student/{studentId} — retrieve the most recent RIT scores and percentile ranks per subjectGET /results/student/{studentId}/goals — fetch goal area RIT scores and instructional area labelsGET /results/student/{studentId}/growth — compare projected vs. observed growth across termsGET /norms/{grade}/{subject} — look up grade-level norms for contextualizationGET /instructionalRanges — map a RIT score to the recommended instructional range for resource selection