solana-mobile
67Build Solana Mobile Apps for Android
Solana Mobile setup often fails because native modules, templates, and Android tooling must align. This skill guides reliable setup, integration, diagnosis, and emulator workflows.
Integrate .skr Domain Resolution
Wallet addresses are difficult to recognize in Solana mobile interfaces. This skill provides tested patterns for resolving .skr names through clients or backend services.
Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.
Review the Skillstore skill "seeker-domains" from https://skillstore.io/skills/solana-mobile-seeker-domains.md and its manifest at https://skillstore.io/api/skills/solana-mobile-seeker-domains/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.
Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.
Использование «seeker-domains». Resolve alice.skr and explain each possible result.
Ожидаемый результат:
The lookup returns the current owner address, reports that the name is unregistered, or identifies a temporary RPC failure.
Использование «seeker-domains». Show a readable label for wallet 5FHw... in a profile.
Ожидаемый результат:
The profile displays alice.skr when resolution succeeds and a shortened wallet address when no name is available.
Использование «seeker-domains». Plan a backend resolver for a production mobile application.
Ожидаемый результат:
Most static findings are false positives caused by Markdown backticks, JavaScript template literals, relative imports, named configuration variables, and documentation URLs. The Express reference binds to every interface and omits request throttling, which can expose RPC quota and service availability.
Это реальные локальные возможности, которые могут ожидаться для этого навыка, поэтому они требуют проверки, но не считаются подтверждённым вредоносным поведением.
Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.
https://skillstore.io/skills/solana-mobile-seeker-domains/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/solana-mobile-seeker-domains?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/solana-mobile-seeker-domains?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/solana-mobile-seeker-domains/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/solana-mobile-seeker-domains.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>solana-mobile. (2026). seeker-domains security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/solana-mobile-seeker-domains/audits/1@techreport{solana-mobile-solana-mobile-seeker-domains-2026,
author = {solana-mobile},
title = {seeker-domains security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/solana-mobile-seeker-domains/audits/1},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "seeker-domains security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "solana-mobile"
date-released: "2026-08-27"
url: "https://skillstore.io/skills/solana-mobile-seeker-domains/audits/1"
identifiers:
- type: other
value: "skillstore:solana-mobile-seeker-domains:audit:1"
description: "Skillstore immutable audit report identifier"
Show .skr names in profiles, friend lists, and transaction history while retaining an address fallback.
Add validated forward and reverse lookup routes to an existing backend service.
Resolve public .skr data directly in React Native without creating a backend.
Show me how to resolve alice.skr to a Solana wallet address with Solana Kit. Include input validation and not-found handling.
Create a React Native hook that resolves a wallet address to a .skr name. Cache results and fall back to a truncated address.
Inspect my existing backend and add forward and reverse .skr resolution routes using its framework conventions. Separate invalid, missing, and RPC failure responses.
Design .skr resolution for a high-traffic wallet list. Include batching, caching, rate limits, RPC provider constraints, timeouts, and client fallback behavior.
Автор
solana-mobileЛицензия
MIT
Ревизия Skillstore
r1
Примечание о версии
Автор не указал версию.
Ссылка
2df56c74b686e0aead67257dc7e2dbb3461bf218
Актуальность поддержки
27.08.2026
Использование
1 загрузок · 0 просмотров
Структура файлов
Build Solana Mobile Apps for Android
Solana Mobile setup often fails because native modules, templates, and Android tooling must align. This skill guides reliable setup, integration, diagnosis, and emulator workflows.
Build Solana Mobile Wallet Features
Mobile wallet integration fails when React Native projects mix incompatible Solana clients or omit required provider and signing details. This skill provides stack-specific patterns for connection, chain data, transactions, message signing, authentication, and troubleshooting.
Verify Seeker Ownership Securely
Client-only token gates can be bypassed or replayed. This skill combines wallet signatures, server-issued nonces, and Token-2022 checks for reliable Seeker verification.
Оптимизация приложений React Native
от vercel-labs
Приложения React Native могут страдать от медленных списков, дерганых анимаций и ошибок, связанных с платформой. Этот навык дает Codex, Claude и Claude Code краткие правила для производительной работы с Expo и React Native.
Настройка Tailwind CSS для Expo
от expo
Командам Expo нужна единообразная стилизация для native- и web-таргетов. Этот навык предоставляет сфокусированный путь настройки для Tailwind CSS v4, NativeWind v5 и react-native-css.
Создание Expo Dev Clients для нативного тестирования
от expo
Командам Expo нужны надежные клиенты разработки, когда нативный код выходит за рамки Expo Go. Этот навык помогает с настройкой сборки EAS, доставкой через TestFlight, локальными сборками, установкой и базовым устранением неполадок.
Создание DOM-компонентов Expo
от expo
Командам Expo часто нужны веб-библиотеки внутри нативных приложений без их переписывания. Этот навык помогает Claude, Codex и Claude Code использовать безопасные паттерны DOM-компонентов.
Создание сетевых сценариев для Expo
от expo
Мобильным приложениям нужны надежные API-запросы, кэширование, обработка токенов и поведение в офлайн-режиме. Этот навык помогает разработчикам Expo работать с fetch, React Query, SecureStore, NetInfo и конфигурацией на основе окружения.
Оптимизация производительности React Native
от CJHarmath
Приложения React Native могут страдать от медленных списков, лишних рендеров и зависаний потока JS. Этот навык предоставляет сфокусированные паттерны для более быстрых экранов FlatList, мемоизированных компонентов, оптимизированных селекторов, кешированных изображений и профилирования.