███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10251 | devtu-auto-discover-apis | mims-harvard/tooluniverse |
Automated Life Science API Discovery & Tool Creation Discover, create, validate, and integrate life science APIs into ToolUniverse. Four-Phase Workflow Gap Analysis → API Discovery → Tool Creation → Validation → Integration ↓ ↓ ↓ ↓ ↓ Coverage Web Search devtu-create devtu-fix Git PR Human approval gates after: discovery, creation, validation, and before PR. Phase 1: Discovery & Gap Analysis 1.1 Analyze Current Coverage Load ToolUn...
|
135 |
| 10252 | echarts | vamseeachanta/workspace-hub |
Apache ECharts Visualization Skill Create stunning, interactive charts with Apache ECharts - the perfect balance of ease-of-use and extensive customization. When to Use This Skill Use ECharts when you need: Balance of ease and power - Easy to start, powerful when needed Broad chart variety - 20+ chart types including geo maps TypeScript support - Full type definitions Mobile responsiveness - Built-in responsive design Large datasets - Efficient rendering of 100k+ points Chinese/International...
|
135 |
| 10253 | tooluniverse-drug-drug-interaction | mims-harvard/tooluniverse |
Drug-Drug Interaction Prediction & Risk Assessment Systematic analysis of drug-drug interactions with evidence-based risk scoring, mechanism identification, and clinical management recommendations. KEY PRINCIPLES : Report-first approach - Create DDI_risk_report.md FIRST, then populate progressively Bidirectional analysis - Always analyze A→B and B→A interactions (effects may differ) Evidence grading - Grade all DDI claims by evidence quality (★★★ FDA label, ★★☆ clinical study, ★☆☆ theoretical) R...
|
135 |
| 10254 | flutter-form | flutter/skills |
Flutter Form Validation Goal Implements stateful form validation in Flutter using Form , TextFormField , and GlobalKey<FormState> . Manages validation state efficiently without unnecessary key regeneration and handles user input validation workflows. Assumes a pre-existing Flutter environment with Material Design dependencies available. Decision Logic When implementing form validation, follow this decision tree to determine the flow of state and UI updates: User triggers submit action: Call _for...
|
135 |
| 10255 | devtu-fix-tool | mims-harvard/tooluniverse |
Fix ToolUniverse Tools Diagnose and fix failing ToolUniverse tools through systematic error identification, targeted fixes, and validation. First Principles for Bug Fixes Before writing any fix, ask: why does the user reach this failure state? Prevent, don't recover — fix the root cause so the failure can't happen, rather than adding hint text after it does Validate at input, not at output — wrong parameters, unknown disease names, unsupported drugs should be caught and rejected early with clear...
|
135 |
| 10256 | agent-browser | actionbook/actionbook |
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...
|
135 |
| 10257 | mcp-builder | mrgoonie/claudekit-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
135 |
| 10258 | stock-screener | dkyazzentwatwa/chatgpt-skills |
Stock Screener Filter stocks by financial metrics and perform comparative analysis. Features Multi-Metric Filtering : P/E, P/B, market cap, dividend yield, etc. Custom Screens : Save and reuse filter combinations Comparative Analysis : Side-by-side stock comparison Sector Analysis : Group and analyze by sector Ranking : Score and rank stocks by criteria Export : CSV, JSON, formatted reports Quick Start from stock_screener import StockScreener screener = StockScreener ( ) Load stock data screene...
|
134 |
| 10259 | googlesheets-automation | composiohq/awesome-claude-skills |
Google Sheets Automation via Rube MCP Automate Google Sheets workflows including reading/writing data, managing spreadsheets and tabs, formatting cells, filtering rows, and upserting records through Composio's Google Sheets toolkit. Toolkit docs : composio.dev/toolkits/googlesheets Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Sheets connection via RUBE_MANAGE_CONNECTIONS with toolkit googlesheets Always call RUBE_SEARCH_TOOLS first to get current tool sche...
|
134 |
| 10260 | vercel-ai-sdk | fluid-tools/claude-skills |
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
|
134 |
| 10261 | tooluniverse-epigenomics | mims-harvard/tooluniverse |
Genomics and Epigenomics Data Processing Production-ready computational skill for processing and analyzing epigenomics data. Combines local Python computation (pandas, scipy, numpy, pysam, statsmodels) with ToolUniverse annotation tools for regulatory context. Designed to solve BixBench-style questions about methylation, ChIP-seq, ATAC-seq, and multi-omics integration. When to Use This Skill Triggers : User provides methylation data (beta-value matrices, Illumina arrays) and asks about CpG sites...
|
134 |
| 10262 | java-gradle | pluginagentmarketplace/custom-plugin-java |
Java Gradle Skill Master Gradle build tool with Kotlin DSL for Java projects. Overview This skill covers Gradle configuration with Kotlin DSL including task configuration, dependency management with catalogs, build cache optimization, and CI/CD integration. When to Use This Skill Use when you need to: Configure Gradle builds (Kotlin DSL) Manage dependencies with catalogs Optimize build performance Set up build cache Create custom tasks Quick Reference // build.gradle.kts plugins { java...
|
134 |
| 10263 | reverse-engineering-tools | gmh5225/awesome-game-security |
This skill covers reverse engineering resources for game security research, including debuggers, disassemblers, memory analysis tools, and specialized game hacking utilities. Debugging Tools Windows Debuggers - Cheat Engine: Memory scanner and debugger for games - x64dbg: Open-source x86/x64 debugger - WinDbg: Microsoft's kernel/user-mode debugger - ReClass.NET: Memory structure reconstruction - HyperDbg: Hypervisor-based debugger Specialized Debuggers - CE Mono Helper: Unity/Mono ga...
|
134 |
| 10264 | mongodb-expert | cin12211/orca-q |
MongoDB Expert You are a MongoDB expert specializing in document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, indexing patterns, and NoSQL performance optimization. Step 1: MongoDB Environment Detection I'll analyze your MongoDB environment to provide targeted solutions: MongoDB Detection Patterns: Connection strings: mongodb://, mongodb+srv:// (Atlas) Configuration files: mongod.conf, replica set configurations Package dependencies: mongoose,...
|
134 |
| 10265 | execution-accelerator | shipshitdev/library |
Execution Accelerator - Velocity Framework Overview You are an execution accelerator specializing in Alex Hormozi's speed and action principles. You help indie founders kill analysis paralysis, make fast decisions, and ship imperfect things quickly. Your job is to force action—not enable more thinking—by cutting through indecision and creating immediate next steps. Hormozi's Core Principle: "Speed is the only competitive advantage that matters early on. Volume beats strategy. Build the airplan...
|
134 |
| 10266 | browser | cexll/myclaude |
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
|
133 |
| 10267 | axiom-uikit-animation-debugging | charleswiltgen/axiom |
UIKit Animation Debugging Overview CAAnimation issues manifest as missing completion handlers, wrong timing, or jank under specific conditions. Core principle 90% of CAAnimation problems are CATransaction timing, layer state, or frame rate assumptions, not Core Animation bugs. Red Flags — Suspect CAAnimation Issue If you see ANY of these, suspect animation logic not device behavior: Completion handler fires on simulator but not device Animation duration (0.5s) doesn't match visual duration (...
|
133 |
| 10268 | ux-writing | anthropics/knowledge-work-plugins |
UX Writing Write clear, concise, user-centered interface copy (UX text/microcopy) for digital products and experiences. This skill provides frameworks, patterns, and best practices for creating text that helps users accomplish their goals. Compatible with: Claude Desktop, Claude Code, and Codex (CLI and IDE extensions) Note: This skill works with Codex CLI/IDE, not ChatGPT. ChatGPT cannot install or use skills. When to Use This Skill Use this skill when: Writing interface copy (buttons, la...
|
133 |
| 10269 | nansen-profiler | nansen-ai/nansen-cli |
Wallet Profiler All commands: nansen research profiler <sub> [options] --address and --chain required for most commands. Balance & Identity nansen research profiler balance --address < addr > --chain ethereum nansen research profiler labels --address < addr > --chain ethereum nansen research profiler search --query "Vitalik" PnL nansen research profiler pnl --address < addr > --chain ethereum --days 30 nansen research profiler pnl-summary --address < addr > --chain ethereum Transactions & Histor...
|
133 |
| 10270 | gadget-best-practices | gadget-inc/skills |
Read individual rule files for detailed explanations and code examples: Core Data Modeling - [references/models.md](https://github.com/gadget-inc/skills/blob/main/skills/gadget/gadget-best-practices/references/models.md) - Data model design patterns and naming conventions - [references/fields.md](https://github.com/gadget-inc/skills/blob/main/skills/gadget/gadget-best-practices/references/fields.md) - Field types, validations, and configuration - [references/relationships.md](https://github...
|
133 |
| 10271 | axiom-foundation-models | charleswiltgen/axiom |
Foundation Models — On-Device AI for Apple Platforms When to Use This Skill Use when: Implementing on-device AI features with Foundation Models Adding text summarization, classification, or extraction capabilities Creating structured output from LLM responses Building tool-calling patterns for external data integration Streaming generated content for better UX Debugging Foundation Models issues (context overflow, slow generation, wrong output) Deciding between Foundation Models vs server LLMs ...
|
133 |
| 10272 | upstash-vector-db-skills | gocallum/nextjs16-agent-skills |
Links Docs: https://upstash.com/docs/vector Getting Started: https://upstash.com/docs/vector/overall/getstarted Semantic Search Tutorial: https://upstash.com/docs/vector/tutorials/semantic_search Namespaces: https://upstash.com/docs/vector/features/namespaces Embedding Models: https://upstash.com/docs/vector/features/embeddingmodels MixBread AI: https://www.mixbread.ai/ (preferred embedding provider) Quick Setup 1. Create Vector Index (Upstash Console) Go to Upstash Console Create Vector Index: ...
|
133 |
| 10273 | create-skill | hairyf/skills |
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
|
133 |
| 10274 | axiom-swiftui-layout-ref | charleswiltgen/axiom |
SwiftUI Layout API Reference Comprehensive API reference for SwiftUI adaptive layout tools. For decision guidance and anti-patterns, see the axiom-swiftui-layout skill. Overview This reference covers all SwiftUI layout APIs for building adaptive interfaces: ViewThatFits — Automatic variant selection (iOS 16+) AnyLayout — Type-erased animated layout switching (iOS 16+) Layout Protocol — Custom layout algorithms (iOS 16+) onGeometryChange — Efficient geometry reading (iOS 16+ backported) Geome...
|
133 |
| 10275 | indie-monetization-strategist | erichowens/some_claude_skills |
Indie Monetization Strategist Turn side projects into sustainable income. Battle-tested strategies for indie developers and solopreneurs. Quick Start Build audience first - Email list is your foundation Start with validation - If people won't use it free, they won't pay Stack revenue streams - Multiple small wins beats one moonshot Price on value, not cost - Premium pricing attracts premium customers Play the long game - Most "overnight" successes took 3-5 years When to Use Use for: Choosing...
|
133 |
| 10276 | liquid-glass | casper-studios/casper-marketplace |
Liquid Glass Design Build native macOS/iOS applications with Apple's Liquid Glass design and HIG. Core Rules Three-Layer Model ┌─────────────────────────────────────────┐ │ GLASS LAYER (Navigation/Controls) │ ← Glass here ONLY ├─────────────────────────────────────────┤ │ CONTENT LAYER (Your App) │ ← Never glass here └─────────────────────────────────────────┘ Glass is ONLY for navigation floating above content. Never on content itself. Five Principles Content First - Glas...
|
133 |
| 10277 | axiom-liquid-glass-ref | charleswiltgen/axiom |
Liquid Glass Adoption — Reference Guide When to Use This Skill Use when: Planning comprehensive Liquid Glass adoption across your entire app Auditing existing interfaces for Liquid Glass compatibility Implementing app icon updates with Icon Composer Understanding platform-specific Liquid Glass behavior (iOS, iPadOS, macOS, tvOS, watchOS) Migrating from previous materials (blur effects, custom translucency) Ensuring accessibility compliance with Liquid Glass interfaces Reviewing search, navigat...
|
132 |
| 10278 | tooluniverse-structural-variant-analysis | mims-harvard/tooluniverse |
Structural Variant Analysis Workflow Systematic analysis of structural variants (deletions, duplications, inversions, translocations, complex rearrangements) for clinical genomics interpretation using ACMG-adapted criteria. KEY PRINCIPLES : Report-first approach - Create SV_analysis_report.md FIRST, then populate progressively ACMG-style classification - Pathogenic/Likely Pathogenic/VUS/Likely Benign/Benign with explicit evidence Evidence grading - Grade all findings by confidence level (High/Mo...
|
132 |
| 10279 | gradio | huggingface/skills |
Gradio Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Guides Detailed guides on specific topics (read these when relevant): Quickstart The Interface Class Blocks and Event Listeners Controlling Layout More Blocks Features Custom CSS and JS Streaming Outputs Streaming Inputs Sharing Your App Custom HTML Components Getting Started with the Python Client Getting Started with the JS Client Core Patterns Interface (hig...
|
132 |
| 10280 | cloudflare | cloudflare/cloudflare-docs |
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
|
132 |
| 10281 | producthunt | dylanfeltus/skills |
ProductHunt Skill Get posts, topics, users, and collections from Product Hunt via the official GraphQL API. Prerequisites Set access token in ~/.zshrc : export PRODUCTHUNT_ACCESS_TOKEN = "your_developer_token" Get your token from: https://www.producthunt.com/v2/oauth/applications Quick Check : cd < skill_directory > python3 scripts/get_posts.py --limit 3 Commands All commands run from the skill directory. Posts python3 scripts/get_post.py chatgpt Get post by slug python3 scripts/get_post.py 123...
|
132 |
| 10282 | tooluniverse-antibody-engineering | mims-harvard/tooluniverse |
Antibody Engineering & Optimization AI-guided antibody optimization pipeline from preclinical lead to clinical candidate. Covers sequence humanization, structure modeling, affinity optimization, developability assessment, immunogenicity prediction, and manufacturing feasibility. KEY PRINCIPLES : Report-first approach - Create optimization report before analysis Evidence-graded humanization - Score based on germline alignment and framework retention Developability-focused - Assess aggregation, st...
|
132 |
| 10283 | web3-frontend | pluginagentmarketplace/custom-plugin-blockchain |
Web3 Frontend Skill Master Web3 frontend development with wallet integration, modern libraries (viem/wagmi), and production dApp patterns. Quick Start Invoke this skill for Web3 frontend development Skill("web3-frontend", topic="wallet", framework="react") Topics Covered 1. Wallet Integration Connect users to Web3: RainbowKit: Beautiful wallet modal WalletConnect: Mobile support Account Abstraction: ERC-4337 Multi-chain: Network switching 2. Transaction Management Handle blockchain intera...
|
131 |
| 10284 | linkedin-post-generator | casper-studios/casper-marketplace |
LinkedIn Post Generator Generate LinkedIn posts from shared source material, written in each user's personal style. How It Works Personal style profile — stored locally at ~/.config/casper/linkedin-style.md (never committed) Source config — stored locally at ~/.config/casper/linkedin-sources.md (never committed) Shared source material — meeting transcripts, Slack dumps, docs in source-material/ Prompt template — extraction rules, voice guidelines, few-shot examples in references/prompt-template....
|
131 |
| 10285 | premium_web_design | jerrar670/surf-website |
This skill outlines the key elements required to create "wow" factor, premium web applications. 1. Typography - Font Choice: Use modern, geometric sans-serifs (e.g., Inter, Outfit, Manrope) or elegant serifs for headings. Avoid default system fonts unless intentionally styled. - Hierarchy: Establish clear scale (h1 vs p). Use extreme contrast in size (huge headlines, small refined labels). - Spacing: Generous line-height (1.5-1.7 for body). tracking-tight for large headings to make them fee...
|
131 |
| 10286 | axiom-swiftdata-migration | charleswiltgen/axiom |
SwiftData Custom Schema Migrations Overview SwiftData schema migrations move your data safely when models change. Core principle SwiftData's willMigrate sees only OLD models, didMigrate sees only NEW models—you can never access both simultaneously. This limitation shapes all migration strategies. Requires iOS 17+, Swift 5.9+ Target iOS 26+ (features like propertiesToFetch) When Custom Migrations Are Required Lightweight Migrations (Automatic) SwiftData can migrate automatically for: ✅ Addin...
|
131 |
| 10287 | axiom-app-intents-ref | charleswiltgen/axiom |
App Intents Integration Overview Comprehensive guide to App Intents framework for exposing app functionality to Siri, Apple Intelligence, Shortcuts, Spotlight, and other system experiences. Replaces older SiriKit custom intents with modern Swift-first API. Core principle App Intents make your app's actions discoverable across Apple's ecosystem. Well-designed intents feel natural in Siri conversations, Shortcuts automation, and Spotlight search. When to Use This Skill Exposing app functionalit...
|
131 |
| 10288 | java-testing-advanced | pluginagentmarketplace/custom-plugin-java |
Advanced testing techniques for comprehensive test coverage. Overview This skill covers advanced testing patterns including Testcontainers for integration testing, contract testing with Pact, mutation testing with PIT, and property-based testing. When to Use This Skill Use when you need to: - Test with real databases (Testcontainers) - Verify API contracts - Find gaps with mutation testing - Generate test cases automatically Quick Reference Testcontainers ``` @Testcontainers @Spri...
|
131 |
| 10289 | wechat-message | tiancheng91/wechat-msg-send |
微信消息发送技能 此技能通过 AppleScript 脚本实现 macOS 上微信消息的自动化发送。 功能概述 自动激活微信应用 搜索指定联系人或群组 发送指定消息内容 支持中文和特殊字符 使用方法 调用方式 osascript scripts/wechat_automation_script.applescript "<用户名>" "<消息内容>" 参数说明 参数 必填 说明 用户名 是 微信联系人名称或群名称,需完全匹配 消息内容 是 要发送的消息文本 使用示例 发送消息给好友 osascript scripts/wechat_automation_script.applescript "张三" "你好,今天有空吗?" 发送消息到群组 osascript scripts/wechat_automation_script.applescript "工作群" "大家好!" 发送包含中文的消息 osascript scripts/wechat_automation_script.applescript "Yatocala" "hello你好" 工作流程 激活微信 - 将微信窗口置于...
|
131 |
| 10290 | ui-ux-design | samhvw8/dot-claude |
UI Design Reference - Searchable Pattern Database Curated reference database of UI/UX patterns, styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices. Use this as a lookup tool to find proven design patterns and implementation guidance. Prerequisites Check if Python is installed: python3 --version || python --version If Python is not installed, install it based on user's OS: macOS: brew install python3 Ubuntu/Debian: sudo ap...
|
131 |
| 10291 | ai-daily | geekjourneyx/mind-skills |
AI Daily News Fetch AI industry news from smol.ai RSS feed. Quick Start Basic queries 昨天AI资讯 今天的AI新闻 2026-01-13的资讯 Query Types Type Examples Description Relative date 昨天AI资讯 今天的新闻 前天 Yesterday, today, day before Absolute date 2026-01-13的新闻 YYYY-MM-DD format Date range 有哪些日期的新闻 Show available dates Workflow - [ ] Step 1: Parse date from user request - [ ] Step 2: Fetch RSS data - [ ] Step 3: Check content availability - [ ] Step 4: Format and display results Step 1: Parse Date User Input Target ...
|
131 |
| 10292 | axiom-storekit-ref | charleswiltgen/axiom |
StoreKit 2 — Complete API Reference Overview StoreKit 2 is Apple's modern in-app purchase framework with async/await APIs, automatic receipt validation, and SwiftUI integration. This reference covers every API, iOS 18.4 enhancements, and comprehensive WWDC 2025 code examples. Product Types Supported Consumable: Products that can be purchased multiple times Examples: coins, hints, temporary boosts Do NOT restore on new devices Non-Consumable: Products purchased once, owned forever Examples:...
|
130 |
| 10293 | github-actions-expert | cin12211/orca-q |
GitHub Actions Expert You are a specialized expert in GitHub Actions, GitHub's native CI/CD platform for workflow automation and continuous integration/continuous deployment. I provide comprehensive guidance on workflow optimization, security best practices, custom actions development, and advanced CI/CD patterns. My Expertise Core Areas Workflow Configuration & Syntax: YAML syntax, triggers, job orchestration, context expressions Job Orchestration & Dependencies: Complex job dependencies, mat...
|
130 |
| 10294 | zlibrary-to-notebooklm | zstmfhy/zlibrary-to-notebooklm |
Z-Library to NotebookLM Skill 让 Claude 帮你自动下载书籍并上传到 NotebookLM,实现"零幻觉"的 AI 对话式阅读。 🎯 核心功能 一键下载书籍(优先 PDF,自动降级 EPUB) 自动创建 NotebookLM 笔记本 上传文件并返回笔记本 ID 支持与 AI 进行基于书籍内容的对话 📋 激活条件(Triggers) 当用户提到以下需求时,使用此 Skill: 用户提供 Z-Library 书籍链接(包含 zlib.li、z-lib.org、zh.zlib.li 等域名) 用户说"帮我把这本书上传到 NotebookLM" 用户说"自动下载并读这本书" 用户说"用 Z-Library 链接创建 NotebookLM 知识库" 用户要求从特定 URL 下载书籍并分析 🔧 核心指令 当用户提供 Z-Library 链接时,按以下流程执行: Step 1: 提取信息 从用户提供的 URL 中提取: 书名 作者(如果有) 完整 URL 格式选项(PDF/EPUB/MOBI 等) Step 2: 自动下载 使用已保存的会话(~/....
|
130 |
| 10295 | axiom-foundation-models-ref | charleswiltgen/axiom |
Foundation Models Framework — Complete API Reference Overview The Foundation Models framework provides access to Apple's on-device Large Language Model (3 billion parameters, 2-bit quantized) with a Swift API. This reference covers every API, all WWDC 2025 code examples, and comprehensive implementation patterns. Model Specifications Technical Details: Parameters: 3 billion (3B) Quantization: 2-bit Context Window: 4096 tokens (combined input + output) Supported Languages: English + additiona...
|
130 |
| 10296 | obsidian-vault-management | julianobarbosa/claude-code-skills |
This vault uses a PARA-like organization: | `00 - Maps of Content` | Index notes linking related topics | `01 - Projects` | Active project notes | `02 - Areas` | Ongoing responsibilities | `03 - Resources` | Reference materials | `04 - Permanent` | Evergreen/zettelkasten notes | `05 - Fleeting` | Quick capture notes | `06 - Daily` | Daily notes (YYYY/MM/YYYYMMDD.md) | `07 - Archives` | Completed/inactive content | `08 - books` | Book notes and clippings | `99 - Meta` ...
|
130 |
| 10297 | axiom-extensions-widgets-ref | charleswiltgen/axiom |
Extensions & Widgets API Reference Overview This skill provides comprehensive API reference for Apple's widget and extension ecosystem: Standard Widgets (iOS 14+) — Home Screen, Lock Screen, StandBy widgets Interactive Widgets (iOS 17+) — Buttons and toggles with App Intents Live Activities (iOS 16.1+) — Real-time updates on Lock Screen and Dynamic Island Control Center Widgets (iOS 18+) — System-wide quick controls App Extensions — Shared data, lifecycle, entitlements What are widgets?: Widg...
|
130 |
| 10298 | moltbook | sorcerai/moltbook-skill |
Moltbook Skill Social network for AI agents. Post, comment, upvote, search, and DM other moltys. ⚠️ Critical: Always Use www ✅ https://www.moltbook.com/api/v1/... ❌ https://moltbook.com/api/v1/... (strips Authorization header!) Authentication All requests need the API key: curl "https://www.moltbook.com/api/v1/..." \ -H "Authorization: Bearer $MOLTBOOK_API_KEY " Credentials stored at: ~/.config/moltbook/credentials.json Quick Reference Read Content Your personalized feed (subscribed submolts +...
|
130 |
| 10299 | visual-qa | dylanfeltus/skills |
Visual QA Use vision models to self-review screenshots against design intent. Catch spacing issues, alignment problems, color inconsistencies, responsive bugs, and accessibility gaps before shipping. When to Use User asks to "review this design" or "check this screenshot" After building a page/component, before shipping User wants to compare implementation vs mockup/reference User asks "does this look right?" or "what's off about this?" Automated design QA step in a build workflow Core Philosoph...
|
130 |
| 10300 | axiom-camera-capture-ref | charleswiltgen/axiom |
Camera Capture API Reference Quick Reference // SESSION SETUP import AVFoundation let session = AVCaptureSession() let sessionQueue = DispatchQueue(label: "camera.session") sessionQueue.async { session.beginConfiguration() session.sessionPreset = .photo guard let camera = AVCaptureDevice.default(.builtInWideAngleCamera, for: .video, position: .back), let input = try? AVCaptureDeviceInput(device: camera), session.canAddInput(input) else { return } session.ad...
|
130 |