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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,480
总 Skills
91.8M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
15951 red-team-tools sickn33/antigravity-awesome-skills
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
70
15952 aws-cloudformation-cloudfront giuseppe-trisciuoglio/developer-kit
AWS CloudFormation CloudFront CDN Overview Create production-ready CDN infrastructure using AWS CloudFormation templates. This skill covers CloudFront distributions, multiple origins (ALB, S3, Lambda@Edge, VPC Origins), CacheBehaviors, Functions, SecurityHeaders, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new CloudFront distributions with CloudFormation Configuring multiple origins (ALB, S3, API Gateway, Lambda@Edge, VPC Orig...
70
15953 setting-detector wordflowlab/novel-writer-skills
故事设定自动检测器 核心功能 自动激活知识库系统 - 这是Novel Writer Skills的核心竞争力。 当你提到特定关键词时,我会自动: 检测故事的类型、时代、主题 加载对应的写作知识库 在整个创作过程中应用专业知识 无需手动调用 - 完全自动化,后台运行。 工作原理 关键词映射表 我监听以下关键词并自动激活对应知识库: 类型知识库(Genres) 言情小说(romance): 触发词:言情、爱情、恋爱、浪漫、感情线、关系弧、CP、甜文、虐文、 HE、BE、双洁、破镜重圆、先婚后爱、契约关系 激活:templates/knowledge-base/genres/romance.md 悬疑推理(mystery): 触发词:悬疑、推理、侦探、破案、谜团、线索、真相、凶手、犯罪、 密室、诡计、不在场证明、推理小说 激活:templates/knowledge-base/genres/mystery.md 历史小说(historical): 触发词:历史、古代、朝代、考据、时代背景、历史小说、古言、 穿越、重生...
70
15954 project-discover-modules-contracts zixun-github/aisdlc
project-discover-modules-contracts(Step4:模块单页 SSOT + 契约段落 + 证据链) 概览 模块页是 Discover 的“权威入口”。它的目标不是写全细节,而是让 AI/人能在需要时 快速判断边界与不变量,并且能沿着证据链定位到代码/契约/测试/CI/ops 。 开始时宣布: 「我正在使用 project-discover-modules-contracts 技能为模块建立单页 SSOT(含契约段落与证据链)。」 硬规则(P0 必须满足) 模块页路径固定 .aisdlc/project/components/{module}.md 锚点标题必须存在(稳定跳转) TL;DR API Contract Data Contract Evidence(证据入口) Evidence Gaps(缺口清单) 契约不单独建目录 禁止 .aisdlc/project/contracts/ 缺口必须结构化 所有缺口只写到 Evidence Gaps(缺口清单) (不允许散落“待补/未发现/TODO”) 禁止“占位句”冒充内容 在 API Contr...
70
15955 yield-opportunities kukapay/crypto-skills
Yield Opportunities This skill provides comprehensive workflows for discovering and analyzing DeFi yield opportunities across multiple protocols, blockchains, and yield-generating strategies. Core Research Methodology Parallel Exploration Strategy (MAXIMIZE EFFORT) When researching yield opportunities, launch multiple background agents IN PARALLEL: Librarian Agents (3-6 concurrent) - Best for external research: Protocol-specific yield documentation Yield aggregator platforms GitHub repositories ...
70
15956 xlsx dedalus-erp-pas/foundation-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
70
15957 agents danielmiessler/personal_ai_infrastructure
ElevenLabs Agents Platform Build voice AI agents with natural conversations, multiple LLM providers, custom tools, and easy web embedding. Setup: See Installation Guide for CLI and SDK setup. Quick Start with CLI The ElevenLabs CLI is the recommended way to create and manage agents: Install CLI and authenticate npm install -g @elevenlabs/cli elevenlabs auth login Initialize project and create an agent elevenlabs agents init elevenlabs agents add "My Assistant" --template complete Push to Elev...
70
15958 writing-bundler-tests oven-sh/bun
Bundler tests use `itBundled()` from `test/bundler/expectBundled.ts` to test Bun's bundler. Basic Usage ``` import { describe } from "bun:test"; import { itBundled, dedent } from "./expectBundled"; describe("bundler", () => { itBundled("category/TestName", { files: { "index.js": `console.log("hello");`, }, run: { stdout: "hello", }, }); }); ``` Test ID format: `category/TestName` (e.g., `banner/CommentBanner`, `minify/Empty`) File Setup ``` { files: { ...
70
15959 feedback yonatangross/orchestkit
View and manage the OrchestKit feedback system that learns from your usage. Overview - Checking feedback system status - Pausing/resuming learning - Resetting learned patterns - Exporting feedback data - Managing privacy settings - Enabling/disabling anonymous analytics sharing - Viewing privacy policy Usage ``` /feedback Same as status /feedback status Show current state /feedback pause Pause learning /feedback resume Resum...
69
15960 filesystem sundial-org/awesome-openclaw-skills
Filesystem Skill Claude Code Built-in Tools Reading Files Read Tool: Read file contents Read file_path="/path/to/file.txt" Options: offset: Start line (for large files) limit: Number of lines to read Finding Files Glob Tool: Find files by pattern Glob pattern="/*.ts" Common patterns: /*.ts - All TypeScript files src//*.tsx - React components in src /test*.js - Test files anywhere Searching Content Grep Tool: Search file contents Grep pattern="function myFunc" path="/src" Options: ...
69
15961 code-interpreter aws-samples/sample-strands-agent-with-agentcore
Code Interpreter A general-purpose code execution environment powered by AWS Bedrock AgentCore Code Interpreter. Run code, execute shell commands, and manage files in a secure sandbox. Available Tools execute_code(code, language, output_filename) : Execute Python, JavaScript, or TypeScript code. execute_command(command) : Execute shell commands. file_operations(operation, paths, content) : Read, write, list, or remove files in the sandbox. ci_push_to_workspace(paths) : Save sandbox files to the ...
69
15962 expert-architect shipshitdev/library
Expert Architect - Expert Secrets Builder Overview You are an expert architect thinking like Russell Brunson. You help people build their positioning using Expert Secrets principles—Attractive Character, Epiphany Bridge, Big Domino, and New Opportunity framing. You create expert positioning that makes them the obvious choice. Brunson's Core Principle: "You don't need to be the most qualified—you need to be the most positioned." Your Role: Build positioning. Craft origin stories. Create expert...
69
15963 aws-cloudformation-ecs giuseppe-trisciuoglio/developer-kit
AWS CloudFormation ECS Create production-ready container infrastructure using AWS CloudFormation templates. This skill covers ECS clusters, services, task definitions, container configurations, scaling, service discovery, load balancing, and blue/green deployments with CodeDeploy. When to Use Use this skill when: Creating new ECS clusters with CloudFormation Defining task definitions for container workloads Configuring ECS services with deployment strategies Integrating ECS with Application Load...
69
15964 writing-skills izyanrajwani/agent-skills-library
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
69
15965 better-auth secondsky/claude-skills
Better Auth Integration Guide Overview Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend. When to Use Setting up Better Auth with NestJS backend Integrating Next.js App Router frontend Configuring Drizzle ORM schema with PostgreSQL Implementing social login (GitHub, Google, Facebook, Microsof...
69
15966 pinia martinholovsky/claude-skills-generator
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
69
15967 odoo marcfargas/odoo-toolbox
/odoo Odoo ERP integration. Two ways to work: CLI (fastest for most tasks) and Library (for scripts and automation). Two Ways to Work with Odoo CLI — Fastest for Most Tasks The odoo CLI lets you search, create, update, and delete records without writing any code. 1. Verify connection (always do this first) odoo config check 2. Search records odoo records search res.partner --fields name,email --limit 5 3. Create a record odoo records create res.partner --data '{"name":"Acme Corp"}' --confirm ...
69
15968 code-review cloudflare/cloudflare-docs
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
69
15969 human-writing pr-pm/prpm
Human-Style Writing This skill helps you write content that reads like it was written by a real person with opinions, personality, and specific knowledge—not a corporate blog generator or AI assistant trying to sound helpful. Core Principle Write like you're explaining something to a colleague over coffee, not presenting to a board room. Good writing is specific, opinionated, and conversational. Bad writing is generic, safe, and sounds like every other tech blog. What Makes Writing Sound AI-Gene...
69
15970 hig-foundations raintree-technology/apple-hig-skills
Apple HIG: Design Foundations Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Prioritize content over chrome. Reduce visual clutter. Use system-provided materials and subtle separators rather than heavy borders and backgrounds. Build in accessibility from the start. Design for VoiceOver, Dynamic Type, Reduce Motion, Increase Contrast, and Switch Control from day one. Every interactive element...
69
15971 vercel-deploy davila7/claude-code-templates
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
69
15972 pptx davepoon/buildwithclaude
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
69
15973 context-degradation shipshitdev/library
Context Degradation Patterns Language models exhibit predictable degradation patterns as context length increases. Understanding these patterns is essential for diagnosing failures and designing resilient systems. Context degradation is not a binary state but a continuum of performance degradation that manifests in several distinct ways. When to Activate Activate this skill when: Agent performance degrades unexpectedly during long conversations Debugging cases where agents produce incorrect or i...
69
15974 task breakdown specialist daffy0208/ai-dev-standards
Task Breakdown Specialist Lower activation energy. Build momentum. Make progress visible. Core Principle ADHD brains struggle with large, ambiguous tasks due to high activation energy. The solution: Break everything into tiny, achievable micro-tasks that provide frequent dopamine hits and visible progress. Key Insight: Starting is the hardest part. Make starting ridiculously easy. The ADHD Task Problem Problem 1: Activation Energy Issue: "Build authentication system" feels overwhelming Result: P...
69
15975 wpds automattic/agent-skills
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
69
15976 qr-barcode-reader dkyazzentwatwa/chatgpt-skills
Decode and extract data from QR codes and barcodes in images with support for multiple barcode formats. Purpose Barcode scanning for: - Inventory management and tracking - Product information lookup - Document verification - Event check-in systems - Automated data entry Features - Multiple Formats: QR Code, EAN-13, Code128, Code39, UPC-A, DataMatrix - Batch Processing: Scan multiple images in one operation - Data Extraction: Decode to text, URLs, structured data - Image Preprocessi...
69
15977 alicloud-solution-content-article-illustrator-test cinience/alicloud-skills
Category: test Content Article Illustrator Smoke Test Prerequisites Target skill path: skills/solutions/alicloud-solution-content-article-illustrator/ Python 3 Test Steps Compile helper scripts: python3 tests/common/compile_skill_scripts.py \ --skill-path skills/solutions/alicloud-solution-content-article-illustrator \ --output output/alicloud-solution-content-article-illustrator-test/compile-check.json Run the executable smoke test: python3 tests/solutions/alicloud-solution-content-article-illu...
69
15978 search-company-knowledge atlassian/atlassian-mcp-server
Search Company Knowledge Keywords find information, search company knowledge, look up, what is, explain, company docs, internal documentation, Confluence search, Jira search, our documentation, internal knowledge, knowledge base, search for, tell me about, get information about, company systems, terminology, find everything about, what do we know about, deployment, authentication, infrastructure, processes, procedures, how to, how does, our systems, our processes, internal systems, company proce...
69
15979 axiom-app-store-submission charleswiltgen/axiom
App Store Submission Overview Systematic pre-flight checklist that catches 90% of App Store rejection causes before submission. Core principle : Ship once, ship right. Over 40% of App Store rejections cite Guideline 2.1 (App Completeness) — crashes, placeholders, broken links. Another 30% are metadata and privacy issues. A disciplined pre-flight process eliminates these preventable rejections. Key insight : Apple rejected nearly 1.93 million submissions in 2024. Most rejections are not policy di...
69
15980 typescript martinholovsky/claude-skills-generator
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
69
15981 aws-cloudformation-rds giuseppe-trisciuoglio/developer-kit
AWS CloudFormation RDS Database Overview Create production-ready Amazon RDS infrastructure using AWS CloudFormation templates. This skill covers RDS instances (MySQL, PostgreSQL, Aurora, MariaDB), DB clusters, multi-AZ deployments, parameter groups, subnet groups, security groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new RDS database instances (MySQL, PostgreSQL, A...
69
15982 tmux-processes 0xbigboss/claude-code
tmux Process Management Interactive Shell Requirement Use send-keys pattern for reliable shell initialization. Creating a session spawns an interactive shell automatically. Use send-keys to run commands within that shell, ensuring PATH, direnv, and other initialization runs properly. WRONG - inline command bypasses shell init, breaks PATH/direnv tmux new-session -d -s "$SESSION" -n main 'tilt up' CORRECT - create session, then send command to interactive shell tmux new-session -d -s "$SESSI...
69
15983 cocos2d-x teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Create Cocos2d-x v4 games or applications Learn Cocos2d-x v4 core concepts (Node, Sprite, Scene, Action) Set up Cocos2d-x v4 development environment Work with sprites, textures, animations, and labels Implement scene management and node lifecycle Handle input events (touch, mouse, keyboard) Use physics engine (Box2D) and collision detection Implement rendering pipeline, shaders, and particle systems Build and deploy games for mu...
69
15984 monday vm0-ai/vm0-skills
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
69
15985 react-frontend-expert hieutrtr/ai1-skills
React Frontend Expert When to Use Activate this skill when: Creating or modifying React components (functional components only) Writing custom hooks ( useXxx ) Building pages with routing Implementing data fetching with TanStack Query Handling forms with validation Setting up project structure for a React/TypeScript application Do NOT use this skill for: Writing component or hook tests (use react-testing-patterns ) E2E browser testing (use e2e-testing ) API contract design (use api-design-patter...
69
15986 opentofu-guide josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
69
15987 dry-principle oimiragieo/agent-studio
Dry Principle Skill Follow the DRY (Don't Repeat Yourself) Principle and Avoid Duplicating Code or Logic. Avoid writing the same code more than once. Instead, reuse your code using functions, classes, modules, libraries, or other abstractions. Modify code in one place if you need to change or update it. Iron Laws NEVER extract to a shared abstraction until you have at least 3 concrete instances of the same logic — premature extraction creates wrong abstractions that are harder to remove than the...
69
15988 run-nx-generator nrwl/nx
Run Nx Generator This skill helps you execute Nx generators efficiently, with special focus on workspace-plugin generators from your internal tooling. Generator Priority List Use the mcp__nx-mcp__nx_generator_schema tool to get more information about how to use the generator Choose which generators to run in this priority order: 🔥 Workspace-Plugin Generators (High Priority) These are your custom internal tools in tools/workspace-plugin/ 📦 Core Nx Generators (Standard) Only use these if workspace...
69
15989 magento-performance-analyst maxnorm/magento2-agent-skills
Magento 2 Performance Analyst Expert specialist in conducting comprehensive performance analysis and implementing systematic optimizations that deliver measurable improvements in application speed, scalability, and user experience. When to Use Analyzing performance bottlenecks Profiling applications Optimizing database queries Improving system scalability Conducting load testing Optimizing frontend performance Performance Analysis Profiling Tools Blackfire : Performance profiling and optimizatio...
69
15990 github dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
69
15991 openwork-orchestrator-npm-publish different-ai/openwork
Quick usage (already configured) Ensure you are on the default branch and the tree is clean. Bump versions via the shared release bump (this keeps openwork-orchestrator aligned with the app/desktop release). pnpm bump:patch or: pnpm bump:minor or: pnpm bump:major or: pnpm bump:set -- X.Y.Z Commit the bump. Preferred: publish via the "Release App" GitHub Actions workflow by tagging vX.Y.Z . Manual recovery path (sidecars + npm) below. pnpm --filter openwork-orchestrator build:sidecars gh relea...
69
15992 dependency-manager 404kidwiz/claude-supercode-skills
Dependency Manager Purpose Provides expertise in package management, version resolution, and software supply chain security. Handles dependency updates, vulnerability auditing, and conflict resolution across multiple package ecosystems. When to Use Updating project dependencies Resolving version conflicts Auditing for security vulnerabilities Managing lockfiles and reproducibility Migrating between package managers Implementing dependency policies Reducing bundle size via dependency analysis Q...
69
15993 metasploit-framework sickn33/antigravity-awesome-skills
Metasploit Framework Purpose Leverage the Metasploit Framework for comprehensive penetration testing, from initial exploitation through post-exploitation activities. Metasploit provides a unified platform for vulnerability exploitation, payload generation, auxiliary scanning, and maintaining access to compromised systems during authorized security assessments. Prerequisites Required Tools Metasploit comes pre-installed on Kali Linux For other systems: curl https://raw.githubusercontent.com/rap...
69
15994 linear-automation sickn33/antigravity-awesome-skills
Linear Automation via Rube MCP Automate Linear operations through Composio's Linear toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linear Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Linear connection via RUBE_MANAGE_CONNECTIONS with toolkit linear 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 — just add the endpoint and it...
69
15995 freshdesk-automation composiohq/awesome-claude-skills
Freshdesk Automation via Rube MCP Automate Freshdesk customer support workflows including ticket management, contact and company operations, notes, replies, and ticket search through Composio's Freshdesk toolkit. Toolkit docs : composio.dev/toolkits/freshdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Freshdesk connection via RUBE_MANAGE_CONNECTIONS with toolkit freshdesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add h...
69
15996 clickhouse-query civitai/civitai
ClickHouse Query Testing Use this skill to run ad-hoc ClickHouse queries for analytics, metrics analysis, and debugging. Running Queries Use the included query script: node .claude/skills/clickhouse-query/query.mjs "SELECT count() FROM views" Options Flag Description --explain Show query execution plan --writable Allow write operations (requires user permission) --timeout <s>, -t Query timeout in seconds (default: 30) --file, -f Read query from a file --json Output results as JSON --quiet, ...
69
15997 mermaid-flowchart-generator jeremylongshore/claude-code-plugins-plus-skills
Mermaid Flowchart Generator Purpose This skill provides automated assistance for mermaid flowchart generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mermaid flowchart generator" in your request Ask about mermaid flowchart generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for mermaid flow...
69
15998 cal-com-automation sickn33/antigravity-awesome-skills
Cal.com Automation via Rube MCP Automate Cal.com scheduling operations through Composio's Cal toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Cal.com connection via RUBE_MANAGE_CONNECTIONS with toolkit cal 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 — just add the endpoint and it works. Verify Rube MCP is available...
69
15999 feishu-card alextangson/feishu_skills
飞书交互卡片 构建、发送和处理飞书交互卡片。 使用场景 : 晨报确认、告警处理、任务确认、状态更新 发送卡片 POST /open-apis/im/v1/messages?receive_id_type=chat_id { "receive_id" : "<chat_id>" , "msg_type" : "interactive" , "content" : "<card_json_string>" } ⚠️ content 必须是字符串化的 JSON。 卡片结构 { "config" : { "wide_screen_mode" : true } , "header" : { "title" : { "tag" : "plain_text" , "content" : "标题" } , "template" : "blue" } , "elements" : [ { "tag" : "div" , "text" : { "tag" : "lark_md" , "content" : "加粗" } } , { "tag" : "action" , "actions" : [ { "t...
69
16000 ollama-optimizer luongnv89/skills
Ollama Optimizer Optimize Ollama configuration based on system hardware analysis. Repo Sync Before Edits (mandatory) Before writing any output files, sync with the remote to avoid conflicts: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is dirty, stash first ( git stash ), sync, then pop ( git stash pop ). If origin is missing or conflicts occur, stop and ask the user before continuing. Workflow Phase 1: System Detecti...
69