███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2701 | server-management | sickn33/antigravity-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
344 |
| 2702 | bankr | bankrbot/openclaw-skills |
Bankr Execute crypto trading and DeFi operations using natural language through Bankr's AI agent API. Quick Start First-Time Setup There are two ways to get started: Option A: User provides an existing API key If the user already has a Bankr API key, they can provide it directly: mkdir -p ~/.clawdbot/skills/bankr cat > ~/.clawdbot/skills/bankr/config.json << 'EOF' { "apiKey": "bk_YOUR_KEY_HERE", "apiUrl": "https://api.bankr.bot" } EOF API keys can be created and managed at bankr.bot/api . The ke...
|
344 |
| 2703 | react-native-animations | pluginagentmarketplace/custom-plugin-react-native |
React Native Animations Skill Learn high-performance animations using Reanimated 3, Gesture Handler, and layout animations. Prerequisites React Native basics Understanding of JavaScript closures Familiarity with transforms and styles Learning Objectives After completing this skill, you will be able to: Create smooth 60fps animations with Reanimated Handle complex gestures with Gesture Handler Implement layout entering/exiting animations Optimize animations for performance Combine gestur...
|
344 |
| 2704 | epic-breakdown-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers through breaking down epics into user stories using Richard Lawrence's complete Humanizing Work methodology—a systematic, flowchart-driven approach that applies 9 splitting patterns sequentially. Use this to identify which pattern applies, split while preserving user value, and evaluate splits based on what they reveal about low-value work you can eliminate. This ensures vertical slicing (end-to-end value) rather than horizontal slicing (technical layers). This is ...
|
344 |
| 2705 | unit-test-service-layer | giuseppe-trisciuoglio/developer-kit |
Unit Testing Service Layer with Mockito Overview This skill provides patterns for unit testing @Service classes using Mockito. It covers mocking all injected dependencies, verifying business logic, testing complex workflows, argument capturing, verification patterns, and testing async/reactive services without starting the Spring container. When to Use Use this skill when: Testing business logic in @Service classes Mocking repository and external client dependencies Verifying service interaction...
|
344 |
| 2706 | biome | bobmatnyc/claude-mpm-skills |
Biome - Fast All-in-One Toolchain Overview Biome is a fast, all-in-one toolchain for web projects written in Rust. It replaces both ESLint and Prettier with a single tool that's 100x faster and provides zero-config defaults. Key Features: Single tool for linting and formatting 100x faster than ESLint Zero configuration by default Built-in import sorting TypeScript-first design Partial Prettier compatibility Native monorepo support VS Code integration Installation: npm install --save-dev @bi...
|
344 |
| 2707 | cloudflare-queues | jezweb/claude-skills |
Cloudflare Queues Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Pull consumers increased limits (5,000 msg/s per queue, up from 1,200 requests/5min) March 2025: Pause & Purge APIs (wrangler queues pause-delivery, queues purge) 2025: Customizable retention (60s to 14 days, previously fixed at 4 days) 2025: Increased queue limi...
|
344 |
| 2708 | cloudflare-workers-ai | jezweb/claude-skills |
Cloudflare Workers AI Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025): April 2025 - Performance: Llama 3.3 70B 2-4x faster (speculative decoding, prefix caching), BGE embeddings 2x faster April 2025 - Breaking Changes: max_tokens now correctly defaults to 256 (was not respected), BGE pooling parameter (cls NOT bac...
|
343 |
| 2709 | differential-fuzzer | tursodatabase/turso |
Always load [Debugging skill for reference](https://github.com/tursodatabase/turso/blob/main/.claude/skills/differential-fuzzer/../debugging/) The differential fuzzer compares Turso results against SQLite for generated SQL statements to find correctness bugs. Location `testing/differential-oracle/fuzzer/` Running the Fuzzer Single Run ``` Basic run (100 statements, random seed) cargo run --bin differential_fuzzer With specific seed for reproducibility cargo run --bin differential_fuz...
|
343 |
| 2710 | spring-boot-resilience4j | giuseppe-trisciuoglio/developer-kit |
Spring Boot Resilience4j Patterns Overview Resilience4j is a lightweight fault tolerance library designed for Java 8+ and functional programming. It provides patterns for handling failures in distributed systems including circuit breakers, rate limiters, retry mechanisms, bulkheads, and time limiters. This skill demonstrates how to integrate Resilience4j with Spring Boot 3.x to build resilient microservices that can gracefully handle external service failures and prevent cascading failures acros...
|
343 |
| 2711 | problem-framing-canvas | deanpeters/product-manager-skills |
Purpose Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement and "How Might We" question). Use this to ensure you're solving the right problem before jumping to solutions—avoiding confirmation bias, overlooked stakeholders, and solut...
|
343 |
| 2712 | contract-review | anthropics/knowledge-work-plugins |
Contract Review Skill You are a contract review assistant for an in-house legal team. You analyze contracts against the organization's negotiation playbook, identify deviations, classify their severity, and generate actionable redline suggestions. Important : You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon. Playbook-Based Review Methodology Loading the Playbook Before reviewing any contract...
|
343 |
| 2713 | prompt-engineering | davila7/claude-code-templates |
Prompt Engineering Patterns Advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability. Core Capabilities 1. Few-Shot Learning Teach the model by showing examples instead of explaining rules. Include 2-5 input-output pairs that demonstrate the desired behavior. Use when you need consistent formatting, specific reasoning patterns, or handling of edge cases. More examples improve accuracy but consume tokens—balance based on task complexity. Example: Extrac...
|
343 |
| 2714 | rust-skills | leonardomso/rust-skills |
Rust Best Practices Comprehensive guide for writing high-quality, idiomatic, and highly optimized Rust code. Contains 179 rules across 14 categories, prioritized by impact to guide LLMs in code generation and refactoring. When to Apply Reference these guidelines when: Writing new Rust functions, structs, or modules Implementing error handling or async code Designing public APIs for libraries Reviewing code for ownership/borrowing issues Optimizing memory usage or reducing allocations Tuning ...
|
343 |
| 2715 | github-triage | code-yeongyu/oh-my-opencode |
GitHub Triage - Read-Only Analyzer Architecture 1 ISSUE/PR = 1 task_create = 1 quick SUBAGENT (background). NO EXCEPTIONS. Rule Value Category quick Execution run_in_background=true Parallelism ALL items simultaneously Tracking task_create per item Output /tmp/{YYYYMMDD-HHmmss}/issue-{N}.md or pr-{N}.md Zero-Action Policy (ABSOLUTE) <zero_action> Subagents MUST NEVER run ANY command that writes or mutates GitHub state. FORBIDDEN (non-exhaustive): gh issue comment , gh issue close , gh issue edit...
|
342 |
| 2716 | uniapp-project | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Use any uni-app built-in component or uni-ui component Use any uni-app API (network, storage, device, UI, navigation, media, etc.) Access per-component or per-API examples with official doc links Check platform compatibility for components and APIs Build cross-platform uni-app applications with official patterns How to use this skill This skill is organized to match the official uni-app components and API documentation: Choose...
|
342 |
| 2717 | clawsec-suite | prompt-security/clawsec |
ClawSec Suite This means clawsec-suite can: monitor the ClawSec advisory feed, track which advisories are new since last check, cross-reference advisories against locally installed skills, recommend removal for malicious-skill advisories and require explicit user approval first, and still act as the setup/management entrypoint for other ClawSec protections. Included vs Optional Protections Built into clawsec-suite Embedded feed seed file: advisories/feed.json Portable heartbeat workflow in HEART...
|
342 |
| 2718 | new-user | medusajs/medusa-agent-skills |
Create Admin User Create a new admin user in Medusa with the specified email and password. The user will provide two arguments: First argument: email address Second argument: password For example: /medusa-dev:user admin@test.com supersecret Use the Bash tool to execute the command npx medusa user -e <email> -p <password> , replacing <email> with the first argument and <password> with the second argument. Report the results to the user, including: Confirmation that the admin user was created succ...
|
342 |
| 2719 | json-render-core | vercel-labs/json-render |
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
|
342 |
| 2720 | toutiao-publisher | guanyang/super-publisher |
Toutiao Publisher Skill Manage Toutiao (Today's Headlines) account, maintain persistent login session, and publish articles. When to Use This Skill Trigger when user: Asks to publish to Toutiao/Today's Headlines Wants to manage Toutiao login Mentions "toutiao" or "头条号" Core Workflow Step 1: Authentication (One-Time Setup) The skill requires a one-time login. The session is persisted for subsequent uses. Browser will open for manual login (scan QR code) python scripts/run.py auth_manager.p...
|
342 |
| 2721 | aceternity-ui | secondsky/claude-skills |
Aceternity UI is a premium, production-ready React component library designed for Next.js applications. It provides 100+ beautifully animated and interactive components built with Tailwind CSS and Framer Motion. Components are installed via the shadcn CLI and can be customized directly in your codebase. Key Features: - 100+ animated, production-ready components - Built for Next.js 13+ with App Router support - Full TypeScript support - Tailwind CSS v3+ styling - Framer Motion animations -...
|
341 |
| 2722 | code-review | anthropics/knowledge-work-plugins |
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...
|
341 |
| 2723 | ai-pdf-filler-cli | askyourpdf/ai-pdf-filler |
AI PDF Filler CLI Execute PDF autofill workflows using the installed simplicity-cli command. Prefer direct command execution over manual API calls when this skill applies. Core Workflow Confirm simplicity-cli is installed by running simplicity-cli --help . If missing, install the CLI: Preferred: uv tool install ai-pdf-filler Fallback: python3 -m pip install ai-pdf-filler Re-check with simplicity-cli --help . Ensure authentication is available (create an account and get API key at https://simplic...
|
341 |
| 2724 | google-gemini-embeddings | jezweb/claude-skills |
Google Gemini Embeddings Complete production-ready guide for Google Gemini embeddings API This skill provides comprehensive coverage of the gemini-embedding-001 model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. Table of Contents Quick Start gemini-embedding-001 Model Basic Embeddings Batch Embeddings Task Types RAG Patterns Error Handlin...
|
341 |
| 2725 | shadcn | pproenca/dot-skills |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
341 |
| 2726 | vueuse-best-practices | hyf0/vue-skills |
Best practices and common gotchas for VueUse composables. When to Apply - Working with VueUse composables - Debugging VueUse SSR issues - Fixing type inference issues with VueUse Efficiency Rules Rules that help AI solve problems more effectively and consistently. | [ssr-compatibility](https://github.com/hyf0/vue-skills/blob/main/skills/vueuse-best-practices/rules/ssr-compatibility.md) | HIGH | Handle VueUse composables in SSR environments | [target-element-refs](https://github.com/...
|
341 |
| 2727 | brand-strategist | borghei/claude-skills |
Brand Strategist Expert-level brand strategy for market differentiation. Core Competencies Brand positioning Brand identity development Brand architecture Messaging frameworks Visual identity systems Brand governance Competitive differentiation Brand measurement Brand Strategy Framework Brand Pyramid ┌─────────────┐ │ PURPOSE │ Why we exist │ │ ┌───┴─────────────┴───┐ │ VALUES ...
|
341 |
| 2728 | aws-ami-builder | hashicorp/agent-skills |
Build Amazon Machine Images (AMIs) using Packer's `amazon-ebs` builder. Reference: [Amazon EBS Builder](https://developer.hashicorp.com/packer/integrations/hashicorp/amazon/latest/components/builder/ebs) Note: Building AMIs incurs AWS costs (EC2 instances, EBS storage, data transfer). Builds typically take 10-30 minutes depending on provisioning complexity. Basic AMI Template ``` packer { required_plugins { amazon = { source = "github.com/hashicorp/amazon" version = "~> 1...
|
341 |
| 2729 | posthog-analytics | alinaqi/claude-bootstrap |
PostHog Analytics Skill Load with: base.md + [framework].md For implementing product analytics with PostHog - event tracking, user identification, feature flags, and project-specific dashboards. Sources: PostHog Docs | Product Analytics | Feature Flags Philosophy Measure what matters, not everything. Analytics should answer specific questions: Are users getting value? (activation, retention) Where do users struggle? (funnels, drop-offs) What features drive engagement? (feature usage) Is t...
|
340 |
| 2730 | spring-boot-cache | giuseppe-trisciuoglio/developer-kit |
Spring Boot Cache Abstraction Overview Spring Boot ships with a cache abstraction that wraps expensive service calls behind annotation-driven caches. This abstraction supports multiple cache providers (ConcurrentMap, Caffeine, Redis, Ehcache, JCache) without changing business code. The skill provides a concise workflow for enabling caching, managing cache lifecycles, and validating behavior in Spring Boot 3.5+ services. When to Use Add @Cacheable , @CachePut , or @CacheEvict to Spring Boot servi...
|
340 |
| 2731 | spring-boot-dependency-injection | giuseppe-trisciuoglio/developer-kit |
Spring Boot Dependency Injection This skill captures the dependency injection approach promoted in this repository: constructor-first design, explicit optional collaborators, and deterministic configuration that keeps services testable and framework-agnostic. Overview Prioritize constructor injection to keep dependencies explicit, immutable, and mockable. Treat optional collaborators through guarded setters or providers while documenting defaults. Resolve bean ambiguity intentionally through qua...
|
340 |
| 2732 | draft-outreach | anthropics/knowledge-work-plugins |
Draft Outreach Research first, then draft. This skill never sends generic outreach - it always researches the prospect first to personalize the message. Works standalone with web search, supercharged when you connect your tools. Connectors (Optional) Connector What It Adds Enrichment Verified email, phone, background details CRM Prior relationship context, existing contacts Email Create draft directly in your inbox No connectors? Web research works great. I'll output the email text for you to co...
|
340 |
| 2733 | mvcc | tursodatabase/turso |
Multi-Version Concurrency Control. Work in progress, not production-ready. CRITICAL: Ignore MVCC when debugging unless the bug is MVCC-specific. Enabling MVCC ``` PRAGMA journal_mode = 'experimental_mvcc'; ``` Runtime configuration, not a compile-time feature flag. Per-database setting. How It Works Standard WAL: single version per page, readers see snapshot at read mark time. MVCC: multiple row versions, snapshot isolation. Each transaction sees consistent snapshot at begin time. Ke...
|
340 |
| 2734 | skill-from-github | gbsoss/skill-from-masters |
Skill from GitHub When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge. When to Use When users describe a task and you want to find existing tools/projects to learn from: "I want to be able to convert markdown to PDF" "Help me analyze sentiment in customer reviews" "I need to generate API documentation from code" Workflow Step 1: Understand User Intent Clarify what the user wan...
|
339 |
| 2735 | xiaohongshu-ops | xiangyu-cas/xiaohongshu-ops-skill |
Openclaw 小红书运营技能(通用版) 目标:构建可复用的“小红书运营”流程,让任何账号类型都能复用同一套动作框架。 适用范围(默认即通用流程) 账号定位与内容方向 选题产出与争议点挖掘 竞品/同类账号对标 小红书发布前演练与内容交付 发布后快速复盘(互动结构、评论回复、热点追踪) Viral Copy 链路(输入 URL,高贴合学习封面/配图、标题、正文并生成可发布近似结构笔记) 将每类账号的行业细节作为“案例模块(case module)”挂载到通用流程中。 常用术语 选题 :可发布、可讨论、可转发的内容切入点 引流钩子 :标题/开头一句用于触发停留与点击 结构化输出 :标题、正文、互动问句、话题、标签五元组 快照 :用于验证页面状态的关键证据快照 回放 :流程失败后重试或改道执行 0) 启动与环境校验(所有任务都遵循) 执行前先按 references/xhs-runtime-rules.md 中“运行规则”执行,优先遵循失败可复用顺序。 固定使用内置浏览器 profile: openclaw ,出现通道异常先切回后再重试。 以 evaluate 为先,关键节点少量 snap...
|
339 |
| 2736 | nextjs-performance | giuseppe-trisciuoglio/developer-kit |
Next.js Performance Optimization Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices. Overview This skill provides comprehensive guidance for optimizing Next.js applications. It covers Core Web Vitals optimization (LCP, INP, CLS), modern React patterns, Server Components, caching strategies, and bundle optimization techniques. Designed for developers already familiar with React/Next.js who want to implement production-grade optim...
|
339 |
| 2737 | android-design-guidelines | ehmo/platform-design-skills |
Android Platform Design Guidelines — Material Design 3 1. Material You & Theming [CRITICAL] 1.1 Dynamic Color Enable dynamic color derived from the user's wallpaper. Dynamic color is the default on Android 12+ and should be the primary theming strategy. // Compose: Dynamic color theme @Composable fun AppTheme ( darkTheme : Boolean = isSystemInDarkTheme ( ) , dynamicColor : Boolean = true , content : @Composable ( ) -> Unit ) { val colorScheme = when { dynamicColor && Build . VERSION . SDK_INT >=...
|
339 |
| 2738 | mastering-typescript | spillwavesolutions/mastering-typescript-skill |
Mastering Modern TypeScript Build enterprise-grade, type-safe applications with TypeScript 5.9+. Compatibility: TypeScript 5.9+, Node.js 22 LTS, Vite 7, NestJS 11, React 19 Quick Start Initialize TypeScript project with ESM pnpm create vite@latest my-app --template vanilla-ts cd my-app && pnpm install Configure strict TypeScript cat > tsconfig.json << 'EOF' { "compilerOptions": { "target": "ES2024", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "n...
|
339 |
| 2739 | stock-analysis | claude-office-skills/skills |
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
|
339 |
| 2740 | typescript-mcp | jezweb/claude-skills |
TypeScript MCP on Cloudflare Workers Last Updated: 2026-01-21 Versions: @modelcontextprotocol/sdk@1.25.3, hono@4.11.3, zod@4.3.5 Spec Version: 2025-11-25 Quick Start npm install @modelcontextprotocol/sdk@latest hono zod npm install -D @cloudflare/workers-types wrangler typescript Transport Recommendation: Use StreamableHTTPServerTransport for production. SSE transport is deprecated and maintained for backwards compatibility only. Streamable HTTP provides better error recovery, bidirectional ...
|
339 |
| 2741 | context-engineering-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers through diagnosing whether they're doing context stuffing (jamming volume without intent) or context engineering (shaping structure for attention). Use this to identify context boundaries, fix "Context Hoarding Disorder," and implement tactical practices like bounded domains, episodic retrieval, and the Research→Plan→Reset→Implement cycle. Key Distinction: Context stuffing assumes volume = quality ("paste the entire PRD"). Context engineering treats AI attention as...
|
339 |
| 2742 | prompt-library | sickn33/antigravity-awesome-skills |
📝 Prompt Library A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices. When to Use This Skill Use this skill when the user: Needs ready-to-use prompt templates Wants role-based prompts (act as X) Asks for prompt examples or inspiration Needs task-specific prompt patterns Wants to improve their prompting Prompt Categories 🎭 Role-Based Prompts Expert Developer Act as an expert software developer with 15+ years of experience. You s...
|
339 |
| 2743 | neon-postgres | sickn33/antigravity-awesome-skills |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
|
339 |
| 2744 | automation-workflows | jk-0001/skills |
Automation Workflows Overview As a solopreneur, your time is your most valuable asset. Automation lets you scale without hiring. The goal is simple: automate anything you do more than twice a week that doesn't require creative thinking. This playbook shows you how to identify automation opportunities, design workflows, and implement them without writing code. Step 1: Identify What to Automate Not every task should be automated. Start by finding the highest-value opportunities. Automation audit (...
|
338 |
| 2745 | roadmap-management | anthropics/knowledge-work-plugins |
Roadmap Management Skill You are an expert at product roadmap planning, prioritization, and communication. You help product managers build roadmaps that are strategic, realistic, and useful for decision-making. Roadmap Frameworks Now / Next / Later The simplest and often most effective roadmap format: Now (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building. Next (next 1-3 months): Planned work. Good confidence in what,...
|
338 |
| 2746 | memory-lancedb-pro | win4r/memory-lancedb-pro-skill |
memory-lancedb-pro Plugin Maintenance Guide Overview memory-lancedb-pro is an enhanced long-term memory plugin for OpenClaw . It replaces the built-in memory-lancedb plugin with advanced retrieval capabilities, multi-scope memory isolation, and a management CLI. Repository : https://github.com/win4r/memory-lancedb-pro License : MIT | Language : TypeScript (ESM) | Runtime : Node.js via OpenClaw Gateway Architecture ┌─────────────────────────────────────────────────────────┐ │ in...
|
338 |
| 2747 | proto-persona | deanpeters/product-manager-skills |
Purpose Create an initial, assumption-based persona profile that synthesizes available user research, market data, and stakeholder knowledge into a working hypothesis about your target user. Use this to align teams early in product development, guide initial design decisions, and identify gaps in understanding that require validation through research. This is not a validated persona—it's a "proto" (prototype) persona that evolves as you learn more. Think of it as a structured placeholder that pr...
|
338 |
| 2748 | skill-vetter | app-incubator-xyz/skill-vetter |
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...
|
338 |
| 2749 | healthcheck | steipete/clawdis |
OpenClaw Host Hardening Overview Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps. Core rules Recommend running this skill with a state-of-the-art model (e.g., Opus 4.5, GPT 5.2+). The agent should self-check the current model and suggest switching if below that level; do not block execution. Require explicit approv...
|
338 |
| 2750 | mapbox-web-integration-patterns | mapbox/mapbox-agent-skills |
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing via npm...
|
337 |