TopRank Skills

Home / Claw Skills / Autres / goldenclaw
Official OpenClaw rules 15%

goldenclaw

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 goldenclaw 技能。 若已安装,则直接安装 goldenclaw 技能。

Overview

Skill Key
goldenclaworg/goldenclaw
Author
goldenclaworg
Source Repo
openclaw/skills
Version
-
Source Path
skills/goldenclaworg/goldenclaw
Latest Commit SHA
c84a6187572ed2f7f4c727226ef76f45c7770ed8

Extracted Content

SKILL.md excerpt

# 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)

README excerpt

# 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:...

Related Claw Skills