N
near-email
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.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this 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.
How to use
- Zainstaluj skill poleceniem npx openskills install zavodil/near-email-skill -g w swoim środowisku. 2. Skonfiguruj połączenie z usługą NEAR Email — skill automatycznie używa kontraktu outlayer.near i API https://api.outlayer.fastnear.com. 3. Jeśli budujesz kontrakt inteligentny w Rust, użyj funkcji send_email_plaintext do wysyłania powiadomień. Pamiętaj, że zawartość e-mail jest publiczna na blockchanie NEAR — wysyłaj tylko zautomatyzowane wiadomości, nie dane wrażliwe. 4. Dla integracji z JavaScript/TypeScript preferuj bibliotekę near-api-js do obsługi transakcji NEAR. 5. Testuj na mainnet NEAR — skill nie obsługuje sieci testowych (*.testnet). 6. Przy wysyłaniu transakcji załącz depozyt obliczeniowy; nieużywane środki zostaną automatycznie zwrócone.