An automation skill for Freshservice that lets AI agents and developers programmatically manage IT service tickets, assets, and service catalogs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-freshservice
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 oo-freshservice using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Freshservice skill provides developers and AI agents with a streamlined, secure channel to interact with Freshservice ITSM systems. Utilizing the power of OOMOL-connected accounts, this skill abstracts direct REST API integration, allowing users to query, write, and manage support tickets, service catalog requests, and metadata directly. It handles credential injection server-side so developers never expose raw tokens during automation.
As part of the broader ecosystem of Openclaw Skills, this connector simplifies complex IT operations. From setting up simple support bots to building robust automated incident response systems, this skill enables seamless service management operations directly from local environments or containerized environments.
oo connector schema to inspect the live schema parameters for standard Freshservice actions to prevent syntax errors.To get started with this skill, install the OOMOL CLI and connect your Freshservice account. This skill integrates natively with Openclaw Skills environments.
First, install the oo command-line tool:
# For macOS / Linux
curl -fsSL https://cli.oomol.com/install.sh | bash
# For Windows PowerShell
irm https://cli.oomol.com/install.ps1 | iex
Next, authenticate your OOMOL account:
oo auth login
Finally, visit your OOMOL console to configure your Freshservice provider using your API key:
https://console.oomol.com/app-connections?provider=freshservice
The Freshservice skill organizes its requests and responses around structured JSON schemas defined directly by the contract commands. This ensures absolute consistency with Openclaw Skills integrations.
| Action | Type | Key Fields / Inputs |
|---|---|---|
create_service_request |
[write] |
Service catalog item display ID, requested items |
create_ticket |
[write] |
Subject, description, requester details, priority |
get_ticket |
[read] |
Ticket ID, optional include expansions |
list_locations |
[read] |
Location filters, pagination options |
list_service_catalog_items |
[read] |
Item category, catalog search terms |
list_tickets |
[read] |
Date ranges, status filters, tags |
All results return a root JSON object wrapping the payload inside data and tracking metadata inside meta.executionId.
Loading
A developer-focused automation tool that programmatically converts raw HTML/CSS strings or public webpage URLs into high-quality images.

An AI agent skill leveraging the OOMOL CLI to query IP2Proxy for detecting proxy, VPN, and Tor exit node IP addresses securely.

An AI-ready CLI tool for reading, creating, updating, and deleting LaunchDarkly configurations safely and without managing raw API tokens.

A powerful NASA science and astronomy data exploration skill for AI coding agents to search near-Earth objects, fetch space weather alerts, and retrieve deep space imagery without handling raw API credentials.

An AI-ready skill to seamlessly operate Getform (forminit.com) via the oo CLI, enabling automatic form submission management and data extraction.

A secure OOMOL-connected CLI integration for reading, creating, updating, and deleting Harvest time tracking data via automated AI workflows.








































