███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10901 | encore-go-service | encoredev/skills |
Encore Go Service Structure Instructions In Encore Go, each package with an API endpoint is automatically a service. No special configuration needed. Creating a Service Simply create a package with at least one //encore:api endpoint: // user/user.go package user import "context" type User struct { ID string `json:"id"` Email string `json:"email"` Name string `json:"name"` } //encore:api public method=GET path=/users/:id func GetUser(ctx context.Context, params *GetUserPara...
|
104 |
| 10902 | google-workspace | letta-ai/skills |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
104 |
| 10903 | land | odysseus0/symphony |
Land Goals Ensure the PR is conflict-free with main. Keep CI green and fix failures when they occur. Squash-merge the PR once checks pass. Do not yield to the user until the PR is merged; keep the watcher loop running unless blocked. No need to delete remote branches after merge; the repo auto-deletes head branches. Preconditions gh CLI is authenticated. You are on the PR branch with a clean working tree. Steps Locate the PR for the current branch. Confirm the full gauntlet is green locally befo...
|
104 |
| 10904 | copywriter | daffy0208/ai-dev-standards |
Copywriter Skill You are an expert copywriter and brand voice guardian, specializing in direct, conversion-focused copy that adapts to each project's brand voice and tone. Project Context Discovery Before writing copy, discover the project's brand voice: Scan Project Documentation: Check .agents/SYSTEM/ARCHITECTURE.md for brand guidelines Look for brand voice documentation in project docs Review .agents/SOP/ for copywriting standards Check for existing copy examples Identify Brand Voice: Review ...
|
103 |
| 10905 | ai-elements | existential-birds/beagle |
AI Elements AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster. It provides pre-built components like conversations, messages and more. Installing AI Elements is straightforward and can be done in a couple of ways. You can use the dedicated CLI command for the fastest setup, or integrate via the standard shadcn/ui CLI if you've already adopted shadcn's workflow. IMPORTANT: Run all CLI commands using the project's packa...
|
103 |
| 10906 | risk-manager | 404kidwiz/claude-supercode-skills |
Use this skill when Working on risk manager tasks or workflows Needing guidance, best practices, or checklists for risk manager Do not use this skill when The task is unrelated to risk manager You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a risk ...
|
103 |
| 10907 | php-guidelines-from-spatie | freekmurze/dotfiles |
Core Laravel Principle Follow Laravel conventions first. If Laravel has a documented way to do something, use it. Only deviate when you have a clear justification. PHP Standards Follow PSR-1, PSR-2, and PSR-12 Use camelCase for non-public-facing strings Use short nullable notation: ?string not string|null Always specify void return types when methods return nothing Class Structure Use typed properties, not docblocks: Constructor property promotion when all properties can be promoted: One trait...
|
103 |
| 10908 | next-intl-app-router | liuchiawei/agent-skills |
next-intl (App Router) Setup and usage of next-intl with prefix-based locale routing (e.g. /en/about , /ja/about ). Use this skill in any Next.js App Router project. Example code: Copy-paste examples live in this skill's examples/ folder. See examples/README.md for where each file goes in your project. File layout Keep this structure: ├── messages/ │ ├── en.json │ ├── ja.json │ └── ... ├── next.config.ts └── src/ ├── i18n/ │ ├── request.ts │ ├── routing.ts │ └── navigation.ts ├── pro...
|
103 |
| 10909 | java-maven-gradle | pluginagentmarketplace/custom-plugin-java |
Master Java build tools for efficient project management and CI/CD integration. Overview This skill covers Maven and Gradle configuration including dependency management, plugin setup, multi-module projects, and CI/CD pipeline integration. Follows 2024-2025 best practices for both tools. When to Use This Skill Use when you need to: - Set up Maven/Gradle projects - Manage dependencies with BOMs - Configure build plugins - Optimize build performance - Set up CI/CD pipelines Topics Cov...
|
103 |
| 10910 | encore-go-auth | encoredev/skills |
Encore Go Authentication Instructions Encore Go provides a built-in authentication system using the //encore:authhandler annotation. 1. Create an Auth Handler package auth import ( "context" "encore.dev/beta/auth" "encore.dev/beta/errs" ) // AuthParams defines what the auth handler receives type AuthParams struct { Authorization string `header:"Authorization"` } // AuthData defines what authenticated requests have access to type AuthData struct { UserID string Email ...
|
103 |
| 10911 | video-downloader | skillcreatorai/ai-agent-skills |
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
|
103 |
| 10912 | kubernetes | bobmatnyc/claude-mpm-skills |
Kubernetes / DevOps You are an expert in Kubernetes, DevOps, and cloud-native infrastructure with deep knowledge of containerization and automation. Core Principles Use English for all code and documentation Prioritize modular, reusable, scalable code Follow naming conventions (camelCase, PascalCase, snake_case, UPPER_CASE for constants) Avoid hardcoded values; use environment variables Apply Infrastructure-as-Code principles Enforce principle of least privilege for access control Kubernetes Use...
|
103 |
| 10913 | encore-go-testing | encoredev/skills |
Testing Encore Go Applications Instructions Encore Go uses standard Go testing with encore test. Run Tests Run all tests with Encore (recommended) encore test ./... Run tests for a specific package encore test ./user/... Run with verbose output encore test -v ./... Using encore test instead of go test is recommended because it: Sets up test databases automatically Provides isolated infrastructure per test Handles service dependencies Test an API Endpoint // hello/hello_test.go package ...
|
103 |
| 10914 | xiaohongshu-search-summarizer | piekill/xiaohongshu-summarizer-skill |
Xiaohongshu Search and Summarize This skill automates the process of extracting high-quality multi-modal content (text + images) from Xiaohongshu (小红书) and actively assists you in generating a deeply integrated, analytical final report for the user. Due to Xiaohongshu's aggressive anti-scraping mechanisms, direct HTTP requests or naive scraping often result in 404s or blocks. This skill natively bypasses these by simulating a real user through the playwright-cli in a headed browser window. It op...
|
103 |
| 10915 | alicloud-network-alb | cinience/alicloud-skills |
Category: service Application Load Balancer (ALB) Use this skill for end-to-end ALB operations via local Python scripts and OpenAPI-compatible workflows. Validation mkdir -p output/alicloud-network-alb for f in skills/network/slb/alicloud-network-alb/scripts/*.py ; do python3 -m py_compile " $f " done echo "py_compile_ok" > output/alicloud-network-alb/validate.txt Pass criteria: command exits 0 and output/alicloud-network-alb/validate.txt is generated. Output And Evidence Save all command output...
|
103 |
| 10916 | convex cron jobs | waynesutton/convexskills |
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs Ove...
|
103 |
| 10917 | spline-3d-integration | fawaz-i/spline-3d-integration |
Spline 3D Integration Use this skill when a user needs to add or troubleshoot interactive Spline 3D scenes in a website or web app. When to use this skill The user wants to embed a Spline scene in React, Next.js, or vanilla JS. The user needs runtime control (events, variables, object lookup, camera behavior). The user is seeing poor performance, blank scenes, or loading issues. The user asks for implementation patterns like hero scenes or product viewers. When not to use this skill The user onl...
|
103 |
| 10918 | nextjs-client-cookie-pattern | wsimmonds/claude-nextjs-skills |
Next.js: Client Component + Server Action Cookie Pattern Pattern Overview This pattern handles a common Next.js requirement: client-side interaction (button click) that needs to set server-side cookies. Why Two Files? Client components ('use client') can have onClick handlers Only server code can set cookies (security requirement) Solution: Client component calls a server action that sets cookies The Pattern Scenario: A button that sets a cookie when clicked File 1: Client Component (app/Co...
|
103 |
| 10919 | pull | odysseus0/symphony |
Pull Workflow Verify git status is clean or commit/stash changes before merging. Ensure rerere is enabled locally: git config rerere.enabled true git config rerere.autoupdate true Confirm remotes and branches: Ensure the origin remote exists. Ensure the current branch is the one to receive the merge. Fetch latest refs: git fetch origin Sync the remote feature branch first: git pull --ff-only origin $(git branch --show-current) This pulls branch updates made remotely (for example, a GitHub auto-c...
|
103 |
| 10920 | capability-evolver | autogame-17/evolver |
🧬 Capability Evolver "Evolution is not optional. Adapt or die." The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance. Features Auto-Log Analysis : Automatically scans memory and history files for errors and patterns. Self-Repair : Detects crashes and suggests patches. GEP Protocol: Standardized evolution with reusable assets. O...
|
103 |
| 10921 | angular-material | pluginagentmarketplace/custom-plugin-angular |
Angular Material Skill Overview Build beautiful, accessible Angular applications using Angular Material component library with custom theming and responsive layouts. Topics Covered Component Library Form controls (inputs, selects, checkboxes) Navigation (toolbar, sidenav, menus) Layout (cards, lists, grids) Data tables and pagination Dialogs and snackbars Theming Custom theme creation Color palettes and typography Dark mode implementation Component customization CSS variables integration CDK (...
|
103 |
| 10922 | book-illustrator | jamesrochabrun/skills |
Book Illustrator - Children's Books Specialist A comprehensive guide for creating captivating, age-appropriate children's book illustrations that tell stories, engage young minds, and bring narratives to life through visual artistry. What This Skill Does Provides expert guidance for creating professional children's book illustrations: Age-Appropriate Design - Tailored styles for ages 0-12 Character Development - Creating memorable, expressive characters Color Theory Mastery - Strategic use o...
|
103 |
| 10923 | testing-best-practices | royrvd/golden-testing-rules-for-ai |
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
|
103 |
| 10924 | vercel-deployments-builds | bobmatnyc/claude-mpm-skills |
Vercel Deployments and Builds Skill progressive_disclosure: entry_point: summary: "Deployments and builds on Vercel: build pipeline, deployment environments, deploy hooks, release phases, checks, and rollback." when_to_use: - "When configuring build and deployment workflows" - "When using preview and production deployments" - "When controlling releases and rollbacks" quick_start: - "Connect a Git repository" - "Review build and deployment settings" - "Use previews for every branch" - "Promote to...
|
103 |
| 10925 | canvas-design | aiskillstore/marketplace |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
103 |
| 10926 | discord-webhook | vm0-ai/vm0-skills |
Discord Webhook Use Discord Webhooks via direct curl calls to send messages to Discord channels without setting up a bot. Official docs: https://discord.com/developers/docs/resources/webhook When to Use Use this skill when you need to: Send notifications to Discord channels Post alerts from CI/CD pipelines Share updates with rich embeds Upload files to channels Simple integrations without bot complexity Prerequisites In Discord, go to Server Settings → Integrations → Webhooks Click "New Web...
|
103 |
| 10927 | alicloud-network-alb-test | cinience/alicloud-skills |
Category: test ALB Smoke Test Prerequisites AK/SK configured via environment variables ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ). SDK installed: pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials . Target skill: skills/network/slb/alicloud-network-alb/ . Test Steps 1. Script compilation check (offline, no credentials needed) python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py --compile-only Pass criteria: exits 0, all 28 ...
|
103 |
| 10928 | scientific-manuscript-review | lyndonkl/claude |
This skill provides systematic review and editing of scientific manuscripts (research articles, reviews, perspectives) to improve clarity, structure, scientific rigor, and reader comprehension. It applies a multi-pass approach covering structure, scientific logic, language, and formatting to transform drafts into publication-ready documents. When to Use Use this skill when: - Drafting manuscripts: Research articles, short communications, review papers, perspectives - Pre-submission review: ...
|
103 |
| 10929 | convex-quickstart | get-convex/convex-agent-plugins |
Convex Quickstart Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. When to Use Starting a brand new project with Convex Adding Convex to an existing React/Next.js app Prototyping a new feature with real-time data Converting from another backend to Convex Teaching someone Convex for the first time Prerequisites Check Before starting, verify: node --version v1...
|
103 |
| 10930 | sentry-python-setup | getsentry/sentry-agent-skills |
Sentry Python Setup Install and configure Sentry in Python projects. Invoke This Skill When User asks to "add Sentry to Python" or "install Sentry" in a Python app User wants error monitoring, logging, or tracing in Python User mentions "sentry-sdk" or Python frameworks (Django, Flask, FastAPI) Install pip install sentry-sdk Configure Initialize as early as possible in your application: import sentry_sdk sentry_sdk.init( dsn="YOUR_SENTRY_DSN", send_default_pii=True, Traci...
|
103 |
| 10931 | pptx | huyansheng3/ppt-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
103 |
| 10932 | threads | tambo-ai/tambo |
Threads and Input Manages conversations, suggestions, voice input, and image attachments. Quick Start import { useTambo , useTamboThreadInput } from "@tambo-ai/react" ; const { thread , messages , isIdle } = useTambo ( ) ; const { value , setValue , submit } = useTamboThreadInput ( ) ; await submit ( ) ; // sends current input value Thread Management Access and manage the current thread using useTambo() and useTamboThreadInput() : import { useTambo , useTamboThreadInput , ComponentRenderer , } f...
|
103 |
| 10933 | capacitor-security | cap-go/capacitor-skills |
Capacitor Security with Capsec Zero-config security scanning for Capacitor and Ionic apps. When to Use This Skill User wants to secure their app User asks about security vulnerabilities User needs to run security audit User has hardcoded secrets User needs CI/CD security scanning User asks about OWASP mobile security Quick Start with Capsec Run Security Scan Scan current directory (no installation needed) bunx capsec scan Scan specific path bunx capsec scan ./my-app CI mode (exit code 1 o...
|
103 |
| 10934 | web-content | alinaqi/claude-bootstrap |
Web Content Skill Load with: base.md + ui-web.md For creating web content optimized for both traditional SEO and AI discovery (ChatGPT, Perplexity, Claude, Gemini). Sources: GEO Complete Guide | AI Search SEO | LLM Optimization | Generative Engine Optimization Philosophy SEO gets clicks. GEO gets citations. Traditional SEO optimizes for Google rankings. Generative Engine Optimization (GEO) optimizes for being cited by AI assistants. Modern content needs both: SEO: Rank on search results p...
|
103 |
| 10935 | security engineer | daffy0208/ai-dev-standards |
Security Engineer Security is not optional - build it in from day one. Core Principle Security is built-in, not bolted-on. Every feature, every endpoint, every data flow must consider security implications. Security vulnerabilities cost 10x more to fix in production than during development. 5 Security Pillars Pillar 1: Authentication & Authorization 🔐 Authentication: Who are you? Authorization: What can you do? Authentication Strategies JWT (JSON Web Tokens): When: Stateless APIs, mobile apps, m...
|
103 |
| 10936 | connecting-to-base-network | base/skills |
Connecting to Base Network Mainnet Property Value Network Name Base Chain ID 8453 RPC Endpoint https://mainnet.base.org Currency ETH Explorer https://basescan.org Testnet (Sepolia) Property Value Network Name Base Sepolia Chain ID 84532 RPC Endpoint https://sepolia.base.org Currency ETH Explorer https://sepolia.basescan.org Security Never use public RPC endpoints in production — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node Never embed R...
|
103 |
| 10937 | info-card-designer | joeseesun/info-card-designer |
Info Card Designer 将任意内容转化为杂志质感信息卡,自动截图 + 超长分割,适配 X/Twitter、小红书分享。 工作流 Step 1:分析内容密度 低密度 (1 个核心观点)→ 大字符主义布局 中密度 (2-4 要点)→ 标准单栏布局 高密度 (5+ 要点)→ 多栏网格布局 Step 2:生成 HTML 读取 references/design-spec.md 获取完整规范。 硬性约束 : 卡片宽度:默认 600px ,可指定 480 / 600 / 900(用户说"480宽"/"900宽"时生效) <meta name="viewport" content="width=[指定宽度]"> 防缩放 背景色 f5f3ed 截图时 resize_page width 设为指定宽度 字号用 vw 单位,随宽度自动缩放 : 主标题: font-size: clamp(40px, 13vw, 130px) — 480px→62px / 600px→78px / 900px→117px 条目标题: font-size: clamp(16px, 4vw, 40px) — 480...
|
102 |
| 10938 | neynar | bankrbot/openclaw-skills |
Neynar (Farcaster API) Interact with the Farcaster decentralized social protocol via Neynar's API. Quick Start Setup Get an API key from dev.neynar.com Create config: mkdir -p ~/.clawdbot/skills/neynar cat > ~/.clawdbot/skills/neynar/config.json << 'EOF' { "apiKey": "YOUR_NEYNAR_API_KEY", "signerUuid": "YOUR_SIGNER_UUID" } EOF Note : signerUuid is only required for posting casts. Get one via Neynar's signer management. Verify Setup scripts/neynar.sh user dwr.eth Core Concepts FID — Farcaster ID,...
|
102 |
| 10939 | deploying-contracts-on-base | base/skills |
Deploying Contracts on Base Prerequisites Configure RPC endpoint (testnet: sepolia.base.org , mainnet: mainnet.base.org ) Store private keys in Foundry's encrypted keystore — never commit keys Obtain testnet ETH from CDP faucet (testnet only) Get a BaseScan API key for contract verification Security Never commit private keys to version control — use Foundry's encrypted keystore ( cast wallet import ) Never hardcode API keys in source files — use environment variables or foundry.toml with ${ENV_V...
|
102 |
| 10940 | ios-26-platform | johnrogers/claude-swift-engineering |
iOS 26 Platform iOS 26 introduces Liquid Glass, Apple's next-generation material design system that dynamically bends light, moves organically, and adapts automatically across all platforms. Overview iOS 26 modernizes UI with new materials (Liquid Glass), SwiftUI APIs (WebView, Chart3D, @Animatable), and advanced features (@BackoffAnimation, free-form windows). The core principle: modern UI gets updated automatically at compile time; most Liquid Glass benefits are "free" from recompiling with...
|
102 |
| 10941 | canghe-infographic | freestylefly/canghe-skills |
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /canghe-infographic path/to/content.md /canghe-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /canghe-infographic path/to/content.md --aspect portrait --lang zh /canghe-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
|
102 |
| 10942 | animejs | bowtiedswan/animejs-skills |
Anime.js Lightweight JavaScript animation library with powerful timeline and stagger capabilities for web animations. Overview Anime.js (pronounced "Anime JS") is a versatile animation engine that works with DOM elements, CSS properties, SVG attributes, and JavaScript objects. Unlike React-specific libraries, Anime.js works with vanilla JavaScript and any framework. When to use this skill: Timeline-based animation sequences with precise choreography Staggered animations across multiple elements ...
|
102 |
| 10943 | marketing-paid-advertising | vasilyu1983/ai-agents-public |
PAID ADVERTISING — ACQUISITION OS (OPERATIONAL) No-fluff execution skill for paid acquisition across Google, Meta, TikTok, LinkedIn. References: Google Ads, Meta Business, TikTok Ads, LinkedIn Campaign Manager Modern Best Practices (January 2026) Algorithmic buying wins when you provide strong signals: clean conversion events, value, and enough volume per campaign to learn. Creative is the main lever on social: plan for volume and refresh cadence; treat creative like a product pipeline. Defau...
|
102 |
| 10944 | canghe-url-to-markdown | freestylefly/canghe-skills |
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. 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 URL fetching Preferences (EXTEND.md) Use Bas...
|
102 |
| 10945 | changelog-generator | skillcreatorai/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...
|
102 |
| 10946 | fund-assistant | xer97/fund-assistant |
基金投资助手 脚本命令 基金 API(scripts/fund_api.py) python scripts/fund_api.py query 001618,000001 查询实时估值 python scripts/fund_api.py search 白酒 搜索基金 python scripts/fund_api.py detail 001618 基金详情 python scripts/fund_api.py history 001618 y 历史净值 (y/3y/6y/n/3n/5n) python scripts/fund_api.py position 001618 持仓明细 python scripts/fund_api.py manager 001618 基金经理 python scripts/fund_api.py index 大盘指数 python scripts/fund_api.py flow 资金流向 python scripts/fund_api.py north 北向资金 持仓管理(scripts/portfolio.py) python ...
|
102 |
| 10947 | yuque-personal-daily-capture | yuque/yuque-plugin |
Daily Capture — Quick Idea & Note Capture to Yuque Help the user quickly capture ideas, thoughts, meeting insights, reading annotations, and any fleeting information into their personal Yuque knowledge base with minimal friction. When to Use User wants to quickly jot down an idea or thought User says "记一下", "帮我记录", "capture this", "写个笔记" User shares a fleeting thought, inspiration, or meeting insight User says "这个想法先记下来", "随手记", "快速记录" Required MCP Tools All tools are from the yuque-mcp server: ...
|
102 |
| 10948 | ray | spatie/ray-skills |
When to use Use this skill whenever the user asks you to send something to Ray. How to use Read individual rule files for detailed explanations of what kind of payloads you can send to Ray and code examples. If the Ray MCP server is setup up, propose to the user to use it by default. ALWAYS propose the skill as a second option. HTTP API rules/ray-local-http.md - How the Ray local HTTP server works Payload Types rules/log.md - Log payload for general value logging rules/table.md - Table payload f...
|
102 |
| 10949 | campaign-analytics | alirezarezvani/claude-skills |
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
|
102 |
| 10950 | microsoft-graph | markpitt/claude-skills |
Microsoft Graph API Orchestration Skill Microsoft Graph is a unified REST API endpoint for accessing Microsoft Cloud resources across Microsoft 365, Windows, and Enterprise Mobility + Security. Base URL: https://graph.microsoft.com/{version}/{resource} API Versions: v1.0 (production) or beta (preview) Authentication: OAuth 2.0 via Azure AD Data Format: JSON When to Load Which Resource Task Service Load Resource Setup auth, register apps, manage credentials Applications & Auth resources/authen...
|
102 |