snow-flow
ServiceNow development, administration, and instance automation guidance
All Skills in This Repository (55)
Pure Emerald Level Indicatorsscheduled-jobs
Automate creation, management, and execution of scheduled jobs in ServiceNow.
knowledge-management
Create and manage knowledge articles within the ServiceNow platform.
instance-security
Secure ServiceNow instances by configuring authentication, authorization, and input validation.
change-management
Manage ServiceNow change requests with creation, assignment, scheduling, and approval tracking.
field-service
Manage ServiceNow Field Service Management work orders, technician dispatch, and mobile field updates.
mid-server
Manage ServiceNow MID Servers, monitor ECC queue operations, and execute remote scripts.
mobile-development
Configure ServiceNow mobile apps with screens, cards, push notifications, and offline rules.
acl-security
Create and configure record and field-level ACLs in ServiceNow.
catalog-items
Develop ServiceNow Service Catalog components including items, variables, record producers and guides.
mcp-tool-discovery
Search Snow-Flow's MCP tools for ServiceNow development and operations tasks.
atf-testing
Create and execute automated tests within the ServiceNow Automated Test Framework.
agent-workspace
Configure ServiceNow Agent Workspace with lists, forms, and side panels.
Frequently Asked Questions
FAQPage SchemaHow to install snow-flow?โผ
Run `npx skills add groeimetai/snow-flow --all -g -y` in your terminal to install all ServiceNow skills globally.
What does snow-flow do for ServiceNow developers?โผ
It provides 57 skill guides covering ServiceNow development and administration, from business rules and ACLs to CMDB modeling, update sets, and Flow Designer, so your agent works on instances without breaking them.
Does snow-flow include a ServiceNow MCP server?โผ
Yes. The repository ships an MCP server with 400+ snow_* tools for reading and writing ServiceNow instances, plus the skill guides that teach correct usage of those tools.
Does snow-flow work with Claude Code and other MCP clients?โผ
Yes. The server and skills follow the MCP and SKILL.md standards and work with Claude Code, Cursor, Windsurf, and VS Code via a standard mcpServers configuration.
Why do the skills enforce ES5 JavaScript?โผ
ServiceNow server-side scripts run on the Rhino engine, which only supports ES5. The skills prevent const, arrow functions, and template literals from reaching the instance and failing silently.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core