Personal Claude Code plugin marketplace — skills, agents, and integrations built by Adam Levoy.
npx claudepluginhub adamlevoy/claude-pluginsPersonal Claude Code plugin marketplace by Adam Levoy.
Add this marketplace to Claude Code:
/plugin marketplace add adamlevoy/claude-plugins
Then browse and install:
/plugin
Or install a specific plugin directly:
/plugin install seo@adamlevoy
| Plugin | Description |
|---|---|
| granola | Sync Granola meeting notes and transcripts to Obsidian |
| firecrawl | Web scraping, crawling, and knowledge base building via Firecrawl API |
| seo | SEO and GEO optimization using DataForSEO API |
| cloudflare | Cloudflare domain, DNS, and CDN management |
| Reddit API integration via PRAW | |
| recall | Load context from Obsidian vault memory |
| raycast | Generate Raycast script commands for macOS automation |
| trader | Swing trading analysis for equities and crypto |
| sync-claude-sessions | Sync Claude Code sessions to Obsidian markdown |
| media-ingest | Ingest YouTube, podcast, and Granola content as Obsidian notes |
| image-gen | Generate and edit images via Google Nano Banana 2 (Gemini) and Imagen 4 |
| cf-mcp | Scaffold and deploy MCP servers on Cloudflare Workers with Google OAuth |
When prompted, choose a scope:
.claude/settings.jsonEach plugin follows the official Claude Code plugin format:
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json # Required metadata
├── skills/<name>/
│ └── SKILL.md # Skill definition with frontmatter
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── hooks/ # Event hooks (optional)
├── .mcp.json # MCP server config (optional)
└── README.md
Sync Granola meeting notes and transcripts to Obsidian vault. Export meetings from the local Granola cache and backfill missing transcripts from the Granola API.
Web scraping and crawling via Firecrawl API. Scrape websites, crawl for markdown, build knowledge bases, extract structured data, map URLs, and search the web.
Comprehensive SEO and GEO (Generative Engine Optimization) skill using DataForSEO API. Keyword research, content strategy, technical audits, schema markup, E-E-A-T, and competitive analysis.
Cloudflare API for domain and DNS management. Manage zones, DNS records, SSL certificates, proxy settings, and CDN configuration.
Reddit API integration via PRAW. Browse subreddits, search posts, monitor discussions, post content, comment, vote, and analyze Reddit communities.
Load context from vault memory. Temporal queries use native JSONL timeline. Topic queries use QMD BM25 search. Generates session-file relationship graphs.
Generate Raycast script commands for macOS automation. Creates shell scripts with proper Raycast metadata for productivity workflows.
Swing trading analysis for equities and crypto. Evaluates setups, reviews positions, trade planning, journaling, pattern analysis, and research.
Sync Claude Code sessions to Obsidian markdown. Export, resume, add notes, close sessions, and archive conversation history.
Ingest YouTube videos, podcast episodes, and Granola meeting transcripts as Obsidian markdown notes. Pull transcripts and convert media to structured notes.
Generate and edit images using Google's Nano Banana 2 (Gemini) and Imagen 4. Supports text-to-image, photo editing, background removal, style transfer, and reference-based generation.
Scaffold and deploy custom MCP servers on Cloudflare Workers with Google OAuth.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.