Claude Code Skills · page 9
Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.
- add-deltachat29.8k
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
nanocoai/nanoclawInstall - add-discord29.8k
Add Discord bot channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-emacs29.8k
Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Local HTTP bridge — no bot token or external service needed.
nanocoai/nanoclawInstall - add-gcal-tool29.8k
Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever reach the container; OneCLI injects real tokens at request time.
nanocoai/nanoclawInstall - add-gchat29.8k
Add Google Chat channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-github29.8k
Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
nanocoai/nanoclawInstall - add-gmail-tool29.8k
Add Gmail as an MCP tool (read, search, send, label, draft) using OneCLI-managed OAuth. The agent gets Gmail tools in every enabled group; OneCLI injects real tokens at request time so no raw credentials are ever in the container or on disk in usable form.
nanocoai/nanoclawInstall - add-imessage29.8k
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
nanocoai/nanoclawInstall Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".
nanocoai/nanoclawInstall- add-linear29.8k
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
nanocoai/nanoclawInstall - add-macos-statusbar29.8k
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.
nanocoai/nanoclawInstall - add-matrix29.8k
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
nanocoai/nanoclawInstall - add-mnemon29.8k
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
nanocoai/nanoclawInstall - add-ollama-provider29.8k
Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with open-weight models. See docs/ollama.md for background.
nanocoai/nanoclawInstall - add-ollama-tool29.8k
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
nanocoai/nanoclawInstall - add-opencode29.8k
Use OpenCode as an agent provider (AGENT_PROVIDER=opencode). OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per-session and per-group via agent_provider; host passes OPENCODE_* and XDG mount when spawning containers.
nanocoai/nanoclawInstall - add-resend29.8k
Add Resend (email) channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-rtk29.8k
Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.).
nanocoai/nanoclawInstall - add-signal29.8k
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.
nanocoai/nanoclawInstall - add-slack29.8k
Add Slack channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-teams29.8k
Add Microsoft Teams channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-telegram29.8k
Add Telegram channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-vercel29.8k
Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.
nanocoai/nanoclawInstall - vercel-cli29.8k
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
nanocoai/nanoclawInstall - add-webex29.8k
Add Webex channel integration via Chat SDK.
nanocoai/nanoclawInstall - add-wechat29.8k
Add WeChat (personal) channel integration via Tencent's official iLink Bot API. Uses long-polling and QR scan — no webhook, no ToS risk, no paid token.
nanocoai/nanoclawInstall - add-whatsapp-cloud29.8k
Add WhatsApp Business Cloud API channel via Chat SDK. Official Meta API.
nanocoai/nanoclawInstall - add-whatsapp29.8k
Add WhatsApp channel via native Baileys adapter. Direct connection — no Chat SDK bridge. Uses QR code or pairing code for authentication.
nanocoai/nanoclawInstall - customize29.8k
Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.
nanocoai/nanoclawInstall - debug29.8k
Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, session DBs, mounts, and common issues.
nanocoai/nanoclawInstall - get-qodo-rules29.8k
Loads org- and repo-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.
nanocoai/nanoclawInstall - init-first-agent29.8k
Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running.
nanocoai/nanoclawInstall - init-onecli29.8k
Install and initialize OneCLI Agent Vault. Migrates existing .env credentials to the vault. Use after /update-nanoclaw brings in OneCLI as a breaking change, or for first-time OneCLI setup.
nanocoai/nanoclawInstall - manage-channels29.8k
Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.
nanocoai/nanoclawInstall - manage-mounts29.8k
Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts".
nanocoai/nanoclawInstall Migrate from OpenClaw to NanoClaw v2. Detects an existing OpenClaw installation, extracts identity, channel credentials, scheduled tasks, and other config, then guides interactive migration. Triggers on "migrate from openclaw", "openclaw migration", "import from openclaw".
nanocoai/nanoclawInstall- migrate-from-v129.8k
Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, cleans up CLAUDE.local.md files, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration".
nanocoai/nanoclawInstall - migrate-nanoclaw29.8k
Extracts user customizations from a fork, generates a replayable migration guide, and upgrades to upstream by reapplying customizations on a clean base. Replaces merge-based upgrades with intent-based migration.
nanocoai/nanoclawInstall - qodo-pr-resolver29.8k
Review and resolve PR issues with Qodo - get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps)
nanocoai/nanoclawInstall - setup29.8k
Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup. Triggers on "setup", "install", "configure nanoclaw", or first-time setup requests.
nanocoai/nanoclawInstall - update-nanoclaw29.8k
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
nanocoai/nanoclawInstall - update-skills29.8k
Re-apply your installed skills to pull their latest code from upstream.
nanocoai/nanoclawInstall Opt out of the OneCLI gateway and supply Anthropic credentials from .env instead. For users who want simple .env-based credential management without the OneCLI agent vault. Reads the API key or OAuth token from .env and injects it into the container's API requests.
nanocoai/nanoclawInstall- agent-browser29.8k
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.
nanocoai/nanoclawInstall - frontend-engineer29.8k
Pro frontend engineering discipline. Enforces build-test-verify workflow for every web project. Never declare done until the site is built, tested, responsive, accessible, and visually verified in a real browser. Use alongside vercel-cli for production-quality deployments.
nanocoai/nanoclawInstall - onecli-gateway29.8k
>-
nanocoai/nanoclawInstall - self-customize29.8k
Customize your own agent — add capabilities, install packages, add MCP servers, edit code or CLAUDE.md. Use when the user asks you to add a feature, install a tool, or modify how you work. For non-trivial code changes, delegate to a builder agent via create_agent.
nanocoai/nanoclawInstall - slack-formatting29.8k
Format messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack_" or JID contains slack identifiers).
nanocoai/nanoclawInstall - welcome29.8k
Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.
nanocoai/nanoclawInstall - whatsapp-formatting29.8k
Format messages for WhatsApp, including mentions that render as real WhatsApp tags. Use when responding in a WhatsApp conversation (platform_id / chatJid ends with @s.whatsapp.net or @g.us).
nanocoai/nanoclawInstall - add-hosted-key28.8k
Add hosted API key support to a tool so Sim provides the key when users don't bring their own. Use when adding hosted keys, BYOK support, hideWhenHosted, or hosted key pricing to a tool or block.
simstudioai/simInstall - memory-load-check28.8k
Review PRs and diffs for unbounded memory loading, concurrency explosions, oversized payload materialization, and missing pagination or byte caps. Use when reviewing cleanup jobs, background jobs, data imports/exports, file parsing, API fan-out, workflow execution payloads, large arrays/files, or any change that reads many rows, files, responses, logs, or external API pages into process memory.
simstudioai/simInstall - sim-helm28.8k
Install, upgrade, and operate the Sim Helm chart on Kubernetes. Covers install path selection (inline / existingSecret / External Secrets Operator), required secret generation, the values.yaml mental model (env vs envDefaults vs Secret), and common failure triage. Invoke when a user asks about deploying Sim to a cluster, authoring a Sim values.yaml, debugging a Sim pod that won't start, upgrading a Sim release, or wiring Sim into a secret manager.
simstudioai/simInstall - bug-fixing-guide28.7kComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- ComposioHQ/composioInstall
- building-agents28.7kComposioHQ/composioInstall
Validate a Composio CLI beta release and promote it to a stable release by dispatching the CLI binary workflow with an existing beta tag.
ComposioHQ/composioInstall- create-cli-e2e28.7k
Write end-to-end tests for CLI commands using the Docker-based test framework in ts/e2e-tests/cli/.
ComposioHQ/composioInstall - create-cli28.7k
CLI design guidelines — arguments, flags, subcommands, help, output, errors, interactivity, config precedence. Apply when designing new commands or reviewing CLI UX.
ComposioHQ/composioInstall - ComposioHQ/composioInstall
Implement new CLI commands in ts/packages/cli/ using Effect.ts patterns, service wiring, and @effect/cli declarations.
ComposioHQ/composioInstall- ComposioHQ/composioInstall
- cli-release28.7k
Release the CLI — diff features since last release, run /full-cli-test on them, and create a changeset PR with patch bump and test results.
ComposioHQ/composioInstall Trigger a CI binary build via workflow dispatch, monitor it, download the artifact, and test the CLI binary locally.
ComposioHQ/composioInstall- prompt-optimize28.4k
Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.
labring/FastGPTInstall 当用户需要弃用一个工作流节点(保留向后兼容、隐藏出模板面板)时触发该 skill。FastGPT 工作流节点的弃用流程标准化封装,覆盖模板、Dispatcher、UI 引用等所有需要改动的位置。
labring/FastGPTInstall- doc-i18n28.4k
将 FastGPT 文档从中文翻译为面向北美用户的英文。当用户提到翻译文档、i18n、国际化、translate docs、新增/修改了中文文档需要同步英文版时,使用此 skill。也适用于用户要求检查文档翻译缺失、批量翻译、或对比中英文文档差异的场景。
labring/FastGPTInstall - add-permission28.4k
为 FastGPT 新资源接入权限管理。当用户需要为新资源(如 AgentSkill、Plugin 等)添加权限支持时触发。
labring/FastGPTInstall - api-development28.4k
FastGPT API 开发规范。重点强调使用 zod schema 定义入参和出参,在 API 文档中声明路由信息,编写对应的 OpenAPI 文档,以及在 API 路由中使用 schema.parse 进行验证。
labring/FastGPTInstall - pr-review28.4k
仅当用户明确手动指定使用 pr-review skill 时触发;不要因为用户传入 PR 链接、要求 review 或要求代码审查而自动触发。
labring/FastGPTInstall - test-case28.4k
当用户需要编写一个单元测试时,触发该 skill,编写单元测试。
labring/FastGPTInstall - pr-change-analysis28.4k
手动触发的 FastGPT PR 或本地分支变更梳理技能。仅当用户显式调用 $pr-change-analysis 时使用;用于 reviewer 分析一个 GitHub PR 或当前本地分支相对 upstream/main 的需求变更、影响范围、代码质量与代码风格,不用于自动审查触发。
labring/FastGPTInstall - architecture28.2k
|
iOfficeAI/AionUiInstall - bump-version28.2k
Use when bumping the AionUi version: query AionCore release, verify artifacts, update package.json, generate CHANGELOG, branch, commit, push, create PR, auto-merge, tag release.
iOfficeAI/AionUiInstall - fix-issues28.2k
|
iOfficeAI/AionUiInstall - fix-sentry28.2k
|
iOfficeAI/AionUiInstall - i18n28.2k
|
iOfficeAI/AionUiInstall - oss-pr28.2k
Use when creating a pull request, after committing changes, or when user invokes /oss-pr. Covers branch management, quality checks, commit, push, and PR creation.
iOfficeAI/AionUiInstall - pr-automation28.2k
|
iOfficeAI/AionUiInstall - pr-fix28.2k
|
iOfficeAI/AionUiInstall - pr-review28.2k
|
iOfficeAI/AionUiInstall - pr-ship28.2k
|
iOfficeAI/AionUiInstall - pr-verify28.2k
|
iOfficeAI/AionUiInstall - testing28.2k
|
iOfficeAI/AionUiInstall - skills28.2kiOfficeAI/AionUiInstall
- adaptyv28.1k
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
- aeon28.1k
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
- anndata28.1k
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
- arboreto28.1k
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.
- astropy28.1k
Core Python library for astronomy and astrophysics workflows that need Astropy APIs, including units/quantities, coordinates, FITS I/O, tables, time systems, WCS, and cosmology. Use when implementing or debugging astronomical data analysis code with Astropy.