{
  "markdown": "# marketing-skills\n\nA collection of reusable skills for Claude Code, Codex CLI, and other coding agents — browser automation, content workflows, and more.\n\n## Available Skills\n\n### Browser Automation\n\n| Skill | Description |\n|-------|-------------|\n| [`chrome-automation`](./skills/chrome-automation/) | Automate Chrome browser tasks using the [agent-browser](https://github.com/vercel-labs/agent-browser) CLI. Navigate pages, fill forms, take screenshots, extract data, and replay Chrome DevTools Recorder exports. |\n| [`browser-screenshot`](./skills/browser-screenshot/) | Take focused, region-specific screenshots from web pages using a dedicated headed Chrome profile with persistent login state, then crop to the target region. |\n\n### Video Processing\n\n| Skill | Description |\n|-------|-------------|\n| [`raw-video-processing`](./skills/raw-video-processing/) | Post-process raw screen recordings by removing silent segments and applying speed adjustments. |\n| [`video-to-gif`](./skills/video-to-gif/) | Convert a video to multiple GIF variants with different quality/size tradeoffs for visual comparison. |\n\n### Image Processing\n\n| Skill | Description |\n|-------|-------------|\n| [`screenshot-compression`](./skills/screenshot-compression/) | Compress PNG/JPEG screenshots in place using pngquant and jpegoptim, keeping original format for maximum compatibility. |\n| [`mermaid-to-image`](./skills/mermaid-to-image/) | Convert Mermaid code blocks in Markdown files to PNG images using the mermaid.ink API. |\n| [`mermaid-to-gif`](./skills/mermaid-to-gif/) | Convert Mermaid diagrams to animated GIFs with customizable animation styles (progressive reveal, highlight walk, pulse flow). |\n| [`image-generation`](./skills/image-generation/) | Generate illustration images for articles and documentation with a Codex-first workflow, OpenAI API fallback, and Gemini fallback. |\n| [`milvus-meme-sticker`](./skills/milvus-meme-sticker/) | Create tiny no-text Milvus-style sticker memes for technical articles and community posts. |\n\n### Analytics\n\n| Skill | Description |\n|-------|-------------|\n| [`github-traffic`](./skills/github-traffic/) | Fetch, store, and visualize GitHub repository traffic data (views, clones, referrers, stars) with trend charts. Requires repo push access. |\n\n### Content Creation\n\n| Skill | Description |\n|-------|-------------|\n| [`jupyter-notebook-writing`](./skills/jupyter-notebook-writing/) | Write Milvus application-level Jupyter notebook examples using a Markdown-first workflow with jupyter-switch. |\n| [`remove-ai-style`](./skills/remove-ai-style/) | Aggressively remove AI-writing patterns with a deterministic bilingual Markdown analyzer, hard zero-tolerance checks for exclamation marks, dashes, and formulaic binary contrasts, full-article semantic review of empty emphasis and reader-mind-reading, and before/after rescanning. |\n| [`content-rewrite`](./skills/content-rewrite/) | Adapt content for different platforms (LinkedIn, X, Reddit, English blog, WeChat) with platform-specific tone, format, and length. |\n\n### Publishing\n\n| Skill | Description |\n|-------|-------------|\n| [`md-to-feishu`](./skills/md-to-feishu/) | Convert local Markdown files to Feishu (Lark) documents with automatic image uploading. Uses the feishu-docx CLI via `uvx`. |\n\n## Quick Start\n\nInstall all skills globally to **all supported coding agents** with one command:\n\n```bash\nnpx skills add zc277584121/marketing-skills --all -g\n```\n\nUpdate to the latest version:\n\n```bash\nnpx skills update\n```\n\n## Installation\n\nInstall using [npx skills](https://skills.sh):\n\n### Install to all agents at once\n\n```bash\n# Global — available in all projects, all agents\nnpx skills add zc277584121/marketing-skills --all -g\n\n# Project-level — current project only, all agents\nnpx skills add zc277584121/marketing-skills --all\n```\n\n### Install to a specific agent\n\n```bash\nnpx skills add zc277584121/marketing-skills -a claude-code -g\nnpx skills add zc277584121/marketing-skills -a codex -g\nnpx skills add zc277584121/marketing-skills -a cursor -g\n```\n\nOther supported agents: `windsurf`, `github-copilot`, `cline`, `roo`, `gemini-cli`, `goose`, `kilo`, `augment`, `opencode`, and [40+ more](https://skills.sh).\n\n> **Project vs Global**: Without `-g`, skills are installed into the current project directory for the selected agent. With `-g`, they go to that agent's global skills directory and are available across all projects.\n\n## Updating\n\n```bash\n# Check for updates\nnpx skills check\n\n# Update all globally installed skills to latest\nnpx skills update\n```\n\nTo update project-level installs, re-run the `npx skills add` command.\n",
  "bytes": 4634,
  "sha": "96373d56a7be12263481669a4956b68af2d92d7df6fe009988dc7893bc6c14f3",
  "repo_slug": "zc277584121/marketing-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_zc277584121_marketing_skills_chrome_auto_528797c7/readme"
}