Data API Skill
clever-com
clever-com
| Method | Path | Description |
|---|---|---|
GET | /contacts | |
GET | /contacts/{id} | Returns a list of student contacts |
GET | /contacts/{id}/district | Returns a specific student contact |
GET | /contacts/{id}/student | Returns the district for a student contact |
GET | /district_admins | Returns the student for a student contact |
GET | /district_admins/{id} | Returns a list of district admins |
GET | /districts | Returns a specific district admin |
GET | /districts/{id} | Returns a list of districts. In practice this will only return the one district associated with the bearer token |
GET | /districts/{id}/admins | Returns a specific district |
GET | /districts/{id}/schools | Returns the admins for a district |
GET | /districts/{id}/sections | Returns the schools for a district |
GET | /districts/{id}/status | Returns the sections for a district |
GET | /districts/{id}/students | Returns the status of the district |
GET | /districts/{id}/teachers | Returns the students for a district |
GET | /school_admins | Returns the teachers for a district |
GET | /school_admins/{id} | Returns a list of school admins |
GET | /school_admins/{id}/schools | Returns a specific school admin |
GET | /schools | Returns the schools for a school admin |
GET | /schools/{id} | Returns a list of schools |
GET | /schools/{id}/district | Returns a specific school |
GET | /schools/{id}/sections | Returns the district for a school |
GET | /schools/{id}/students | Returns the sections for a school |
GET | /schools/{id}/teachers | Returns the students for a school |
GET | /sections | Returns the teachers for a school |
GET | /sections/{id} | Returns a list of sections |
GET | /sections/{id}/district | Returns a specific section |
GET | /sections/{id}/school | Returns the district for a section |
GET | /sections/{id}/students | Returns the school for a section |
GET | /sections/{id}/teacher | Returns the students for a section |
GET | /sections/{id}/teachers | Returns the primary teacher for a section |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install clever-com
Downloads and installs to ~/.claude/skills/clever-com/
1.2.0 (2026-02-13)