一键导入
frontline
Frontline Education suite — access HR, absence management, professional development, and special education data across Frontline's K-12 platform products.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Frontline Education suite — access HR, absence management, professional development, and special education data across Frontline's K-12 platform products.
用 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.
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 | frontline |
| description | Frontline Education suite — access HR, absence management, professional development, and special education data across Frontline's K-12 platform products. |
| metadata | {"openclaw":{"requires":{"env":["FRONTLINE_CLIENT_ID","FRONTLINE_CLIENT_SECRET","FRONTLINE_BASE_URL"]}},"primaryEnv":"FRONTLINE_CLIENT_ID"} |
Frontline Education provides a suite of SaaS platforms purpose-built for K-12 district operations, including Frontline Central (HR and recruiting), Frontline Absence Management (substitute management), Frontline Professional Growth (PD tracking), and Frontline Special Ed & Interventions (IEP management). All products share a common SSO and API gateway.
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:
FRONTLINE_BASE_URL - Frontline API gateway base URL (e.g. https://api.frontlineeducation.com)FRONTLINE_CLIENT_ID - OAuth2 client ID issued by Frontline for the district integrationFRONTLINE_CLIENT_SECRET - OAuth2 client secret; store in secrets manager, never in plaintext configGET /professional-growth/transcripts/{employee_id} — fetch PD credit hours and course completionsGET /absence-management/absences — query daily absence log with reason codes and fill statusGET /central/employees/{id} — retrieve employee profile including certifications and evaluation scoresGET /special-ed/ieps/{student_id} — read IEP document with goals, accommodations, and servicesGET /special-ed/ieps/{student_id}/progress-notes — retrieve periodic progress monitoring entriesGET /evaluation/observations/{employee_id} — read-only access to observation ratings and feedback notes