CSFloat Skill for Openclaw

A professional integration for querying CSFloat.com market data and managing Counter-Strike skin listings.

bluesyparty-src
v1.0.0
Feb 8, 2026
0
2k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install csfloat

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 csfloat 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 CSFloat Skill?

The CSFloat skill provides a robust interface for developers and traders to interact with the CSFloat marketplace directly through their AI-driven workflows. This skill enables seamless access to real-time skin pricing, listing details, and inventory management, making it an essential addition for those utilizing Openclaw Skills to automate digital asset trading. It simplifies complex API interactions into actionable commands for inspecting and listing items in the Counter-Strike economy.

CSFloat Skill Use Cases

  • Automating the listing of CS2 items for sale or auction with specific pricing strategies.
  • Real-time monitoring of marketplace listings to identify undervalued skins.
  • Retrieving specific item metadata and asset details using Steam asset IDs.
  • Creating private listings to facilitate secure peer-to-peer trades.

How CSFloat Skill Works

  1. The skill utilizes the CSFloat REST API to communicate with the marketplace servers.
  2. Authentication is handled via a secure API key passed through HTTP headers.
  3. Market data is retrieved using GET requests, which return structured JSON data that is often filtered via jq for readability.
  4. Transactional actions, such as creating a listing, are performed via POST requests containing specific item parameters like asset ID and price.
  5. The workflow allows for the management of both immediate 'buy now' listings and timed auctions.

CSFloat Skill Setup

To integrate this tool into your Openclaw Skills environment, follow these steps:

  1. Retrieve your API key from the Developer tab in your CSFloat profile.
  2. Ensure the jq utility is installed on your system for JSON processing.
  3. Configure your environment variable:
export CSFLOAT_API_KEY="your-api-key"

CSFloat Skill Data Schema & Taxonomy

The skill processes and generates data according to the following schema for listings:

Parameter Type Description
asset_id String The unique Steam ID of the item
type String Listing mode: buy_now or auction
price Integer The price or starting bid (in cents)
duration_days Integer Auction length (1, 3, 5, 7, or 14 days)
max_offer_discount Integer Override for default offer discount settings

CSFloat Skill Advanced Features

  • Support for multi-mode listing types including fixed price and competitive auctions.
  • Integration with jq for advanced data extraction and terminal-based reporting.
  • Customizable privacy settings to hide specific listings from public search results.
  • Flexible auction management with support for reserve prices and custom durations.
  • Seamless identification of items using native Steam asset IDs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*