███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 501 | make-interfaces-feel-better | jakubkrehel/make-interfaces-feel-better |
Details that make interfaces feel better Great interfaces rarely come from a single thing. It's usually a collection of small details that compound into a great experience. Apply these principles when building or reviewing UI code. Quick Reference Category When to Use Typography Text wrapping, font smoothing, tabular numbers Layout & Spacing Border radius, optical alignment, shadows, image outlines Animations Interruptible animations, enter/exit transitions, icon animations Core Principles 1. Co...
|
29.1K |
| 502 | remotion | google-labs-code/stitch-skills |
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
|
28.8K |
| 503 | scaffold-exercises | mattpocock/skills |
Scaffold Exercises Create exercise directory structures that pass pnpm ai-hero-cli internal lint , then commit with git commit . Directory naming Sections : XX-section-name/ inside exercises/ (e.g., 01-retrieval-skill-building ) Exercises : XX.YY-exercise-name/ inside a section (e.g., 01.03-retrieval-with-bm25 ) Section number = XX , exercise number = XX.YY Names are dash-case (lowercase, hyphens) Exercise variants Each exercise needs at least one of these subfolders: problem/ - student workspac...
|
28.7K |
| 504 | community-marketing | coreyhaines31/marketingskills |
Community Marketing You are an expert community builder and community-led growth strategist. Your goal is to help the user design, launch, and grow a community that creates genuine value for members while driving measurable business outcomes. Before You Start Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already ...
|
28.4K |
| 505 | huashu-design | alchaincyf/huashu-design |
花叔Design · Huashu-Design 你是一位用HTML工作的设计师,不是程序员。用户是你的manager,你产出深思熟虑、做工精良的设计作品。 HTML是工具,但你的媒介和产出形式会变 ——做幻灯片时别像网页,做动画时别像Dashboard,做App原型时别像说明书。 根据任务embody对应领域的专家 :动画师/UX设计师/幻灯片设计师/原型师。 使用前提 这个skill专为「用HTML做视觉产出」的场景设计,不是给任何HTML任务用的万能勺。适用场景: 交互原型 :高保真产品mockup,用户可以点击、切换、感受流程 设计变体探索 :并排对比多个设计方向,或用Tweaks实时调参 演示幻灯片 :1920×1080的HTML deck,可以当PPT用 动画Demo :时间轴驱动的motion design,做视频素材或概念演示 信息图/可视化 :精确排版、数据驱动、印刷级质量 不适用场景:生产级Web App、SEO网站、需要后端的动态系统——这些用frontend-design skill。 核心原则 0 · 事实验证先于假设(优先级最高,凌驾所有其他流程) 任何涉及...
|
28.4K |
| 506 | baoyu-post-to-wechat | jimliu/baoyu-skills |
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as {baseDir} , then use {baseDir}/scripts/<name>.ts . Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun. Script Purpose scripts/wechat-browser.ts Image-text posts (图文)...
|
28.2K |
| 507 | agentix-ceo | agentix-cloud/skills |
Agentix — CEO Skill You are a CEO — an orchestrator that manages a team of AI workers through the Agentix platform. Workers are ephemeral Agentix workers that run on Modal, complete their task, and exit. Environment Setup Throughout this skill, $AGENTIX_API refers to the base URL of the Agentix API. Before making any API calls, resolve this value as follows: Check the AGENTIX_API_URL environment variable. If not set, default to https://agentix.cloud . SaaS (default — zero config required) expor...
|
28.2K |
| 508 | gws-docs-write | googleworkspace/cli |
docs +write PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Append text to a document Usage gws docs +write --document < ID > --text < TEXT > Flags Flag Required Default Description --document ✓ — Document ID --text ✓ — Text to append (plain text) Examples gws docs +write --document DOC_ID --text 'Hello, world!' Tips Text is inserted at the end of the document body. For rich formatting, use the raw batchUpdat...
|
28.1K |
| 509 | gws-sheets-read | googleworkspace/cli |
sheets +read PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Read values from a spreadsheet Usage gws sheets +read --spreadsheet < ID > --range < RANGE > Flags Flag Required Default Description --spreadsheet ✓ — Spreadsheet ID --range ✓ — Range to read (e.g. 'Sheet1!A1:B2') Examples gws sheets +read --spreadsheet ID --range 'Sheet1!A1:D10' gws sheets +read --spreadsheet ID --range Sheet1 Tips Read-only — neve...
|
28K |
| 510 | migrate-to-shoehorn | mattpocock/skills |
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
|
27.9K |
| 511 | azure-postgres | microsoft/azure-skills |
Azure Database for PostgreSQL Configure passwordless authentication with Microsoft Entra ID for existing Azure Database for PostgreSQL Flexible Server. This skill focuses on setting up Entra ID authentication, managing user access, and migrating from password-based authentication. Primary use cases: Migrating existing PostgreSQL databases from password to Entra ID authentication Setting up developer access with Azure identities Configuring managed identity access for Azure-hosted applications Ma...
|
27.8K |
| 512 | gws-drive-upload | googleworkspace/cli |
drive +upload PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload a file with automatic metadata Usage gws drive +upload < file > Flags Flag Required Default Description <file> ✓ — Path to file to upload --parent — — Parent folder ID --name — — Target filename (defaults to source filename) Examples gws drive +upload ./report.pdf gws drive +upload ./report.pdf --parent FOLDER_ID gws drive +upload ./data.csv...
|
27.5K |
| 513 | humanizer-zh | op7418/humanizer-zh |
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干...
|
27.5K |
| 514 | directory-submissions | coreyhaines31/marketingskills |
Directory Submissions You are an expert in directory-driven distribution for software products. Your goal is to help the user build a compounding backlink + discovery foundation by submitting to the right directories, in the right order, with the right positioning — and to make sure that foundation actually produces leads instead of vanity backlinks. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md ...
|
27.5K |
| 515 | gws-calendar-agenda | googleworkspace/cli |
calendar +agenda PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Show upcoming events across all calendars Usage gws calendar +agenda Flags Flag Required Default Description --today — — Show today's events --tomorrow — — Show tomorrow's events --week — — Show this week's events --days — — Number of days ahead to show --calendar — — Filter to specific calendar name or ID Examples gws calendar +agenda gws calen...
|
27.4K |
| 516 | firebase-remote-config-basics | firebase/agent-skills |
Remote Config This skill provides a complete guide for getting started with Remote Config on Android or iOS. Remote Config allows you to change the behavior and appearance of your app without publishing an app update by maintaining a cloud-based configuration template. Prerequisites Provisioning Remote Config requires both a Firebase project and a Firebase app, either Android or iOS. To manage the Remote Config template and conditions via the command line, use the Firebase CLI. See the firebase-...
|
27.3K |
| 517 | ckm:design-system | nextlevelbuilder/ui-ux-pro-max-skill |
Design System Token architecture, component specifications, systematic design, slide generation. When to Use Design token creation Component state definitions CSS variable systems Spacing/typography scales Design-to-code handoff Tailwind theme configuration Slide/presentation generation Token Architecture Load: references/token-architecture.md Three-Layer Structure Primitive (raw values) ↓ Semantic (purpose aliases) ↓ Component (component-specific) Example: /* Primitive */ --color-blue-600 : 256...
|
27K |
| 518 | image | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
26.9K |
| 519 | accessibility | addyosmani/web-quality-skills |
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
|
26.8K |
| 520 | ckm:design | nextlevelbuilder/ui-ux-pro-max-skill |
Design Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons. When to Use Brand identity, voice, assets Design system tokens and specs UI styling with shadcn/ui + Tailwind Logo design and AI generation Corporate identity program (CIP) deliverables Presentations and pitch decks Banner design for social media, ads, web, print Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok Sub-skill Routing Task Sub-skill Details Brand identity, voice...
|
26.8K |
| 521 | ckm:ui-styling | nextlevelbuilder/ui-ux-pro-max-skill |
UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. Reference shadcn/ui: https://ui.shadcn.com/llms.txt Tailwind CSS: https://tailwindcss.com/docs When to Use This Skill Use when: Building UI with React-based frameworks (Next.js, Vite, Remix, Astro) Implementing accessible components (dialogs, forms, tables, navigation) Styling with utility-first CSS approach ...
|
26.8K |
| 522 | video | coreyhaines31/marketingskills |
No SKILL.md available for this skill. View on GitHub
|
26.8K |
| 523 | layout | pbakaus/impeccable |
Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. MANDATORY PREPARATION Invoke /impeccable — it contains design principles, anti-patterns, and the Context Gathering Protocol . Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first. Assess Current Layout Analyze what's weak about the current spatial design: Spacing : Is spacing con...
|
26.6K |
| 524 | gws-gmail-send | googleworkspace/cli |
gmail +send PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Send an email Usage gws gmail +send --to < EMAIL > --subject < SUBJECT > --body < TEXT > Flags Flag Required Default Description --to ✓ — Recipient email address --subject ✓ — Email subject --body ✓ — Email body (plain text) --dry-run — — Show the request that would be sent without executing it Examples gws gmail +send --to alice@example.com --subjec...
|
26.5K |
| 525 | gws-calendar-insert | googleworkspace/cli |
calendar +insert PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. create a new event Usage gws calendar +insert --summary < TEXT > --start < TIME > --end < TIME > Flags Flag Required Default Description --calendar — primary Calendar ID (default: primary) --summary ✓ — Event summary/title --start ✓ — Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) --end ✓ — End time (ISO 8601) --location — — Event location --...
|
26.5K |
| 526 | ckm:brand | nextlevelbuilder/ui-ux-pro-max-skill |
Brand Brand identity, voice, messaging, asset management, and consistency frameworks. When to Use Brand voice definition and content tone guidance Visual identity standards and style guide development Messaging framework creation Brand consistency review and audit Asset organization, naming, and approval Color palette management and typography specs Quick Start Inject brand context into prompts: node scripts/inject-brand-context.cjs node scripts/inject-brand-context.cjs --json Validate an asset:...
|
26.4K |
| 527 | ckm:banner-design | nextlevelbuilder/ui-ux-pro-max-skill |
Banner Design - Multi-Format Creative Banner System Design banners across social, ads, web, and print formats. Generates multiple art direction options per request with AI-powered visual elements. This skill handles banner design only. Does NOT handle video editing, full website design, or print production. When to Activate User requests banner, cover, or header design Social media cover/header creation Ad banner or display ad design Website hero section visual design Event/print banner design C...
|
26.4K |
| 528 | ckm:slides | nextlevelbuilder/ui-ux-pro-max-skill |
Slides Strategic HTML presentation design with data visualization. $ARGUMENTS When to Use Marketing presentations and pitch decks Data-driven slides with Chart.js Strategic slide design with layout patterns Copywriting-optimized presentation content Subcommands Subcommand Description Reference create Create strategic presentation slides references/create.md References (Knowledge Base) Topic File Layout Patterns references/layout-patterns.md HTML Template references/html-template.md Copywriting F...
|
26.3K |
| 529 | baoyu-image-gen | jimliu/baoyu-skills |
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
|
25.9K |
| 530 | vite | antfu/skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
25.8K |
| 531 | gws-sheets-append | googleworkspace/cli |
sheets +append PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Append a row to a spreadsheet Usage gws sheets +append --spreadsheet < ID > Flags Flag Required Default Description --spreadsheet ✓ — Spreadsheet ID --values — — Comma-separated values (simple strings) --json-values — — JSON array of rows, e.g. '[["a","b"],["c","d"]]' Examples gws sheets +append --spreadsheet ID --values 'Alice,100,true' gws sheet...
|
25.8K |
| 532 | python-performance-optimization | wshobson/agents |
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
|
25.8K |
| 533 | brand-landingpage | wshobson/agents |
Brand Landing Page Designer You are a design consultant embedded in a developer's workflow. Your user has built a product, side project, or service and needs a landing page -- but hasn't thought much about brand identity, visual direction, or how to communicate their product to non-technical visitors. You guide them through a focused brand interview, translate their answers into design decisions, generate screens via Stitch, lead iterative refinement through structured design feedback, and deliv...
|
25.7K |
| 534 | baoyu-markdown-to-html | jimliu/baoyu-skills |
Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution: Determine this SKILL.md directory as `SKILL_DIR`, then use `${SKILL_DIR}/scripts/<name>.ts`. | `scripts/main.ts` | Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): ``` Check project-level first test -f .baoyu-skills/baoyu-markdown-to-html/EXTEND.md && echo "project" Then user-l...
|
25.7K |
| 535 | vue | antfu/skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
25.6K |
| 536 | gws-gmail-triage | googleworkspace/cli |
gmail +triage PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Show unread inbox summary (sender, subject, date) Usage gws gmail +triage Flags Flag Required Default Description --max — 20 Maximum messages to show (default: 20) --query — — Gmail search query (default: is:unread) --labels — — Include label names in output Examples gws gmail +triage gws gmail +triage --max 5 --query 'from:boss' gws gmail +triage ...
|
25.5K |
| 537 | use-dom | expo/skills |
What are DOM Components? DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries like recharts, react-syntax-highlighter, or any React web library in your Expo app without modification. When to Use DOM Components Use DOM components when you need: Web-only libraries — Charts (recharts, chart.js), syntax highlighters, rich text editors, or any library that depends on DOM APIs Migrating web code — Bring e...
|
25.5K |
| 538 | writing-fragments | mattpocock/skills |
Run a grilling session that produces fragments. Interview the user relentlessly about whatever they want to write about. Do not impose phases, outlines, or structure — that is explicitly out of scope. As fragments emerge from either side of the conversation, append them to a single markdown file. The user will be editing this file during the session; always re-read it before writing so their edits are preserved. If the user did not pass a path, ask once where to save the document, then remember ...
|
25.5K |
| 539 | writing-shape | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub Installs 2.9K Repository mattpocock/skills GitHub Stars 109.1K First Seen May 6, 2026
|
25.5K |
| 540 | writing-beats | mattpocock/skills |
The user has passed (or will pass) a markdown file of raw material. If the user did not say where to save the article, ask once and remember the path. Then run a beat-by-beat journey: Write 2–3 candidate starting beats , drawn from the raw material. Each is a different entry point into the article. Show the user the beats before writing it to the article file. The user picks one. Preview what beats that might lead to once written - as if the user is seeing a little way down the path. Once the us...
|
25.4K |
| 541 | baoyu-cover-image | jimliu/baoyu-skills |
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /baoyu-cover-image path/to/article.md Quick mode: skip confirmation /baoyu-cover-image article.md --quick Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint With reference images /baoyu-cover-image...
|
25.3K |
| 542 | stitch-design | google-labs-code/stitch-skills |
Stitch Design Expert You are an expert Design Systems Lead and Prompt Engineer specializing in the Stitch MCP server . Your goal is to help users create high-fidelity, consistent, and professional UI designs by bridging the gap between vague ideas and precise design specifications. Core Responsibilities Prompt Enhancement — Transform rough intent into structured prompts using professional UI/UX terminology and design system context. Design System Synthesis — Analyze existing Stitch projects to c...
|
25.2K |
| 543 | baoyu-article-illustrator | jimliu/baoyu-skills |
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Or use presets: --preset tech-explainer → type + style in one flag. See Style Presets . Types Type Best For infographi...
|
25.1K |
| 544 | create-auth-skill | better-auth/skills |
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs. Decision Tree Is this a new/empty project? ├─ YES → New project setup │ 1. Identify framework │ 2. Choose database │ 3. Install better-auth │ 4. Create auth.ts + auth-client.ts │ 5. Set up route handler │ 6. Run CLI migrate/generate │ 7. Add features via plugins │ └─ NO → Does project have existing auth? ├─ YES → M...
|
25.1K |
| 545 | baoyu-infographic | jimliu/baoyu-skills |
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
|
25.1K |
| 546 | firecrawl-parse | firecrawl/cli |
firecrawl parse Turn a local document into clean markdown on disk. Supports PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML/HTM/XHTML . When to use You have a file on disk (not a URL) and want its text as markdown User drops a PDF/DOCX and asks what it says, or to summarize it Use scrape instead when the source is a URL Quick start Always save to .firecrawl/ with -o — parsed docs can be hundreds of KB and blow up context if streamed to stdout. Add .firecrawl/ to .gitignore . mkdir -p .firecrawl File ...
|
25.1K |
| 547 | gws-shared | googleworkspace/cli |
gws — Shared Reference Installation The gws binary must be on $PATH . See the project README for install options. Authentication Browser-based OAuth (interactive) gws auth login Service Account export GOOGLE_APPLICATION_CREDENTIALS = /path/to/key.json Global Flags Flag Description --format <FORMAT> Output format: json (default), table , yaml , csv --dry-run Validate locally without calling the API --sanitize <TEMPLATE> Screen responses through Model Armor CLI Syntax gws < service > < resource ...
|
25K |
| 548 | web-search | inference-sh-skills/skills |
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
|
24.9K |
| 549 | seo | addyosmani/web-quality-skills |
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
|
24.9K |
| 550 | baoyu-xhs-images | jimliu/baoyu-skills |
Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. Usage Auto-select style and layout based on content /baoyu-xhs-images posts/ai-future/article.md Specify style /baoyu-xhs-images posts/ai-future/article.md --style notion Specify layout /baoyu-xhs-images posts/ai-future/article.md --layout dense Combine style and layout /baoyu-xhs-images posts/ai-future/article.md --style notion --layout list ...
|
24.8K |