Agent 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 Mobile6 GitHub starsUpdated last week

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/solana-mobile/solana-mobile-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

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

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

Plugin 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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[solana-mobile-dev-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/solana-mobile-dev-skill-2)