Loading...
Loading...
This skill should be used when the user asks to "deploy", "upload", "publish", or "pin" any files, folders, frontend projects, or static websites to IPFS. Also activates when user mentions "pinme", "IPFS", or wants to share files via decentralized storage.
npx skill4agent add glitternetwork/pinme pinmepinme --versionnpm install -g pinmedist/build/out/public/pinme upload <path># Upload a single file
pinme upload ./document.pdf
# Upload a folder
pinme upload ./my-folder
# Upload website build output
pinme upload disthttps://pinme.eth.limo/#/preview/<hash>https://<name>.pinit.eth.limo/#/about/aboutHashRouterBrowserRoutercreateWebHashHistory()createWebHistory()node_modules/.env.git/# Upload a single file
pinme upload ./image.png
# Upload a folder
pinme upload ./my-documents
# Upload with specific path
pinme upload /path/to/filesnpm run build
pinme upload distnpm run build
pinme upload buildnpm run build
npm run export # or next export
pinme upload out| Error | Solution |
|---|---|
| Run |
| Check path exists |
| Check file/folder permissions |
| Upload failed | Check network, retry |
# List upload history
pinme list
pinme ls -l 5
# Remove uploaded file
pinme rm <hash>