By codehakase
Claude Code skills for building on Shelby decentralized storage network (Aptos blockchain). Covers file upload/download, APT/ShelbyUSD balances, blob management, and WebDAV integration.
A Claude Code plugin providing skills for building on Shelby, a decentralized storage network built on the Aptos blockchain.
/plugin marketplace add codehakase/shelby-skills
/plugin install shelby-blockchain@shelby-skills
/plugin list
You should see shelby-blockchain in your installed plugins.
Comprehensive guidance for Shelby operations:
| Operation | Description |
|---|---|
| Balance Fetching | APT & ShelbyUSD via fungible asset view functions |
| File Upload | Commitments, blob registration, wallet signing |
| File Download | SDK download, browser blob URLs |
| Blob Listing | Account blobs with metadata parsing |
| Transactions | Fetching & parsing transaction history |
| Cost Calculation | Storage pricing ($0.05/GB/month) |
Once installed, Claude Code will automatically use this skill when you ask about:
Network: Shelbynet (testnet)
https://api.shelbynet.shelby.xyz/v1
Token Metadata (Fungible Assets):
0xa0x1b18363a9f1fe5e6ebf247daba5cc1c18052bb232efdc4c50f556053922d98e1Important: On Shelbynet, APT is stored as a Fungible Asset, not in legacy CoinStore format.
Projects using this skill typically need:
{
"@aspect-build/shelby-sdk": "latest",
"@aptos-labs/ts-sdk": "^1.33.1",
"@aptos-labs/wallet-adapter-react": "^3.x"
}
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin codehakase-shelby-skillsClaude Code skill pack for QuickNode (18 skills)
Vercel Blob object storage with CDN for Next.js. Use for file uploads (images, PDFs, videos), presigned URLs, user-generated content, file management, or encountering BLOB_READ_WRITE_TOKEN errors, file size limits, client upload token errors.
No description provided.
Build on Solana with Helius — live blockchain tools, expert coding patterns, and autonomous account signup
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Agent skill that teaches AI coding agents how to build Stellar blockchain applications with the Java Stellar SDK (network.lightsail:stellar-sdk): transactions, operations, Horizon, Soroban, XDR/SCVal, and SEP protocols.