一键导入
servicenow
ServiceNow ITSM — lets an agent create, update, and resolve IT incidents, search the knowledge base, and check campus service status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
ServiceNow ITSM — lets an agent create, update, and resolve IT incidents, search the knowledge base, and check campus service status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ellucian Banner SIS — lets an agent query student academic records, registration, financial aid awards, and employee HR data via Banner REST APIs.
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.
| name | servicenow |
| description | ServiceNow ITSM — lets an agent create, update, and resolve IT incidents, search the knowledge base, and check campus service status. |
| metadata | {"openclaw":{"requires":{"env":["SERVICENOW_CLIENT_ID","SERVICENOW_CLIENT_SECRET","SERVICENOW_BASE_URL"]}},"primaryEnv":"SERVICENOW_CLIENT_ID"} |
ServiceNow is the leading IT Service Management (ITSM) platform and is broadly deployed at university IT departments. It manages the full incident and service request lifecycle: ticket creation, routing, knowledge base search, and resolution tracking. The IT help desk agent relies on ServiceNow as its primary action layer for responding to campus technology issues.
This skill authenticates using env vars declared in the frontmatter metadata field. Set these in ~/.openclaw/.env (template: .env.example):
SERVICENOW_BASE_URL - institution's ServiceNow instance URL (e.g. https://university.service-now.com)SERVICENOW_CLIENT_ID - OAuth 2.0 client ID from ServiceNow OAuth application registrySERVICENOW_CLIENT_SECRET - OAuth 2.0 client secretPOST /api/now/table/incident — create a new incident recordPATCH /api/now/table/incident/:sys_id — update incident fields (state, priority, assignment group)GET /api/now/table/kb_knowledge?sysparm_query= — search knowledge base articlesGET /api/now/table/incident/:sys_id — retrieve ticket status and work notesPOST /api/now/table/sys_user_notification — send status update notification to usersys_id (UUID) as the primary key for all records; include it in update and resolve calls.itil_admin or equivalent.