BitSkins API Skill for Openclaw

A comprehensive integration for automating BitSkins marketplace operations, including item trading, market analysis, and secure wallet management.

bluesyparty-src
v1.0.0
Feb 9, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install bitskins

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 bitskins 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 BitSkins API Skill?

The BitSkins API skill is a robust toolset designed for developers and traders looking to programmatically interact with the BitSkins REST API V2 and WebSocket streams. By integrating this skill into your workflow via Openclaw Skills, you can automate the entire lifecycle of skin trading for popular titles like CS2 and Dota 2. It provides a standardized interface for account management, real-time market monitoring, and complex financial transactions.

This skill excels at handling the nuances of digital item economies, offering precise control over pricing (calculated in cents) and item metadata. Whether you are building a custom trading bot or managing a high-volume inventory, the BitSkins integration within the broader ecosystem of Openclaw Skills ensures reliable and secure marketplace interactions.

BitSkins API Skill Use Cases

  • Automate market searches for specific CS2 or Dota 2 skins based on price thresholds.
  • Bulk list or delist items from your BitSkins inventory to optimize sales visibility.
  • Monitor real-time price fluctuations using WebSocket subscriptions for instant trading signals.
  • Streamline the process of depositing items from Steam and withdrawing purchased items.
  • Generate automated reports on trading history, wallet balances, and affiliate rewards.

How BitSkins API Skill Works

  1. The skill authenticates all requests using a secure API key provided via environment variables.
  2. Users trigger marketplace actions through a specialized helper script that manages the underlying REST architecture.
  3. Market search queries are sent using structured JSON objects, allowing for granular filtering by skin name, price range, and game ID.
  4. For financial operations or item withdrawals, the system prompts for time-sensitive 2FA codes to ensure maximum security.
  5. Real-time updates are maintained via a WebSocket connection, keeping the agent informed of new listings or sales as they happen.

BitSkins API Skill Setup

To get started with the BitSkins API skill, you must first obtain an API key from your BitSkins account settings. Once acquired, set the environment variable as follows:

export BITSKINS_API_KEY='your_api_key_here'

You can then execute commands using the provided helper script within the Openclaw Skills framework:

bash bitskins-api/scripts/bitskins-api.sh GET /account/profile/me

BitSkins API Skill Data Schema & Taxonomy

The skill organizes data into several distinct sections to facilitate efficient processing. All financial values are handled as integers in cents (e.g., $10.00 is represented as 1000).

Section Primary Data Points Purpose
Account balance, email, trade_link, 2fa_status User profile and security management
Market app_id, skin_name, price, item_id Marketplace search and item listings
Wallet transaction_id, amount, status, method Financial tracking and report generation
Steam inventory_list, trade_offer_id, asset_id Coordination with Steam Web API for item transfers

BitSkins API Skill Advanced Features

  • Real-time WebSocket event handling for immediate response to market changes.
  • Bulk transaction support for buying or selling multiple items in a single request.
  • Automated 'Bump' management to maintain high visibility for listed items.
  • Integrated currency exchange rate lookups for global trading strategies.
  • Support for multiple deposit and withdrawal methods, including cryptocurrency and Binance Pay.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*