所有 Skills

找到 3865 个 Skills

Skills 列表

self-improving-agent

self-improving-agent

69research-knowledge

A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.

zhaono1 avatarzhaono1
获取
bump-release

bump-release

68testing-qa

Cut a release: bump versions, write changelogs, commit, tag.

paulrberg avatarpaulrberg
获取
bump-deps

bump-deps

68testing-qa

Use for dependency updates: bump npm/pnpm/yarn/bun packages, check outdated, or run taze.

paulrberg avatarpaulrberg
获取
claude-hud-statusline

claude-hud-statusline

67agent-workflows

一个 Claude Code 插件,在终端状态行中实时显示上下文使用情况、活跃工具、运行中的代理和待办事项进度的 HUD。

aradotso avatararadotso
获取
openclaw-control-center

openclaw-control-center

66research-knowledge

本地优先、安全优先的 OpenClaw 智能体控制中心——提供只读默认、令牌归属、协作追踪和安全写入操作的可见性仪表盘。

aradotso avatararadotso
获取
inkos-multi-agent-novel-writing

inkos-multi-agent-novel-writing

66writing-content

Multi-agent CLI system for autonomous novel writing, auditing, and revision with human review gates

aradotso avatararadotso
获取
openclaw-secure-linux-cloud

openclaw-secure-linux-cloud

65security

当您在云服务器上自托管 OpenClaw、加固远程 OpenClaw 网关、选择 SSH 隧道、Tailscale 或反向代理暴露方式,或审查 Podman、配对、沙箱、令牌认证和工具权限默认设置以确保安全个人部署时使用。

xixu-me avatarxixu-me
获取
opensource-guide-coach

opensource-guide-coach

65security

Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or open source project adoption.

xixu-me avatarxixu-me
获取
github-actions-docs

github-actions-docs

65devops-cloud

Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner Controller, especially when they need official GitHub documentation, exact links, or docs-grounded YAML guidance.

xixu-me avatarxixu-me
获取
skills-cli

skills-cli

65devops-cloud

当用户要求发现、安装、列出、检查、更新、移除、备份、恢复、同步或初始化Agent技能,提及`bunx skills`、`npx skills`、`skills.sh`或`skills-lock.json`,询问“找一个做X的技能”,或希望扩展代理能力时使用。

xixu-me avatarxixu-me
获取
use-my-browser

use-my-browser

65productivity

当任务依赖于用户的实时浏览器会话或可见渲染状态(而非静态获取)时使用,尤其适用于浏览器调试上下文、DevTools选中的元素或请求、已登录的仪表盘或CMS流程、localhost应用、表单、上传、下载、媒体检查、DOM或iframe检查、Shadow DOM,或表现为软404、认证墙、反爬虫检查或速率限制的浏览器故障。

xixu-me avatarxixu-me
获取
secure-linux-web-hosting

secure-linux-web-hosting

65devops-cloud

在设置、加固或审查用于自托管的云服务器时使用,包括DNS、SSH、防火墙、Nginx、静态站点托管、应用反向代理、使用Let's Encrypt或ACME客户端的HTTPS、安全的HTTP到HTTPS重定向,或可选的启动后网络调优(如BBR)。

xixu-me avatarxixu-me
获取
running-claude-code-via-litellm-copilot

running-claude-code-via-litellm-copilot

65security

当需要通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot、减少直接 Anthropic 开销、配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或排查 Copilot 代理设置失败(如模型未找到、无本地流量、GitHub 401/403 认证错误)时使用。

xixu-me avatarxixu-me
获取
readme-i18n

readme-i18n

65research-knowledge

Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.

xixu-me avatarxixu-me
获取
xdrop

xdrop

65mcp-integrations

当用户希望通过终端向Xdrop服务器发送或获取文件、要求自动化加密的Xdrop共享链接工作流、提供Xdrop `/t/:transferId#k=...` 链接以本地下载并解密、或需要Xdrop CLI标志(如 `--quiet`、`--json`、`--expires-in`、`--output` 或 `--api-url`)时使用此技能,即使他们未明确提及技能名称。

xixu-me avatarxixu-me
获取
tzst

tzst

65productivity

当用户需要创建、提取、展平、列出、测试、安装、编写脚本或排查 `.tzst` 或 `.tar.zst` 归档文件的 `tzst` CLI 工作流时使用,包括压缩级别、流模式、提取过滤器、冲突解决、JSON 输出或独立二进制设置,即使他们描述归档任务时未提及 `tzst`。

xixu-me avatarxixu-me
获取
develop-userscripts

develop-userscripts

65productivity

用于构建、调试、打包或发布 Tampermonkey 或 ScriptCat 的浏览器用户脚本,包括 GM API、元数据块、权限问题、@match/@grant/@connect 设置、ScriptCat 后台或定时脚本、UserConfig 块或订阅工作流。

xixu-me avatarxixu-me
获取
feature-sliced-design

feature-sliced-design

65frontend

官方 Feature-Sliced Design (FSD) v2.1 技能,用于将方法论应用于前端项目。当任务涉及使用 FSD 层组织项目结构、决定代码归属、放置静态资源(图片、图标、字体、PDF)、分组紧密相关的切片、定义公共 API 和导入边界、解决交叉导入或评估 @x 模式、决定是否创建或移除实体、评估是否需要 entities 层、决定逻辑应保持本地还是提取、从 FSD v2.0 或非 FSD 代码库迁移、将 FSD 与框架(Next.js App Router 和 Pages Router、Nuxt、Vite、Astro)集成,或在 FSD 内实现常见模式(如认证、API 处理、Redux 和 TanStack Query(React Query))时使用。

feature-sliced avatarfeature-sliced
获取
skill-vetter

skill-vetter

64security

面向OpenClaw技能的安全优先审查工具。在从ClawHub、GitHub或其他来源安装任何技能前使用。

useai-pro avataruseai-pro
获取
clerk-cli

clerk-cli

63backend-api

Operate the Clerk CLI (`clerk` binary) for authentication, user/org/session management, impersonation, local webhook testing, deploy verification, instance config, env keys, feature toggles, and any Clerk Backend, Platform, or Frontend API call. Use when the user mentions Clerk management tasks, "list clerk users", "impersonate a user", "test webhooks locally", "enable orgs", "enable billing", "clerk env pull", "clerk doctor", "clerk deploy", "clerk api", or any ad-hoc Clerk API request. Prefer the CLI over raw HTTP: it handles auth, key resolution, app/instance targeting, and formatting automatically.

clerk avatarclerk
获取
clerk-swift

clerk-swift

63security

Implement Clerk authentication for native Swift and iOS apps using ClerkKit

clerk avatarclerk
获取
clerk-android

clerk-android

63security

使用 Kotlin 和 Jetpack Compose 为原生 Android 应用实现 Clerk 身份验证,遵循 clerk-android 源码引导模式。可用于预构建的 AuthView/UserButton 或自定义 API 驱动的认证流程。不适用于 Expo 或 React Native 项目。

clerk avatarclerk
获取
extract-design-system

extract-design-system

62frontend

从公共网站提取设计基础元素,并为你的项目生成初始令牌文件。

arvindrk avatararvindrk
获取
react-vite-best-practices

react-vite-best-practices

62code-generation

React and Vite performance optimization guidelines. Use when writing, reviewing, or optimizing React components built with Vite. Triggers on tasks involving Vite configuration, build optimization, code splitting, lazy loading, HMR, bundle size, or React performance.

asyrafhussin avatarasyrafhussin
获取
想按分类查看?试试 /category/writing-content.