一键导入
edulastic
Edulastic — generate, import, and manage standards-aligned assessments; retrieve performance data and class mastery reports for K-12 assessment workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Edulastic — generate, import, and manage standards-aligned assessments; retrieve performance data and class mastery reports for K-12 assessment workflows.
用 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.
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.
Google Workspace for Education — read and write files in Google Drive, create and edit Docs and Slides, and manage folder structure for K-12 content workflows.
| name | edulastic |
| description | Edulastic — generate, import, and manage standards-aligned assessments; retrieve performance data and class mastery reports for K-12 assessment workflows. |
| metadata | {"openclaw":{"requires":{"env":["EDULASTIC_API_KEY","EDULASTIC_DISTRICT_ID"]}},"primaryEnv":"EDULASTIC_API_KEY"} |
Edulastic is a cloud-based assessment platform used by K-12 teachers to create standards-tagged formative and summative assessments, administer them digitally, and receive real-time performance analytics. It supports technology-enhanced question types, QTI import/export, and auto-grading with automatic gradebook passback.
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:
EDULASTIC_API_KEY - API key from the Edulastic district admin or developer portalEDULASTIC_DISTRICT_ID - district identifier required in scoped API requestsGET /api/v1/tests — list available assessments for the authenticated teacher or districtPOST /api/v1/tests — create a new assessment with items, standards tags, and settingsGET /api/v1/tests/{id}/report — retrieve class-level and student-level performance resultsGET /api/v1/items — search the item bank by standard code, DOK level, or question typePOST /api/v1/tests/{id}/assign — assign an assessment to one or more class sectionsGET /api/v1/standards — look up supported standards frameworks and individual standard codes