Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

solana-clawd

solana-clawd contiene 48 skills recopiladas de Solizardking, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
48
Stars
0
actualizado
2026-07-03
Forks
0
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

clawd-code-skill
Otras ocupaciones informáticas

Development conventions and architecture guide for the Clawd Code CLI repository — a Solana-native AI coding agent with perps trading, image generation, voice, and x402 payments.

2026-07-03
agent-registry
Desarrolladores de software

Register, discover, and hire autonomous AI agents on Solana. On-chain identity via Metaplex Core NFTs (8004-solana SDK or REST API). Search by capability, check reputation backed by $CLAWD payment proofs, browse the service catalog, and get machine-readable hiring instructions. Supports Google A2A agent-card.json and Anthropic MCP server-card.json. No EVM — Solana only.

2026-06-17
solana-rpc
Desarrolladores de software

Solana RPC data toolkit — 8-command CLI for live on-chain data: SOL balance + SPL token portfolio with USD values, transaction detail with balance changes, SPL token metadata + top holders, recent activity history, NFT portfolio (SPL + cNFT via Helius DAS), whale detector, network stats (TPS/epoch/price), and quick price lookup. Pure Python stdlib, no extra packages. Optional HELIUS_API_KEY for compressed NFT detection.

2026-06-15
clawd-guard-secrets
Analistas de seguridad de la información

Clawd Guard — the sovereign secrets sentinel. Mandatory reading for every Solana developer before they push a single commit. Use when: setting up a new repo, reviewing a .gitignore, onboarding a dev, or after any "oops I committed my private key" incident. Covers every secrets pattern that must never touch git: wallet JSON files, keypairs, .env files, private keys, API tokens, service account credentials, and IDE/OS junk. Built by Clawd to stop you from becoming a cautionary tale.

2026-06-08
greptile
Analistas de garantía de calidad de software y probadores

AI code reviews via Greptile — trigger PR reviews, run local CLI reviews, query codebase graphs, apply auto-fixes, manage custom rules, and analyze review analytics. Use for code review, PR feedback, issue triage, and codebase exploration.

2026-06-08
clawd-tui
Desarrolladores de software

Clawd TUI perps screen integration. Use when the user asks about the Clawd terminal UI, the Phoenix perps screen inside the TUI, paper trading from the TUI, or how the TUI drives Vulcan.

2026-06-08
vulcan-error-recovery
Desarrolladores de software

Error category routing, tx_failed recovery, and network error handling for Vulcan.

2026-06-08
vulcan-execution-modes
Desarrolladores de software

Canonical taxonomy of Vulcan's execution modes (Observe / Paper / Dry-Run / Confirm-Each / Auto-Execute), with explicit instructions for when to ask the user which mode, how to format the question, and what follow-up to collect per mode. Load whenever the user asks 'should this be paper or live?' or before any strategy/trade launch.

2026-06-08
vulcan-grid-trading
Desarrolladores de software

Grid trading with layered limit orders across a price range on Phoenix DEX perpetuals.

2026-06-08
vulcan-lot-size-calculator
Desarrolladores de software

Convert desired token amounts to base lots — the most common agent mistake.

2026-06-08
vulcan-margin-operations
Desarrolladores de software

Deposit, withdraw, transfer collateral, isolated margin, and leverage tier management.

2026-06-08
vulcan-market-intel
Desarrolladores de software

Ticker, orderbook, candles, market info, and pre-trade analysis patterns.

2026-06-08
vulcan-onboarding
Desarrolladores de software

First interaction and new user setup: health check, paper-first path, wallet creation, registration, first deposit, and verification.

2026-06-08
vulcan-portfolio-intel
Desarrolladores de software

Full portfolio snapshot: cross + isolated margin, positions with uPnL %, resting orders, funding exposure, and optional daily/weekly performance.

2026-06-08
vulcan-position-management
Desarrolladores de software

List, show, close, reduce positions and manage TP/SL on existing positions.

2026-06-08
vulcan-quickstart
Desarrolladores de software

Five-minute install + first paper trade. Use for any 'set up Vulcan / install kraken-cli-like tool / get started' request before falling through to vulcan-onboarding's wallet-creation flow.

2026-06-08
vulcan-risk-management
Desarrolladores de software

Pre-trade risk checks, leverage tiers, margin health thresholds, and when-to-warn rules.

2026-06-08
vulcan
Desarrolladores de software

MUST be loaded before producing any answer about Vulcan, Phoenix DEX, Phoenix perpetuals, Solana perps, the `vulcan` CLI/MCP, or agent-based trading workflows. Single entry-point: contains the runtime contract pointer, the non-negotiable safety rules, the focused-skill router, and the live-launch preflight gate. Answers given without loading this skill have produced wrong commands, wrong wallet selection, and unsafe live trades. Load on the FIRST turn the topic appears in a conversation and re-load on any session restart.

2026-06-08
vulcan-ta-strategy
Desarrolladores de software

TA-driven strategy runner — declarative rules (Condition → Action) over indicators, price, and boolean composition.

2026-06-08
vulcan-technical-analysis
Desarrolladores de software

Technical indicators (SMA, EMA, RSI, MACD, BBands, ATR, VWAP, ADX, Stoch) and trigger evaluation over Phoenix candle history.

2026-06-08
vulcan-tpsl-management
Desarrolladores de software

Take-profit and stop-loss: direction rules, constraints, and set/cancel flows.

2026-06-08
vulcan-trade-execution
Desarrolladores de software

Execute perpetual futures orders with pre-trade checks and post-trade verification.

2026-06-08
vulcan-twap-execution
Desarrolladores de software

Execute large orders as time-weighted slices to reduce market impact on Phoenix DEX.

2026-06-08
pump-admin-ops
Desarrolladores de software

Admin and authority operations for the Pump protocol — set coin creator, update token incentives, set IDL authority, claim cashback, Mayhem mode, and BothPrograms cross-program admin instructions.

2026-06-07
pump-ai-agents
Otras ocupaciones informáticas

AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot, Claude, and Gemini.

2026-06-07
pump-bonding-curve
Desarrolladores de software

Constant-product AMM bonding curve math for Pump token pricing — buy/sell quoting, fee-aware calculations, market cap computation, tiered fees, ceiling division, virtual vs real reserves, and edge-case handling.

2026-06-07
pump-build-release
Desarrolladores de software

Build and release pipeline for the Pump SDK — tsup TypeScript builds, Cargo release profiles, semantic release with commitizen, npm publishing, linting, Makefile targets, Vercel deployment, and MCP server distribution.

2026-06-07
pump-claims-readonly
Desarrolladores de software

Read-only query methods for PumpFun claims — unclaimed token rewards, creator vault balances, volume accumulators, distributable fees, and current-day token previews across Pump and PumpAMM programs.

2026-06-07
pump-fee-sharing
Desarrolladores de software

Configure and distribute creator fees to multiple shareholders using the PumpFees program with BPS-based share allocation, admin management, and cross-program fee consolidation for graduated tokens.

2026-06-07
pump-fee-system
Desarrolladores de software

Complete Pump protocol fee system — tiered protocol fees based on market cap, creator fee collection across two programs, basis point arithmetic, and ceiling division for dust-safe calculations.

2026-06-07
pump-mcp-server
Otras ocupaciones informáticas

Model Context Protocol server exposing 53 tools, 3 resource types, and 3 prompts for AI agent consumption — quoting, building transactions, fee management, analytics, AMM operations, social fees, wallet operations over stdio transport.

2026-06-07
pump-rust-vanity
Desarrolladores de software

Production-grade multi-threaded Rust vanity address generator for Solana — 100K+ keys/sec using Rayon parallel iterators with solana-sdk, Base58 pattern matching, prefix/suffix support, security-hardened file output, and Criterion benchmarks.

2026-06-07
pump-sdk-core
Desarrolladores de software

Build and extend the core Pump SDK — an offline-first TypeScript SDK that constructs Solana TransactionInstructions for token creation, buying, selling, migration, and creator fee collection across three on-chain programs (Pump, PumpAMM, PumpFees).

2026-06-07
pump-security
Analistas de seguridad de la información

Defense-in-depth security across Rust, TypeScript, and Bash for the Pump SDK — cryptographic key handling, memory zeroization, secure file I/O, input validation, privilege management, dependency auditing, and a 60+ item security checklist.

2026-06-07
pump-shell-scripts
Desarrolladores de software

Production-quality Bash scripts for Solana vanity generation, keypair verification, batch operations, dependency auditing, and test orchestration — with security-hardened patterns including file permissions, input validation, and cleanup traps.

2026-06-07
pump-solana-architecture
Desarrolladores de software

Design and derive Program Derived Addresses (PDAs) and account layouts across the Pump ecosystem's four Solana programs — global singletons, per-token accounts, per-user accumulators, and cross-program coordination patterns.

2026-06-07
pump-solana-dev
Desarrolladores de software

Solana development patterns used in the Pump SDK — Anchor IDL-based program interaction, SPL Token and Token-2022 management, transaction construction with instruction composition, RPC batching, and cross-program coordination.

2026-06-07
pump-solana-wallet
Desarrolladores de software

Secure Solana wallet generation using official Solana Labs libraries — Ed25519 keypairs, memory zeroization, vanity address generation, offline-only operation, and multi-language implementations (Rust, TypeScript, Bash).

2026-06-07
pump-testing
Analistas de garantía de calidad de software y probadores

Multi-language test infrastructure for the Pump SDK — Rust unit/integration/security/performance tests, TypeScript Jest tests, Python fuzz tests, shell test orchestration, Criterion benchmarks, and CI quality gates.

2026-06-07
pump-token-incentives
Desarrolladores de software

Volume-based PUMP token reward system with day-indexed epochs, pro-rata distribution, accumulator tracking, and cross-program claiming on Solana.

2026-06-07
Mostrando las 40 principales de 48 skills recopiladas en este repositorio.