servicenow
Connect your AI agent to ServiceNow — query, create, update, and manage records across any table using the Table API and Stats API. Full CRUD operations, aggregate analytics (COUNT/AVG/MIN/MAX/SUM), schema introspection, and attachment management. Purpose-built for ITSM, ITOM, and CMDB workflows including incidents, changes, problems, configuration items, knowledge articles, and more.
Why use this skill?
Enable full CRUD operations on ServiceNow tables with the OpenClaw ServiceNow skill. Query incidents, manage CMDB records, and perform data analysis using your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/onlyflowstech/servicenowWhat This Skill Does
The ServiceNow skill for OpenClaw empowers your AI agent to act as a seamless interface for your enterprise ITSM, ITOM, and CMDB environments. By leveraging the ServiceNow REST Table and Stats APIs, this skill enables full CRUD (Create, Read, Update, Delete) operations across any table in your instance. Whether you are managing complex incidents, tracking change requests, or performing data analysis on system assets, this skill bridges the gap between conversational AI and your operational workflows.
Installation
To install this skill, use the ClawHub command within your terminal:
clawhub install openclaw/skills/skills/onlyflowstech/servicenow
Ensure that you have set the required environment variables in your terminal session or your CI/CD configuration to authenticate securely:
- SN_INSTANCE: Your specific instance URL (e.g., https://yourinstance.service-now.com)
- SN_USER: Your designated integration username
- SN_PASSWORD: The secure password or access token for that user
Use Cases
This skill is designed for technical teams, help desk staff, and system administrators who need rapid, programmatic access to ServiceNow data. Use it to:
- Automate Incident Management: Query P1 incidents and generate summaries in real-time.
- Reporting and Analytics: Use the aggregation tools to compute metrics like the average resolution time or the count of open tickets by priority group.
- Lifecycle Management: Automate the creation of change requests or update the status of configuration items following automated maintenance tasks.
- Auditing: Quickly retrieve specific record histories or audit logs based on timestamp filters.
Example Prompts
- "Find all active P1 incidents assigned to the Service Desk and list their numbers and short descriptions."
- "What is the count of all open incidents grouped by their priority level?"
- "Create a new incident with short description 'Database connectivity timeout' and set the urgency to 1."
Tips & Limitations
- Safety First: The
sn_deletetool requires a--confirmflag; use this with extreme caution as it is irreversible. - Performance: For large datasets, always utilize the
--limitand--queryoptions to prevent fetching excessive records, which can impact API rate limits. - Security: Ensure your ServiceNow service account has the minimum necessary permissions (Least Privilege Principle) to perform its specific tasks.
- Display Modes: Use the
--display trueoption if you need to see readable labels rather than system-level sys_id references.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-onlyflowstech-servicenow": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
home-lab-ops-log
为个人服务器或家庭实验室记录变更前后、目的、回滚和观察结果。;use for homelab, ops-log, changes workflows;do not use for 执行真实运维命令, 公开敏感主机信息.
Qoris Memory — Persistent Agent Memory
Persistent memory for OpenClaw agents via the Qoris MCP server. Explicit save/recall tools for cross-session context. User-owned API key, no automatic data capture.
synapse-wiki
Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。
knowledge-to-playbook
把 FAQ、聊天、零散笔记整理成 SOP / Playbook,补齐异常分支和回滚步骤。;use for playbook, sop, knowledge-base workflows;do not use for 直接执行危险操作, 跳过人工审批节点.
AB-Agents-Memory
🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents (Alex Burr).