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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18601 hr-network-analyst erichowens/some_claude_skills
HR Network Analyst Applies graph theory and network science to professional relationship mapping. Identifies hidden superconnectors, influence brokers, and knowledge mavens that drive professional ecosystems. Integrations Works with: career-biographer, competitive-cartographer, research-analyst, cv-creator Core Questions Answered Who should I know? (optimal networking targets) Who knows everyone? (superconnectors for referrals) Who bridges worlds? (cross-domain brokers) How does influence fl...
38
18602 flask teachingai/full-stack-skills
Flask Skill Production-tested patterns for Flask with the application factory pattern, Blueprints, and Flask-SQLAlchemy. Latest Versions (verified January 2026): Flask: 3.1.2 Flask-SQLAlchemy: 3.1.1 Flask-Login: 0.6.3 Flask-WTF: 1.2.2 Werkzeug: 3.1.5 Python: 3.9+ required (3.8 dropped in Flask 3.1.0) Quick Start Project Setup with uv Create project uv init my-flask-app cd my-flask-app Add dependencies uv add flask flask-sqlalchemy flask-login flask-wtf python-dotenv Run development serve...
38
18603 atlas-expert gravito-framework/gravito
Atlas ORM Expert You are a database architect specialized in the Atlas ORM. Your role is to design efficient schemas and write expressive queries while avoiding common pitfalls like N+1 issues or type mismatches in SQLite. Workflow 1. Schema Design When asked to design a database: Identify entities and their attributes. Define primary keys and foreign keys. Choose appropriate TypeScript types for columns. 2. Relationship Mapping Map relationships using @HasOne , @HasMany , and @BelongsTo . Ensur...
38
18604 ios-storyboard pproenca/dot-skills
iOS Storyboard Best Practices Legacy interoperability guidance for storyboard-heavy code that still exists in clinic projects. Not for new SwiftUI clinic feature development. Comprehensive UI design and architecture guide for Xcode Storyboard and Interface Builder, focused on building maintainable, adaptive, and accessible iOS interfaces. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Clinic Architecture Contract (iOS 26 / Swift 6...
38
18605 discover-cryptography rand/cc-polymath
Cryptography Skills Discovery Provides automatic access to comprehensive cryptography and security skills. When This Skill Activates This skill auto-activates when you're working with: TLS, SSL, mTLS Certificates and PKI Encryption and decryption Hashing and signing Key management HTTPS configuration Certificate authorities Cryptographic algorithms Security best practices Available Skills Quick Reference The Cryptography category contains 7 skills: pki-fundamentals - PKI, certificate autho...
38
18606 helm-chart-generator jeremylongshore/claude-code-plugins-plus-skills
Helm Chart Generator Purpose This skill provides automated assistance for helm chart generator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "helm chart generator" in your request Ask about helm chart generator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for helm chart generator Fol...
38
18607 generic-react-code-reviewer travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
38
18608 navicat teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
38
18609 openclaw-bot-dashboard xmanrui/openclaw-bot-dashboard
OpenClaw Dashboard Skill Launch and manage the OpenClaw Dashboard web UI for monitoring all your bots, agents, models, and sessions. Activation Activate when user says: "打开 OpenClaw-bot-review" "打开 Openclaw dashboard" "打开 bot review" "打开机器人大盘" "打开 bot-review" "打开openclaw机器人大盘" "open openclaw dashboard" "open OpenClaw-bot-review" "open bot review" "open bot-review" "launch bot review" "start dashboard" What This Skill Does Detects the operating system (macOS/Windows) Checks if git is installed Do...
38
18610 browserwing-executor memtensor/memos
BrowserWing Executor API Overview BrowserWing Executor provides comprehensive browser automation capabilities through HTTP APIs. You can control browser navigation, interact with page elements, extract data, and analyze page structure. API Base URL: http://localhost:8080/api/v1/executor Authentication: Use X-BrowserWing-Key: <api-key> header or Authorization: Bearer <token> Core Capabilities Page Navigation: Navigate to URLs, go back/forward, reload Element Interaction: Click, type, select, hove...
38
18611 project-aeo-monitoring-tools vasilyu1983/ai-agents-public
AEO Monitoring Tools Build custom infrastructure for monitoring AI search engine visibility and competitive citation analysis. Audience: Engineers building custom AEO monitoring systems Related: For AEO strategy and optimization guidance, see marketing-ai-search-optimization When to Use This Skill Building custom AEO monitoring infrastructure Evaluating build vs. buy decisions for AI search tracking Understanding API vs. scraping trade-offs per platform Designing data pipelines for citation a...
38
18612 azure-resource-manager-playwright-dotnet sickn33/antigravity-awesome-skills
Azure.ResourceManager.Playwright (.NET) Management plane SDK for provisioning and managing Microsoft Playwright Testing workspaces via Azure Resource Manager. ⚠️ Management vs Test Execution This SDK (Azure.ResourceManager.Playwright) : Create workspaces, manage quotas, check name availability Test Execution SDK (Azure.Developer.MicrosoftPlaywrightTesting.NUnit) : Run Playwright tests at scale on cloud browsers Installation dotnet add package Azure.ResourceManager.Playwright dotnet add package A...
38
18613 rag-architect borghei/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, ...
38
18614 pattern-generator qodex-ai/ai-agent-skills
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interprete...
38
18615 test-generator ovachiever/droid-tings
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Step 1: Identify Test Type Determine what type of test is needed: Unit Test : Component/function testing Integration Test : Service/API integration E2E Test : Full user flow testing API Test : Endpoint testing Step 2: Analyze Target Code Examine code to test (Use Parallel Read/Grep/Glob): Read component/function code Identify test cases Understand dependencies Note edge cases Step 3: Analyze Test Patterns Review...
38
18616 color-contrast-checker jeremylongshore/claude-code-plugins-plus-skills
Color Contrast Checker Purpose This skill provides automated assistance for color contrast checker tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "color contrast checker" in your request Ask about color contrast checker patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for color ...
38
18617 review-spec ferueda/agent-skills
Review the given spec document by analyzing both the spec AND the referenced codebase. Process - Read the spec - Understand goals, phases, and proposed changes - Explore the codebase - Read files and code mentioned in the spec - Analyze patterns - Identify existing patterns, conventions, and architecture - Validate the plan - Ensure proposals align with codebase reality - Identify issues - Find gaps, risks, and improvement opportunities Review Dimensions Evaluate across these areas (fo...
38
18618 macos-design davepoon/buildwithclaude
macOS Native App Design Skill Build interfaces that feel like they belong on the user's computer — not websites crammed into a window. Core Philosophy A native app is not a destination. It is a system tool that lives where the user needs it. Design every interaction around this principle: appear when needed, get out of the way immediately after. Before You Code Read these references based on what you're building: All macOS apps → Read references/layout-and-composition.md (required) Apps with key...
38
18619 product-self-knowledge bbeierle12/skill-mcp-claude
Anthropic Product Knowledge Core Principles Accuracy over guessing - Check official docs when uncertain Distinguish products - Claude.ai, Claude Code, and Claude API are separate products Source everything - Always include official documentation URLs Right resource first - Use the correct docs for each product (see routing below) Question Routing Claude API or Claude Code questions? → Check the docs maps first, then navigate to specific pages: Claude API & General: https://docs.claude.com/en/d...
38
18620 vercel-automation davepoon/buildwithclaude
Vercel Automation via Rube MCP Automate Vercel platform operations through Composio's Vercel toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Vercel connection via RUBE_MANAGE_CONNECTIONS with toolkit vercel 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 availabl...
38
18621 security openhands/skills
/security - Security Audit Workflow Dedicated security analysis for sensitive code. When to Use "Security audit" "Check for vulnerabilities" "Is this secure?" "Review authentication code" "Check for injection attacks" Before handling auth, payments, user data After adding security-sensitive features Workflow Overview ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes Agent Sequence Agent R...
38
18622 skill-amazon-ads zero2ai-hub/skill-amazon-ads-optimizer
Amazon Ads API Skill Manage Amazon Sponsored Products campaigns from your OpenClaw agent — list profiles, view campaigns, check budgets, and pull performance data. Setup 1. Create credentials file { "lwaClientId" : "amzn1.application-oa2-client.YOUR_CLIENT_ID" , "lwaClientSecret" : "YOUR_CLIENT_SECRET" , "refreshToken" : "Atzr|YOUR_REFRESH_TOKEN" , "profileId" : "YOUR_ADS_PROFILE_ID" , "region" : "eu" } Save as amazon-ads-api.json . Set AMAZON_ADS_PATH env var to point to it (default: ./amazon-a...
38
18623 triage-issue atlassian/atlassian-mcp-server
Triage Issue Investigate a reported problem, find its root cause, and create a GitHub issue with a TDD fix plan. This is a mostly hands-off workflow - minimize questions to the user. Process 1. Capture the problem Get a brief description of the issue from the user. If they haven't provided one, ask ONE question: "What's the problem you're seeing?" Do NOT ask follow-up questions yet. Start investigating immediately. 2. Explore and diagnose Use the Agent tool with subagent_type=Explore to deeply i...
38
18624 tech-blog bahayonghang/my-claude-code-settings
Technical Blog Writing Skill Write technical blog posts that explain system internals, architecture, and implementation details. When to Use Explaining system internals or implementation details Source code analysis and walkthrough Comparing different implementations or approaches Doc-driven architecture/comparison posts (no source code in scope) Document Structure [Topic] Deep Dive Brief intro + why it matters. > Code Version: Based on [project] `vX.Y.Z` tag (or commit id for external repos...
38
18625 langchain-workflow-builder patricio0312rev/skills
LangChain Workflow Builder Build powerful LLM applications with chains, agents, and retrieval-augmented generation. Core Workflow Setup LangChain: Install and configure Create chains: Build processing pipelines Add memory: Enable conversation context Define tools: Extend agent capabilities Implement RAG: Add knowledge retrieval Deploy: Production-ready setup Installation npm install langchain @langchain/openai @langchain/community Basic Chains Simple LLM Chain // chains/simple.ts import { Cha...
38
18626 figma-mcp tdimino/claude-code-minoan
Figma MCP Overview This skill enables accurate design-to-code conversion by leveraging Figma's MCP (Model Context Protocol) server to access structured design data directly from Figma files. Unlike screenshot-based approaches, the Figma MCP provides semantic information about every design element including exact spacing, colors, typography, component hierarchy, and design system tokens, resulting in significantly more accurate code generation. When to Use This Skill Trigger this skill when users...
38
18627 echo simota/agent-skills
Echo "I don't test interfaces. I feel what users feel." You are Echo — the voice of the user, simulating personas to perform Cognitive Walkthroughs and report friction points with emotion scores from a non-technical perspective. Principles: You are the user · Perception is reality · Confusion is never user error · Emotion scores drive priority · Dark patterns never acceptable Trigger Guidance Use Echo when the user needs: persona-based UI walkthrough or cognitive walkthrough emotion scoring of a...
38
18628 arco-design arco-design/arco-design-skill
Arco Design React — Skills Reference @arco-design/web-react — An enterprise-level React UI component library by ByteDance. Critical Conventions Always follow these rules when writing Arco Design code: Imports : import { Button, Table, Form } from '@arco-design/web-react' — always from the package root, never from sub-paths like @arco-design/web-react/es/Button Icons : import { IconSearch, IconPlus } from '@arco-design/web-react/icon' Types : import type { TableProps, FormInstance } from '@arco-d...
38
18629 analyze-video barefootford/buttercut
Skill: Analyze Video Add visual descriptions to audio transcripts by extracting JPG frames with ffmpeg and analyzing them. Never read video files directly - extract frames first. Prerequisites Videos must have audio transcripts. Run transcribe-audio skill first if needed. Workflow 1. Copy & Clean Audio Transcript Don't read the audio transcript, just copy it and then prepare it by using the prepare_visual_script.rb file. This removes word-level timing data and prettifies the JSON for easier edit...
38
18630 noir-idioms noir-lang/noir
Writing Idiomatic Noir These guidelines help you write Noir programs that are readable, idiomatic, and produce efficient circuits. Core Principle: Hint and Verify Computing a value is often more expensive in a circuit than verifying a claimed value is correct. Use unconstrained functions to compute results off-circuit, then verify them with cheap constraints. // Expensive: sorting an array in-circuit requires many comparisons and swaps let sorted = sort_in_circuit(arr); // Cheaper: hint the sort...
38
18631 focus-timeboxing-8020 lyndonkl/claude
Focus, Timeboxing, and 80/20 provides structured techniques for managing attention, prioritizing high-impact work, and using time constraints to overcome procrastination and context-switching. This skill guides you through identifying your vital few tasks (80/20), designing focus blocks, timeboxing work, and managing energy to maximize deep work output. When to Use Use this skill when: - Overwhelmed by tasks: Too many things competing for attention, unsure where to focus - Procrastination: ...
38
18632 data-analysis-sql pluginagentmarketplace/custom-plugin-sql
SQL for Data Analysis Exploratory Data Analysis (EDA) Data Profiling -- Understand data structure and quality SELECT COUNT(*) as record_count FROM employees; SELECT COUNT(DISTINCT department) as unique_departments FROM employees; SELECT COUNT(*) - COUNT(email) as missing_emails FROM employees; -- Column value distribution SELECT salary, COUNT(*) as frequency FROM employees GROUP BY salary ORDER BY frequency DESC; -- Missing data analysis SELECT COUNT(*) as total_records, COUNT(phone) as no...
38
18633 pachca-security pachca/openapi
pachca-security Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACH...
38
18634 building-classification-models jeremylongshore/claude-code-plugins-plus-skills
Classification Model Builder This skill provides automated assistance for classification model builder tasks. Overview This skill empowers Claude to efficiently build and deploy classification models. It automates the process of model selection, training, and evaluation, providing users with a robust and reliable classification solution. The skill also provides insights into model performance and suggests potential improvements. How It Works Context Analysis : Claude analyzes the user's request,...
38
18635 agent-browser cartridge-gg/controller
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
38
18636 dtg-base unclecatvn/agent-skills
DTG Base Skill Complete reference for DTG Base module utilities and helpers in Odoo 18. What is DTG Base? DTG Base is a custom abstract model ( dtg_base.DTGBase ) that provides common utility methods for Odoo development. It's designed to be inherited by other models to gain access to helpful utilities. Quick Reference Utility Description Date & Period Find first/last date of period, period iteration Timezone Convert local to UTC, UTC to local Barcode Check barcode exists, generate EAN13 Batch P...
38
18637 flow simota/agent-skills
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Common Mistakes Running without a renderer - Always specify or use default dom-node Ignoring sup...
38
18638 ob aibangjuxin/knowledge
核心目标 将“一个团队接入 API 平台”这件事,从人工流程转变为 标准化声明 + 自动化执行 + 数据可追溯 的 Onboarding 能力。 Skills 🚀 Onboarding Architecture (GitOps) - Branch Strategy: 熟练管理基于 Team 的独立 `git branch` 模型。理解 Feature Flag 与 API 能力如何通过分支演进(灰度、回滚)。 - Pipeline Design: 掌握 Pipeline 作为“唯一入口”的设计原则。确保 API 注册、资源初始化、元数据校验流程的幂等性和可审计性。 - Configuration Parsing: 精通 YAML/JSON 声明式配置的解析,能够快速定位导致 Pipeline 失败的语法错误或逻辑冲突。 ⚙️ Service Logic & Execution - Service Internals: 深入理解内部服务 `onboarding-deployment-services` 的核心职责——解析 Git 声明、执行平台初始化、分发数据。 -...
38
18639 yt zeropointrepo/youtube-skills
yt Quick YouTube lookup via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profile and agent con...
38
18640 avue-form teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up Avue-form in a Vue project Use Avue-form components in Vue applications Configure form options and columns Handle form validation Use form events and methods Customize form components Understand Avue-form API and methods Troubleshoot Avue-form issues How to use this skill This skill is organized to match the Avue-form official documentation structure (https://avuejs.com/form/form-doc.html). When working with ...
38
18641 life-os-knowledge breverdbidder/life-os
Life OS Knowledge Base Personal knowledge system for the Shapira family. Stores hotels, venues, travel logistics, and location-based preferences. Data Storage Database: Supabase mocerqjnksmhcjzxrewo.supabase.co Table: insights (using insight_type for categorization) Schema Uses the existing insights table with these insight_types: HOTEL - Hotels and lodging SWIM_VENUE - Competition pools and swim facilities RESTAURANT - Dining locations SERVICE_PROVIDER - Contractors, professionals TRAVEL_ROUTE ...
38
18642 youtube-transcribe-skill feiskyer/codex-settings
YouTube Transcript Extraction Extract subtitles/transcripts from a YouTube video URL and save them as a local file. Input YouTube URL: $ARGUMENTS Step 1: Verify URL and Get Video Information Verify URL Format: Confirm the input is a valid YouTube URL (supports youtube.com/watch?v= or youtu.be/ formats). Get Video Information: Use WebFetch or firecrawl to fetch the page and extract the video title for subsequent file naming. Step 2: CLI Quick Extraction (Priority Attempt) Use command-line ...
38
18643 usd-reserve-loss-gold-revaluation fatfingererr/macro-skills
<essential_principles> 本模型基於極端情境假設:若法定貨幣體系瓦解、黃金成為唯一錨定資產,則: - 隱含金價 = 貨幣負債 ÷ 黃金儲備 - 這不是「預測」,而是「壓力測試」:資產負債表要撐得住需要多高的金價 典型論述來源:VanEck「$39k gold」分析(M0 + FX turnover 加權) | M0 (Monetary Base) | 央行直接負債(通貨 + 準備金) | ~$39k | 央行資產負債表壓力 | M2 (Broad Money) | 含銀行體系信用擴張 | ~$184k | 全體信用體系壓力 關鍵洞察:兩者差距反映「信用乘數」的槓桿效應。 | fx_turnover | BIS 三年調查 | 外匯交易份額 ≈ 國際結算/儲備使用強度 | reserve_share | IMF COFER | 官方外匯儲備幣別佔比 | equal | - | 不考慮貨幣重要性差異 | custom | 用戶自訂 | 可配合特定情境分析 加權的直覺:份額越高的貨幣,在「重新錨定」時需吸收的負...
38
18644 jira-epic gentleman-programming/gentleman-skills
Use this skill when creating Jira epics for: - Large features spanning multiple components - New views/pages in the application - Major refactoring initiatives - Features requiring API + UI + SDK work Epic Template ``` {Epic Title} Figma: {figma link if available} Feature Overview {2-3 paragraph description of what this feature does and why it's needed} Requirements {Section 1: Major Functionality Area} {Subsection} - Requirement 1 - Requirement 2 - Requirement 3 {Another Sub...
38
18645 last30days brianrwagner/ai-marketing-skills
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
38
18646 quality-audit nickcrew/claude-ctx-plugin
Quality Audit Skill Systematic framework for evaluating skill quality across four dimensions: Clarity, Completeness, Accuracy, and Usefulness. When to Use This Skill Reviewing a new skill before adding to the registry Auditing existing skills for quality improvements Creating quality rubrics for skill validation Standardizing skill quality across the library Preparing skills for production use Core Principles The Four Quality Dimensions Dimension Weight Focus Clarity 25% Structure, readability...
38
18647 wrike-automation davepoon/buildwithclaude
Wrike Automation via Rube MCP Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/wrike Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Wrike connection via RUBE_MANAGE_CONNECTIONS with toolkit wrike 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 en...
38
18648 gmcli badlogic/pi-skills
Command-line interface for Gmail operations. Installation ``` npm install -g @mariozechner/gmcli ``` Setup Google Cloud Console (one-time) - [Create a new project](https://console.cloud.google.com/projectcreate) (or select existing) - [Enable the Gmail API](https://console.cloud.google.com/apis/api/gmail.googleapis.com) - [Set app name](https://console.cloud.google.com/auth/branding) in OAuth branding - [Add test users](https://console.cloud.google.com/auth/audience) (all Gmail addre...
38
18649 arch-cross-service-integration duc01226/easyplatform
Cross-Service Integration Workflow When to Use This Skill Designing service-to-service communication Implementing data synchronization Analyzing service boundaries Troubleshooting cross-service issues Pre-Flight Checklist Identify source and target services Determine data ownership Choose communication pattern (sync vs async) Map data transformation requirements Service Boundaries EasyPlatform Services ┌─────────────────────────────────────────────────────────────────────┐ │ ...
38
18650 cnki-download cookjohn/cnki-skills
CNKI Paper Download (文献下载) Prerequisites User must be logged in to CNKI with download permissions. Arguments $ARGUMENTS is optionally a paper detail URL. If blank, uses current page. Steps 1. Navigate (if URL provided) If URL provided: use navigate_page to go to the URL directly (no wait_for needed — Step 2 handles waiting). Important : Always use navigate_page instead of clicking links on the search results page. Clicking opens a new tab and wastes 3 extra tool calls ( list_pages + select_page ...
38