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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
2301 block-no-verify-hook wshobson/agents
Block No-Verify Hook PreToolUse hook configuration that intercepts and blocks bypass-flag usage before execution, ensuring AI agents cannot skip pre-commit hooks, GPG signing, or other git safety mechanisms. Overview AI coding agents (Claude Code, Codex, etc.) can run shell commands with flags like --no-verify that bypass pre-commit hooks. This defeats the purpose of linting, formatting, testing, and security checks configured in pre-commit hooks. The block-no-verify hook adds a PreToolUse guard...
2.3K
2302 defi-amm-security affaan-m/everything-claude-code
DeFi AMM Security Critical vulnerability patterns and hardened implementations for Solidity AMM contracts, LP vaults, and swap functions. When to Use Writing or auditing a Solidity AMM or liquidity-pool contract Implementing swap, deposit, withdraw, mint, or burn flows that hold token balances Reviewing any contract that uses token.balanceOf(address(this)) in share or reserve math Adding fee setters, pausers, oracle updates, or other admin functions to a DeFi protocol How It Works Use this as a ...
2.3K
2303 accessibility affaan-m/everything-claude-code
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...
2.3K
2304 unified-notifications-ops affaan-m/everything-claude-code
Unified Notifications Ops Use this skill when the real problem is not a missing ping. The real problem is a fragmented notification system. The job is to turn scattered events into one operator surface with: clear severity clear ownership clear routing clear follow-up action When to Use the user wants a unified notification lane across GitHub, Linear, local hooks, desktop alerts, chat, or email CI failures, review requests, issue updates, and operator events are arriving in disconnected places t...
2.3K
2305 golang-samber-hot samber/cc-skills-golang
Persona: You are a Go engineer who treats caching as a system design decision. You choose eviction algorithms based on measured access patterns, size caches from working-set data, and always plan for expiration, loader failures, and monitoring. Using samber/hot for In-Memory Caching in Go Generic, type-safe in-memory caching library for Go 1.22+ with 9 eviction algorithms, TTL, loader chains with singleflight deduplication, sharding, stale-while-revalidate, and Prometheus metrics. Official Resou...
2.3K
2306 golang-samber-mo samber/cc-skills-golang
Persona: You are a Go engineer bringing functional programming safety to Go. You use monads to make impossible states unrepresentable — nil checks become type constraints, error handling becomes composable pipelines. Thinking mode: Use ultrathink when designing multi-step Option/Result/Either pipelines. Wrong type choice creates unnecessary wrapping/unwrapping that defeats the purpose of monads. samber/mo — Monads and Functional Abstractions for Go Go 1.18+ library providing type-safe monadic ty...
2.3K
2307 golang-samber-ro samber/cc-skills-golang
Persona: You are a Go engineer who reaches for reactive streams when data flows asynchronously or infinitely. You use samber/ro to build declarative pipelines instead of manual goroutine/channel wiring, but you know when a simple slice + samber/lo is enough. Thinking mode: Use ultrathink when designing advanced reactive pipelines or choosing between cold/hot observables, subjects, and combining operators. Wrong architecture leads to resource leaks or missed events. samber/ro — Reactive Streams f...
2.3K
2308 notion-cli makenotion/skills
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
2.3K
2309 csharp-developer jeffallan/claude-skills
C Developer Senior C developer with mastery of .NET 8+ and Microsoft ecosystem. Specializes in high-performance web APIs, cloud-native solutions, and modern C language features. Role Definition You are a senior C developer with 10+ years of .NET experience. You specialize in ASP.NET Core, Blazor, Entity Framework Core, and modern C 12 features. You build scalable, type-safe applications with clean architecture patterns and focus on performance optimization. When to Use This Skill Building AS...
2.3K
2310 dotnet-core-expert jeffallan/claude-skills
.NET Core Expert Senior .NET Core specialist with deep expertise in .NET 8, modern C, minimal APIs, and cloud-native application development. Role Definition You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 8, C 12, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture. When to Use This Skill Building minimal APIs with .NET 8 Implementing cle...
2.3K
2311 cosmos-vulnerability-scanner trailofbits/skills
Cosmos Vulnerability Scanner 1. Purpose Systematically scan Cosmos SDK blockchain modules and CosmWasm smart contracts for platform-specific security vulnerabilities that can cause chain halts, consensus failures, or fund loss. This skill encodes 9 critical vulnerability patterns unique to Cosmos-based chains. 2. When to Use This Skill Auditing Cosmos SDK modules (custom x/ modules) Reviewing CosmWasm smart contracts (Rust) Pre-launch security assessment of Cosmos chains Investigating chain ha...
2.3K
2312 constant-time-testing trailofbits/skills
Constant-Time Testing Timing attacks exploit variations in execution time to extract secret information from cryptographic implementations. Unlike cryptanalysis that targets theoretical weaknesses, timing attacks leverage implementation flaws - and they can affect any cryptographic code. Background Timing attacks were introduced by Kocher in 1996. Since then, researchers have demonstrated practical attacks on RSA (Schindler), OpenSSL (Brumley and Boneh), AES implementations, and even post-qua...
2.3K
2313 semgrep-rule-variant-creator trailofbits/skills
Semgrep Rule Variant Creator Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation. When to Use Ideal scenarios: Porting an existing Semgrep rule to one or more target languages Creating language-specific variants of a universal vulnerability pattern Expanding rule coverage across a polyglot codebase Translating rules between languages with equivalent constructs When NOT to Use Do NOT use this skill for: Creating a new Semgrep rul...
2.3K
2314 dwarf-expert trailofbits/skills
Overview This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data. When to Use This Skill Understanding or parsing DWARF debug information from compiled binaries Answering questions about the DWARF standard (v3, v4, v5) Writing...
2.3K
2315 game-developer jeffallan/claude-skills
Game Developer Senior game developer with expertise in creating high-performance gaming experiences across Unity, Unreal, and custom engines. Role Definition You are a senior game developer with 10+ years of experience in game engine programming, graphics optimization, and multiplayer systems. You specialize in Unity C, Unreal C++, ECS architecture, and cross-platform optimization. You build engaging, performant games that run smoothly across all target platforms. When to Use This Skill Buil...
2.3K
2316 competitive-ads-extractor composiohq/awesome-claude-skills
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
2.3K
2317 secure-code-guardian jeffallan/claude-skills
Secure Code Guardian Security-focused developer specializing in writing secure code and preventing vulnerabilities. Role Definition You are a senior security engineer with 10+ years of application security experience. You specialize in secure coding practices, OWASP Top 10 prevention, and implementing authentication/authorization. You think defensively and assume all input is malicious. When to Use This Skill Implementing authentication/authorization Securing user input handling Implementing...
2.3K
2318 libfuzzer trailofbits/skills
libFuzzer libFuzzer is an in-process, coverage-guided fuzzer that is part of the LLVM project. It's the recommended starting point for fuzzing C/C++ projects due to its simplicity and integration with the LLVM toolchain. While libFuzzer has been in maintenance-only mode since late 2022, it is easier to install and use than its alternatives, has wide support, and will be maintained for the foreseeable future. When to Use Fuzzer Best For Complexity libFuzzer Quick setup, single-project fuzzing L...
2.3K
2319 substrate-vulnerability-scanner trailofbits/skills
Substrate Vulnerability Scanner 1. Purpose Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains. 2. When to Use This Skill Auditing custom Substrate pallets Reviewing FRAME runtime code Pre-launch security assessment of Substrate chains (Polkadot parachains, standalone chains) Validating d...
2.3K
2320 ton-vulnerability-scanner trailofbits/skills
TON Vulnerability Scanner 1. Purpose Systematically scan TON blockchain smart contracts written in FunC for platform-specific security vulnerabilities related to boolean logic, Jetton token handling, and gas management. This skill encodes 3 critical vulnerability patterns unique to TON's architecture. 2. When to Use This Skill Auditing TON smart contracts (FunC language) Reviewing Jetton token implementations Validating token transfer notification handlers Pre-launch security assessment of TON...
2.3K
2321 linkedin profile optimizer paramchoudhary/resumeskills
Use this skill when the user wants to: - Optimize their LinkedIn profile for job searching - Improve LinkedIn visibility and searchability - Sync their resume with their LinkedIn profile - Attract recruiters and job opportunities - Mentions: "LinkedIn", "LinkedIn profile", "optimize LinkedIn", "LinkedIn headline", "recruiter" Core Capabilities - Optimize headline for searchability - Write compelling About/Summary sections - Structure Experience section for impact - Improve profile com...
2.3K
2322 rails-expert jeffallan/claude-skills
Rails Expert Senior Rails specialist with deep expertise in Rails 7+, Hotwire, and modern Ruby web development patterns. Role Definition You are a senior Ruby on Rails engineer with 10+ years of Rails development experience. You specialize in Rails 7+ with Hotwire/Turbo, convention over configuration, and building maintainable applications. You prioritize developer happiness and rapid development. When to Use This Skill Building Rails 7+ applications with modern patterns Implementing Hotwire...
2.3K
2323 angular-architect jeffallan/claude-skills
Angular Architect Senior Angular architect specializing in Angular 17+ with standalone components, signals, and enterprise-grade application development. Role Definition You are a senior Angular engineer with 10+ years of enterprise application development experience. You specialize in Angular 17+ with standalone components, signals, advanced RxJS patterns, NgRx state management, and micro-frontend architectures. You build scalable, performant, type-safe applications with comprehensive testin...
2.3K
2324 binance-tokenized-securities-info binance/binance-skills-hub
Binance Tokenized Securities Info Skill Overview API Function Use Case Token Symbol List List all tokenized stocks Browse Ondo supported tickers, filter by type RWA Meta Tokenized stock metadata Company info, concepts, attestation reports Market Status Overall market open/close Check if Ondo market is currently trading Asset Market Status Per-asset trading status Detect corporate actions (earnings, dividends, splits, mergers) RWA Dynamic V2 Full real-time data On-chain price, holders, US stock f...
2.3K
2325 domain-name-brainstormer composiohq/awesome-claude-skills
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
2.3K
2326 wycheproof trailofbits/skills
Wycheproof Wycheproof is an extensive collection of test vectors designed to verify the correctness of cryptographic implementations and test against known attacks. Originally developed by Google, it is now a community-managed project where contributors can add test vectors for specific cryptographic constructions. Background Key Concepts Concept Description Test vector Input/output pair for validating crypto implementation correctness Test group Collection of test vectors sharing attributes (...
2.3K
2327 atheris trailofbits/skills
Atheris Atheris is a coverage-guided Python fuzzer built on libFuzzer. It enables fuzzing of both pure Python code and Python C extensions with integrated AddressSanitizer support for detecting memory corruption issues. When to Use Fuzzer Best For Complexity Atheris Python code and C extensions Low-Medium Hypothesis Property-based testing Low python-afl AFL-style fuzzing Medium Choose Atheris when: Fuzzing pure Python code with coverage guidance Testing Python C extensions for memory corrupt...
2.3K
2328 cairo-vulnerability-scanner trailofbits/skills
Cairo/StarkNet Vulnerability Scanner 1. Purpose Systematically scan Cairo smart contracts on StarkNet for platform-specific security vulnerabilities related to arithmetic, cross-layer messaging, and cryptographic operations. This skill encodes 6 critical vulnerability patterns unique to Cairo/StarkNet ecosystem. 2. When to Use This Skill Auditing StarkNet smart contracts (Cairo) Reviewing L1-L2 bridge implementations Pre-launch security assessment of StarkNet applications Validating cross-laye...
2.3K
2329 edge-tts aahl/skills
Edge-TTS Generate high-quality text-to-speech audio using Microsoft Edge's neural TTS service via the uvx edge-tts command. Supports multiple languages, voices, adjustable speed/pitch, and subtitle generation. Usage uvx edge-tts --text "{msg}" --write-media { tempdir } / { filename } .mp3 With subtitles uvx edge-tts --text "{msg}" --write-media { tempdir } / { filename } .mp3 --write-subtitles - Changing rate(speed), volume and pitch uvx edge-tts --text "{msg}" --write-media { tempdir } / { fil...
2.3K
2330 top-design wondelai/skills
Top-Design: Award-Winning Digital Experiences Create websites and applications at the level of world-class digital agencies. This skill embodies the craft of studios that consistently win FWA, Awwwards, CSS Design Awards, and Webby Awards. Core Philosophy The agencies you're emulating share these traits: Every pixel is intentional — nothing default, nothing accidental Typography IS the design — not decoration, but architecture Motion creates emotion — animation serves narrative, not novelty Whit...
2.3K
2331 libafl trailofbits/skills
LibAFL LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build custom fuzzers from scratch. When to Use Fuzzer Best For Complexity libFuzzer Quick setup, single-threaded Low AFL++ Multi-core, general purpose Medium LibAFL Custom fuzzers, advanced features, researc...
2.3K
2332 deploy-checklist anthropics/knowledge-work-plugins
/deploy-checklist If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a pre-deployment checklist to verify readiness before shipping. Usage /deploy-checklist $ARGUMENTS Output Deploy Checklist: [Service/Release] Date: [Date] | Deployer: [Name] Pre-Deploy - [ ] All tests passing in CI - [ ] Code reviewed and approved - [ ] No known critical bugs in release - [ ] Database migrations tested (if applicable) - [ ] Feature flags configured ...
2.3K
2333 hookify-rules affaan-m/everything-claude-code
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
2.3K
2334 llm-trading-agent-security affaan-m/everything-claude-code
LLM Trading Agent Security Autonomous trading agents have a harsher threat model than normal LLM apps: an injection or bad tool path can turn directly into asset loss. When to Use Building an AI agent that signs and sends transactions Auditing a trading bot or on-chain execution assistant Designing wallet key management for an agent Giving an LLM access to order placement, swaps, or treasury operations How It Works Layer the defenses. No single check is enough. Treat prompt hygiene, spend policy...
2.3K
2335 messages-ops affaan-m/everything-claude-code
Messages Ops Use this when the task is live-message retrieval: iMessage, DMs, recent one-time codes, or thread inspection before a follow-up. This is not email work. If the dominant surface is a mailbox, use email-ops . Skill Stack Pull these ECC-native skills into the workflow when relevant: email-ops when the message task is really mailbox work connections-optimizer when the DM thread belongs to outbound network work lead-intelligence when the live thread should inform targeting or warm-path o...
2.3K
2336 evm-token-decimals affaan-m/everything-claude-code
EVM Token Decimals Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error. When to Use Reading ERC-20 balances in Python, TypeScript, or Solidity Calculating fiat values from on-chain balances Comparing token amounts across multiple EVM chains Handling bridged assets Building portfolio trackers, bots, or aggregators How It Works Never assume stablecoins use the same decimals everywhere. Query decimals() a...
2.3K
2337 docx-manipulation claude-office-skills/skills
DOCX Manipulation Skill Overview This skill enables programmatic creation, editing, and manipulation of Microsoft Word (.docx) documents using the python-docx library. Create professional documents with proper formatting, styles, tables, and images without manual editing. How to Use Describe what you want to create or modify in a Word document Provide any source content (text, data, images) I'll generate python-docx code and execute it Example prompts: "Create a professional report with title, h...
2.3K
2338 competitive-intelligence anthropics/knowledge-work-plugins
Competitive Intelligence Research your competitors extensively and generate an interactive HTML battlecard you can use in deals. The output is a self-contained artifact with clickable competitor tabs and an overall comparison matrix. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ COMPETITIVE INTELLIGENCE │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone via web search) ...
2.3K
2339 linear openai/skills
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
2.3K
2340 ux-designer shubhamsaboo/awesome-llm-apps
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
2.3K
2341 office-to-md claude-office-skills/skills
Office to Markdown Skill Overview This skill enables conversion from various Office formats to Markdown using markitdown - Microsoft's open-source tool for converting documents to Markdown. Perfect for making Office content searchable, version-controllable, and AI-friendly. How to Use Provide the Office file (Word, Excel, PowerPoint, PDF, etc.) Optionally specify conversion options I'll convert it to clean Markdown Example prompts: "Convert this Word document to Markdown" "Turn this PowerPoint i...
2.3K
2342 create-viz anthropics/knowledge-work-plugins
/create-viz - Create Visualizations If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create publication-quality data visualizations using Python. Generates charts from data with best practices for clarity, accuracy, and design. Usage /create-viz <data source> [chart type] [additional instructions] Workflow 1. Understand the Request Determine: Data source : Query results, pasted data, CSV/Excel file, or data to be queried Chart type : Explicitly r...
2.3K
2343 k-skill-setup nomadamas/k-skill
k-skill Setup Purpose 전체 k-skill 설치가 끝난 뒤, 공통 후속 작업을 처리한다. credential 확보 (에이전트 vault 또는 기본 secrets.env) 런타임 환경변수 확인 선택 사항: 주기적인 업데이트 확인 자동화 선택 사항: GitHub star 여부 확인 및 동의 시 실행 이 스킬의 기본 정책: 시크릿이 없으면 필요한 값 이름을 사용자에게 정확히 알려준다 credential resolution order에 따라 확보한다 필요한 패키지가 없으면 대체 구현을 찾기보다 전역 설치를 먼저 시도한다 cron , launchd , schtasks , gh 같은 지속성/외부 상태 변경은 자동으로 하지 말고 먼저 사용자 동의를 받는다 GitHub star는 사용자가 명시적으로 동의했을 때만 실행한다 Credential resolution order 모든 credential-bearing 스킬은 아래 우선순위를 따른다. 이미 환경변수에 있으면 그대로 사용한다....
2.3K
2344 nano-banana-pro intellectronica/agent-skills
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
2.3K
2345 find-docs upstash/context7
Documentation Lookup Retrieve current documentation and code examples for any library using the Context7 CLI. Make sure the CLI is up to date before running commands: npm install -g ctx7@latest Or run directly without installing: npx ctx7@latest < command > Workflow Two-step process: resolve the library name to an ID, then query docs with that ID. Step 1: Resolve library ID ctx7 library < name > < query > Step 2: Query documentation ctx7 docs < libraryId > < query > You MUST call ctx7 library ...
2.3K
2346 debugging-wizard jeffallan/claude-skills
Debugging Wizard Expert debugger applying systematic methodology to isolate and resolve issues in any codebase. Role Definition You are a senior engineer with 15+ years debugging experience across multiple languages and frameworks. You apply scientific methodology to isolate root causes efficiently. You never guess - you test hypotheses systematically. When to Use This Skill Investigating errors, exceptions, or unexpected behavior Analyzing stack traces and error messages Finding root causes...
2.3K
2347 update anthropics/knowledge-work-plugins
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
2.3K
2348 rag-architect jeffallan/claude-skills
RAG Architect Senior AI systems architect specializing in Retrieval-Augmented Generation (RAG), vector databases, and knowledge-grounded AI applications. Role Definition You are a senior RAG architect with expertise in building production-grade retrieval systems. You specialize in vector databases, embedding models, chunking strategies, hybrid search, retrieval optimization, and RAG evaluation. You design systems that ground LLM outputs in factual knowledge while balancing latency, accuracy, ...
2.3K
2349 cli-developer jeffallan/claude-skills
CLI Developer Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience. Role Definition You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX. When to Use This Skill Building CLI tools and t...
2.3K
2350 travel-planner ailabs-393/ai-labs-claude-skills
Travel Planner Overview This skill transforms Claude into a comprehensive travel planning assistant that maintains your travel preferences and generates detailed, personalized trip plans including itineraries, budget breakdowns, packing lists, and cultural guidelines for any destination. When to Use This Skill Invoke this skill for travel-related tasks: Planning trips and creating itineraries Budget planning and expense tracking Destination research and recommendations Packing checklists Cul...
2.3K