A powerful interface for the Snipe-IT REST API that enables automated management of hardware, licenses, and users.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install snipeit-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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 |
Loading
A comprehensive integration for managing Kanboard projects, tasks, and users through a robust JSON-RPC API interface.

An AI-driven academic research assistant that programmatically accesses the CORE API to automate literature reviews, analyze scholarly papers, and format citations.

A dedicated command-line interface for GitHub Copilot that enables seamless AI-driven code analysis and debugging directly from your terminal.

A powerful CLI utility that leverages GitHub Copilot to analyze codebases, generate documentation, and automate development workflows directly from your terminal.

A comprehensive AI assistant for tracking personal health records, managing food inventory, and generating personalized dietary recommendations.

An intelligent food management and dietary recommendation tool that tracks pantry inventory and suggests recipes based on available ingredients.








































