← 返回 Skills 市场
2504
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install servicenow-docs
功能描述
Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics.
安全使用建议
This skill appears to do what it says: search and fetch ServiceNow docs via ServiceNow-hosted APIs and pages, and it does not ask for credentials or local file access. Before installing, consider: 1) the skill will make HTTP requests to servicenow-be-prod.servicenow.com and developer.servicenow.com — avoid sending sensitive or private data in queries you don't want transmitted; 2) the package includes a code file (logic.ts) bundled with the skill — if you require higher assurance, review the full source (the truncated portion in the provided listing should be inspected) or prefer a skill from a known publisher/homepage; 3) the skill may rely on public ServiceNow endpoints that could change or require authentication in some contexts, so expect occasional failures. If you are comfortable with those tradeoffs, the skill is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: servicenow-docs
Version: 1.1.0
The skill is classified as suspicious due to a Server-Side Request Forgery (SSRF) vulnerability in the `servicenow_get_article` tool. The `logic.ts` file's `getArticle` function performs a `fetch` request to an arbitrary URL provided in the `url` parameter without any domain validation. While the `SKILL.md` description for this tool misleadingly suggests the URL is 'automatically converted from Zoomin to docs.servicenow.com', the underlying code fetches the provided URL directly. This allows an attacker to potentially instruct the AI agent via prompt injection to fetch content from internal network resources or other arbitrary external endpoints, leading to information disclosure or other network-based attacks.
能力评估
Purpose & Capability
Name/description match the implemented behavior: the skill searches docs.servicenow.com (via the Zoomin/search endpoint) and developer.servicenow.com APIs and returns articles/URLs. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md and the code instruct the agent only to call ServiceNow search and developer APIs and to fetch article content. There are no instructions to read local files, environment secrets, or unrelated system state, nor to transmit data to third-party endpoints other than ServiceNow domains.
Install Mechanism
There is no install spec (instruction-only style plus an included logic.ts). No external archive downloads or unusual installers are used. package.json lists a benign runtime dependency (zod) but no install script or remote retrieval of arbitrary code.
Credentials
The skill does not request environment variables, credentials, or config paths. The HTTP requests use only public ServiceNow endpoints and standard headers (User-Agent). No secret or unrelated env access is required.
Persistence & Privilege
always:false (default) and the skill does not request any system-wide configuration changes or persistent elevated privileges. It does perform network calls at runtime (expected for this purpose).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install servicenow-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/servicenow-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Merged dev-docs into main skill. Added servicenow_dev_guide for fetching developer guides. Updated servicenow_dev_search to return proper URLs. Removed redundant Python implementation.
v1.0.3
Add toPublicUrl function to convert Zoomin URLs to docs.servicenow.com. Update SKILL.md with comprehensive frontmatter.
v1.0.2
Update getArticle to use Zoomin API with Accept: application/json header for full content extraction
v1.0.1
Add servicenow_latest_release tool that automatically finds the most recent release notes across all versions
v1.0.0
Initial release: Search and fetch ServiceNow documentation via Zoomin API
元数据
常见问题
Servicenow Docs 是什么?
Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2504 次。
如何安装 Servicenow Docs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install servicenow-docs」即可一键安装,无需额外配置。
Servicenow Docs 是免费的吗?
是的,Servicenow Docs 完全免费(开源免费),可自由下载、安装和使用。
Servicenow Docs 支持哪些平台?
Servicenow Docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Servicenow Docs?
由 Seth Rose(@thesethrose)开发并维护,当前版本 v1.1.0。
推荐 Skills