By omriariav
Format and copy Claude output to clipboard for Slack, Gmail, Google Chat, Google Docs, Jira, Markdown, Rich Text, or plain text.
Copy to clipboard as plain text. Specify what to copy, or auto-detects from context.
Copy to clipboard for Google Chat. Specify what to copy, or auto-detects from context.
Copy to clipboard for Google Docs (Paste from Markdown). Specify what to copy, or auto-detects from context.
Copy to clipboard for Gmail/email (rich text). Specify what to copy, or auto-detects from context.
Copy to clipboard for Jira Cloud (Markdown). Specify what to copy, or auto-detects from context.
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.
Personal collection of Claude Code commands and utilities.
In Claude Code:
/plugins → Marketplace → Add → omriariav/omri-cc-stuff
Then install the copy plugin from the marketplace.
/copy:* - Format & Copy to ClipboardCopy data/tables/text to clipboard, formatted for your destination.
| Command | Description |
|---|---|
/copy:slack | Format for Slack (ASCII tables, *bold*) |
/copy:gchat | Format for Google Chat (same as Slack) |
/copy:gmail | Format for Gmail/email (rich text paste) |
/copy:gdocs | Format for Google Docs (Markdown, paste via Edit → Paste from Markdown) |
/copy:jira | Format for Jira Cloud (Markdown) |
/copy:md | Markdown (standard syntax) |
/copy:cleartext | Plain text (universal) |
/copy:richformat | Rich Text Format (RTF) for Word, Pages |
Usage:
/copy:slack → Auto-detect what to copy, format for Slack
/copy:slack the summary table → Copy specific content for Slack
/copy:gmail → Auto-detect, format as rich text for email
Features:
$2.45M not 2450000)Example:
You: Compare the top programming languages
Claude: | Language | Stars | Growth |
|------------|--------|--------|
| Python | 142K | +18% |
| JavaScript | 128K | +12% |
| Rust | 89K | +31% |
You: /copy:slack
Claude: ✓ Copied to clipboard (format: Slack)
/tweet - Post to X (Twitter)Post tweets directly from Claude Code. Drafts the text, shows a preview with character count, and asks for approval before posting. Learns your voice over time from editing patterns and feedback.
/tweet Testing my new tweet skill from Claude Code
/tweet Announce the launch of our new attribution feature
Workflow:
Setup (one-time):
pip3 install requests-oauthlib
On first run, /tweet will pop up native macOS dialogs to store your X API credentials securely in Keychain. Get keys from developer.x.com → your app → Keys and Tokens (Consumer Key/Secret + Access Token/Secret with Read+Write permissions).
Alternatively, set env vars in ~/.zshrc: X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, X_ACCESS_TOKEN_SECRET.
/skill-reviewer - Skill Design EvaluationEvaluate any skill's design quality against best practices. Scores 10 dimensions (29-point rubric), detects anti-patterns, and optionally applies safe fixes.
/skill-reviewer publisher-lookup → Review by skill name
/skill-reviewer --fix my-skill → Review + auto-apply safe fixes
/skill-reviewer --compare skill-a skill-b → Side-by-side comparison
Dimensions scored: Progressive Disclosure, Description Quality, Gotchas, Non-Obvious Content, Flexibility, Setup & Config, Memory, Scripts, Frontmatter, Hooks Integration.
Grades: A (25-29), B (20-24), C (15-19), D (10-14), F (0-9)
/find-session - Search Past ConversationsSearch past Claude Code session history by keyword and get claude --resume commands to pick up where you left off.
/find-session deploy → Search current project for "deploy"
/find-session --all taboola → Search across all projects
/find-session --all --json auth → Structured JSON output
Features:
claude-mem, c++)/rename) when set, falls back to first message preview--json mode for programmatic useConfiguration (config.json):
| Setting | Default | Description |
|---|---|---|
max_results | 20 | Max sessions to show |
use_haiku_summary | true | Enable Haiku summarization prompt |
haiku_threshold | 50 | Max results for Haiku to trigger |
haiku_model | claude-haiku-4-5-20251001 | Model for summarization |
exclude_slugs | [] | Project slugs to skip in --all mode |
/claude-reviewer - Claude Code Configuration AuditorReview any project's .claude/ folder setup against best practices. Scores 8 dimensions (24-point rubric), detects anti-patterns, and produces an actionable improvement report.
npx claudepluginhub omriariav/omri-cc-stuff --plugin copyBen Gurion Airport (TLV) live flight data, destination weather, and historical delay analysis
Install claude-pulse statusline for real-time token usage monitoring.
Search past Claude Code conversations by keyword and get session IDs for claude --resume.
Review any project's .claude/ folder setup against best practices (based on https://x.com/akshay_pachaar/status/2035341800739877091). Scores 8 dimensions (24-point rubric).
Evaluate any skill's design quality against best practices (based on https://x.com/trq212/status/2033949937936085378). Scores 10 dimensions (29-point rubric), detects anti-patterns, and optionally applies safe fixes. Complements /reflect which covers conversation-level learnings.
Enhances web_search Skill by posting formatted research digests to Slack channels
Interactive markdown review with web UI - review plans and documents with checkbox approvals and inline comments
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Rich text message drafts for Gmail, Outlook, and WhatsApp with formatting preview
External communication formatting - Google Chat, ticket drafting
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.