LaunchKit · 2026
Back to Skills

Queries csfloat.com for data on skins.

0
813 downloads
by @bluesyparty-src

Setup & Installation

openclaw skills install @bluesyparty-src/csfloat

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install csfloat

What This Skill Does

Connects to the CSFloat API to query and manage Counter-Strike skin marketplace listings. Supports fetching all listings, retrieving a specific listing by ID, and creating buy-now or auction listings with configurable pricing and duration.

Lets you query and manage CSFloat listings from the terminal without opening a browser.

When to use it

  • Check current market prices for CS2 skins on CSFloat
  • Browse all active listings with item details and prices
  • Look up a specific listing by ID before buying
  • Create a buy-now or auction listing for a skin you own
  • Pull listing data to track or compare specific items

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: show me all current listings with prices

AGENT
  1. 1Calls the CSFloat listings endpoint with the API key in the Authorization header
  2. 2Parses the JSON response to extract id, item, and price fields
  3. 3Formats and returns the listing data
OUTPUT

A structured list of listing IDs, item names, and prices from the CSFloat marketplace

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

CSFloat account at csfloat.comAPI key generated from the Developer tab in your CSFloat profile settingsCSFLOAT_API_KEY environment variable set to your key