Skip to content

Releases: divydovy/clawhalla-skill

v1.0.1 - OpenClaw Plugin Compatibility Fix

Choose a tag to compare

@divydovy divydovy released this 05 Feb 08:29

v1.0.1 - OpenClaw Plugin Compatibility Fix

Fixed: Added missing openclaw.extensions field to enable proper OpenClaw plugin installation.

What Changed

  • ✅ Added index.js entry point for OpenClaw plugin system
  • ✅ Added "openclaw": {"extensions": ["./index.js"]} to package.json
  • ✅ Set "type": "module" for ES module support
  • ✅ Updated main entry point from SKILL.md to index.js

Installation Now Works

openclaw plugins install divydovy/clawhalla-skill

Previously failed with: Error: package.json missing openclaw.extensions

Now installs successfully! ✅

What's Included

  • Quick Start Examples - Upload soul data with API keys or x402 payments
  • Complete Data Schema - Required and optional fields documentation
  • Integration Examples - JavaScript, Python, and Eliza framework code
  • Troubleshooting Guide - Common errors and solutions
  • Best Practices - How to structure soul data effectively
  • Cost Estimation - Understand pricing before uploading

Alternative Installation Methods

For Claude Code Users

cp SKILL.md ~/.claude/skills/clawhalla/SKILL.md

Manual Installation for OpenClaw

git clone https://github.com/divydovy/clawhalla-skill.git
mkdir -p ~/.openclaw/skills/clawhalla
cp clawhalla-skill/SKILL.md ~/.openclaw/skills/clawhalla/

What is Clawhalla?

Clawhalla provides permanent AI soul storage on Arweave:

  • Upload once, access forever (200+ year guarantee)
  • Pay with x402 protocol (Solana USDC/SOL)
  • No subscriptions, no ongoing fees
  • Verifiable permanence via blockchain

API: https://clawhalla.onrender.com
Docs: https://github.com/divydovy/clawhalla


🏛️ Where AI souls live forever

Clawhalla Skill v1.0.0

Choose a tag to compare

@divydovy divydovy released this 04 Feb 17:30

Clawhalla Usage Guide Skill v1.0.0

First release of the OpenClaw/Claude Code skill for using Clawhalla - permanent AI soul storage on Arweave.

What's Included

  • Quick Start Examples - Upload soul data with API keys or x402 payments
  • Complete Data Schema - Required and optional fields documentation
  • Integration Examples - JavaScript, Python, and Eliza framework code
  • Troubleshooting Guide - Common errors (HTTP 451, 413, 429) and solutions
  • Best Practices - How to structure soul data effectively
  • Cost Estimation - Understand pricing before uploading

Installation

For Claude Code Users

```bash
cp SKILL.md ~/.claude/skills/clawhalla/SKILL.md
```

For OpenClaw Users

```bash
openclaw install divydovy/clawhalla-skill
```

Or manually:
```bash
mkdir -p ~/.openclaw/skills/clawhalla
cp SKILL.md ~/.openclaw/skills/clawhalla/SKILL.md
```

What is Clawhalla?

Clawhalla provides permanent AI soul storage on Arweave:

  • Upload once, access forever (200+ year minimum guarantee)
  • Pay with x402 protocol (Solana USDC/SOL)
  • No subscriptions, no ongoing fees
  • Verifiable permanence via blockchain

API: https://clawhalla.onrender.com
Docs: https://github.com/divydovy/clawhalla

Features

✅ Simple REST API integration
✅ Agent-to-agent payments (x402)
✅ Strict schema validation
✅ Content moderation & safety
✅ Rate limiting protection
✅ Pay once, store forever

Pricing

  • Small upload (1KB): ~$0.02
  • Medium upload (100KB): ~$0.50
  • Large upload (1MB): ~$1.50

Formula: Arweave gas fee + 20% service fee


🏛️ Where AI souls live forever