A safety-first CLI tool for managing Bitstamp crypto trades and market data with built-in guardrails and dry-run defaults.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bitstamp-trader
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 bitstamp-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Bitstamp Trader is a specialized tool within the Openclaw Skills ecosystem designed for secure cryptocurrency trading. It leverages the CCXT library to provide a robust interface for monitoring market data, managing account balances, and executing trades on the Bitstamp exchange. The primary focus of this skill is safety, ensuring that users can simulate trades in a dry-run environment before committing real capital.
By integrating this skill into your workflow, you gain programmatic access to Bitstamp without sacrificing security. It is an essential addition for developers and traders using Openclaw Skills who require a reliable, CLI-based method to interact with the crypto markets while maintaining strict control over API permissions and execution risks.
To begin using this skill, follow these installation steps:
export BITSTAMP_API_KEY="your-key"
export BITSTAMP_API_SECRET="your-secret"
On Bitstamp, create an API key with Orders permission only (NO Withdrawals). Enable IP whitelisting for maximum security.
Verify the installation by fetching a ticker:
python3 scripts/bitstamp.py ticker
The Bitstamp Trader skill manages data through environmental configuration and internal logging to ensure high standards within Openclaw Skills.
| Component | Data Type | Description |
|---|---|---|
| API Credentials | Env Vars | BITSTAMP_API_KEY and BITSTAMP_API_SECRET |
| Audit Log | Local Stream | Records all CLI interactions and trade attempts |
| Configuration | JSON/Internal | Stores safety limits like max_order_size_usd |
| Market Data | JSON Objects | Tickers, order books, and OHLCV data fetched via CCXT |
Loading
An automated discovery engine that monitors platforms like GitHub and npm to find and analyze the best Openclaw Skills for your AI agents.

A specialized monitoring tool for tracking trending GitHub repositories with automated multi-channel notifications and language-specific filtering.

A proactive safety monitoring skill that tracks daily check-ins for individuals living alone and triggers tiered emergency alerts if activity ceases.

An intelligent monitoring skill that tracks real-time cryptocurrency funding rounds and TGE information with multi-platform push notifications.

A robust tool for programmatically sending text, markdown, files, and images to Feishu (Lark) group chats.

Alpha Hound is an intelligent stock screening agent that filters global securities based on complex financial, technical, and event-driven criteria.








































