← 返回 Skills 市场
bivex

Snipeit Skill

作者 bivex · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
481
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install snipeit-skill
功能描述
Interact with Snipe-IT asset management via REST API. Use when working with assets (hardware), users, licenses, accessories, consumables, components, locatio...
安全使用建议
This skill is coherent for interacting with a Snipe‑IT instance, but you should: (1) Only provide SNIPEIT_API_TOKEN to trusted agents/hosts — it is a bearer token that grants API access. (2) Ensure curl and jq are available in the runtime environment. (3) Note the registry metadata did not list the env vars; confirm before installing that the skill will be run in an environment where you can safely supply the URL and token. (4) Prefer to run the skill in an isolated or least-privileged context (or with a scoped API key) so accidental or malicious API calls have limited impact. (5) If you need stronger assurance, ask the publisher for a homepage/source repo or updated metadata that explicitly declares required env vars and a provenance link.
功能分析
Type: OpenClaw Skill Name: snipeit-skill Version: 1.0.0 The skill bundle provides a legitimate interface to the Snipe-IT REST API, using `curl` and `jq` to perform CRUD operations on asset management data. All network calls are directed to the user-configured `SNIPEIT_URL` using the `SNIPEIT_API_TOKEN`. The `snipe()` helper function properly quotes arguments, mitigating direct shell injection risks. There is no evidence of intentional data exfiltration to unauthorized endpoints, persistence mechanisms, obfuscation, or malicious prompt injection instructions against the AI agent within the `SKILL.md` file. The skill's functionality aligns with its stated purpose.
能力评估
Purpose & Capability
The name/description (Snipe-IT REST API interaction) aligns with the runtime instructions: the SKILL.md shows curl-based calls to Snipe-IT endpoints (assets, users, licenses, etc.). Requests for an API URL and bearer token are appropriate for this integration.
Instruction Scope
Instructions are limited to building curl requests against $SNIPEIT_URL using $SNIPEIT_API_TOKEN and parsing responses with jq. They do not instruct reading unrelated files, other credentials, or sending data to third‑party endpoints outside the specified base URL.
Install Mechanism
No install spec and no code files (instruction-only) — lowest-risk distribution. The SKILL.md expects curl and jq to be present but does not attempt to install arbitrary software or download code from external URLs.
Credentials
The SKILL.md declares two environment items (SNIPEIT_URL and SNIPEIT_API_TOKEN) and the need for curl/jq, which are proportionate to the purpose. However, the registry metadata presented with the skill reported 'Required env vars: none' / 'Primary credential: none' — a packaging inconsistency. The env vars the skill actually needs are sensitive (API token) and should be declared in registry metadata.
Persistence & Privilege
The skill is not always-enabled and does not request elevated/persistent platform privileges. It does not modify other skills or global config, and autonomous invocation is the platform default (no additional concern here).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install snipeit-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /snipeit-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of snipeit-skill. - Provides shell helpers for Snipe-IT asset management via REST API. - Supports operations for assets, users, licenses, accessories, consumables, components, locations, and departments. - Includes detailed bash examples for listing, searching, creating, updating, deleting, and checking in/out entities. - Uses environment variables for API configuration; requires curl and jq.
元数据
Slug snipeit-skill
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Snipeit Skill 是什么?

Interact with Snipe-IT asset management via REST API. Use when working with assets (hardware), users, licenses, accessories, consumables, components, locatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 481 次。

如何安装 Snipeit Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install snipeit-skill」即可一键安装,无需额外配置。

Snipeit Skill 是免费的吗?

是的,Snipeit Skill 完全免费(开源免费),可自由下载、安装和使用。

Snipeit Skill 支持哪些平台?

Snipeit Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Snipeit Skill?

由 bivex(@bivex)开发并维护,当前版本 v1.0.0。

💬 留言讨论