public/SKILLS/Utility & Automation/pinme/SKILL.md
This skill should be used when the user asks to "deploy", "upload", "publish" a frontend project, static website, or build output. Also activates when user mentions "pinme", "IPFS deployment", or wants to host static files online.
npx skillsauth add eric861129/skills_all-in-one pinmeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use PinMe CLI to deploy static files to IPFS and get a preview URL.
pinme --version
If not installed:
npm install -g pinme
Look for these directories (in priority order):
dist/ - Vue/React/Vite default outputbuild/ - Create React App outputout/ - Next.js static exportpublic/ - Pure static projectsValidation rules:
index.html (for websites)pinme upload <directory>
Examples:
pinme upload dist
pinme upload build
pinme upload ./my-static-site
After successful upload, return only the preview URL:
https://pinme.eth.limo/#/preview/<hash>
Users can visit the preview page to:
https://<name>.pinit.eth.limoDO:
index.html in the upload directoryDO NOT:
node_modules/.env files.git/ directorynpm run build
pinme upload dist
npm run build
pinme upload build
npm run build
npm run export # or next export
pinme upload out
| Error | Solution |
|-------|----------|
| command not found: pinme | Run npm install -g pinme |
| No such file or directory | Check path, run build first |
| Permission denied | Check folder permissions |
| Upload failed | Check network, retry |
# List upload history
pinme list
pinme ls -l 5
# Remove uploaded file
pinme rm <hash>
development
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
development
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
development
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
tools
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.