Communityv1.0.0

Near Email Skill

Send and read blockchain-native emails using NEAR Email service. Use when building notifications for NEAR smart contracts (NFT sales, DeFi liquidation alerts, DAO voting reminders) or when AI agents need email capabilities with a NEAR account identity.

1.5kdownloads1starszavodil
View on ClawHubBack to Skills

Skill Details

Slug
near-email-skill
Latest Version
1.0.0
Author
zavodil
Published
Feb 1, 2026
Updated
Feb 26, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Near Email Skill.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

near-email-skill 1.0.0 - Initial release with NEAR Email integration for blockchain-native email based on NEAR account identities. - Supports sending and reading emails using both smart contract (Rust) and AI agent (JavaScript/TypeScript and Python) methods. - Introduces Payment Key (HTTPS) and NEAR Transaction flows with explicit result parsing guidance. - Public on-chain email sending for contract notifications and encrypted email for UI/agents. - Includes references for API actions: send, delete, fetch, and count emails, as well as obtaining sender pubkey. - Mainnet only; testnet accounts not supported.