mobile-development

Configure ServiceNow mobile apps with offline sync and push notifications.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/serac-labs/serac --skill mobile-development-serac-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-development
Source: https://github.com/serac-labs/serac/tree/main/packages/opencode/src/bundled-skills/mobile-development
Command: npx skills add https://github.com/serac-labs/serac --skill mobile-development-serac-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mobile development for ServiceNow enables native mobile experiences with offline capabilities, addressing the need for resilient mobility in enterprise workflows.

Core Features & Use Cases

  • Mobile App Configuration (ES5) to create apps, set branding, and home screens
  • Card Builder and Mobile Actions to design rich incident or asset cards
  • Push Notifications to keep users informed
  • Offline Capabilities to sync data and operate without connectivity
  • MCP Tool Integration to query configurations and test scripts

Quick Start

Create a mobile app configuration for IT Support with offline enabled and a home screen, then add a sample list screen showing incidents.

Frequently Asked Questions about mobile-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a ServiceNow mobile app with offline capabilities?

To build a ServiceNow mobile app with offline capabilities, you configure the app using ES5, design screens with the Card Builder, and enable offline synchronization to ensure data operates without connectivity.

How do I configure push notifications for a native ServiceNow mobile app?

Configuring push notifications for a native ServiceNow mobile app involves setting up mobile actions within your app configuration to keep users informed of updates and critical enterprise workflow events.

Can I use GlideRecord queries in ServiceNow mobile actions?

Yes, you can use GlideRecord queries within ServiceNow mobile actions to fetch data, which are then integrated into your card layouts and screen designs for native mobile experiences.

What is the best way to design offline-capable incident cards in ServiceNow?

The best way to design offline-capable incident cards is to use the Card Builder to create rich layouts, configuring mobile actions that synchronize data and operate seamlessly without network connectivity.

Does ServiceNow mobile development support ES5-based guidance for app configuration?

ServiceNow mobile development applies ES5-based guidance for app configuration, allowing you to create apps, set branding, and design home screens while adhering to the platform's architectural references.

How do I test ServiceNow mobile app configurations and offline synchronization scripts?

You test ServiceNow mobile app configurations and offline synchronization scripts by leveraging MCP tool integration, which allows you to query configurations and validate mobile actions within your workflow.