ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

Doginals

Skill by greatape42069

Why use this skill?

Efficiently manage Dogecoin inscriptions and DRC-20 tokens. Automate bulk minting, deploy assets, and track blockchain transactions with this OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/greatape42069/doginals
Or

What This Skill Does

The Doginals skill provides a comprehensive toolkit for interacting with the Dogecoin blockchain to manage inscriptions and DRC-20 tokens. By integrating Doginals.js and Dunes.js, this skill allows users to mint NFTs, manage fungible token protocols, and automate large-scale inscription operations directly from their OpenClaw environment. It simplifies the technical complexities of communicating with Dogecoin Core, providing a streamlined interface for both individual minting tasks and high-volume batch processing via built-in Python and shell scripts.

Installation

To integrate this skill, ensure you have Node.js and Python 3 installed on your system. Run the primary installation command: clawhub install openclaw/skills/skills/greatape42069/doginals. Once installed, navigate to the skill directory and execute bash install.sh. This script handles dependency resolution, environment variable configuration, and local Dogecoin Core synchronization settings, ensuring your workspace is ready for blockchain interaction.

Use Cases

  • NFT Creation: Inscribe digital assets such as images, text, and HTML onto the Dogecoin ledger.
  • Tokenomics: Deploy and mint DRC-20 tokens to launch custom ecosystems on the Dogecoin network.
  • Bulk Operations: Automate the inscription of thousands of assets efficiently using the provided auto_inscriber_v4.py utility, which supports batch processing and automated mempool error handling.
  • Transaction Monitoring: Utilize the internal HTTP server to track the status and finality of inscription transactions in real-time.

Example Prompts

  1. "Sync my Doginals wallet and check the current balance for address D9UcJkdirVLY11UtF77WnC8peg6xRYsogu."
  2. "Deploy a new DRC-20 token named 'DOGE-Meme' with a total supply of 1,000,000 using my wallet address."
  3. "Run the bulk inscriber script for my collection located in the inscribeBulk folder with prefix 'ApeImage'."

Tips & Limitations

Always verify that your wallet has sufficient funds for gas fees before initiating bulk minting. The auto_inscriber_v4.py script requires files to be pre-formatted and placed correctly in the designated directory. If you encounter 'too-long-mempool-chain' errors, allow the wallet to sync before continuing. Note that this skill directly modifies local files and interacts with the Dogecoin blockchain; always maintain secure backups of your wallet private keys.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-greatape42069-doginals": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#dogecoin#blockchain#nft#drc20#crypto
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution