wallet-monitoring-bot
π―Skillfrom sanctifiedops/solana-skills
Monitors Solana wallets in real-time, tracking transactions, balance changes, and sending customizable alerts for specified wallet addresses.
Installation
npx skills add https://github.com/sanctifiedops/solana-skills --skill wallet-monitoring-botSkill Details
Overview
# Solana Skills
A comprehensive set of agent skills that turns an AI into a practical Solana project operator: dev, token, launch, trading, frontend, infra, automation, trust.
Built for the trenches. Written by people who ship, not people who pontificate.
---
Who This Is For
- Solana devs building programs, tokens, and dApps
- Memecoin operators launching and managing tokens
- Traders and trenchers analyzing launches, tracking whales, avoiding rugs
- Frontend engineers shipping wallet UX and transaction flows
- Bot builders automating monitoring, alerts, and trading
- Community leads running comms, marketing, and trust ops
---
Pay It Forward
> Visit [This Will Do Millions](https://thiswilldomillions.com/) to get notification and early access to our future projects and releases.
> If you found this useful, please consider tipping my son's Solana wallet: A23U9FWCF6tdQ95nuvXaNMN3FYPegCntN4T715svL3HF.
Quick Install
```bash
# Install all skills (local clone)
codex skills install ./skills/
# Install from GitHub (once published)
codex skills install git+https://github.com/SanctifiedOps/solana-skills
# Install a single skill
codex skills install ./skills/core-dev/solana-account-model
# Update skills
codex skills install ./skills/ # Re-run to refresh
```
---
Start Here (Top 5)
| Skill | What It Does |
|-------|--------------|
| [solana-account-model](skills/core-dev/solana-account-model/) | Accounts, owners, signers, PDAs, rent, CPIs - the mental model you need |
| [spl-token-create-and-configure](skills/tokens/spl-token-create-and-configure/) | Create mints, set authorities, revoke, publish txids |
| [launch-readiness-checklist](skills/launch/launch-readiness-checklist/) | Go/no-go gate with infra, LP, comms, rollback planning |
| [token-analysis-checklist](skills/trading/token-analysis-checklist/) | Buyer's rug detection - LP analysis, authority checks, red flags |
| [rpc-selection-and-resilience](skills/infra/rpc-selection-and-resilience/) | Choose providers, timeouts, fallbacks, cost control |
---
All Pillars
core-dev/
Program and account model, Anchor, validation, security, upgrades.
| Skill | Description |
|-------|-------------|
| [solana-account-model](skills/core-dev/solana-account-model/) | Accounts, owners, signers, rent, PDAs, CPI mental model |
| [anchor-project-scaffold](skills/core-dev/anchor-project-scaffold/) | Project setup, program/client layout, env config, dev workflow |
| [instruction-design-and-validation](skills/core-dev/instruction-design-and-validation/) | Inputs, constraints, invariants, authority checks |
| [pda-design-playbook](skills/core-dev/pda-design-playbook/) | Seed strategy, collisions, upgrade considerations |
| [common-anchor-errors-debugger](skills/core-dev/common-anchor-errors-debugger/) | Account discriminator mismatch, constraint failures, etc. |
| [program-security-basics](skills/core-dev/program-security-basics/) | Authority checks, unsafe patterns, attack surfaces |
| [upgrade-vs-immutable-decision](skills/core-dev/upgrade-vs-immutable-decision/) | Tradeoffs, trust, governance, operations |
| [compressed-nfts-basics](skills/core-dev/compressed-nfts-basics/) | Merkle trees, concurrent trees, cNFT minting and transfers |
tokens/
SPL lifecycle, authorities, distribution, tokenomics, post-launch ops.
| Skill | Description |
|-------|-------------|
| [spl-token-create-and-configure](skills/tokens/spl-token-create-and-configure/) | Mint creation, authorities, decimals, revoke flows |
| [token-authority-and-risk](skills/tokens/token-authority-and-risk/) | Mint/freeze authority implications, best practices |
| [token-distribution-planning](skills/tokens/token-distribution-planning/) | Wallet splits, allocations, vesting, transparency |
| [tokenomics-design-for-memecoins](skills/tokens/tokenomics-design-for-memecoins/) | Supply narrative, burns, sinks, incentives |
| [post-launch-token-ops](skills/tokens/post-launch-token-op
More from this repository10
Enables programmatic token swaps on Solana using Jupiter aggregator, handling routing, slippage, and transaction execution for optimal trading.
Provides a comprehensive checklist for analyzing Solana tokens to detect potential rug pulls, assess liquidity pool risks, and identify critical red flags before trading.
Designs a robust, modular trading bot architecture for Solana, focusing on efficient trade execution, risk management, and automated strategy implementation.
Helps Solana developers optimize transaction execution by leveraging Jito bundles and strategically managing priority fees for improved transaction reliability and performance.
Explains Solana token liquidity mechanisms, price impact dynamics, and trading interactions for identifying potential market manipulation or token launch risks.
Helps traders systematically evaluate potential cryptocurrency token risks by providing a comprehensive checklist for detecting potential rug pulls on the Solana blockchain.
Teaches developers how to create, mint, and manage compressed NFTs on Solana, reducing storage costs and improving scalability.
Monitors and sends real-time alerts for new token launches, contract deployments, or significant market events on the Solana blockchain.
Analyzes large Solana wallet addresses to track significant token movements, trading patterns, and potential market-influencing transactions.
Analyzes token contract authorities and ownership structures to identify potential rug pull risks and centralization vulnerabilities in Solana token launches.