███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15501 | gh-pages-deploy | aviz85/claude-skills-library |
GitHub Pages Deployment Deploy static frontend websites to GitHub Pages using the GitHub CLI. Prerequisites GitHub CLI (gh) installed and authenticated Git installed A frontend project (HTML, CSS, JS) ready to deploy Deployment Workflow 1. Initialize Git Repository (if needed) git init git add . git commit -m "Initial commit" 2. Create GitHub Repository Create public repo (required for free GitHub Pages) gh repo create <repo-name> --public --source=. --push 3. Enable GitHub Pages Enable Gi...
|
232 |
| 15502 | linkedin-sales-navigator-alt | onewave-ai/claude-skills |
LinkedIn Sales Navigator Alternative Find and qualify prospects on LinkedIn without expensive subscriptions. Instructions You are an expert sales intelligence researcher who helps build targeted prospect lists using publicly available LinkedIn data and other business intelligence sources. Your mission is to identify the right people at the right companies for outreach. IMPORTANT COMPLIANCE NOTE: This skill only works with publicly available information and respects LinkedIn's Terms of Servic...
|
232 |
| 15503 | supabase-automation | sickn33/antigravity-awesome-skills |
Supabase Automation via Rube MCP Automate Supabase operations including database queries, table schema inspection, SQL execution, project and organization management, storage buckets, edge functions, and service health monitoring through Composio's Supabase toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Supabase connection via RUBE_MANAGE_CONNECTIONS with toolkit supabase Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : ...
|
232 |
| 15504 | startup-metrics-framework | sickn33/antigravity-awesome-skills |
Startup Metrics Framework Comprehensive guide to tracking, calculating, and optimizing key performance metrics for different startup business models from seed through Series A. Overview Track the right metrics at the right stage. Focus on unit economics, growth efficiency, and cash management metrics that matter for fundraising and operational excellence. Universal Startup Metrics Revenue Metrics MRR (Monthly Recurring Revenue) MRR = Σ (Active Subscriptions × Monthly Price) ARR (Annual R...
|
232 |
| 15505 | hono-middleware | bobmatnyc/claude-mpm-skills |
Hono Middleware Patterns Overview Hono provides a powerful middleware system with an "onion" execution model. Middleware processes requests before handlers and responses after handlers, enabling cross-cutting concerns like authentication, logging, and CORS. Key Features: Onion-style execution order Type-safe middleware creation with createMiddleware 25+ built-in middleware Context variable passing between middleware Async/await support throughout When to Use This Skill Use Hono middleware wh...
|
231 |
| 15506 | golang-http-frameworks | bobmatnyc/claude-mpm-skills |
Go HTTP Frameworks & REST APIs Overview Go provides exceptional HTTP capabilities starting with the standard library's net/http package. Go 1.22+ introduced enhanced pattern routing in ServeMux, making stdlib viable for many applications. For more complex needs, frameworks like Chi, Gin, Echo, and Fiber offer additional features while maintaining Go's simplicity and performance. Key Features: 🌐 net/http: Production-ready standard library with Go 1.22+ routing 🎯 Chi: Lightweight, stdlib-compat...
|
231 |
| 15507 | political-scientist-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of political science, applying established theoretical frameworks (Realism, Liberalism, Constructivism), comparative political analysis, institutional analysis, and rigorous methodological approaches to understand power dynamics, governance structures, actor interests, strategic interactions, and policy outcomes. When to Use This Skill - International Relations Analysis: Wars, alliances, treaties, international crises, great power competition - Re...
|
231 |
| 15508 | cc-skill-project-guidelines-example | davila7/claude-code-templates |
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend: Next.js 15 (App Router), T...
|
231 |
| 15509 | concise-planning | davila7/claude-code-templates |
Concise Planning Goal Turn a user request into a single, actionable plan with atomic steps. Workflow 1. Scan Context Read README.md , docs, and relevant code files. Identify constraints (language, frameworks, tests). 2. Minimal Interaction Ask at most 1–2 questions and only if truly blocking. Make reasonable assumptions for non-blocking unknowns. 3. Generate Plan Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 10, 2026 Security Audits Gen Agent Trust H...
|
231 |
| 15510 | gcp-cloud-run | davila7/claude-code-templates |
GCP Cloud Run Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub. Principles Cloud Run for containers, Functions for simple event handlers Optimize for cold starts with startup CPU boost and min instances Set concurrency based on workload (start with 8, adjust) Memory includes /tmp filesystem - plan accordingly Use VPC Con...
|
231 |
| 15511 | cc-skill-strategic-compact | davila7/claude-code-templates |
cc-skill-strategic-compact Development skill skill.
|
231 |
| 15512 | api fuzzing for bug bounty | davila7/claude-code-templates |
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
|
231 |
| 15513 | internal-comms | davila7/claude-code-templates |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
231 |
| 15514 | setup-tooluniverse | mims-harvard/tooluniverse |
Setup ToolUniverse Guide the user step-by-step through setting up ToolUniverse. Agent Behavior Detect language from user's first message. Respond in their language; keep commands/URLs in English. Go one step at a time . Ask before proceeding. Use AskQuestion for structured choices. Explain briefly in plain language. Celebrate small wins. When something goes wrong, help troubleshoot before moving on. Internal Notes (do not show) ToolUniverse has 1200+ tools. The tooluniverse command enables compa...
|
231 |
| 15515 | direct-response-copy | sanky369/vibe-building-skills |
Direct Response Copy Skill Overview Direct Response Copy is copy designed to get a specific action (click, signup, purchase). This skill teaches you the architecture and principles of persuasive copy. Keywords: copywriting, sales copy, persuasion, conversion copy, landing page copy, direct response, copywriting principles Core Methodology Direct response copy follows a specific architecture: Hook — Grab attention immediately Problem — Validate their problem Mechanism — Explain your unique m...
|
231 |
| 15516 | docker-expert | personamanagmentlayer/pcl |
Docker Expert You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices. When invoked: If the issue requires ultra-specific expertise outside Docker, recommend switching and stop: Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future) GitHub Actions CI/CD with containers → ...
|
231 |
| 15517 | git-pr-workflows-onboard | sickn33/antigravity-awesome-skills |
Onboard You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. Your role is to ensure smooth, comprehensive onboarding that transforms new team members into productive contributors while preserving institutional knowledge. Use this skill when Working on onboard tasks or workflows Needing guidance, best practices, or checklists for onboard Do not use this skill...
|
231 |
| 15518 | fal-upscale | fal-ai-community/skills |
fal-upscale Curated from the fal.ai community team. What it does Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's s...
|
231 |
| 15519 | eve-troubleshooting | incept5/eve-skillpacks |
Eve Troubleshooting Use CLI-first diagnostics. Do not assume cluster access. Quick Triage Checklist eve system health eve auth status eve job list --phase active Common Issues and Fixes Auth Fails or "Not authenticated" eve auth logout eve auth login eve auth status If SSH key is missing, register it with the admin or follow the CLI prompt to fetch from GitHub. Secret Missing / Interpolation Error eve secrets list --project proj_xxx eve secrets set MISSING_KEY "value" --project proj_xxx Verify ....
|
231 |
| 15520 | eve-pipelines-workflows | incept5/eve-skillpacks |
Eve Pipelines and Workflows Use these patterns to automate build and deploy actions and invoke workflow jobs. Pipelines (v2 steps) Define pipelines under pipelines in .eve/manifest.yaml . Steps can be action , script , or agent . Use depends_on to control ordering. Built-in actions include build , release , deploy , run , job , create-pr . Run manually: eve pipeline list eve pipeline show <project> <name> eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app Trigger blocks exist in...
|
231 |
| 15521 | eve-cli-primitives | incept5/eve-skillpacks |
Eve CLI Primitives Use this skill as the command map for Eve. Keep examples short and concrete. Profiles (API Target + Defaults) Create and use a profile eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Set defaults to avoid repeating flags eve profile set --default-email you@example.com --default-ssh-key ~/.ssh/id_ed25519 eve profile set --org org_xxx --project proj_xxx Inspect current profile eve profile show Authentication eve auth login eve auth sta...
|
231 |
| 15522 | graalvm | mindrally/skills |
GraalVM You are an expert in Java programming, GraalVM native builds, Quarkus framework, Micronaut framework, Jakarta EE, MicroProfile, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code optimized for GraalVM native compilation Follow framework-specific conventions (Quarkus, Micronaut, Spring Native) while ensuring GraalVM compatibility Use descriptive method and variable names follow...
|
231 |
| 15523 | localization-l10n | mindrally/skills |
Localization (l10n) You are an expert in localization for web and mobile applications. Apply these guidelines to adapt internationalized applications for specific regions, languages, and cultures. Core Principles Localization (l10n) builds on internationalization (i18n) Ensure all user-facing text supports localization Adapt content for cultural appropriateness Respect regional conventions for dates, numbers, and currency Design for content that varies significantly between locales Localizatio...
|
231 |
| 15524 | graphql-development | mindrally/skills |
GraphQL Development You are an expert in GraphQL development with type-safe clients and modern web frameworks. Core Principles Design schemas with clear, consistent naming Use type-safe clients for all GraphQL operations Optimize queries to fetch only necessary data Implement proper error handling Schema Design Types and Fields Use descriptive type names in PascalCase Field names in camelCase Use nullable types appropriately Implement input types for mutations Use enums for fixed value sets Re...
|
231 |
| 15525 | database-performance | aaronontheweb/dotnet-skills |
Use this skill when: - Designing data access layers - Optimizing slow database queries - Choosing between EF Core and Dapper - Avoiding common performance pitfalls Core Principles - Separate read and write models - Don't use the same types for both - Think in batches - Avoid N+1 queries - Only retrieve what you need - No SELECT * - Apply row limits - Always have a configurable Take/Limit - Do joins in SQL - Never in application code - AsNoTracking for reads - EF Core change tracking ...
|
231 |
| 15526 | data-exploration | anthropics/knowledge-work-plugins |
Data Exploration Skill Systematic methodology for profiling datasets, assessing data quality, discovering patterns, and understanding schemas. Data Profiling Methodology Phase 1: Structural Understanding Before analyzing any data, understand its structure: Table-level questions: How many rows and columns? What is the grain (one row per what)? What is the primary key? Is it unique? When was the data last updated? How far back does the data go? Column classification: Categorize each column as one ...
|
230 |
| 15527 | eve-project-bootstrap | incept5/eve-skillpacks |
Eve Project Bootstrap Use this flow to connect an existing repo to Eve and get the first deploy running. Set the API Target Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Create Org and Project eve org ensure my-org --slug myorg eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main URL impact: These slugs determine your deployment URLs and ...
|
230 |
| 15528 | eve-deploy-debugging | incept5/eve-skillpacks |
Eve Deploy and Debug Use these steps to deploy and diagnose app issues quickly. Environment Setup Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Infrastructure Change Policy Never run kubectl apply , helm install , or any direct Kubernetes resource creation against shared infrastructure. All infrastructure changes go through Terraform. Use the Eve CLI ( eve env , eve env deploy ) to manag...
|
230 |
| 15529 | eve-se-index | incept5/eve-skillpacks |
Eve SE Index (Load First) Use this skill as the entry point for Eve SE. It routes to the correct skill for the task. Scope Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself. Quick Routing Need Load this skill Full onboarding (new or existing user) eve-bootstrap Understand Eve CLI primitives eve-cli-primitives Set up a new project from the starter eve-new-project-setup Connect an existing repo to Eve (already authed) eve-proje...
|
230 |
| 15530 | attio | membranedev/application-skills |
Attio Attio is a CRM platform that allows users to build custom workspaces to manage their customer relationships. It's used by sales teams, account managers, and other professionals who need a flexible and collaborative way to track interactions and deals. Official docs: https://developer.attio.com/ Attio Overview Record Attribute List View User Workspace Automation Integration Use action names and parameters as needed. Working with Attio This skill uses the Membrane CLI to interact with Attio....
|
230 |
| 15531 | session-memory | humanplane/homunculus |
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
|
230 |
| 15532 | apollo-graphql | mindrally/skills |
Apollo GraphQL Best Practices You are an expert in Apollo Client, GraphQL, TypeScript, and React development. Apollo Client provides a comprehensive state management solution for GraphQL applications with intelligent caching, optimistic UI updates, and seamless React integration. Core Principles Use Apollo Client for state management and data fetching Implement query components for data fetching Utilize mutations for data modifications Use fragments for reusable query parts Implement proper er...
|
230 |
| 15533 | nano-banana | kkoppenhaver/cc-nano-banana |
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
|
230 |
| 15534 | pentest commands | davila7/claude-code-templates |
Pentest Commands Purpose Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application testing. Enable quick command lookup during security assessments. Inputs/Prerequisites Kali Linux or penetration testing distribution Target IP addresses with authorization Wordlists for brute forcing Network access to target systems Basic understanding of tool syntax Outputs/Deliverables Network enumeration results Iden...
|
230 |
| 15535 | linux production shell scripts | davila7/claude-code-templates |
Linux Production Shell Scripts Purpose Provide production-ready shell script templates for common Linux system administration tasks including backups, monitoring, user management, log analysis, and automation. These scripts serve as building blocks for security operations and penetration testing environments. Prerequisites Required Environment Linux/Unix system (bash shell) Appropriate permissions for tasks Required utilities installed (rsync, openssl, etc.) Required Knowledge Basic bash scripti...
|
230 |
| 15536 | website-copy-specialist | ncklrs/startup-os-skills |
Expert website copywriter specializing in SaaS and B2B website pages — from homepage messaging to conversion-focused CTAs across every page type. Philosophy Great website copy does four things: - Answers "What is this?" — Visitors decide in 3-5 seconds if they're in the right place - Creates a clear path — Every page guides toward one primary action - Speaks to the visitor — "You" language, not "we" language - Reduces friction — Anticipates objections and addresses them proactively How ...
|
230 |
| 15537 | osint | danielmiessler/personal_ai_infrastructure |
Open Source Intelligence gathering for authorized investigations. Workflow Routing | People lookup | `Workflows/PeopleLookup.md` | `PeopleTools.md` | Company lookup | `Workflows/CompanyLookup.md` | `CompanyTools.md` | Investment due diligence | `Workflows/CompanyDueDiligence.md` | `CompanyTools.md` | Entity/threat intel | `Workflows/EntityLookup.md` | `EntityTools.md` Trigger Patterns People OSINT: - "do OSINT on [person]", "research [person]", "background check on [person]...
|
230 |
| 15538 | leetcode-teacher | jamesrochabrun/skills |
LeetCode Teacher An interactive technical interview preparation teacher that generates engaging coding playgrounds with real-world product challenges, pattern recognition training, and multi-language support. What This Skill Does Transforms technical interview prep into interactive, practical experiences: Interactive Code Playgrounds - Browser-based coding environments with instant feedback Multi-Language Support - Python, TypeScript, Kotlin, Swift Real Product Challenges - Practical scenari...
|
230 |
| 15539 | xml-to-compose-migration | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
230 |
| 15540 | adaptation-synthesis | jwynia/agent-skills |
Adaptation Synthesis: Function-First Creative Translation You help synthesize new works from extracted functional DNA documents. Your role is to map extracted functions to new forms that serve those functions in a different context—without falling into surface-level translation traps. Core Principle Successful adaptation serves the original functions through new forms. Failed adaptation copies surface elements while losing what made them work. The orthogonality principle from cliche-transcen...
|
230 |
| 15541 | react-three-fiber | anthemflynn/ccmp |
React Three Fiber Overview React Three Fiber (R3F) is a React renderer for Three.js that brings declarative, component-based 3D development to React applications. Instead of imperatively creating and managing Three.js objects, you build 3D scenes using JSX components that map directly to Three.js objects. When to Use This Skill : Building 3D experiences within React applications Creating interactive product configurators or showcases Developing 3D portfolios, galleries, or storytelling experienc...
|
229 |
| 15542 | git-clean-gone-branches | everyinc/compound-engineering-plugin |
Clean Gone Branches Delete local branches whose remote tracking branch has been deleted, including any associated worktrees. Workflow Step 1: Discover gone branches Run the discovery script to fetch the latest remote state and identify gone branches: bash scripts/clean-gone scripts/clean-gone The script runs git fetch --prune first, then parses git branch -vv for branches marked : gone] . If the script outputs __NONE__ , report that no stale branches were found and stop. Step 2: Present branches...
|
229 |
| 15543 | eve-manifest-authoring | incept5/eve-skillpacks |
Eve Manifest Authoring Keep the manifest as the single source of truth for build and deploy behavior. Minimal skeleton (v2) schema : eve/compose/v2 project : my - project registry : "eve" Use managed registry by default for Eve apps services : api : build : context : ./apps/api Build context directory dockerfile : Dockerfile Optional, defaults to context/Dockerfile image omitted by default; when build is present, Eve derives image name from service key ports : [ 3000 ] environment : NODE_ENV...
|
229 |
| 15544 | eve-bootstrap | incept5/eve-skillpacks |
Eve Bootstrap One skill that handles everything from zero to a working Eve project. It detects whether you're already authenticated and adapts: Already authenticated → skips to project setup Not authenticated → creates profile, requests access, waits for admin approval, auto-logs in, then sets up project Step 1: Check CLI eve --version If this fails, install the CLI first: npm install -g @anthropic/eve-cli Step 2: Create Profile Check if a profile already exists: eve profile list If no staging p...
|
229 |
| 15545 | convex | mindrally/skills |
Convex Use this as the routing skill for Convex work in this repo. If a more specific Convex skill clearly matches the request, use that instead. Start Here If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first. Preferred: npx convex ai-files install This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following ...
|
229 |
| 15546 | prisma-development | mindrally/skills |
Prisma ORM Development You are an expert in Prisma ORM development with TypeScript. TypeScript Fundamentals Basic Principles Always declare explicit types for variables and functions Avoid using 'any' Leverage JSDoc for public APIs Maintain single exports per file Prioritize self-documenting code Naming Conventions PascalCase for classes/interfaces camelCase for variables and methods kebab-case for files/directories UPPERCASE for constants Verb-based boolean names (isLoading, hasError, canDele...
|
229 |
| 15547 | product-strategist | borghei/claude-skills |
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities Capability Description Tool OKR Cascade Generate aligned OKRs from company to team level okr_cascade_generator.py Alignment Scoring Measure vertical and horizontal alignment Built into generator Strategy Templates 5 pre-built strategy types Growth, Retention, Revenue, Innovation, Operational Team Configuration Customize for your org structure --teams flag Quick St...
|
229 |
| 15548 | excel-report-generator | wwwzhouhui/skills_collection |
Excel Report Generator 自动化 Excel 报表生成工具,支持从多种数据源生成专业的 Excel 报告。 功能概述 这个 Skill 可以帮助你: 📊 从 CSV、数据库或 Python 数据结构生成 Excel 报表 📈 创建包含图表、格式化和公式的数据分析报告 📋 基于模板填充数据生成业务报告 💾 将系统数据批量导出为格式化的 Excel 文件 🎨 应用专业的样式、颜色和条件格式 核心技术栈 pandas: 数据处理和分析 openpyxl: Excel 文件读写和格式化 xlsxwriter: 高级图表和格式支持(可选) 使用场景 1. 数据分析报表 从原始数据生成包含统计分析、透视表和可视化图表的综合报告。 示例请求: "帮我从这个 CSV 生成销售分析报表" "创建一个包含月度趋势图的数据分析 Excel" "生成带有统计汇总的财务报表" 2. 业务报告 定期生成标准化的业务报告,如销售报告、KPI 仪表板等。 示例请求: "生成本月的销售业绩报告" "创建 KPI 跟踪报表" "导出季度业务总结 Excel" 3. 数据导出 将数...
|
229 |
| 15549 | bdpan-storage | baidu-netdisk/bdpan-storage |
百度网盘存储 Skill 百度网盘文件管理工具,支持上传、下载、转存、分享、列表查询。所有操作限制在 /apps/bdpan/ 目录内。 适配产品: OpenClaw, Claude Code, DuClaw, KimiClaw, Manus 等。 内测阶段,使用注意事项详见 reference/notes.md 触发规则 同时满足以下两个条件才执行: 用户明确提及百度网盘 ——消息中包含 "百度网盘"、"bdpan"、"网盘" 等关键词 操作意图明确 ——能确定是以下操作之一:上传、下载、转存、分享、列表查看、登录、注销 不满足时,不执行任何 bdpan 命令。 前置检查 每次 Skill 被触发时, 按顺序 执行以下检查: 自动更新检查 (每次触发时静默执行) Skill 更新: bash @skills/bdpan-storage/scripts/update.sh --yes CLI 更新: bdpan update 更新过程中的输出直接展示给用户,无需额外确认 如果更新失败,不阻塞后续操作,继续执行用户请求的任务 bdpan whoami 检查登录状态,未登录则引导执行 ba...
|
228 |
| 15550 | jarvis-mission-control | asif2bd/jarvis-mission-control-openclaw |
JARVIS Mission Control Built by MissionDeck.ai · GitHub · Live Demo Security notice: Instruction-only skill. All commands reference open-source code on GitHub. Security-audited with 0 HIGH / 0 CRITICAL findings. See SECURITY.md . v2.0.7 — Free, open-source multi-agent coordination hub for OpenClaw. Fork the repo → start the server → your team of AI agents and humans has a shared Kanban board, real-time chat, and full task history in minutes. Option Setup Time Link 👁️ Demo 0 min missiondeck.ai/mi...
|
228 |