From sundial-org-awesome-openclaw-skills-4
Searches and retrieves ServiceNow documentation including APIs (GlideRecord, GlideAjax), release notes, scripting guides, and developer resources from docs.servicenow.com and developer.servicenow.com.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Search and retrieve documentation from docs.servicenow.com and developer.servicenow.com. This skill provides access to ServiceNow's release notes, platform documentation, and developer-focused API references and guides.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Search and retrieve documentation from docs.servicenow.com and developer.servicenow.com. This skill provides access to ServiceNow's release notes, platform documentation, and developer-focused API references and guides.
Use this skill when the user asks about:
Search the ServiceNow documentation database.
Args:
query (string, required) - Search terms (e.g., "GlideRecord", "accessibility preferences", "patch notes")limit (number, default: 10) - Maximum results to returnversion (string, optional) - Filter by version (e.g., "Washington DC", "Zurich", "Yokohama")Example:
{"query": "GlideAjax client script", "limit": 5}
Fetch the full content of a documentation article.
Args:
url (string, required) - The article URL (automatically converted from Zoomin to docs.servicenow.com)Example:
{"url": "https://docs.servicenow.com/bundle/zurich-release-notes/page/release-notes/quality/zurich-patch-5.html"}
List available ServiceNow documentation versions/releases.
Args: None required
Get release notes for the latest ServiceNow version (automatically detects most recent).
Args: None required
Get autocomplete suggestions from ServiceNow Developer Documentation.
Args:
term (string, required) - Partial search term (e.g., "Gli", "openFrame", "spCon")Example:
{"term": "openFrame"}
Search ServiceNow Developer Documentation (APIs, guides, references). Returns URLs to API reference pages.
Args:
query (string, required) - Search terms (e.g., "openFrameAPI", "spContextManager")limit (number, default: 10) - Maximum results to returnExample:
{"query": "ScriptLoader", "limit": 5}
Fetch a ServiceNow Developer Guide by path. Works for PDI guides, developer program docs, etc.
Args:
path (string, required) - Guide path (e.g., "developer-program/getting-instance-assistance", "pdi-guide/requesting-an-instance")release (string, default: "zurich") - Release versionExample:
{"path": "developer-program/getting-instance-assistance"}
User: "What are the accessibility preferences in ServiceNow?" → Use servicenow_search to find accessibility documentation → Use servicenow_get_article to fetch the full content → Summarize the preferences for the user
User: "Tell me about the latest ServiceNow patch" → Use servicenow_latest_release to get the most recent release notes → Fetch and summarize the patch details
User: "How do I use openFrameAPI?" → Use servicenow_dev_suggest or servicenow_dev_search to find the best developer docs topic → Returns URLs to API reference pages (requires browser access for full content)
User: "Show me the PDI guide for getting an instance" → Use servicenow_dev_guide with path "pdi-guide/requesting-an-instance" → Returns full guide content
https://servicenow-be-prod.servicenow.com/searchhttps://developer.servicenow.com/api/now/uxf/databroker/exechttps://developer.servicenow.com/api/now/graphqlhttps://developer.servicenow.com/api/snc/v1/guides (public, no auth needed)servicenow_dev_search returns URLs but cannot fetch the full API documentation content.servicenow_dev_guide without authentication.