一键导入
banner
Ellucian Banner SIS — lets an agent query student academic records, registration, financial aid awards, and employee HR data via Banner REST APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ellucian Banner SIS — lets an agent query student academic records, registration, financial aid awards, and employee HR data via Banner REST APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Blackbaud Raiser's Edge NXT — lets an agent query alumni constituent records, giving history, pledge tracking, and wealth screening scores for advancement workflows.
Instructure Canvas LMS — lets an agent read and write course content, assignments, grades, and engagement analytics.
Civitas Learning analytics platform — lets an agent retrieve student risk scores, graduation probability, course success predictions, and intervention outcome tracking.
EAB Navigate student success platform — lets an agent manage early alerts, advising appointments, four-year plans, and at-risk cohort outreach.
Handshake career platform — lets an agent search jobs and internships, retrieve employer profiles, and surface career fair registrations for students.
Salesforce Education Cloud and NPSP — lets an agent query and update enrollment CRM records, alumni giving history, campaign membership, and engagement scores.
基于 SOC 职业分类
| name | banner |
| description | Ellucian Banner SIS — lets an agent query student academic records, registration, financial aid awards, and employee HR data via Banner REST APIs. |
| metadata | {"openclaw":{"requires":{"env":["BANNER_API_KEY","BANNER_BASE_URL","BANNER_CLIENT_ID","BANNER_CLIENT_SECRET"]}},"primaryEnv":"BANNER_API_KEY"} |
Ellucian Banner is the most widely deployed Student Information System (SIS) in North American higher education. It is the authoritative source for student enrollment, academic records, degree requirements, financial aid awards, and employee HR data. Banner 9 exposes a REST API layer used by academic advisor, financial aid, retention, and administrative agents.
This skill authenticates using env vars declared in the frontmatter metadata field. Set these in ~/.openclaw/.env (template: .env.example):
BANNER_BASE_URL - Banner 9 API base URL (e.g. https://banner.university.edu/api)BANNER_API_KEY - API key issued by the Banner integration adminBANNER_CLIENT_ID - OAuth 2.0 client ID for token-based auth flowsBANNER_CLIENT_SECRET - OAuth 2.0 client secretGET /student/api/v1/studentAcademicStandings — academic standing and GPAGET /student/api/v1/registrationStatus — enrollment and hold statusGET /financial-aid/api/v1/awardsByAidYear — financial aid award packageGET /hr/api/v1/employees/:pidm — employee record fieldsPOST /student/api/v1/registrationRequest — initiate a registration actionBANNER_BASE_URL may point to the Ethos API layer rather than Banner directly.