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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
20601 heartbeat-cron t0dorakis/murmur
Heartbeat Creator Create well-crafted HEARTBEAT.md files for murmur through a structured interview, test run, and refinement loop. Context Murmur is a minimal scheduler. It reads a HEARTBEAT.md file, sends its contents to Claude on a schedule, and classifies the response: HEARTBEAT_OK — nothing to report (silent) ATTENTION: ... — needs human attention (logged + surfaced in TUI) Murmur cannot notify the user. It only runs the prompt and logs the result. If the user wants notifications (Slack, Tel...
42
20602 sweep simota/agent-skills
You are "Sweep" - a meticulous repository cleaner who identifies and removes unnecessary files. Your mission is to analyze the repository, detect unused or orphan files, and safely clean up the codebase to improve maintainability and reduce clutter. QUICK START 基本フロー(5ステップ) ``` 1. SCAN → リポジトリをスキャンして候補を発見 2. ANALYZE → 各候補の使用状況を検証 3. REPORT → カテゴリ別・リスク別のレポート作成 4. CONFIRM → ユーザーに削除確認(必須) 5. EXECUTE → バックアップ後に安全に削除 ``` 典型的な使用シナリオ | 全体クリーンアップ | 「リポジトリ全体の不要ファイルを検出して」 | デッドコード検出 | 「使わ...
42
20603 wireshark network traffic analysis zebbern/claude-code-guide
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
42
20604 add-feishu sugarforever/01coder-agent-skills
Add Feishu Channel This skill adds Feishu (飞书) support to NanoClaw using the skills engine for deterministic code changes, then walks through interactive setup. Phase 1: Pre-flight Check if already applied Read .nanoclaw/state.yaml . If feishu is in applied_skills , skip to Phase 3 (Setup). The code changes are already in place. Ask the user Use AskUserQuestion to collect configuration: AskUserQuestion: Do you have a Feishu app already, or do you need to create one? If they have one, collect FEI...
42
20605 godot-genre-tower-defense thedivergentai/gd-agentic-skills
Genre: Tower Defense Strategic placement, resource management, and escalating difficulty define tower defense. Core Loop Prepare : Build/upgrade towers with available currency Wave : Enemies spawn and traverse path toward goal Defend : Towers auto-target and damage enemies Reward : Kills grant currency Escalate : Waves increase in difficulty/complexity NEVER Do in Tower Defense Games NEVER make all towers equally viable — If Sniper = same DPS as Machine Gun, no strategic choice. Each tower MUST ...
42
20606 release-notes-composer qodex-ai/ai-agent-skills
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
42
20607 idor vulnerability testing zebbern/claude-code-guide
IDOR Vulnerability Testing Purpose Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static file references, detection techniques using parameter manipulation and enumeration, exploitation via Burp Suite, and remediation strategies for securing applications against unauthorized access. Inputs / Prerequisites Target Web Application : URL of application w...
42
20608 adobe-xd teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
42
20609 telegram-offline-voice sanwecn/telegram-offline-voice
telegram-offline-voice 🎙️ 本地生成,一键封装 — 使用 Microsoft Edge-TTS 生成高质量中文语音,完全离线处理。 💡 为什么需要这个升级? 原生的 TTS 方案通常只能生成 MP3 附件,且无法处理 Markdown 标记和超长文本。本项目通过工程化封装,将“语音合成”进化为“语音交互”: 告别标记音 :自动识别并清洗 , , [link] 等 Markdown 符号,避免 AI 读出这些“代码噪音”。 智能对话流 :超长文本不再是一读到底,而是按句号、感叹号自动切分为多个语音气泡,听感更像真人在发语音。 并发安全 :针对多代理/子代理并行调用的场景,使用 UUID 隔离临时文件,彻底杜绝文件读写冲突。 零token消耗 :完全基于 Edge-TTS 本地生成,无需 OpenAI/Azure 的付费 Token。 ✨ 特性 🔒 隐私保护 :100% 本地音频处理,不经过任何额外云端 TTS 提供商。 💰 零token消耗 :使用免费的 Edge-TTS 引擎,省下昂贵的 API 额度。 🎯 一键生成 :内置 voice_gen.py 脚本,...
42
20610 consult cluesmith/codev
consult - AI Consultation CLI Query external AI models for reviews and analysis. Supports Gemini, Codex, and Claude. Synopsis consult -m <model> [options] consult stats [options] The -m / --model flag is always required except for consult stats . Models Flag value Alias Notes gemini pro Fast (~120-150s), file access via --yolo codex gpt Thorough (~200-250s), shell exploration claude opus Agent SDK with tool use (~60-120s) All flags -m, --model <model> Model to use (required except stats)...
42
20611 engram-memory-protocol gentleman-programming/engram
When to Use Use this skill when: Making architecture or implementation decisions Fixing bugs with non-obvious root causes Discovering patterns, gotchas, or user preferences Closing a session or after compaction Save Rules Call mem_save immediately after: decision bugfix pattern/discovery config/preference changes Use structured content: What Why Where Learned Use stable topic_key for evolving topics. Search Rules On recall requests: mem_context first, then mem_search . Before similar work: run p...
42
20612 lingui-best-practices lingui/skills
Lingui Best Practices Lingui is a powerful internationalization (i18n) framework for JavaScript. This skill covers best practices for implementing i18n in React and vanilla JavaScript applications. Quick Start Workflow The standard Lingui workflow consists of these steps: Wrap your app in I18nProvider Mark messages for translation using macros ( Trans , t , etc.) Extract messages: lingui extract Translate the catalogs Compile catalogs: lingui compile Load and activate locale in your app Core Pac...
42
20613 using-vit solpbc/vit
1. Overview vit is a Bun CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (setup, login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal. 2. Prerequisites Dependency chain: setup → login → init → follow → skim/ship . setup and login are human-only. The agent starts at init . Use vit doctor to check setup and beacon status before runn...
42
20614 pdf-processing mervinpraison/praisonai
PDF Processing Skill Overview This skill enables agents to process PDF documents, extract text content, and analyze the information within them. When to Use Activate this skill when: User asks to read or analyze a PDF file User needs to extract text from a PDF User wants to summarize a PDF document User needs to search for information within a PDF Instructions First, verify the PDF file exists at the specified path Use appropriate tools to read the PDF content Extract text while preserving struc...
42
20615 azure-mgmt-weightsandbiases-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.WeightsAndBiases (.NET) Azure Resource Manager SDK for deploying and managing Weights & Biases ML experiment tracking instances via Azure Marketplace. Installation dotnet add package Azure.ResourceManager.WeightsAndBiases --prerelease dotnet add package Azure.Identity Current Version : v1.0.0-beta.1 (preview) API Version : 2024-09-18-preview Environment Variables AZURE_SUBSCRIPTION_ID = < your-subscription-id > AZURE_RESOURCE_GROUP = < your-resource-group > AZURE_WANDB_INST...
42
20616 skill-creation-guide notedit/happy-skills
Skill Creator This skill provides guidance for creating effective skills. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Provide Specialized workflows - Multi-step procedu...
42
20617 design-business-model thepexcel/agent-skills
Business Model Frameworks Design, visualize, and validate business models. Quick Start Choose framework - Based on your situation Fill canvas - Use structured approach below Validate - Test assumptions with customers Iterate - Refine based on learning Framework Selection Situation Use This Existing business - understand or optimize current model Business Model Canvas Startup/New idea - validate quickly, test assumptions Lean Canvas Product-market fit - ensure value matches customer needs Value...
42
20618 mobile-agent first-fluke/oh-my-ag
Mobile Agent - Cross-Platform Mobile Specialist When to use Building native mobile applications (iOS + Android) Mobile-specific UI patterns Platform features (camera, GPS, push notifications) Offline-first architecture When NOT to use Web frontend -> use Frontend Agent Backend APIs -> use Backend Agent Core Rules Clean Architecture: domain -> data -> presentation Riverpod/Bloc for state management (no raw setState for complex logic) Material Design 3 (Android) + iOS HIG (iOS) All controllers dis...
42
20619 product-strategy eyadsibai/ltk
Product Strategy Canvas Metadata Name : product-strategy Description : Generate a comprehensive product strategy using the 9-section Product Strategy Canvas. Covers vision, market segments, costs, value propositions, trade-offs, metrics, growth, capabilities, and defensibility. Triggers : product strategy, strategy canvas, strategic plan, product strategy document Instructions You are an experienced product strategist developing a comprehensive product strategy for $ARGUMENTS. Your task is to cr...
42
20620 mirai posit-dev/skills
You are an expert on the mirai R package for async, parallel, and distributed computing. Help users write correct mirai code, fix common mistakes, and convert from other parallel frameworks. When the user provides code, analyze it and either fix it or convert it to correct mirai code. When the user describes what they want to do, write the mirai code for them. Always explain the key mirai concepts that apply to their situation. Core Principle: Explicit Dependency Passing mirai evaluates expressi...
42
20621 content-generate sunqb/ccsdk
内容生成 - Content Generate 触发命令 : /generate 触发关键词 : 生成、标题、标语、对话、脚本、口播、播客 简介 内容生成技能套件,整合了标题生成、标语生成、对话生成、脚本生成四大功能。支持批量生成、历史去重、多样性保证等高级特性,满足各类创意内容生成需求。 功能一: Generate Titles Generate Titles - 标题/标题组生成 简介 根据内容主题和目标渠道,生成符合平台特色和受众偏好的标题或标题组。支持批量生成,自动进行历史去重,确保内容多样性。生成完成后自动调用humanize_text去除AI痕迹。 使用场景 为文章、视频、帖子创建吸引人的标题 批量生成标题供选择(A/B测试) 针对不同平台优化标题风格 标题创意匮乏时提供灵感 生成标题组(如"3个XXX"、"5种XXX"等列表式) 输入参数 必需参数 content_topic (string): 内容主题或核心内容描述 可选参数 target_channel (string): 目标发布渠道 wechat_article - 微信公众号 weibo - 微博 zhihu ...
42
20622 v3 mcp optimization ruvnet/claude-flow
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
42
20623 altinity-expert-clickhouse-caches altinity/skills
Cache Analysis and Tuning Analyze ClickHouse cache systems: mark cache, uncompressed cache, query cache, and compiled expression cache. Quick Audits 1. Mark Cache Health with (select value from system.events where event = 'MarkCacheHits') as hits, (select value from system.events where event = 'MarkCacheMisses') as misses, hits / nullIf(hits + misses, 0) as hit_ratio, (select value from system.asynchronous_metrics where metric = 'MarkCacheBytes') as cache_bytes, (select sum...
42
20624 finding-mentors-sponsors oldwinter/skills
Finding Mentors & Sponsors Help the user build meaningful mentor and sponsor relationships using approaches from 19 product leaders. How to Help When the user asks for help finding mentors or sponsors: Clarify the goal - Ask whether they need advice (mentor), advocacy and opportunities (sponsor), or accountability (coach). These are different relationships with different approaches Identify potential candidates - Help them think about who is 2-3 years ahead on their desired path, who has solved ...
42
20625 github-actions-pipeline-creator patricio0312rev/skills
GitHub Actions Pipeline Creator Build production-ready GitHub Actions workflows with best practices. Basic CI Workflow .github/workflows/ci.yml name: CI on: push: branches: [main, develop] pull_request: branches: [main] Cancel in-progress runs for same workflow concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: lint: name: Lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Node.js...
42
20626 tuzi-infographic tuziapi/tuzi-skills
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /tuzi-infographic path/to/content.md /tuzi-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /tuzi-infographic path/to/content.md --aspect portrait --lang zh /tuzi-infographic then paste content Options Option Values --layout 21 options (see Layout Gallery), default: bento-grid --style 20 options (see Style Galler...
42
20627 adhd-productivity breverdbidder/life-os
ADHD Productivity Skill When to Invoke User starts new topic without closing previous task User mentions feeling stuck or overwhelmed Session duration exceeds 30 minutes without completion User asks for help focusing Intervention Techniques Micro-Commitment Break tasks into smallest possible step: "Just open the file" "Just write the first line" "Just run one command" Body Doubling Virtual presence accountability: "I'm here. You: [action]. Me: ⏱️ Waiting..." Set 5-minute timer Check in after tim...
42
20628 correlation-explorer dkyazzentwatwa/chatgpt-skills
Correlation Explorer Analyze correlations between variables in CSV/Excel datasets. Features Correlation Matrix: Compute all pairwise correlations Heatmap Visualization: Color-coded correlation display Significance Testing: P-values for correlations Multiple Methods: Pearson, Spearman, Kendall Strong Correlations: Find highly correlated pairs Target Analysis: Correlations with specific variable Quick Start from correlation_explorer import CorrelationExplorer explorer = CorrelationExplorer() ...
42
20629 create-video-start ncklrs/startup-os-skills
Create Video Start Master orchestrator skill that chains the entire Remotion video pipeline together. Takes a single creative brief and automatically invokes each specialized skill in sequence, passing outputs between them. What This Skill Does Orchestrates the complete video creation pipeline: motion-designer → Creates VIDEO_SPEC.md from creative brief remotion-scaffold → Sets up project structure remotion-animation → Generates animation configurations remotion-composition → Creates Sequence la...
42
20630 blockbench-pbr-materials jasonjgardner/blockbench-mcp-project
Blockbench PBR Materials Create and manage PBR materials for Minecraft Bedrock RTX and other PBR workflows. Available Tools Tool Purpose create_pbr_material Create new PBR material with texture channels configure_material Configure material properties list_materials List all PBR materials get_material_info Get detailed material info import_texture_set Import texture_set.json file assign_texture_channel Assign texture to PBR channel save_material_config Export texture_set.json PBR Channels Chan...
42
20631 shopify-liquid toilahuongg/google-antigravity-kit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<tag, filter, or object name>" — search before writing code Search limit: max 2 searches. If both return [] , skip to step 2 using your built-in Liquid knowledge. Write the code using the search results (or built-in knowledge if search returned nothing) Call bash with node scripts/validate.mjs --filename <file.liquid> --filetype <sections|snippets|block...
42
20632 erpnext-impl-scheduler openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Scheduler - Implementation This skill helps you implement scheduled tasks and background jobs. For exact syntax, see erpnext-syntax-scheduler . Version : v14/v15/v16 compatible Main Decision: What Are You Trying to Do? ┌─────────────────────────────────────────────────────────────────────┐ │ SCHEDULER DECISION │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
42
20633 migrating-dbt-core-to-fusion dbt-labs/dbt-agent-skills
if a user says "migrate my dbt project to the new authoring layer" or "make my dbt project compatible with the Fusion engine" do the following steps and the migration is only successfully completed once `dbtf compile` finishes with 0 errors. Create a changes_made.md file documenting and summarizing all of the code changes made in the user's dbt project, including what the error was, the fix applied, and a summary of why the fix was chosen. Before you begin, please read and understand the resour...
42
20634 code-transfer mhattingpete/claude-skills-marketplace
Code Transfer Transfer code between files with precise line-based control. Dual-mode operation: native tools (1-10 files) or execution mode (10+ files, 90% token savings). Operation Modes Basic Mode (Default) Use Read, Edit, Bash scripts for 1-10 file operations. Works immediately, no setup required. Execution Mode (10+ files) from api.filesystem import batch_copy from api.code_analysis import find_functions functions = find_functions('app.py', pattern='handle_.*') operations = [{ 'sour...
42
20635 broken authentication testing zebbern/claude-code-guide
Broken Authentication Testing Purpose Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management. Prerequisites Required Knowledge HTTP protocol and session mechanisms Au...
42
20636 v3 cli modernization ruvnet/claude-flow
V3 CLI Modernization What This Skill Does Modernizes claude-flow v3 CLI with interactive prompts, intelligent command decomposition, enhanced hooks integration, performance optimization, and comprehensive workflow automation capabilities. Quick Start Initialize CLI modernization analysis Task ( "CLI architecture" , "Analyze current CLI structure and identify optimization opportunities" , "cli-hooks-developer" ) Modernization implementation (parallel) Task ( "Command decomposition" , "Break dow...
42
20637 prd-master majiayu000/claude-arsenal
PRD Master Core Principles Living Document — PRDs evolve throughout product lifecycle Stakeholder Collaboration — Early involvement prevents late rework Measurable Goals — Replace vague with quantifiable targets Focused yet Flexible — Lean structure enables adaptation Problem-First — Define the problem before jumping to solutions User-Centered — Ground decisions in user research and data Hard Rules (Must Follow) These rules are mandatory. Violating them means the skill is not working correctly....
42
20638 vb-database bobmatnyc/claude-mpm-skills
Visual Basic Database Patterns ADO.NET and Entity Framework patterns for VB.NET with focus on connection management, parameterized queries, and async operations. ADO.NET Patterns Connection Management ' ✅ Good: Using statement ensures disposal Public Async Function GetCustomersAsync ( ) As Task ( Of List ( Of Customer ) ) Dim customers = New List ( Of Customer ) ( ) Using connection = New SqlConnection ( connectionString ) Await connection . OpenAsync ( ) Using command = New SqlCommand ( "SELECT...
42
20639 thumbnail-generator dkyazzentwatwa/chatgpt-skills
Create optimized thumbnails with smart cropping, multiple output sizes, and batch processing. Features - Smart Cropping: Center, face-aware, or edge-detection based - Multiple Sizes: Generate multiple thumbnail sizes at once - Presets: Web, social media, app icon presets - Batch Processing: Process entire folders - Quality Control: Optimize file size vs quality - Formats: JPEG, PNG, WebP output Quick Start ``` from thumbnail_gen import ThumbnailGenerator gen = ThumbnailGenerator() ge...
42
20640 tuzi-danger-gemini-web tuziapi/tuzi-skills
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for text/image g...
42
20641 md-to-pdf steveclarke/dotfiles
Markdown to PDF Converts markdown files to beautifully formatted PDFs using crossnote (same engine as mcp-printer). Features Mermaid diagrams — Flowcharts, sequence diagrams, etc. Math equations — KaTeX rendering Syntax highlighting — GitHub theme Page numbers — Automatic footer with page X / Y GitHub-light theme — Clean, print-optimized styling Usage ~/.claude/skills/md-to-pdf/scripts/md-to-pdf.mjs input.md Creates input.pdf ~/.claude/skills/md-to-pdf/scripts/md-to-pdf.mjs input.md output.pdf ...
42
20642 twilio-api tdimino/claude-code-minoan
Twilio API - Comprehensive Communication Platform When to Use This Skill Use this skill when working with Twilio's communication APIs for: SMS/MMS Messaging - Send and receive text messages programmatically Voice Communication - Build voice calling applications with TwiML Phone Number Management - Search, purchase, and configure phone numbers Webhook Integration - Handle real-time events and delivery notifications with TwiML responses Two-Way SMS Conversations - Build interactive SMS experiences...
42
20643 swift-optimise pproenca/dot-skills
Apple Swift/SwiftUI Performance Optimization Best Practices Comprehensive guide for Swift and SwiftUI performance optimization. Contains 19 rules across 3 categories covering modern concurrency, render performance, and animation performance. Targets iOS 26 / Swift 6.2 with @Observable and Swift 6 strict concurrency. Clinic Architecture Contract (iOS 26 / Swift 6.2) All guidance in this skill assumes the clinic modular MVVM-C architecture: Feature modules import Domain + DesignSystem only (never ...
42
20644 implement delexw/claude-code-misc
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
42
20645 dispatching-parallel-agents guanyang/antigravity-skills
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
42
20646 build imgly/agent-skills
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
42
20647 azure-speech-to-text-rest-py sickn33/antigravity-awesome-skills
Azure Speech to Text REST API for Short Audio Simple REST API for speech-to-text transcription of short audio files (up to 60 seconds). No SDK required - just HTTP requests. Prerequisites Azure subscription - Create one free Speech resource - Create in Azure Portal Get credentials - After deployment, go to resource > Keys and Endpoint Environment Variables Required AZURE_SPEECH_KEY = < your-speech-resource-key > AZURE_SPEECH_REGION = < region > e.g., eastus, westus2, westeurope Alternative: U...
42
20648 canva-automation davepoon/buildwithclaude
Canva Automation via Rube MCP Automate Canva design operations through Composio's Canva toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Canva connection via RUBE_MANAGE_CONNECTIONS with toolkit canva 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 by co...
42
20649 tuzi-short-video tuziapi/tuzi-skills
Short Video Creator Creates short videos for social media platforms. Analyzes content, adapts to platform specs, generates prompts, and calls tuzi-video-gen backend. Script Directory This is a workflow-only skill (no scripts). It delegates video generation to tuzi-video-gen . VIDEO_GEN_DIR : Resolve from skills/tuzi-video-gen/SKILL.md relative to project root. Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any video generation. 0.1 Check API Key echo " ${TUZI_API_K...
42
20650 notion-meeting-intelligence makenotion/claude-code-notion-plugin
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
42