plugins marketplace
← All plugins

solana-mobile-dev-skill

Agent skills for building Solana apps on Android with Expo and React Native.

Agent Plugins5 skills

by Solana Mobile6updated 2 days ago

Source

git clone https://github.com/solana-mobile/solana-mobile-dev-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

solana-mobile-dev-skill/
├── plugin.json
├── skills/integration-privy/SKILL.md
├── skills/seeker-domains/SKILL.md
├── skills/seeker-genesis-token/SKILL.md
├── skills/solana-mobile/SKILL.md
└── skills/solana-mobile-wallet/SKILL.md

Skills5

integration-privyskills/integration-privy/SKILL.md

Add Privy authentication to a Solana Expo Android app on top of Mobile Wallet Adapter, using Sign-In-With-Solana. Use when installing @privy-io/expo, mounting PrivyProvider, logging a user in with useLoginWithSiws, linking a wallet to an existing Privy account, reading the Privy access token from a backend, or debugging a Privy plus MWA setup.

seeker-domainsskills/seeker-domains/SKILL.md

Resolve and display .skr domain names in Solana mobile apps, in both directions between names and wallet addresses. Use when showing .skr names instead of wallet addresses in profiles, friend lists, or transaction history, resolving a .skr domain to an address, reverse-looking-up an address to a domain, or validating .skr input.

seeker-genesis-tokenskills/seeker-genesis-token/SKILL.md

Verify Seeker device ownership by checking for the Seeker Genesis Token (SGT) with Sign-in-with-Solana and server-side token verification. Use when gating content or rewards to Seeker owners, verifying a user holds an SGT, adding anti-Sybil checks to a Solana mobile app, or implementing one-claim-per-device logic.

solana-mobileskills/solana-mobile/SKILL.md

Scaffold, configure, and troubleshoot Solana Mobile apps for Android using the solana-mobile CLI, Expo, and React Native. Use when creating a new Solana mobile app, picking a template, adding Solana to an existing Expo app, checking the Android toolchain, managing Android emulators, or producing a development build.

solana-mobile-walletskills/solana-mobile-wallet/SKILL.md

Connect Solana wallets and sign or send transactions in React Native Expo apps using Mobile Wallet Adapter and Wallet UI. Use when adding a connect wallet button, showing a connected address, disconnecting, signing messages, sign-in with Solana, transferring SOL, or sending any transaction from a Solana mobile app.

Manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "author": {
    "name": "Solana Mobile",
    "url": "https://solanamobile.com"
  },
  "description": "Agent skills for building Solana apps on Android with Expo and React Native.",
  "keywords": [
    "android",
    "expo",
    "mobile-wallet-adapter",
    "react-native",
    "seeker",
    "solana"
  ],
  "name": "solana-mobile-dev-skill",
  "repository": "https://github.com/solana-mobile/solana-mobile-dev-skill"
}