Generate a bilingual Binance-themed crypto assistant as a React artifact.
Project overview
OpenClaw Crypto AI is a single-file Claude Skill that generates a Binance-themed React chatbot for crypto education, trading-risk guidance, DeFi, or portfolio topics. It can produce Chinese or English interfaces and returns a renderable JSX artifact with session conversation memory. The generated app relies on the Anthropic API, and live market information requires separately enabling web search.
Fill PR or merge-request templates from the current branch and git diff.
Project overview
Diffscribe reads the current branch name, commits, changed files, and git diff to draft a complete pull-request or merge-request description. It can populate summaries, motivation, testing notes, checklists, issue links, and breaking-change sections in an existing template. Because it works from local Git state, the skill can support GitHub, GitLab, Bitbucket, and Azure DevOps workflows.
General skillSoftware developmentModel Context Protocol
Cloudinary-skill
@wrsmith108
Create Cloudinary upload workflows and responsive image transformations.
Project overview
This Claude Code skill generates Cloudinary URLs using options such as f_auto, q_auto, and responsive widths, then guides uploads through the Node.js SDK, CLI, or optional MCP tools. It includes transformation patterns for common image placements, folder conventions, troubleshooting, and Astro CDN configuration. A valid CLOUDINARY_URL environment variable is required.
General skillDocument productivityModel Context Protocol
document-everything
@d3v-26·Python
Scan a codebase and generate structured architecture and file documentation.
Project overview
Document a repository by detecting its project type, ranking source files for reading, and writing an adaptive report with architecture diagrams, file references, configuration, dependencies, known issues, and decision records. Output changes with repository size, and the workflow also updates CLAUDE.md while optionally enriching public GitHub analysis through DeepWiki.
Audit and build TON smart contracts with Tolk and TVM guidance
Project overview
This Claude Code skill collects TON smart-contract security and development guidance for Tolk 1.2 and TVM 12. It covers access control, integer overflow, asynchronous reentrancy, message deserialization, bounce handling, gas management, and an eleven-phase audit checklist, with vulnerable and corrected examples. It is a reference skill for developers reviewing or implementing TON contracts, rather than a standalone auditing service.
Audit or design websites using fifteen practical simplicity principles.
Project overview
Review a live site, screenshot, Figma design, or frontend code for issues that distract from content and user goals, or apply the same framework while designing a page from scratch. The skill checks fifteen principles covering clarity, hierarchy, accessibility, focus, performance, maintainability, and commercial usefulness, with optional scoring and prioritized fixes.
Turn folders of PDFs into NotebookLM audio overviews and summaries.
Project overview
This Claude Code skill finds PDFs in a folder, groups them into NotebookLM batches, and exports podcast-style audio, structured Markdown summaries, and processing metadata. You can choose the language, output directory, batch size, or audio-only and summary-only modes. It requires an initial Google login and relies on the unofficial notebooklm-py library, so API changes or expired cookies can interrupt the workflow.
Send plain text or PDFs as physical mail from Claude Code.
Project overview
Provide an address and either plain text or a PDF, and the skill previews the page count and price before submitting the job to Mailclaw. It then returns a Solana USDC payment address, after which the letter is printed, placed in a hand-addressed envelope, photographed, and mailed through USPS. First Class, certified, return-receipt, and international tiers are available.
Query multimodal routes, transit data, and geocoding through TripGo scripts.
Project overview
This agent skill wraps the SkedGo TripGo API with references and runnable Bash scripts for routing, public transport data, real-time services, geocoding, POIs, and trip lifecycle operations. It is particularly useful for comparing multiple transport modes from the same origin and destination. A TripGo API key, curl, and jq are required, and deprecated endpoints remain only for compatibility.
Read and manage Bluesky posts through a guarded local Claude CLI.
Project overview
Use a local Node.js CLI to read feeds and threads or to post, reply, and delete through the official AT Protocol SDK. Write commands show a payload preview, support dry runs, require explicit confirmation for deletion, and retry rate-limited requests with backoff; authentication uses a Bluesky app password.
Deploy frontend projects to GitHub Pages through Claude Code.
Project overview
Ask Claude to deploy a frontend project and this skill handles repository creation, GitHub Actions setup, Pages activation, and deployment monitoring through to the live URL. It also fixes common Vite base-path failures automatically. Git and an authenticated GitHub CLI are required, while some frameworks such as CRA, Next.js static export, or Angular may still need their documented configuration changes.
Tailor a one-page LaTeX resume by selecting approved master bullets.
Project overview
Match a resume to a job description without inventing or freely rewriting experience. The skill analyzes fit and gaps, proposes a plan, then selects existing bullets from a maintained master list and compiles them into a fixed one-page LaTeX template after approval; useful results depend on preparing that bullet library first.
Query on-chain smart-money data with per-request USDC payments.
Project overview
MetEngine Data Agent exposes 63 endpoints across Polymarket, Hyperliquid, and Meteora for smart-money consensus, wallet profiles, trader leaderboards, capital flow, and liquidity-pool analysis. Requests use the x402 protocol and settle in Solana USDC only when a successful response is returned, without API keys or subscriptions. A funded wallet and securely configured private key are required.
Understand codebases, assess change risk, and plan implementations.
Project overview
code-surgeon offers four Claude Code modes for discovery, change review, optimization, and implementation planning. It selects relevant files, maps architecture, identifies likely breakage or bottlenecks, and turns larger work into testable steps. The recommendations are guidance rather than a substitute for developer judgment and testing.
Review New Zealand–Philippines employment and contractor agreements for legal risks.
Project overview
Upload or paste an agreement to check classification, privacy, enforceability, missing provisions, and internal inconsistencies when a New Zealand company engages Philippines-based workers. The plugin covers contractor and employment agreements, NDAs, and SaaS or master service terms, with suggested redlines and market benchmarks. Its analysis is informational only and does not replace qualified legal counsel.
Manage memories, people, projects, tasks, and journals as Markdown files.
Project overview
Talk to Claude naturally to store or retrieve memories, contacts, projects, engagements, and journal entries. The skill keeps everything as local Markdown files with YAML front matter, supports search and dashboard-style summaries, and needs no database or background server. The data directory can optionally be a private Git repository for versioning and multi-machine synchronization.
Help Claude build applications on the Pubky decentralized stack.
Project overview
Pubky Stack Skill gives Claude focused references for the Pubky SDK, Pkarr identity and routing, Pubky Ring authentication, homeserver data, app schemas, and indexer patterns. It includes reusable templates for authentication, typed CRUD, Next.js setup, and custom indexers, making it useful for developers building Pubky-based applications.
Generate, validate, and troubleshoot Codesphere deployment configurations.
Project overview
This Claude Code skill helps create or repair Codesphere ci.yml files and plan deployments using schemaVersion v0.2. It covers single applications and multi-service landscapes, along with domains, environment variables, networking, scaling, the cs-go CLI, public API, and CI integrations, making it useful for developers already deploying on Codesphere.