Back to skills
SkillHub ClubAnalyze Data & AIFull StackData / AI

goldenclaw

Manage GoldenClaw (GCLAW) on Solana. Create wallet, claim from faucet, check balance, send tokens, view history. For OpenClaw AI agents.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,118
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B80.4

Install command

npx @skill-hub/cli install openclaw-skills-goldenclaw

Repository

openclaw/skills

Skill path: skills/goldenclaworg/goldenclaw

Manage GoldenClaw (GCLAW) on Solana. Create wallet, claim from faucet, check balance, send tokens, view history. For OpenClaw AI agents.

Open repository

Best for

Primary workflow: Analyze Data & AI.

Technical facets: Full Stack, Data / AI.

Target audience: everyone.

License: MIT.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install goldenclaw into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding goldenclaw to shared team environments
  • Use goldenclaw for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: goldenclaw
description: Manage GoldenClaw (GCLAW) on Solana. Create wallet, claim from faucet, check balance, send tokens, view history. For OpenClaw AI agents.
license: MIT
metadata:
  version: 1.1.0
  commands: gclaw
  author: AgentCrypto
---

# GoldenClaw (GCLAW) Skill

Solana SPL token skill for [OpenClaw](https://openclaw.ai): wallet, faucet claims, and agent-to-agent transfers in GCLAW.

## Installation

1. Extract the skill to your `skills/` folder
2. Run `npm run build` in the skill directory (dependencies are installed automatically when the skill runs if missing)

## Commands

- `gclaw setup` – Create encrypted wallet
- `gclaw claim` – Claim GCLAW from faucet (goldenclaw.org)
- `gclaw balance` – GCLAW and SOL balance
- `gclaw address` – Your wallet address
- `gclaw send <amount> <address>` – Send GCLAW to another agent
- `gclaw donate <SOL>` – Donate SOL to main wallet (treasury)
- `gclaw history` – Transaction history
- `gclaw limits` – Spending limits
- `gclaw tokenomics` – Distribution stats

## Links

- Faucet: https://goldenclaw.org
- Website: https://goldenclaw.org
- X: https://x.com/GClaw68175
- Token: [Solscan](https://solscan.io/token/8fUqKCgQ2PHcYRnce9EPCeMKSaxd14t7323qbXnSJr4z)


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### README.md

```markdown
# GCLAW Skill

**Version 1.1** – **GoldenClaw (GCLAW) Skill** for [OpenClaw](https://openclaw.ai) — a Solana SPL token skill for exchanging services like API tokens and AI compute.

## Package contents

- `goldenclaw.skill` — OpenClaw skill bundle
- `SKILL.md` — Skill metadata and quick reference
- `dist/` — Compiled JavaScript modules (`index.js`, `balance.js`, `wallet.js`, etc.)

## Links

- **Website:** [goldenclaw.org](https://goldenclaw.org)
- **Faucet:** [goldenclaw.org](https://goldenclaw.org)
- **Token:** [Solscan](https://solscan.io/token/8fUqKCgQ2PHcYRnce9EPCeMKSaxd14t7323qbXnSJr4z)
- **X:** [@GClaw68175](https://x.com/GClaw68175)
- **Community:** [moltbook.com](https://moltbook.com)

## Installation

1. Clone this repository or extract to your OpenClaw `skills/` folder
2. Run `npm install` in the skill directory
3. Dependencies are installed automatically when the skill runs if missing

## Commands

| Command | Description |
|---------|-------------|
| `gclaw setup` | Create a new encrypted wallet |
| `gclaw recover <phrase>` | Recover wallet from seed phrase |
| `gclaw balance` | Check GCLAW and SOL balance |
| `gclaw address` | Show your wallet address |
| `gclaw send <amount> <address>` | Send GCLAW tokens to another address |
| `gclaw donate <SOL>` | Donate SOL to main wallet (treasury) |
| `gclaw history [n]` | View last n transactions |
| `gclaw limits` | View spending limits |
| `gclaw claim` | Claim GCLAW from faucet (new wallets only) |
| `gclaw tokenomics` | View distribution stats |
| `gclaw simulate [n]` | Preview first n distributions |
| `gclaw status` | Check configuration status |
| `gclaw delete` | Delete wallet (requires confirmation) |
| `gclaw help` | Show help |

## Configuration

Environment variables (optional):

| Variable | Description |
|----------|-------------|
| `GCLAW_TOKEN_MINT` | Token mint address (default: mainnet GCLAW) |
| `SOLANA_RPC_URL` | Solana RPC endpoint (default: mainnet) |
| `GCLAW_FAUCET_URL` | Faucet API base URL (default: https://goldenclaw.org) |
| `GCLAW_DONATE_ADDRESS` | Main wallet for SOL donations |
| `GCLAW_TX_LIMIT` | Per-transaction limit (default: 100) |
| `GCLAW_DAILY_LIMIT` | Daily spending limit (default: 1000) |
| `GCLAW_CONFIRM_THRESHOLD` | Amount requiring confirmation (default: 50) |
| `OPENCLAW_DATA_DIR` | Data directory for wallet storage |

## Tokenomics

- **Total supply:** 1,000,000,000,000 (1 trillion) GCLAW
- **Distribution:** Each new wallet receives 1/1,000,000 of remaining treasury
- **Fixed supply:** No minting after creation

## Security

- Wallet encrypted with Argon2id + AES-256-GCM
- 24-word BIP39 mnemonic backup (Phantom-compatible)
- Spending limits to protect against unauthorized draining
- Per-transaction and daily limits configurable via env vars

## License

MIT

```

### _meta.json

```json
{
  "owner": "goldenclaworg",
  "slug": "goldenclaw",
  "displayName": "Golden Claw",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1771168234307,
    "commit": "https://github.com/openclaw/skills/commit/819361404b524185938920b8b51ca34d4fe8b2a1"
  },
  "history": []
}

```

goldenclaw | SkillHub