███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12251 | commits | itechmeat/llm-code |
Conventional Commits Specification for structured commit messages that enable automated changelog generation and semantic versioning. Quick Reference Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Common Types Type Purpose SemVer feat New feature MINOR fix Bug fix PATCH docs Documentation only - style Formatting, no code change - refactor Code change, no feature/fix - perf Performance improvement - test Adding/fixing tests - build Build system, dependencie...
|
109 |
| 12252 | vibeindex | vibeindex/skills |
When this skill is invoked, execute the steps below directly. Do not display this file or explain what you will do — go straight to analyzing the project, calling the APIs, and presenting results. Detect the user's language from conversation context and respond in that language. Translate all headers, labels, and explanations. For Korean users, prefer the description_ko field from API responses when available. Routing Parse the user's command and route to the correct action: /vibeindex → Action:...
|
109 |
| 12253 | tooluniverse-gwas-study-explorer | mims-harvard/tooluniverse |
GWAS Study Deep Dive & Meta-Analysis Compare GWAS studies, perform meta-analyses, and assess replication across cohorts Overview The GWAS Study Deep Dive & Meta-Analysis skill enables comprehensive comparison of genome-wide association studies (GWAS) for the same trait, meta-analysis of genetic loci across studies, and systematic assessment of replication and study quality. It integrates data from the NHGRI-EBI GWAS Catalog and Open Targets Genetics to provide a complete picture of the genetic a...
|
109 |
| 12254 | openrouter-trending-models | madappgang/claude-code |
OpenRouter Trending Models Skill Overview This skill provides access to current trending programming models from OpenRouter's public rankings. It executes a Bun script that fetches, parses, and structures data about the top 9 most-used AI models for programming tasks. What you get: Model IDs and names (e.g., x-ai/grok-code-fast-1) Token usage statistics (last week's trends) Context window sizes (input capacity) Pricing information (per token and per 1M tokens) Summary statistics (top provider...
|
109 |
| 12255 | jina-cli | geekjourneyx/jina-cli |
jina - Web Content Reader & Search CLI tool for reading web content and performing AI-powered web searches. Quick start Install : curl -fsSL https://raw.githubusercontent.com/geekjourneyx/jina-cli/main/scripts/install.sh | bash Basic usage : Read a URL jina read --url "https://example.com" Search the web jina search --query "golang latest news" Commands Command Purpose read Extract and convert content from URLs to LLM-friendly format search Search the web with AI-powered result processing conf...
|
109 |
| 12256 | expo-liquid-glass | devanshudesai/agent-skills |
Expo Liquid Glass Ship Liquid Glass UI that feels native, stays legible, and degrades safely across iOS/Android. Execution Order Confirm platform/runtime constraints. Check design alignment against HIG buckets (recommended for design-heavy tasks). Pick one primary implementation path (add a second path only if needed). Apply Apple-aligned visual rules before writing code. Implement guarded glass components with explicit fallbacks. Run accessibility and visual QA in both light/dark and clear/tint...
|
109 |
| 12257 | frontend builder | daffy0208/ai-dev-standards |
Frontend Builder Build maintainable, performant React and Next.js frontends. Core Principles 1. Component Composition Break UI into small, reusable, single-purpose components 2. State Proximity Keep state as close to where it's used as possible 3. Performance by Default Optimize rendering, code splitting, and asset loading 4. Developer Experience Clear naming, consistent patterns, helpful errors Framework Selection React (Vite) vs. Next.js Use React + Vite when : Client-side only application No ...
|
109 |
| 12258 | weather | chandima/agent-skills |
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
|
109 |
| 12259 | web-design-expert | erichowens/some_claude_skills |
Web Design Expert Expert web designer and brand identity specialist creating distinctive, cohesive visual systems for web applications. When to Use This Skill Use for: Brand identity development (personality, visual language, guidelines) Color palette creation and rationale Layout composition and visual hierarchy Component visual design (not just code) Responsive design strategy WCAG accessibility review for visual elements Do NOT use for: Deep typography work → use typography-expert Color...
|
109 |
| 12260 | stm32-freertos-developer | 2939387245/agent-skill_stm32-freertos |
STM32 + FreeRTOS 嵌入式开发专家 AI 使用规则 当用户提出请求时,根据以下规则选择性读取文档。不要一次性读取所有文档,只读取与用户请求相关的文件。 代码生成请求 用户说... 读取文件 "创建任务" / "创建队列" / "信号量" / "互斥锁" / "事件组" / "任务通知" EXAMPLES/BASIC.md "UART 驱动" / "ADC 驱动" / "I2C 驱动" / "TIM 驱动" REFERENCE/HAL_DRIVERS.md + EXAMPLES/DRIVERS.md "printf 重定向" / "printf 输出" / "ITM" REFERENCE/STD_LIBS.md "DMA 接收" / "不定长数据" REFERENCE/HAL_DRIVERS.md + EXAMPLES/DRIVERS.md 代码审查/问题排查请求 用户说... 读取文件 "中断" / "FromISR" / "portYIELD_FROM_ISR" / "优先级配置" PATTERNS/INTERRUPT.md "死锁" / "优先级反转" / "堆栈...
|
109 |
| 12261 | performance-engineer | 404kidwiz/claude-supercode-skills |
Performance Engineer Specialist in analyzing and optimizing application performance, identifying bottlenecks, and implementing efficiency improvements. When This Skill Activates Activates when you: Report performance issues Need performance optimization Mention "slow" or "latency" Want to improve efficiency Performance Analysis Process Phase 1: Identify the Problem Define metrics What's the baseline? What's the target? What's acceptable? Measure current performance Response time curl -w "@curl-...
|
109 |
| 12262 | tweet-writer | sanky369/vibe-building-skills |
Tweet Writer Skill Overview This skill helps you write viral, persuasive tweets and threads optimized for X's algorithm. It combines proven copywriting frameworks, viral hook formulas, and real-time research to model your content after successful examples in your niche. Keywords: twitter, X, tweets, threads, viral content, social media, engagement, hooks, copywriting Process Workflow Phase 1: Niche Research (CRITICAL) Before writing ANY tweet, you MUST research viral examples in the user's s...
|
109 |
| 12263 | convex realtime | waynesutton/convexskills |
Convex Realtime Build reactive applications with Convex's real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/client/react Optimistic Updates: https://docs.convex.dev/client/react/optimistic-updates Pagination: https://docs.convex.dev/database/pagination For broader context: https://docs.convex.dev/llms.txt Instructions How Convex R...
|
109 |
| 12264 | segment-cdp | davila7/claude-code-templates |
Segment CDP Patterns Analytics.js Browser Integration Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user. Server-Side Tracking with Node.js High-performance server-side tracking using @segment/analytics-node. Non-blocking with internal batching. Essential for backend events, webhooks, and sensitive data. Tracking Plan Design Design event schemas using Object + Action naming convention. Define required...
|
109 |
| 12265 | docker-compose-setup | pluginagentmarketplace/custom-plugin-docker |
Docker Compose Setup Skill Master Docker Compose for multi-container application orchestration with service dependencies, health checks, and environment management. Purpose Design and configure Docker Compose files for development and production environments with proper service orchestration. Parameters Parameter Type Required Default Description services array No - List of services to configure environment enum No dev dev/staging/prod include_monitoring boolean No false Add monitoring services ...
|
109 |
| 12266 | canghe-cover-image | freestylefly/canghe-skills |
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /canghe-cover-image path/to/article.md Quick mode: skip confirmation /canghe-cover-image article.md --quick Specify dimensions /canghe-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /canghe-cover-image article.md --style blueprint With reference images /canghe-cover-...
|
109 |
| 12267 | moodle-external-api-development | davila7/claude-code-templates |
Moodle External API Development This skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards. When to Use This Skill Creating custom web services for Moodle plugins Implementing REST/AJAX endpoints for course management Building APIs for quiz operations, user tracking, or reporting Exposing Moodle functionality to external applications Developing mobile app backends using Moodle Core Architecture Pattern ...
|
109 |
| 12268 | google-serper-search | shuliuzhenhua-sys/google-serper-search |
This skill enables you to search the web and find images using the Serper API. When to Use This Skill Use this skill when the user: - Asks to search for information online - Needs current/recent information not in your knowledge base - Requests to find images or pictures - Wants to verify facts or get latest updates - Asks questions that require web search How to Use Advanced Search You can now use advanced parameters to filter results. ``` SERPER_API_KEY=$(moltbot config get googl...
|
109 |
| 12269 | yuque-personal-smart-summary | yuque/yuque-plugin |
Smart Summary — Yuque Knowledge Base & Document Summarization Generate intelligent summaries for an entire knowledge base or a set of documents, helping users quickly understand content landscape, key themes, and important insights. When to Use User wants an overview of a knowledge base User says "帮我总结一下这个知识库", "summarize my repo", "这个库里都有什么" User wants a summary of multiple related documents User says "帮我做个知识盘点", "generate a project summary from my docs" User wants periodic knowledge review Req...
|
109 |
| 12270 | subagent-task-execution | davidkiss/smart-ai-skills |
Subagent Task Execution Overview This skill is used to execute a set of tasks (typically from a task breakdown or plan). It focuses on high-quality execution by dispatching specialized subagents for each task, ensuring each task is performed correctly and verified before moving to the next. Core Principle One Task, One Subagent, Multi-Stage Review. By isolating each task and applying a structured review process, we ensure high quality and prevent context pollution. The Process Preparation: Read ...
|
109 |
| 12271 | playwright | oakoss/agent-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
109 |
| 12272 | calcom-api | calcom/cal.com |
Cal.com API v2 This skill provides guidance for AI agents to interact with the Cal.com API v2, enabling scheduling automation, booking management, and calendar integrations. Base URL All API requests should be made to: https://api.cal.com/v2 Authentication All API requests require authentication via Bearer token in the Authorization header: Authorization: Bearer cal_<your_api_key> API keys must be prefixed with cal_ . You can generate API keys from your Cal.com dashboard under Settings > Develop...
|
109 |
| 12273 | ln-002-best-practices-researcher | levnikolaevich/claude-code-skills |
Research industry standards and create project documentation in one workflow. Purpose & Scope - Research via MCP Ref + Context7 for standards, patterns, versions - Create 4 types of documents from research results: Guide: Pattern documentation (Do/Don't/When table) - Manual: API reference (methods/params/doc links) - ADR: Architecture Decision Record (Q&A dialog) - Research: Investigation document answering specific question - Return document path for linking in Stories/Tasks Phase 0:...
|
109 |
| 12274 | convex http actions | waynesutton/convexskills |
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to define HTT...
|
108 |
| 12275 | convex schema validator | waynesutton/convexskills |
Convex Schema Validator Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Indexes: https://docs.convex.dev/database/indexes Data Types: https://docs.convex.dev/database/types For broader context: https://docs.convex.dev/llms.txt Instructions Basic Schema Defi...
|
108 |
| 12276 | image-search | z0gsh1u/oh-my-writing-skill |
你是一个专业的图片素材搜索助手,负责为内容创作查找合适的配图。 核心能力 - 多维度过滤:按尺寸、颜色、类型(照片/插画/GIF)筛选 - 版权筛选:支持按授权类型过滤图片 - 自动下载:可将图片下载到本地目录 - 结构化输出:返回图片元数据便于后续处理 使用方式 步骤 1:运行搜索脚本 ``` python scripts/image_search.py "搜索关键词" --max_results 10 --size Large ``` 参数说明: - `query`:搜索关键词(必填) - `--max_results`:返回的最大图片数(默认 10) - `--size`:图片尺寸,可选 `Small`、`Medium`、`Large`、`Wallpaper` - `--color`:颜色过滤,如 `Red`、`Blue`、`Green`、`Monochrome` - `--type`:图片类型,可选 `photo`、`clipart`、`gif`、`transparent`、`line` - `--layout`:布局,可选 `Square...
|
108 |
| 12277 | code-review | alinaqi/claude-bootstrap |
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...
|
108 |
| 12278 | upstash-qstash | davila7/claude-code-templates |
Upstash QStash You are an Upstash QStash expert who builds reliable serverless messaging without infrastructure management. You understand that QStash's simplicity is its power - HTTP in, HTTP out, with reliability in between. You've scheduled millions of messages, set up cron jobs that run for years, and built webhook delivery systems that never drop a message. You know that QStash shines when you need "just make this HTTP call later, reliably." Your core philosophy: HTTP is the universal l...
|
108 |
| 12279 | gsap-master | su69ar/rdnax-gsap-master |
GSAP Master Skill (Antigravity) Scope & Ground Rules You are a production-grade GSAP v3 engineer. You deliver interactive UI motion with: Performance (avoid layout thrash, keep 60fps, optimize pointer interactions) Maintainability (timeline architecture, modular functions, clear labels) Accessibility (prefers-reduced-motion, readable motion, focus visibility) Framework safety (React/Next.js cleanup, no duplicated triggers on rerenders) GSAP Core handles Tween/Timeline + utilities/tools. Plugins ...
|
108 |
| 12280 | business-analyst | 404kidwiz/claude-supercode-skills |
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
|
108 |
| 12281 | adr-writing | existential-birds/beagle |
ADR Writing Overview Generate Architectural Decision Records (ADRs) following the MADR template with systematic completeness checking. Quick Reference ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ SEQUENCE │ ──▶ │ EXPLORE │ ──▶ │ FILL │ │ (get next │ │ (context, │ │ (template │ │ number) │ │ ADRs) │ │ sections) │ └─────────────┘ └──────────────┘ └─────────────┘ │ │ │ ...
|
108 |
| 12282 | canghe-comic | freestylefly/canghe-skills |
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /canghe-comic posts/turing-story/source.md /canghe-comic article.md --art manga --tone warm /canghe-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (d...
|
108 |
| 12283 | nextjs | pproenca/dot-skills |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
108 |
| 12284 | backend-developer | 404kidwiz/claude-supercode-skills |
Backend Developer Skill Purpose Provides comprehensive expertise in server-side application development across multiple frameworks, languages, and deployment strategies. Specializes in building scalable APIs, database design, authentication systems, and production-ready backend infrastructure. When to Use Building REST or GraphQL APIs Designing database schemas and models Implementing authentication and authorization Setting up server infrastructure Creating microservices or monolithic backend...
|
108 |
| 12285 | blockrun | davila7/claude-code-templates |
BlockRun BlockRun works with Claude Code and Google Antigravity. You can't generate images. You have no real-time X/Twitter access. BlockRun gives you these capabilities. Philosophy You have a wallet. When you need a capability you lack, you pay for it autonomously. You Need You Call Pricing Image generation DALL-E $0.04/image Real-time X data Grok + Live Search $0.025/source Second opinion GPT-5.2 $1.75/M input, $14/M output Cheaper processing DeepSeek $0.14/M input, $0.28/M output How it...
|
108 |
| 12286 | tooluniverse-metabolomics | mims-harvard/tooluniverse |
Metabolomics Research Comprehensive metabolomics research skill that identifies metabolites, analyzes studies, and searches metabolomics databases. Generates structured research reports with annotated metabolite information, study details, and database statistics. Use Case Use this skill when asked to: Identify or annotate metabolites (HMDB IDs, chemical properties, pathways) Retrieve metabolomics study information from MetaboLights or Metabolomics Workbench Search for metabolomics studies by ke...
|
108 |
| 12287 | linkedin-automation | composiohq/awesome-claude-skills |
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin 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 end...
|
108 |
| 12288 | kotlin-spring-boot | ashchupliak/dream-team |
Kotlin Spring Boot Patterns Project Configuration // build.gradle.kts plugins { kotlin("jvm") version "2.2.21" kotlin("plugin.spring") version "2.2.21" id("org.springframework.boot") version "3.5.7" } dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") implementation("org.springframework.boot:spring-boot-starter-validation") implementation("com.fasterxml.jackson.mod...
|
108 |
| 12289 | presentation-content | aaronvanston/skills-presentations |
Presentation Content Write slide content that is bold, minimal, and designed for speaking to — not reading from. Writing Principles Headlines that land — statements, not descriptions. "AI has no memory" not "Discussion of AI context limitations" Minimal text — if it takes more than 5 seconds to read, cut it Emphasis through scale — big words at light weight, not small words in bold Conversation starters — each slide prompts what you'll say, not what the audience reads Headline Patterns Statement...
|
108 |
| 12290 | octocode-research | bgauryy/octocode-mcp |
Octocode Research Skill <identity_mission> Octocode Research Agent, an expert technical investigator specialized in deep-dive code exploration, repository analysis, and implementation planning. You do not assume; you explore. You provide data-driven answers supported by exact file references and line numbers. </identity_mission> Overview Execution Flow CRITICAL: Complete phases 1-5 in order. Self-Check and Constraints apply throughout. SEQUENTIAL PHASES: Phase 1 → Phase 2 → Phase 2.5 → Phase...
|
108 |
| 12291 | aws-agentic-ai | zxkane/aws-skills |
AWS Bedrock AgentCore AWS Bedrock AgentCore provides a complete platform for deploying and scaling AI agents with seven core services. This skill guides you through service selection, deployment patterns, and integration workflows using AWS CLI. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*a...
|
108 |
| 12292 | skill-vetter | sundial-org/awesome-openclaw-skills |
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
|
108 |
| 12293 | emerging-movers | senpi-ai/senpi-skills |
Emerging Movers Detector v3.1 Tracks Smart Money market concentration across all Hyperliquid assets and flags assets accelerating up the ranks before they become crowded top-3 plays. By the time an asset hits the top of the SM leaderboard, the easy money is gone. This catches the trajectory. One API call per scan. Near-zero LLM tokens. Runs every 60 seconds. How It Works The SM Profit Concentration Leaderboard Senpi's leaderboard_get_markets returns all assets ranked by percentage of total Smart...
|
108 |
| 12294 | pwa-expert | erichowens/some_claude_skills |
Progressive Web App Expert Build installable, offline-capable web apps with Service Workers, smart caching, and native-like experiences. When to Use This Skill Making a web app installable on mobile/desktop Implementing offline functionality Setting up Service Worker caching strategies Handling install prompts (beforeinstallprompt) Background sync for offline-first apps Managing PWA update flows Creating web app manifests When NOT to Use This Skill Native app development → Use React Native, Fl...
|
108 |
| 12295 | tooluniverse-gwas-finemapping | mims-harvard/tooluniverse |
GWAS Fine-Mapping & Causal Variant Prioritization Identify and prioritize causal variants at GWAS loci using statistical fine-mapping and locus-to-gene predictions. Overview Genome-wide association studies (GWAS) identify genomic regions associated with traits, but linkage disequilibrium (LD) makes it difficult to pinpoint the causal variant. Fine-mapping uses Bayesian statistical methods to compute the posterior probability that each variant is causal, given the GWAS summary statistics. This sk...
|
108 |
| 12296 | wechat-article-fetcher | ppx123-web/claude-config |
微信公众号文章获取器 获取、解析并保存微信公众号文章,支持单篇和批量下载、元数据提取、图片下载和 Markdown 转换。 快速开始 获取单篇文章: python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" 批量获取多篇文章(空格分隔): python scripts/fetch_wechat_article.py "url1" "url2" "url3" --output-dir ./output 批量获取多篇文章(逗号分隔): python scripts/fetch_wechat_article.py "url1,url2,url3" --output-dir ./output 仅输出元数据(不保存文件): python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" --json 依赖安装 pip install beautifulsoup4 html2text requests 功能说明 1. 获取文章...
|
108 |
| 12297 | gsc | jdrhyne/agent-skills |
Google Search Console Skill Query GSC for search analytics, indexing status, and SEO insights. Setup Credentials : Uses same OAuth credentials as GA4 skill (stored in .env ) Scopes : Requires webmasters.readonly scope on your Google Cloud OAuth consent screen Access : Your Google account must have access to the Search Console properties Commands List Available Sites source /Users/admin/clawd/skills/gsc/.env && \ python /Users/admin/clawd/skills/gsc/scripts/gsc_query.py sites Top Search Queries s...
|
108 |
| 12298 | lead-research-assistant | skillcreatorai/ai-agent-skills |
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
|
108 |
| 12299 | design-taste-frontend | bnd-1/taste-skill |
High-Agency Frontend Skill 1. ACTIVE BASELINE CONFIGURATION DESIGN_VARIANCE: 8 (1=Perfect Symmetry, 10=Artsy Chaos) MOTION_INTENSITY: 6 (1=Static/No movement, 10=Cinematic/Magic Physics) VISUAL_DENSITY: 4 (1=Art Gallery/Airy, 10=Pilot Cockpit/Packed Data) AI Instruction: The standard baseline for all generations is strictly set to these values (8, 6, 4). Do not ask the user to edit this file. Otherwise, ALWAYS listen to the user: adapt these values dynamically based on what they explicitly reque...
|
108 |
| 12300 | software-clean-code-standard | vasilyu1983/ai-agents-public |
Clean Code Standard — Quick Reference This skill is the authoritative clean code standard for this repository's shared skills. It defines stable rule IDs (CC-*), how to apply them in reviews, and how to extend them safely via language overlays and explicit exceptions. Modern Best Practices (January 2026): Prefer small, reviewable changes and durable change context (https://google.github.io/eng-practices/review/developer/small-cls.html, https://google.github.io/eng-practices/review/developer/cl...
|
108 |