{
  "schemaVersion": "1.0",
  "item": {
    "slug": "servicenow-docs",
    "name": "Servicenow Docs",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/TheSethRose/servicenow-docs",
    "canonicalUrl": "https://clawhub.ai/TheSethRose/servicenow-docs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/servicenow-docs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=servicenow-docs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "logic.ts",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/servicenow-docs"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/servicenow-docs",
    "agentPageUrl": "https://openagent3.xyz/skills/servicenow-docs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/servicenow-docs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/servicenow-docs/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ServiceNow Documentation Skill",
        "body": "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."
      },
      {
        "title": "When to Use",
        "body": "Use this skill when the user asks about:\n\nServiceNow API documentation (GlideRecord, GlideAjax, GlideQuery, etc.)\nRelease notes, patches, or new features\nPlatform configuration or administration\nScripting patterns or best practices\nAccessibility, UI, or user preferences\nAny ServiceNow product or feature documentation\nDeveloper topics like openFrameAPI, ScriptLoader, spContextManager, or mobile APIs"
      },
      {
        "title": "servicenow_search",
        "body": "Search the ServiceNow documentation database.\n\nArgs:\n\nquery (string, required) - Search terms (e.g., \"GlideRecord\", \"accessibility preferences\", \"patch notes\")\nlimit (number, default: 10) - Maximum results to return\nversion (string, optional) - Filter by version (e.g., \"Washington DC\", \"Zurich\", \"Yokohama\")\n\nExample:\n\n{\"query\": \"GlideAjax client script\", \"limit\": 5}"
      },
      {
        "title": "servicenow_get_article",
        "body": "Fetch the full content of a documentation article.\n\nArgs:\n\nurl (string, required) - The article URL (automatically converted from Zoomin to docs.servicenow.com)\n\nExample:\n\n{\"url\": \"https://docs.servicenow.com/bundle/zurich-release-notes/page/release-notes/quality/zurich-patch-5.html\"}"
      },
      {
        "title": "servicenow_list_versions",
        "body": "List available ServiceNow documentation versions/releases.\n\nArgs: None required"
      },
      {
        "title": "servicenow_latest_release",
        "body": "Get release notes for the latest ServiceNow version (automatically detects most recent).\n\nArgs: None required"
      },
      {
        "title": "servicenow_dev_suggest",
        "body": "Get autocomplete suggestions from ServiceNow Developer Documentation.\n\nArgs:\n\nterm (string, required) - Partial search term (e.g., \"Gli\", \"openFrame\", \"spCon\")\n\nExample:\n\n{\"term\": \"openFrame\"}"
      },
      {
        "title": "servicenow_dev_search",
        "body": "Search ServiceNow Developer Documentation (APIs, guides, references). Returns URLs to API reference pages.\n\nArgs:\n\nquery (string, required) - Search terms (e.g., \"openFrameAPI\", \"spContextManager\")\nlimit (number, default: 10) - Maximum results to return\n\nExample:\n\n{\"query\": \"ScriptLoader\", \"limit\": 5}"
      },
      {
        "title": "servicenow_dev_guide",
        "body": "Fetch a ServiceNow Developer Guide by path. Works for PDI guides, developer program docs, etc.\n\nArgs:\n\npath (string, required) - Guide path (e.g., \"developer-program/getting-instance-assistance\", \"pdi-guide/requesting-an-instance\")\nrelease (string, default: \"zurich\") - Release version\n\nExample:\n\n{\"path\": \"developer-program/getting-instance-assistance\"}"
      },
      {
        "title": "URL Handling",
        "body": "Search API: Uses Zoomin API (servicenow-be-prod.servicenow.com) for searching\nUser-facing URLs: Automatically converted to docs.servicenow.com for readability\nArticle content: Fetched via the Zoomin API endpoint with proper headers\nDeveloper Docs Search: developer.servicenow.com GraphQL + databroker search APIs\nDeveloper Docs Content: fetched directly from developer.servicenow.com pages"
      },
      {
        "title": "Example Usage",
        "body": "User: \"What are the accessibility preferences in ServiceNow?\"\n→ Use servicenow_search to find accessibility documentation\n→ Use servicenow_get_article to fetch the full content\n→ Summarize the preferences for the user\n\nUser: \"Tell me about the latest ServiceNow patch\"\n→ Use servicenow_latest_release to get the most recent release notes\n→ Fetch and summarize the patch details\n\nUser: \"How do I use openFrameAPI?\"\n→ Use servicenow_dev_suggest or servicenow_dev_search to find the best developer docs topic\n→ Returns URLs to API reference pages (requires browser access for full content)\n\nUser: \"Show me the PDI guide for getting an instance\"\n→ Use servicenow_dev_guide with path \"pdi-guide/requesting-an-instance\"\n→ Returns full guide content"
      },
      {
        "title": "APIs Used",
        "body": "Zoomin Search API: https://servicenow-be-prod.servicenow.com/search\nContent Source: docs.servicenow.com (accessed via Zoomin API)\nDeveloper Search API: https://developer.servicenow.com/api/now/uxf/databroker/exec\nDeveloper Suggest API: https://developer.servicenow.com/api/now/graphql\nDeveloper Guides API: https://developer.servicenow.com/api/snc/v1/guides (public, no auth needed)"
      },
      {
        "title": "Limitations",
        "body": "API Reference Content: The developer.servicenow.com API reference pages require browser access. servicenow_dev_search returns URLs but cannot fetch the full API documentation content.\nGuide Content: Guides are fully available via servicenow_dev_guide without authentication."
      }
    ],
    "body": "ServiceNow Documentation Skill\n\nSearch 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.\n\nWhen to Use\n\nUse this skill when the user asks about:\n\nServiceNow API documentation (GlideRecord, GlideAjax, GlideQuery, etc.)\nRelease notes, patches, or new features\nPlatform configuration or administration\nScripting patterns or best practices\nAccessibility, UI, or user preferences\nAny ServiceNow product or feature documentation\nDeveloper topics like openFrameAPI, ScriptLoader, spContextManager, or mobile APIs\nTools\nservicenow_search\n\nSearch the ServiceNow documentation database.\n\nArgs:\n\nquery (string, required) - Search terms (e.g., \"GlideRecord\", \"accessibility preferences\", \"patch notes\")\nlimit (number, default: 10) - Maximum results to return\nversion (string, optional) - Filter by version (e.g., \"Washington DC\", \"Zurich\", \"Yokohama\")\n\nExample:\n\n{\"query\": \"GlideAjax client script\", \"limit\": 5}\n\nservicenow_get_article\n\nFetch the full content of a documentation article.\n\nArgs:\n\nurl (string, required) - The article URL (automatically converted from Zoomin to docs.servicenow.com)\n\nExample:\n\n{\"url\": \"https://docs.servicenow.com/bundle/zurich-release-notes/page/release-notes/quality/zurich-patch-5.html\"}\n\nservicenow_list_versions\n\nList available ServiceNow documentation versions/releases.\n\nArgs: None required\n\nservicenow_latest_release\n\nGet release notes for the latest ServiceNow version (automatically detects most recent).\n\nArgs: None required\n\nservicenow_dev_suggest\n\nGet autocomplete suggestions from ServiceNow Developer Documentation.\n\nArgs:\n\nterm (string, required) - Partial search term (e.g., \"Gli\", \"openFrame\", \"spCon\")\n\nExample:\n\n{\"term\": \"openFrame\"}\n\nservicenow_dev_search\n\nSearch ServiceNow Developer Documentation (APIs, guides, references). Returns URLs to API reference pages.\n\nArgs:\n\nquery (string, required) - Search terms (e.g., \"openFrameAPI\", \"spContextManager\")\nlimit (number, default: 10) - Maximum results to return\n\nExample:\n\n{\"query\": \"ScriptLoader\", \"limit\": 5}\n\nservicenow_dev_guide\n\nFetch a ServiceNow Developer Guide by path. Works for PDI guides, developer program docs, etc.\n\nArgs:\n\npath (string, required) - Guide path (e.g., \"developer-program/getting-instance-assistance\", \"pdi-guide/requesting-an-instance\")\nrelease (string, default: \"zurich\") - Release version\n\nExample:\n\n{\"path\": \"developer-program/getting-instance-assistance\"}\n\nURL Handling\nSearch API: Uses Zoomin API (servicenow-be-prod.servicenow.com) for searching\nUser-facing URLs: Automatically converted to docs.servicenow.com for readability\nArticle content: Fetched via the Zoomin API endpoint with proper headers\nDeveloper Docs Search: developer.servicenow.com GraphQL + databroker search APIs\nDeveloper Docs Content: fetched directly from developer.servicenow.com pages\nExample Usage\n\nUser: \"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\n\nUser: \"Tell me about the latest ServiceNow patch\" → Use servicenow_latest_release to get the most recent release notes → Fetch and summarize the patch details\n\nUser: \"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)\n\nUser: \"Show me the PDI guide for getting an instance\" → Use servicenow_dev_guide with path \"pdi-guide/requesting-an-instance\" → Returns full guide content\n\nAPIs Used\nZoomin Search API: https://servicenow-be-prod.servicenow.com/search\nContent Source: docs.servicenow.com (accessed via Zoomin API)\nDeveloper Search API: https://developer.servicenow.com/api/now/uxf/databroker/exec\nDeveloper Suggest API: https://developer.servicenow.com/api/now/graphql\nDeveloper Guides API: https://developer.servicenow.com/api/snc/v1/guides (public, no auth needed)\nLimitations\nAPI Reference Content: The developer.servicenow.com API reference pages require browser access. servicenow_dev_search returns URLs but cannot fetch the full API documentation content.\nGuide Content: Guides are fully available via servicenow_dev_guide without authentication."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TheSethRose/servicenow-docs",
    "publisherUrl": "https://clawhub.ai/TheSethRose/servicenow-docs",
    "owner": "TheSethRose",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/servicenow-docs",
    "downloadUrl": "https://openagent3.xyz/downloads/servicenow-docs",
    "agentUrl": "https://openagent3.xyz/skills/servicenow-docs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/servicenow-docs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/servicenow-docs/agent.md"
  }
}