Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
20801 notion-automation davepoon/buildwithclaude
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
41
20802 verify redisearch/redisearch
Verification Run all verification steps. Arguments: $ARGUMENTS: Test pattern for the test step Instructions Run these first in sequence: Run yarn prettier - format code (stop if fails) Run yarn linc - lint changed files (stop if fails) Then run these with subagents in parallel: Use /flow to type check (stop if fails) Use /test to test changes in source (stop if fails) Use /test www to test changes in www (stop if fails) If all pass, show success summary. On failure, stop immediately and ...
41
20803 evm-swiss-knife kukapay/crypto-skills
EVM Swiss Knife This skill enables interaction with EVM-compatible blockchains through Foundry's cast command-line tool. It covers common blockchain operations like balance queries, contract calls, transaction sending, and network inspection. Installation To use this skill, you need Foundry installed, which provides the cast command. Follow the official installation guide: https://getfoundry.sh/introduction/installation Quick Install (Linux/Mac) Install Foundryup: curl -L https://foundry.paradig...
41
20804 moralis-streams-api moralisweb3/onchain-skills
CRITICAL: Read Rule Files Before Implementing The 1 cause of bugs is using wrong HTTP methods or stream configurations. For EVERY endpoint: Read rules/{EndpointName}.md Check HTTP method (PUT for create, POST for update, DELETE for delete) Verify stream ID format (UUID, not hex) Use hex chain IDs (0x1, 0x89), not names (eth, polygon) Reading Order: This SKILL.md (core patterns) Endpoint rule file in rules/ Pattern references in references/ (for edge cases only) Setup API Key (optional) Never ask...
41
20805 r3f-performance bbeierle12/skill-mcp-claude
R3F Performance Optimize render performance through draw call reduction, geometry optimization, smart loading, and profiling. Quick Start // Performance-optimized Canvas < Canvas dpr = { [ 1 , 2 ] } // Limit pixel ratio performance = { { min : 0.5 } } // Adaptive performance frameloop = " demand " // Only render on change gl = { { powerPreference : 'high-performance' , antialias : false // Disable for mobile } } > < Suspense fallback = { null } > < Scene /> </ Suspense > </ Canvas > Frame Budget...
41
20806 course-creation omer-metin/skills-for-antigravity
Course Creation Identity Role: Course Architect Personality: You think backwards from transformation. Every course starts with "what will students be able to DO after this?" You know that information isn't education - transformation is. You design courses that take students from point A to point B with clear milestones and proof of progress. You ruthlessly cut content that doesn't serve the outcome. Expertise: Curriculum design Learning outcomes Backward design Assessment strategy Content sc...
41
20807 tuzi-format-markdown tuziapi/tuzi-skills
Markdown Formatter Transforms plain text or markdown files into well-structured markdown with proper frontmatter, formatting, and typography. Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Main entry point with CLI options (uses remark-cjk-friendly for CJK emphasis) scripts/quotes.ts Replace ASCII quotes with fullwidth quotes scripts/autocorrect.ts Add CJK/English spacing via autocorrect Preferences (EXT...
41
20808 deliberate-1200-2000ms dylantarre/animation-principles
Deliberate Animations (1200-2000ms) At 1200-2000ms, you're creating experiences, not interfaces. This duration is for moments of genuine storytelling where animation itself is the content. Disney Principles at Deliberate Speed Full Narrative Expression Squash & Stretch: Character-defining - 30-40% deformation creates personality. Objects become characters. Anticipation: Full dramatic preparation - 300-400ms wind-up creates tension and expectation. Staging: Scene direction - think cinematogr...
41
20809 copilot-sdk hoodini/ai-agents-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
41
20810 kicad-schematic kenchangh/kicad-schematic
KiCad Schematic Agent Generate ERC-clean KiCad 8/9 schematics by writing Python scripts that use computed pin positions — never guess coordinates. Also fix ERC errors on existing schematics and handle KiCad 8→9 migration. Critical Principle The 1 cause of broken schematics is guessed pin positions. When connecting labels to IC pins, you MUST compute exact coordinates using the symbol definition's pin positions and the coordinate transform formula. The helper library in scripts/kicad_sch_helpers....
41
20811 agent-deck asheshgoplani/agent-deck
Agent Deck Terminal session manager for AI coding agents. Built with Go + Bubble Tea. Version: 0.8.98 | Repo: github.com/asheshgoplani/agent-deck | Discord: discord.gg/e4xSs6NBN8 Script Path Resolution (IMPORTANT) This skill includes helper scripts in its scripts/ subdirectory. When Claude Code loads this skill, it shows a line like: Base directory for this skill: /path/to/.../skills/agent-deck You MUST use that base directory path to resolve all script references. Store it as SKILL_DIR : Set S...
41
20812 market-analyst natea/fitfinder
Market Analyst Skill Purpose This skill consumes outputs from the reddit-sentiment-analysis skill to perform meta-analysis across multiple products/games. It identifies: Common patterns across successful products (what universally drives satisfaction) Market gaps where demand exists but supply is lacking Underserved segments with unmet needs Novelty opportunities where unique approaches could succeed Predicted hits based on cross-product sentiment intelligence Strategic recommendations for produ...
41
20813 lead-research-assistant breverdbidder/life-os
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
41
20814 hardcoded-credential-finder jeremylongshore/claude-code-plugins-plus-skills
Hardcoded Credential Finder Purpose This skill provides automated assistance for hardcoded credential finder tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "hardcoded credential finder" in your request Ask about hardcoded credential finder patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides st...
41
20815 frappe-doctype sergio-bershadsky/ai
Frappe DocType Creation Create a production-ready Frappe v15 DocType with complete controller implementation, service layer integration, repository pattern, and test coverage. When to Use Creating a new DocType for a Frappe application Need proper controller with lifecycle hooks Want service layer for business logic separation Require repository for clean data access Building submittable/amendable documents Arguments /frappe-doctype <doctype_name> [--module <module>] [--submittable] [--child] Ex...
41
20816 mastra-embeded-docs-look-up mastra-ai/skills
Mastra Embedded Docs Lookup Look up API signatures from embedded docs in node_modules/@mastra/*/dist/docs/ - these match the installed version. Documentation Structure node_modules/@mastra/core/dist/docs/ ├── SKILL.md Package overview, exports ├── SOURCE_MAP.json Export→file mappings └── [topics]/ Feature docs (agents/, workflows/, etc.) Lookup Process 1. Find the export: cat node_modules/@mastra/core/dist/docs/SOURCE_MAP.json | grep '"Agent"' Returns: { "Agent": { "type...
41
20817 pydantic manutej/luxor-claude-marketplace
Pydantic Validation Skill Summary Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation. When to Use API request/response validation (FastAPI, Django) Settings and configuration management (env variables, config files) ORM model validation (SQLAlchemy integration) Data parsing and serialization (JSON, dict, custom formats) Type-safe data classes with automatic validation CLI argument parsing with type safety Quick...
41
20818 bitbucket-automation davepoon/buildwithclaude
Bitbucket Automation via Rube MCP Automate Bitbucket operations including repository management, pull request workflows, branch operations, issue tracking, and workspace administration through Composio's Bitbucket toolkit. Toolkit docs : composio.dev/toolkits/bitbucket Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Bitbucket connection via RUBE_MANAGE_CONNECTIONS with toolkit bitbucket Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube M...
41
20819 workflow-updater oimiragieo/agent-studio
Workflow Updater Overview Refresh existing workflow files safely: research current best practices, build a risk-scored diff plan, validate phase-gate correctness, apply minimal updates, and verify ecosystem integration. When to Use Reflection flags stale phase logic or low-performing workflow guidance EVOLVE determines capability exists but workflow quality is outdated Phase agents changed and workflow references need updating User requests an audit or refresh of an existing workflow The Iron La...
41
20820 typescript-expert personamanagmentlayer/pcl
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
41
20821 professional-proofreader sickn33/antigravity-awesome-skills
Professional Proofreader Overview This skill transforms flawed writing — whether pasted text or uploaded documents — into publication-ready prose without altering the author’s intent. It eliminates grammatical, spelling, punctuation, clarity, and tone issues while strictly preserving the author’s voice and intent. Returns a corrected version plus a structured modification log, or generates an updated file when requested. Not for code editing or technical refactoring. When to Use Use when user as...
41
20822 validation profpowell/vanilla-breeze
JSON Schema Validation Skill Validate data at all boundaries using JSON Schema definitions with AJV runtime validation. When to Use Creating API endpoints that accept user input Validating form submissions server-side Ensuring data integrity before database writes Defining contracts between services Generating TypeScript types from schemas Schema File Location Schemas live in /schemas/ directory with this structure: schemas/ common/ Shared/reusable schemas uuid.schema.json er...
41
20823 azure-ai-contentsafety-py sickn33/antigravity-awesome-skills
Azure AI Content Safety SDK for Python Detect harmful user-generated and AI-generated content in applications. Installation pip install azure-ai-contentsafety Environment Variables CONTENT_SAFETY_ENDPOINT = https:// < resource > .cognitiveservices.azure.com CONTENT_SAFETY_KEY = < your-api-key > Authentication API Key from azure . ai . contentsafety import ContentSafetyClient from azure . core . credentials import AzureKeyCredential import os client = ContentSafetyClient ( endpoint = os . environ...
41
20824 iterativedepth danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/IterativeDepth/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. IterativeDepth Structured multi-angle exploration of the same problem to extract deeper understanding and richer ISC criteria. Grounded in 20 established scientific technique...
41
20825 dinero-best-practices dinerojs/skills
Dinero.js Best Practices Core rules for working with Dinero.js , the JavaScript/TypeScript library for creating, calculating, and formatting money safely. Contains rules across 4 categories, prioritized by impact. When to Apply Reference these guidelines when: Creating Dinero objects from user input, API responses, or database values Performing arithmetic on monetary values (adding, splitting, multiplying) Choosing between number and bigint calculators Importing from dinero.js , dinero.js/curren...
41
20826 tuzi-article-illustrator tuziapi/tuzi-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 Types Type Best For infographic Data, metrics, technical scene Narratives, emotional flowchart Processes, workflows co...
41
20827 google-play-store-review peterbamuhigire/skills-web-dev
Required Plugins Superpowers plugin: MUST be active for all work using this skill. Use throughout the entire build pipeline — design decisions, code generation, debugging, quality checks, and any task where it offers enhanced capabilities. If superpowers provides a better way to accomplish something, prefer it over the default approach. Google Play Store Review Readiness Overview Use this skill to ensure Android apps meet Google Play policy and technical requirements before first submission or m...
41
20828 quill simota/agent-skills
Quill Codebase documentation steward. Add or repair JSDoc/TSDoc, README content, API docs, type clarity, and high-value comments without changing runtime behavior. Trigger Guidance Use Quill when the user needs: JSDoc/TSDoc additions for public APIs, functions, or interfaces README creation, update, or audit any type replacement with proper interfaces, generics, or type guards documentation coverage audit (JSDoc coverage, type coverage, link health) API documentation (OpenAPI/Swagger annotations...
41
20829 code-profiler dkyazzentwatwa/chatgpt-skills
Code Profiler Analyze Python code performance, identify bottlenecks, and optimize execution with comprehensive profiling tools. Purpose Performance analysis for: Bottleneck identification Function execution time measurement Memory usage profiling Call graph visualization Optimization validation Features Time Profiling: Measure function execution times Line-by-Line Analysis: Profile each line of code Call Statistics: Function call counts and cumulative time Memory Profiling: Track memory allo...
41
20830 assembly-arm mohitmishra786/low-level-dev-skills
ARM / AArch64 Assembly Purpose Guide agents through AArch64 (64-bit) and ARM (32-bit Thumb) assembly: registers, calling conventions, inline asm, and NEON/SVE SIMD patterns. Triggers "How do I read ARM64 assembly output?" "What are the AArch64 registers and calling convention?" "How do I write inline asm for ARM?" "What is the difference between AArch64 and ARM Thumb?" "How do I use NEON intrinsics?" Workflow 1. Generate ARM assembly AArch64 (native or cross-compile) aarch64-linux-gnu-gcc -S -O...
41
20831 devils-advocate majesticlabs-dev/majestic-marketplace
Devil's Advocate Protocol Pre-commitment adversarial reasoning to prevent early lock-in and expose blind spots. When to Apply Activate this protocol when: Choosing between architectural approaches Selecting libraries, frameworks, or tools Planning implementation strategy Recommending one approach over alternatives User asks "should I...", "what's the best way to...", "which approach..." During architect , Plan , or blueprint workflows Making trade-off decisions with non-obvious answers When to S...
41
20832 sentry-fix-issues getsentry/agent-skills
All Skills > Workflow > Fix Issues Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry pr...
41
20833 ln-004-agent-sync levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Agent Sync (Standalone Utility) Type: Standalone Utility Category: 0XX Shared Synchronizes skills and MCP server configurations from Claude Code (source of truth) to Gemini CLI and Codex CLI. Creates symlinks for skills, copies/converts MCP settings. When to Use This Skill After adding/removing MCP servers in Claude Code se...
41
20834 file path traversal testing zebbern/claude-code-guide
File Path Traversal Testing Purpose Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation. Prerequisites Required Tools Web browser with developer tools Burp Suite or OWASP ZAP cURL for testing payloads Wordlists for autom...
41
20835 busirocket-validation busirocket/agents-skills
Consistent validation at boundaries: Zod for complex schemas, small guards for simple runtime checks. When to Use Use this skill when: - Validating API responses or external data in services - Validating request/input shapes at boundaries (e.g. route handlers, SDK) - Adding or refactoring `utils/validation/` helpers - Defining Zod schemas alongside types in `types/<area>/` Non-Negotiables (MUST) - Services: validate API/external data with Zod schemas (e.g. `.safeParse()`). - Utils: ke...
41
20836 read-x mikeygonz/skills
Read X Fetch full content from X/Twitter posts and articles — no API key, no auth, no browser needed. How It Works Use the FxTwitter API — a public, no-auth API that returns full tweet JSON including embedded articles, media, and engagement stats. Endpoint https://api.fxtwitter.com/{username}/status/{tweet_id} When to Use User shares an x.com or twitter.com URL User asks to read/summarize an X post or article User shares a thread or long-form X article When NOT to Use User just wants to post/rep...
41
20837 scout simota/agent-skills
Scout Bug investigator and root-cause analyst. Investigate one bug at a time, identify what happened, why it happened, where to fix it, and what to test next. Do not write fixes. Trigger Guidance Use Scout when the task needs: bug investigation or RCA reproduction steps for a reported failure impact assessment or blast-radius estimation regression isolation through history, runtime traces, or environment diff a Builder-ready fix brief or a Radar-ready regression test brief Route elsewhere when t...
41
20838 groove-utilities-memory-graduate andreadellacorte/groove
groove-utilities-memory-graduate Promote a stable workflow insight from .groove/memory/learned/ into AGENTS.md as a permanent constraint — visible to every agent session without needing to run prime. Use $ARGUMENTS as the topic or insight text if provided. Outcome The lesson is appended to a <!-- groove:learned:start --> / <!-- groove:learned:end --> section in AGENTS.md , making it permanently visible to all future sessions. Acceptance Criteria Insight is appended to the Graduated Learnings se...
41
20839 cli-skills llama-farm/llamafarm
CLI Skills for LlamaFarm Framework-specific patterns for the LlamaFarm CLI. These guidelines extend the shared Go skills with Cobra, Bubbletea, and Lipgloss best practices. Tech Stack Go 1.24+ Cobra (CLI framework) Bubbletea (TUI framework) Lipgloss (terminal styling) Bubbles (TUI components) Directory Structure cli/ cmd/ Cobra command implementations config/ Configuration types and loading orchestrator/ Service management and process control utils/ ...
41
20840 erpnext-errors-api openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext API Error Handling Patterns for handling errors in API development. For syntax details, see erpnext-api-patterns . Version : v14/v15/v16 compatible API Error Handling Overview ┌─────────────────────────────────────────────────────────────────────┐ │ API ERROR HANDLING DECISION │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ Where is the error occurri...
41
20841 branding eyadsibai/ltk
Strategies: Branding Guides brand strategy: purpose, values, positioning, storytelling, voice, and visual identity. Companies with consistent branding see 23–33% revenue lift; people remember stories ~22× more than facts alone. Use this skill when defining a new brand, auditing consistency, or aligning messaging across touchpoints. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or wh...
41
20842 localization-linguist gravito-framework/gravito
Localization Linguist You are an i18n specialist dedicated to making Gravito apps accessible to the world. Your goal is to manage localized content efficiently. Workflow 1. Locale Planning Identify targeted locales (e.g., en , zh-TW ). Define the namespace structure for translation keys. 2. Implementation JSON Management : Manage translation files in locales/ or src/locales/ . Key Usage : Use the __() or similar helper in Vue and TypeScript. Locale Routing : Configure route prefixes or subdomain...
41
20843 design-archivist erichowens/some_claude_skills
Design Archivist A design anthropologist that systematically builds visual databases through large-scale analysis of real-world examples. This is a long-running skill designed for multi-day research (2-7 days for 500-1000 examples). Quick Start User: "Research design patterns for fintech apps targeting Gen Z" Archivist: 1. Define scope: "fintech landing pages, Gen Z audience (18-27)" 2. Set target: 500 examples over 2-3 days 3. Identify seeds: Venmo, Cash App, Robinhood, plus competitors 4. B...
41
20844 gemini-cli-security oimiragieo/agent-studio
Gemini CLI Security Skill Overview This skill adapts the Gemini CLI Security Extension's analysis methodology for the agent-studio framework. The original extension uses two MCP server patterns — a security analysis server and an OSV-Scanner integration — to provide dual-vector coverage. This skill implements equivalent analysis using native Claude Code tools (WebFetch for OSV.dev API, Grep/Bash for static analysis patterns). Source repository : https://github.com/gemini-cli-extensions/security ...
41
20845 frontend-agent first-fluke/oh-my-ag
Frontend Agent - UI/UX Specialist When to use Building user interfaces and components Client-side logic and state management Styling and responsive design Form validation and user interactions Integrating with backend APIs When NOT to use Backend API implementation -> use Backend Agent Native mobile development -> use Mobile Agent Core Rules Component Reuse : Use shadcn/ui components first. Extend via cva variants or composition. Avoid custom CSS. Design Fidelity : Code must map 1:1 to Design To...
41
20846 skill-from-book bmad-labs/skills
Skill From Book Transform book content into structured, context-efficient Claude skills. Overview This skill guides you through converting a book (in markdown format) into a well-organized skill with: Granular knowledge files (one concept per file) Workflows for repeatable tasks Use-case guidelines (mapping tasks to relevant files) Progress tracking for multi-session work Subagent extraction tasks CRITICAL INSTRUCTIONS YOU MUST FOLLOW THIS WORKFLOW STRICTLY. DO NOT SKIP OR REORDER PHASES. DO NOT...
41
20847 testing-skills-with-subagents nickcrew/claude-ctx-plugin
Testing Skills With Subagents Overview Testing skills is just TDD applied to process documentation. You run scenarios without the skill (RED - watch agent fail), write skill addressing those failures (GREEN - watch agent comply), then close loopholes (REFACTOR - stay compliant). Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill prevents the right failures. REQUIRED BACKGROUND: You MUST understand superpowers:test-driven-development before using this...
41
20848 uxui-designer garbray/claude-config
You are an excellent UX/UI designer and critical thinker. Your expertise is translating product requirements into clear, elegant user experiences that prioritize clarity, hierarchy, and purpose. You design with intention—every pixel, every transition, every interaction has a reason. Your design philosophy is rooted in minimalism: inspired by Tesla and Apple, you create interfaces that feel effortless while maintaining sophistication and usability. You understand that simplicity is not the absen...
41
20849 roblox-gui sentinelcore/roblox-skills
Roblox GUI Reference GUI Container Types Container Parent Use Case ScreenGui PlayerGui HUDs, menus, overlays — always faces screen SurfaceGui BasePart World-space UI on a part surface (signs, screens) BillboardGui BasePart or Model Floats above a part in 3D space (name tags, health bars) ScreenGui -- LocalScript in StarterGui or StarterPlayerScripts local player = game : GetService ( "Players" ) . LocalPlayer local playerGui = player : WaitForChild ( "PlayerGui" ) local screenGui = Instance . ne...
41
20850 telegram-automation davepoon/buildwithclaude
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
41