
Codehakase Shelby Skills
- 1 repo stars
- Updated January 7, 2026
- codehakase/shelby-skills
codehakase-shelby-skills is a Claude Code plugin that equips your agent with skills for Shelby decentralized storage on Aptos—including uploads, blob management, balances, and WebDAV.
About
codehakase-shelby-skills is a Claude Code plugin that bundles skills for building against Shelby, a decentralized storage network on the Aptos blockchain. Developers shipping apps that need censorship-resistant or on-chain-adjacent file storage can register the plugin so Claude can execute concrete tasks: uploading and downloading assets, listing and managing blobs, reading APT and ShelbyUSD balances before writes, and bridging WebDAV clients to Shelby-backed storage. It reduces glue-code thrash when you are integrating a niche Web3 storage stack you do not use every day. The catalog lists one plugin and community maintenance with modest public traction, so validate SDK versions, network endpoints, and wallet flows against current Shelby and Aptos docs. Placement is Build → Integrations: you already chose Shelby for persistence and need agent-guided implementation, not a marketing or analytics layer. Works well alongside your own key management, testnet-first deployments, and security review of on-chain spend paths.
- Claude Code skills for Shelby decentralized storage on Aptos blockchain
- Covers file upload and download flows for builder apps and agents
- APT and ShelbyUSD balance inspection for funding and quota checks
- Blob management helpers for decentralized object storage
- WebDAV integration for familiar file tooling over Shelby storage
Codehakase Shelby Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install codehakase-shelby-skills@codehakase/shelby-skillsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | January 7, 2026 |
| Repository | codehakase/shelby-skills ↗ |
What it does
Let Claude Code upload files, manage blobs, check APT and ShelbyUSD balances, and use WebDAV against the Shelby decentralized storage network on Aptos.
Who is it for?
Best when you're creating apps or agents that store user content on Shelby/Aptos and want Claude to speak the network’s operations natively.
Skip if: Projects with only traditional S3-style storage, non-blockchain backends, or teams that cannot manage Aptos wallets and testnet/mainnet risk.
What you get
After install, Claude Code can guide and execute Shelby storage operations—files, blobs, APT/ShelbyUSD checks, and WebDAV—in your project with less manual API lookup.
- Shelby-aware Claude skills for upload, download, and blob lifecycle
- Balance checks for APT and ShelbyUSD before storage operations
- WebDAV-oriented integration paths documented for agent-driven implementation
Recommended Plugins
How it compares
Aptos/Shelby integration skill plugin, not a generic file-upload MCP or a marketplace-only prompt pack.
FAQ
Who is Codehakase Shelby Skills for?
It is for developers building on Shelby decentralized storage and Aptos who use Claude Code and want packaged skills for uploads, blobs, balances, and WebDAV.
When should I use Codehakase Shelby Skills?
Use it during build when you are wiring storage, payments, or file features against Shelby and need the agent to follow network-specific steps.
How do I add Codehakase Shelby Skills to my agent?
Install the plugin from codehakase/shelby-skills in Claude Code, configure Aptos/Shelby credentials and network per the repo, then invoke the skills during storage-related implementation tasks.