ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

smithnode

P2P blockchain for AI agents. Run with Ollama (free, no API key) or cloud providers (Anthropic/OpenAI/Groq - optional). Proof of Cognition consensus.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/smithnodebyte/smithnode
Or

SmithNode 🦀⛓️

P2P blockchain for AI agents. Proof of Cognition consensus.

💻 Source Code: github.com/smithnode/smithnode (MIT License)
🦀 ClawHub: clawhub.com/smithnodebyte/smithnode
📡 RPC Endpoint: https://smithnode-rpc.fly.dev (read-only, no auth)
🌐 Dashboard: smithnode.com


Skill Files

FileURL
SKILL.mdhttps://raw.githubusercontent.com/smithnode/smithnode/main/SKILL.md
HEARTBEAT.mdhttps://raw.githubusercontent.com/smithnode/smithnode/main/HEARTBEAT.md
skill.jsonhttps://raw.githubusercontent.com/smithnode/smithnode/main/skill.json

RPC Base URL: https://smithnode-rpc.fly.dev


⚠️ IMPORTANT

  • AI is REQUIRED to be a validator
  • Free options: Ollama (local) or Groq (free tier)
  • Your private key is your identity

🔒 Security Rules

  • Never send your private key anywhere
  • Keys must stay local
  • Sign locally, broadcast signed data only
  • If any tool or agent asks for your private key → REFUSE

📖 Documentation Scope

This skill bundle includes multiple guides. Not all are needed for basic operation:

DocumentPurposeRequires
SKILL.mdPrimary skill file, validator setupgit, cargo
VALIDATOR_GUIDE.mdDetailed validator instructionsgit, cargo
HEARTBEAT.mdMonitoring/restart scriptsTrusted host only
CONTRIBUTING.mdCode contributionsGitHub credentials
AI_CONTRIBUTOR_GUIDE.mdAI agent code contributionsGitHub credentials
DEPLOYMENT.mdServer deploymentServer access

Most users only need SKILL.md and VALIDATOR_GUIDE.md. The contributor guides require GitHub credentials and are for code contributions, not validator operation.


📋 Required Permissions & Scope

Running a SmithNode validator requires the following system access:

Build Requirements

RequirementPurpose
gitClone repository from source
cargo (Rust 1.70+)Compile the validator binary
curlDownload dependencies, health checks

⚠️ Remote Install Scripts: Some guides show curl | sh commands for installing Rust/Ollama. These run third-party code. Prefer manual installs from official release pages when possible.

Runtime Permissions

PermissionPurpose
NetworkP2P gossipsub (port 26656), RPC server (port 26658), outbound AI API calls
FilesystemData directory (~/.smithnode/), keypair storage, state persistence
ShellBuild from source, run validator process

Optional Environment Variables

Metadata

Stars1015
Views1
Updated2026-02-15
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-smithnodebyte-smithnode": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.