一键导入
parentsquare
ParentSquare — compose, schedule, and send school-to-family communications (mass messages, direct messages, announcements) and read delivery analytics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ParentSquare — compose, schedule, and send school-to-family communications (mass messages, direct messages, announcements) and read delivery analytics.
用 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 | parentsquare |
| description | ParentSquare — compose, schedule, and send school-to-family communications (mass messages, direct messages, announcements) and read delivery analytics. |
| metadata | {"openclaw":{"requires":{"env":["PARENTSQUARE_API_KEY","PARENTSQUARE_DISTRICT_ID"]}},"primaryEnv":"PARENTSQUARE_API_KEY"} |
ParentSquare is a unified school-to-home communication platform used by thousands of K-12 districts to send mass notifications, newsletters, direct messages, and event announcements to families. It supports email, SMS, app push, voice, and automated translation into family home languages.
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:
PARENTSQUARE_API_KEY - API key issued from the ParentSquare district admin portalPARENTSQUARE_DISTRICT_ID - numeric district identifier used in all API pathsPOST /api/v3/posts — create and optionally schedule a school-wide or group post/messagePOST /api/v3/direct_messages — send a direct message to a specific guardianGET /api/v3/posts/{id}/stats — retrieve delivery, open, and click statistics for a sent messageGET /api/v3/schools — list schools and their group IDs for targetingPOST /api/v3/posts/{id}/translate — request automatic translation of a drafted postGET /api/v3/contacts — look up guardian contact records and communication preferences (read-only)