Snipe-IT Asset Management for Openclaw

A powerful interface for the Snipe-IT REST API that enables automated management of hardware, licenses, and users.

bivex
v1.0.0
Feb 23, 2026
0
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install snipeit-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install snipeit-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Snipe-IT Asset Management?

The Snipe-IT skill provides a robust set of tools for interacting with your asset management platform directly through an AI agent. By leveraging Openclaw Skills, developers and IT operations teams can automate the entire lifecycle of hardware and software assets, from initial procurement to decommissioning. This integration ensures that your inventory data remains synchronized and actionable with minimal manual intervention.

Built on the Snipe-IT v1 REST API, this skill supports complex operations including partial updates via PATCH, full resource replacement with PUT, and sophisticated search queries. It is designed to bridge the gap between technical workflows and physical asset tracking, making it an essential addition to any IT infrastructure managed by Openclaw Skills.

Snipe-IT Asset Management Use Cases

  • Automated onboarding for new hires by creating user profiles and checking out necessary hardware.
  • Bulk auditing of assets to verify locations and status labels during quarterly reviews.
  • Real-time license compliance monitoring to prevent over-subscription of software seats.
  • Streamlined offboarding to ensure all accessories and components are checked back in when a user leaves the organization.

How Snipe-IT Asset Management Works

  1. The skill establishes a connection to the Snipe-IT instance using the configured URL and API Bearer token.
  2. Commands are issued using a core helper function that wraps curl requests with necessary JSON headers.
  3. The skill targets specific endpoints such as /hardware, /users, or /licenses based on the user's intent.
  4. Responses are processed using jq to filter out irrelevant metadata and focus on the payload or status field.
  5. Error handling logic checks the .status field to differentiate between API connectivity and logical operation failures.

Snipe-IT Asset Management Setup

To get started with this skill for Openclaw Skills, configure your environment variables and ensure the required dependencies are installed.

# Requirements: curl, jq

# Configure Environment Variables
export SNIPEIT_URL="https://your-assets-domain.com"
export SNIPEIT_API_TOKEN="your_bearer_token_here"

To generate an API token, log in to Snipe-IT, click your avatar, select Manage API Keys, and create a new token.

Snipe-IT Asset Management Data Schema & Taxonomy

The skill interacts with several core data models. Each response typically includes a status and a payload. Below is a summary of the primary data entities:

Entity Primary Fields Key Endpoints
Assets asset_tag, model_id, status_id, serial /hardware
Users first_name, email, department_id, activated /users
Licenses name, serial, seats, manufacturer_id /licenses
Locations name, address, city, currency /locations
Maintenance asset_id, supplier_id, cost, start_date /maintenances

Snipe-IT Asset Management Advanced Features

  • Complex workflow scripts for full user offboarding including multi-resource check-ins.
  • Custom field integration allowing updates to unique database columns using db_column_name mapping.
  • Advanced activity log filtering to generate reports by action type or specific user IDs.
  • Safe execution wrappers that provide detailed error messages and prevent partial workflow failures.
  • Support for component and consumable tracking with automatic quantity decrementing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*