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