By adamlevoy
Generate Raycast script commands for macOS automation. Creates shell scripts with proper Raycast metadata for productivity workflows.
Personal 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub adamlevoy/claude-plugins --plugin raycastLoad context from vault memory. Temporal queries use native JSONL timeline. Topic queries use QMD BM25 search. Generates session-file relationship graphs.
Sync Granola meeting notes and transcripts to Obsidian vault. Export meetings from the local Granola cache and backfill missing transcripts from the Granola API.
Sync Claude Code sessions to Obsidian markdown. Export, resume, add notes, close sessions, and archive conversation history.
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.
Creating and running macOS Shortcuts programmatically
Claude Code skill pack for Apple Notes (24 skills)
A plugin for scheduling automated Claude Code tasks — cross-platform (macOS, Linux, Windows) recurring and one-off execution of skills, prompts, and scripts with safety controls and notifications
Build, validate, sign, and archive macOS/iOS Shortcuts directly from Claude Code. Ships a full Shortcuts knowledge base, a Craig Loop validator, a build agent, and a PostToolUse hook that auto-validates every .xml/.shortcut file as it is written.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).