Codehakase Shelby Skills
codehakase-shelby-skills is a Claude Code plugin for the Build phase that equips your agent with skills for Shelby decentralized storage on Aptos—including uploads, blob management, balances, and WebDAV.
Let Claude Code upload files, manage blobs, check APT and ShelbyUSD balances, and use WebDAV against the Shelby decentralized storage network on Aptos.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install codehakase-shelby-skills@codehakase/shelby-skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:codehakase/shelby-skills") and the paste-ready config with skillselion.get_install_config("plugin:codehakase/shelby-skills").
What it does
codehakase-shelby-skills is a Claude Code plugin that bundles skills for building against Shelby, a decentralized storage network on the Aptos blockchain. Indie builders 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 ship-phase security review of on-chain spend paths.
Highlights
- 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
Why builders use it
Hooking Claude into Shelby’s Aptos storage APIs, balances, and WebDAV correctly is tedious without domain-specific skills the agent can invoke reliably.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
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.
Comments
Share how you use codehakase-shelby-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.