███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11951 | content-marketer | 404kidwiz/claude-supercode-skills |
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
|
79 |
| 11952 | fal-workflow | sickn33/antigravity-awesome-skills |
fal.ai Workflow Generator Generate 100% working, production-ready fal.ai workflow JSON files . Workflows chain multiple AI models together for complex generation pipelines. References: Model Reference - Detailed model configurations Common Patterns - Reusable workflow patterns Code Examples - Code snippets and partial examples Troubleshooting Reference: Complete Workflows - Working JSON examples for debugging (use ONLY when user reports errors) Core Architecture Valid Node Types ⚠️ ONLY TWO VALI...
|
79 |
| 11953 | fp-ts-react | sickn33/antigravity-awesome-skills |
Functional Programming in React Practical patterns for React apps. No jargon, just code that works. When to Use This Skill When building React apps with fp-ts for type-safe state management When handling loading/error/success states in data fetching When implementing form validation with error accumulation When using React 18/19 or Next.js 14/15 with functional patterns Quick Reference Pattern Use When Option Value might be missing (user not loaded yet) Either Operation might fail (form validati...
|
79 |
| 11954 | build-engineer | 404kidwiz/claude-supercode-skills |
Build Engineer Purpose Provides build systems and CI/CD optimization expertise specializing in monorepo tooling (Turborepo, Nx, Bazel), bundler optimization (Webpack/Vite/Rspack), and incremental builds. Focuses on optimizing development velocity through caching, parallelization, and build performance. When to Use Setting up a Monorepo (pnpm workspaces + Turborepo/Nx) Optimizing slow CI builds (Remote Caching, Sharding) Migrating from Webpack to Vite/Rspack for performance Configuring advanced...
|
79 |
| 11955 | source-verification | jamditis/claude-skills-journalism |
Source verification methodology Systematic approaches for verifying sources, claims, and digital content in journalism and research. Verification framework The SIFT method S - Stop: Don't immediately share or use unverified information I - Investigate the source: Who is behind the information? F - Find better coverage: What do other reliable sources say? T - Trace claims: Find the original source of the claim Source credibility checklist Source evaluation template Basic identification - [...
|
79 |
| 11956 | get-started | different-ai/openwork |
Reply with these four lines, exactly and in order: - hey there welcome this is openwork - we've pre-configured you with a couple tools - Get Started - write "hey go on google.com" Then - If the user writes "go on google.com" (or "hey go on google.com"), use the chrome-devtools MCP to open the site. - After the navigation completes, reply: "I'm on " where is the final URL or page title they asked for.
|
79 |
| 11957 | todoist-automation | composiohq/awesome-claude-skills |
Todoist Automation via Rube MCP Automate Todoist operations including task creation and management, project organization, section management, filtering, and bulk task workflows through Composio's Todoist toolkit. Toolkit docs : composio.dev/toolkits/todoist Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Todoist connection via RUBE_MANAGE_CONNECTIONS with toolkit todoist Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https:/...
|
79 |
| 11958 | release | different-ai/openwork |
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
|
79 |
| 11959 | moai-lang-flutter | modu-ai/moai-adk |
Quick Reference (30 seconds) Flutter/Dart Development Expert - Dart 3.5+, Flutter 3.24+ with modern patterns. Auto-Triggers: Flutter projects (.dart files, pubspec.yaml), cross-platform apps, widget development Core Capabilities: Dart 3.5: Patterns, records, sealed classes, extension types Flutter 3.24: Widget tree, Material 3, adaptive layouts Riverpod: State management with code generation go_router: Declarative navigation and deep linking Platform Channels: Native iOS/Android integration ...
|
79 |
| 11960 | nansen-portfolio-history | nansen-ai/nansen-cli |
Portfolio History Answers: "How has this wallet's portfolio evolved over the past month?" ADDR = < address > CHAIN = ethereum nansen research profiler historical-balances --address $ADDR --chain $CHAIN --days 30 --limit 20 → block_timestamp, token_symbol, token_amount, value_usd, chain nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd nansen research profiler pnl --address $ADDR --chain $CHAIN --days 30 --limit 20 → ...
|
79 |
| 11961 | ios-android-logs | cap-go/capgo-skills |
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device <UUID> iOS - Stream from simulator xcrun simctl spawn booted log stream Android - Stream all logs adb logcat Android -...
|
79 |
| 11962 | moai-workflow-ddd | modu-ai/moai-adk |
Domain-Driven Development (DDD) Workflow Quick Reference Domain-Driven Development provides a systematic approach for refactoring existing codebases where behavior preservation is paramount. Unlike TDD which creates new functionality, DDD improves structure without changing behavior. Core Cycle - ANALYZE-PRESERVE-IMPROVE: ANALYZE: Domain boundary identification, coupling metrics, AST structural analysis PRESERVE: Characterization tests, behavior snapshots, test safety net verification IMPROVE...
|
79 |
| 11963 | python performance | pluginagentmarketplace/custom-plugin-python |
Python Performance Optimization Overview Master performance optimization in Python. Learn to profile code, identify bottlenecks, optimize algorithms, manage memory efficiently, and leverage high-performance libraries for compute-intensive tasks. Learning Objectives Profile Python code to identify bottlenecks Optimize algorithms and data structures Manage memory efficiently Use compiled extensions (Cython, NumPy) Implement caching strategies Parallelize CPU-bound operations Benchmark and measure ...
|
79 |
| 11964 | okrs | pmprompt/claude-plugin-product-management |
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve OKRs (Objectives and Key Results) What It Is OKRs are a goal-setting framework that creates focus, alignment, and ...
|
79 |
| 11965 | vue-router-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/router vue-router Version: 5.0.3 (Feb 2026) Deps: @babel/generator@^7.28.6, @vue-macros/common@^3.1.1, @vue/devtools-api@^8.0.6, ast-walker-scope@^0.8.3, chokidar@^5.0.0, json5@^2.2.3, local-pkg@^1.1.2, magic-string@^0.30.21, mlly@^1.8.0, muggle-string@^0.4.1, pathe@^2.0.3, picomatch@^4.0.3, scule@^1.3.0, tinyglobby@^0.2.15, unplugin@^3.0.0, unplugin-utils@^0.3.1, yaml@^2.8.2 Tags: next: 4.0.13 (Feb 2022), legacy: 3.6.5 (Sep 2022), edge: 4.4.0-alpha.3 (Jun 2024), beta: 5.0.0-beta.2 (Jan 20...
|
79 |
| 11966 | skill-developer | langfuse/langfuse |
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
|
79 |
| 11967 | css | jaredlander/freshbooks-speed |
CSS Development Guidelines Core Principles Write semantic HTML to improve accessibility and SEO Use CSS for styling, avoiding inline styles Ensure responsive design using media queries and flexible layouts Prioritize external stylesheets over inline or embedded styles Layout Techniques Flexbox Use Flexbox for one-dimensional layouts (rows or columns) Leverage justify-content and align-items for alignment Use flex-wrap for responsive wrapping behavior Prefer gap property over margins for consiste...
|
79 |
| 11968 | import | subframeapp/subframe |
Import an existing design system into Subframe by discovering files on disk, building a manifest, and uploading via the CLI. Goal state : All design system files are uploaded to Subframe for processing. Credentials The CLI needs an auth token and project ID. If the user hasn't provided these, use MCP tools to get these automatically: Project ID — Call list_projects to get the list of projects. If there's only one, use it. If there are multiple, ask the user which project to import into. Auth tok...
|
79 |
| 11969 | mermaid-diagram-generator | patricio0312rev/skills |
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
|
79 |
| 11970 | supabase-extract-service-key | yoanbernabeu/supabase-pentest-skills |
Supabase Service Key Detection 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill detects if th...
|
79 |
| 11971 | code-reviewer | 404kidwiz/claude-supercode-skills |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
79 |
| 11972 | api-documentation | sickn33/antigravity-awesome-skills |
API Documentation When to use this skill API Development : When adding new endpoints External Release : Public API launch Team Collaboration : Frontend-backend interface definition Instructions Step 1: OpenAPI (Swagger) Spec openapi : 3.0.0 info : title : User Management API version : 1.0.0 description : API for managing users contact : email : api@example.com servers : - url : https : //api.example.com/v1 description : Production - url : https : //staging - api.example.com/v1 description : Stag...
|
79 |
| 11973 | security-engineer | 404kidwiz/claude-supercode-skills |
Security Engineer Purpose Provides infrastructure security and DevSecOps expertise specializing in cloud security architecture, identity management, and zero-trust design. Builds secure infrastructure through "Security as Code" practices, DevSecOps pipelines, and comprehensive defense-in-depth strategies. When to Use Designing cloud security architecture (AWS/Azure/GCP) Implementing "Security as Code" (Terraform, OPA, Ansible) Building DevSecOps pipelines (SAST, DAST, Container Scanning) Securin...
|
79 |
| 11974 | positional-revelation | jwynia/agent-skills |
Positional Revelation: Story Generation Skill You help writers create stories where ordinary people in mundane positions become crucial to larger conflicts through their structural position in systems they don't fully understand. These protagonists are neither chosen ones nor trained investigators—they're people whose everyday competence accidentally positions them at critical systemic junctures. Core Principle: The Accidental Pivot Every society has people who, through no intention of their ...
|
78 |
| 11975 | product-frontend-design | mosif16/codex-skills |
Instructions You are a sharp product + frontend designer. Your job is to: Make the product and value proposition unmistakably clear. Remove jargon and vague language from marketing copy. Fix hierarchy, layout, and calls-to-action so pages actually convert. Design and implement distinctive, production-grade frontends that avoid generic AI/template aesthetics. Match visual ambition with real, working frontend code when asked. Think in two layers: Product & Messaging Layer What is this? Who is ...
|
78 |
| 11976 | ai-loading-ux | shipshitdev/library |
AI Loading UX Design patterns for showing users what's happening while waiting for AI output. Decision Framework First, identify which pattern category applies: User is waiting for... Pattern Category Key Goal AI reasoning/thinking Reasoning Display Build trust through transparency Multi-step task completion Progress Steps Show advancement toward goal Content generation/streaming Streaming States Reduce perceived wait time Background processing Status Indicators Confirm work is happening Core Pr...
|
78 |
| 11977 | debugger | 404kidwiz/claude-supercode-skills |
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
|
78 |
| 11978 | app-builder | vudovn/antigravity-kit |
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
|
78 |
| 11979 | netlify-deployment-platform | bobmatnyc/claude-mpm-skills |
Netlify Platform Skill progressive_disclosure: entry_point: summary: "JAMstack deployment platform with serverless functions, forms, and identity" when_to_use: - "When deploying static sites and SPAs" - "When building JAMstack applications" - "When needing serverless functions" - "When requiring built-in forms and auth" quick_start: - "npm install -g netlify-cli" - "netlify login" - "netlify init" - "netlify deploy --prod" token_estimate: entry: 70-85 full: 3800-4800 Netlify Fundamentals Core Co...
|
78 |
| 11980 | paradox-fables | jwynia/agent-skills |
Paradox Fables: Embodied Wisdom Stories Skill You help writers create narrative embodiments of paradoxical wisdom. Unlike traditional fables that resolve into clear morals, paradox fables maintain tension, allowing readers to absorb truth sideways through story rather than argument. Core Principle The goal is not to explain paradoxes but to let readers experience them viscerally through narrative. Paradox fables bypass analytical defenses. They don't resolve into simple lessons. They maintai...
|
78 |
| 11981 | todoist-automation | sickn33/antigravity-awesome-skills |
Todoist Automation via Rube MCP Automate Todoist operations including task creation and management, project organization, section management, filtering, and bulk task workflows through Composio's Todoist toolkit. Toolkit docs : composio.dev/toolkits/todoist Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Todoist connection via RUBE_MANAGE_CONNECTIONS with toolkit todoist Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https:/...
|
78 |
| 11982 | webapp-testing-patterns | bobmatnyc/claude-mpm-skills |
Playwright Patterns Reference Complete guide to Playwright automation patterns, selectors, and best practices. Table of Contents Selectors Wait Strategies Element Interactions Assertions Test Organization Network Interception Screenshots and Videos Debugging Parallel Execution Selectors Text Selectors Most readable and maintainable approach when text is unique: page.click('text=Login') page.click('text="Sign Up"') Exact match page.click('text=/log.*in/i') Regex, case-insensitive Role-Ba...
|
78 |
| 11983 | nansen-sm-trend | nansen-ai/nansen-cli |
TOKEN = < address > CHAIN = ethereum nansen research smart-money netflow --chain $CHAIN --limit 200 → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_fl...
|
78 |
| 11984 | vulnerability-scanner | vudovn/antigravity-kit |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
78 |
| 11985 | documents | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Documents/ 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. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification: ...
|
78 |
| 11986 | b2b-saas-marketing | dengineproblem/agents-monorepo |
Ты — эксперт по B2B SaaS маркетингу с глубокими знаниями в генерации спроса, growth-маркетинге и маркетинговых операциях. Ключевые компетенции Генерация спроса - Стратегия inbound-маркетинга - Контент-воронки - Account-Based Marketing (ABM) - Оптимизация MQL (Marketing Qualified Leads) - Скоринг и нуртуринг лидов Growth-маркетинг - Стратегии Product-Led Growth (PLG) - Оптимизация freemium и триалов - Активация и онбординг - Тактики expansion revenue - Вирусные петли и реферальные...
|
78 |
| 11987 | wnba-data | machina-sports/sports-skills |
WNBA Data Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python3.12 -m pip install sports-s...
|
78 |
| 11988 | activecampaign-automation | sickn33/antigravity-awesome-skills |
ActiveCampaign Automation via Rube MCP Automate ActiveCampaign CRM and marketing automation operations through Composio's ActiveCampaign toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active ActiveCampaign connection via RUBE_MANAGE_CONNECTIONS with toolkit active_campaign Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ju...
|
78 |
| 11989 | theme-factory | shajith003/awesome-claude-skills |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
78 |
| 11990 | product-video | sanky369/vibe-building-skills |
Product Video Skill Overview Product Video creates animated videos that showcase your products with reveals, transitions, and dynamic animations. This skill teaches you to plan and conceptualize product videos. Keywords: product video, product animation, product demo, promotional video, animated reveal, product showcase, video marketing Core Methodology Product videos have three components: Visual Sequence — How the product is revealed Animation Style — Type of motion and transitions Pacing...
|
78 |
| 11991 | nextra-writer | shipshitdev/library |
Nextra Technical Writer Expert technical writer for creating documentation using Nextra, the Next.js-based documentation framework. Why Nextra: Next.js integration, fast builds, automatic routing, full-text search, dark mode, and MDX support out of the box. When This Activates Creating or updating Nextra documentation (.md, .mdx) Configuring Nextra settings (next.config.mjs, theme.config.tsx) Writing API documentation Organizing documentation structure and navigation Setting up documentation sea...
|
78 |
| 11992 | coil-compose | new-silvermoon/awesome-android-agent-skills |
Coil for Jetpack Compose Instructions When implementing image loading in Jetpack Compose, use Coil (Coroutines Image Loader). It is the recommended library for Compose due to its efficiency and seamless integration. 1. Primary Composable: AsyncImage Use AsyncImage for most use cases. It handles size resolution automatically and supports standard Image parameters. AsyncImage ( model = ImageRequest . Builder ( LocalContext . current ) . data ( "https://example.com/image.jpg" ) . crossfade ( true )...
|
78 |
| 11993 | scroll-storyteller | ingpoc/skills |
Create immersive, interactive storytelling experiences using Anthropic's authentic design language: strict duotone palette, organic Bézier SVG paths, custom cursors, and chapter-based narratives. Workflow Use `AskUserQuestion` to gather preferences, then generate: | 1 | Animation? | GSAP (rich) vs CSS-only (lightweight) | 2 | Mood? | Warm vs Cool vs Creative | 3 | Palette? | (show 3-4 based on mood) | 4 | Topic? | Biblical/Tech/Business/Personal/Custom | 5 | Chapters? | 3, ...
|
78 |
| 11994 | teaching-resource-generator | teachingai/full-stack-skills |
本技能帮助您快速生成各种教学资源,包括课件、练习题、教学案例、学习指南等。 关键词: 教学资源、课件制作、练习题、教学案例、学习指南、教学材料 核心功能 1. 课件制作 - 生成 PowerPoint 或 Markdown 格式的课件 - 设计清晰的幻灯片结构 - 添加图表、示例和互动元素 - 确保内容逻辑清晰、视觉美观 2. 练习题生成 - 生成各种类型的练习题 - 设计不同难度级别的题目 - 创建配套的答案和解析 - 生成练习题集和测试卷 3. 教学案例编写 - 编写真实或模拟的教学案例 - 设计案例讨论问题 - 提供案例分析和解决方案 - 创建案例库和案例集 4. 学习指南创建 - 编写学习指南和复习材料 - 创建知识要点总结 - 设计学习路径和计划 - 生成学习检查清单 使用指南 课件制作流程 - 内容规划: 确定课件主题和结构 - 内容生成: 创建每张幻灯片的内容 - 视觉设计: 添加图表、图片和视觉元素 - 互动设计: 设计互动环节和讨论问题 - 优化完善: 检查逻辑和视觉效果 练习题生成原则 -...
|
78 |
| 11995 | clawrouter | blockrunai/clawrouter |
ClawRouter Smart LLM router that saves 67% on inference costs by routing each request to the cheapest model that can handle it. 41 models across 5 providers, all through one wallet. Install openclaw plugins install @blockrun/clawrouter Setup Enable smart routing (auto-picks cheapest model per request) openclaw models set blockrun/auto Or pin a specific model openclaw models set openai/gpt-4o How Routing Works ClawRouter classifies each request into one of four tiers: SIMPLE (40% of traffic) — ...
|
78 |
| 11996 | openclaw-expert | fanthus/agent-skills |
OpenClaw Learning Expert This skill helps answer questions about OpenClaw by retrieving information from official documentation and the GitHub repository, then providing comprehensive answers with source links. Workflow When the user asks an OpenClaw-related question: Step 1: Identify the Question Type Categorize the question to determine the best sources: Getting Started/Installation → Documentation: /start/getting-started Concepts/Architecture → Documentation: /concepts/ sections API Usage → D...
|
78 |
| 11997 | mssql | sanjay3290/ai-skills |
MSSQL Read-Only Query Skill Execute safe, read-only queries against configured Microsoft SQL Server databases. Requirements Python 3.8+ pymssql: pip install -r requirements.txt Setup Create connections.json in the skill directory or ~/.config/claude/mssql-connections.json . Security : Set file permissions to 600 since it contains credentials: chmod 600 connections.json { "databases" : [ { "name" : "production" , "description" : "Main app database - users, orders, transactions" , "host" : "db.exa...
|
78 |
| 11998 | typography-expert | erichowens/some_claude_skills |
Typography Expert Master typographer specializing in font pairing, typographic hierarchy, OpenType features, variable fonts, and performance-optimized web typography. When to Use This Skill ✅ Use for: Font pairing recommendations for brand identity Typographic hierarchy for design systems Performance-optimized web font implementation Variable font integration with CSS custom properties Type scale calculations (modular, fluid, responsive) Font loading strategies (FOUT/FOIT/FOFT prevention) Op...
|
78 |
| 11999 | telegram-bot | openclaudia/openclaudia-skills |
Telegram Bot Build Telegram bots for chatbots, notifications, AI assistants, and group automation. Based on n8n's Telegram workflow templates. Overview This skill covers: Bot setup and configuration Message handling patterns AI-powered assistants Notification workflows Group automation Bot Setup Creating a Bot setup_steps : 1. create_bot : - open : @BotFather on Telegram - command : /newbot - provide : bot_name - provide : bot_username (must end in 'bot') - receive : API_token 2. configure_bot :...
|
78 |
| 12000 | openwork-docker-chrome-mcp | different-ai/openwork |
Quick Usage (Already Configured) 1) Start the dev stack (Docker) Run from the OpenWork repo root: packaging/docker/dev-up.sh This prints: Web UI URL ( http://localhost :<WEB_PORT>) OpenWork server URL ( http://localhost :<OPENWORK_PORT>) Token file path ( tmp/.dev-env-<id> ) containing OPENWORK_TOKEN + OPENWORK_HOST_TOKEN A docker compose ... down command that stops this stack 2) Verify a real UI flow (Chrome MCP) Minimum gate: Open the printed Web UI URL. Navigate to the session/chat surface (t...
|
78 |