Skip to main content

这个仓库中的 skills

aibot88/sec_skill_store - 第 42 页

SkillsMP 已收集 aibot88/sec_skill_store 中的 2,449 个 Skill。打开任一 Skill 可查看来源和详情。

aibot88/sec_skill_store

已展示 40 / 2,449 个已收集 Skill。

职业分类
软件开发工程师
描述

Serverless GDS sessions on Neo4j Aura — covers GdsSessions, AuraAPICredentials, DbmsConnectionInfo, SessionMemory, get_or_create, remote graph projection, gds.graph.project.remote, gds.graph.construct, algorithm execution (mutate/stream/write), async job…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when programmatically creating, pausing, resuming, resizing, or deleting Neo4j Aura instances: Aura CLI (aura-cli), Aura REST API, or scripted provisioning in CI/CD pipelines. Also covers downloading credentials, listing tenants, and managing instance…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building a GraphQL API backed by Neo4j using the Neo4j GraphQL Library: type definitions, @relationship directive, @cypher directive for custom resolvers, @authorization for field-level security, auto-generated queries and mutations, OGM (Object…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building Spring Boot applications with Neo4j using Spring Data Neo4j (SDN): @Node entity mapping, @Relationship, Neo4jRepository, ReactiveNeo4jRepository, @Query annotations, application.yml configuration, projections, or Neo4j-OGM. Also covers…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Configuration de firewalls et règles de sécurité réseau pour iptables, pfSense, Azure NSG et AWS Security Groups. Se déclenche avec "firewall", "iptables", "pfSense", "NSG", "Security Group", "règles firewall", "ports"

原文语言:法语

更新
职业分类
网络与计算机系统管理员
描述

· Configure/troubleshoot Linux networking: DNS, proxies, VPNs, VLANs, nftables, routing. Triggers: 'dns', 'reverse proxy', 'vpn', 'wireguard', 'tailscale', 'vlan', 'nftables', 'mtr'. Not for OPNsense (use firewall-appliance).

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Analyse de trafic réseau avec Wireshark incluant capture, filtres, protocoles et diagnostic réseau. Se déclenche avec "Wireshark", "capture réseau", "analyse de trafic", "pcap", "packet capture", "tcpdump"

原文语言:法语

更新
职业分类
软件开发工程师
描述

Scaffold a new Fastify route in services/{reservations,users,agent} matching the house pattern — schema validation, auth, error envelope per ADR-002, SSE broadcast (if reservations), tests

原文语言:英语

更新
职业分类
软件开发工程师
描述

German-language news skill for the OpenClaw and AI agent ecosystem. Use when the user asks for current news, briefings, breaking alerts, or ClawNews.de archive search about OpenClaw, ClawHub, LLMs, AI agents, security, tools, open source, or community topics.…

原文语言:德语

更新
职业分类
软件开发工程师
描述

Use when writing a Next.js Server Action that accepts user-submitted form data, mutation parameters, or any client-originated input. Every Server Action is a public HTTP endpoint regardless of how it is called — validate with Zod and check authentication as…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Next.js 16+ complete stack with App Router, Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand. Use as the master reference combining all framework skills.

原文语言:英语

更新
职业分类
软件开发工程师
描述

트리거: "nginx 설정", "nginx config", "엔진엑스 설정", "리버스 프록시 설정", "ssl 설정" 수행: Nginx 리버스 프록시·SSL(Let's Encrypt) 설정 생성. 다중 서비스 서브도메인 라우팅 지원 출력: nginx.conf, 서비스별 server block 파일, docker-compose 통합 설정

原文语言:韩语

更新
职业分类
软件开发工程师
描述

Configuration Nginx — reverse proxy, SSL/TLS, load balancing, caching et security headers. Se déclenche avec "Nginx", "nginx.conf", "reverse proxy", "SSL Nginx", "load balancer Nginx".

原文语言:法语

更新
职业分类
软件开发工程师
描述

Nginx reverse proxy patterns for path-based routing, lazy DNS resolution, WebSocket/SSE proxying, OAuth2 auth_request, subpath stripping, and multi-server-block configuration for self-hosted infrastructure behind Cloudflare Tunnel.

原文语言:多语言混合

更新
职业分类
合规官员
描述

EU NIS2 Directive (Directive (EU) 2022/2555) compliance advisor for essential and important entities — entity classification, Art. 21 risk management measures, Art. 23 incident reporting timelines (24h/72h/1 month), Art. 20 governance obligations, supply…

原文语言:英语

更新
职业分类
合规官员
描述

NIST Cybersecurity Framework v2.0 expert. Reference-depth knowledge of the six Functions (Govern, Identify, Protect, Detect, Respond, Recover), Categories and Subcategories, Profiles (Current vs Target), Tiers, Implementation Examples, and the practitioner…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Cleans up NNF deployments impacted by vulnerable or outdated container images using guided execution.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when adding authentication and authorization to a Node.js service, hardening its HTTP surface, or running an OWASP-style security review after the service scaffold exists and the auth provider decision is approved or intentionally deferred. Implements the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when making a scaffolded Node.js service production-observable — replacing the no-op telemetry seam with OpenTelemetry tracing, prom-client RED metrics, and trace-correlated structured logs, then defining SLIs/SLOs and multi-burn-rate alert rules — after…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when hardening a scaffolded Node.js service for load and failure — enforcing event-loop discipline, clustering or worker threads for CPU work, backpressure and bounded concurrency, circuit breakers and bulkheads on downstream calls, timeout and retry…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when adding asynchronous work or event integration to a scaffolded Node.js service — wiring BullMQ, KafkaJS, or SQS producers and consumers with explicit delivery semantics, a transactional outbox, idempotent consumers, retry with backoff, and dead-letter…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating, modernizing, or production-hardening a Node.js backend service after backend architecture is approved or intentionally deferred. Produces a framework-aware (Express, Fastify, or NestJS) TypeScript service shell with fail-fast validated…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create custom NodeTool nodes, implement BaseNode subclasses, use @prop decorators, build node packages with process/genProcess methods, register nodes, handle media refs and secrets. Use when user asks to create a node, add a node type, build a custom node,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up RAG pipelines, vector indexing, document ingestion, ChromaDB/FAISS/SQLite-vec search, and knowledge base creation in NodeTool. Use when user asks about RAG, document indexing, vector search, chat with documents, knowledge base, embeddings, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Zero-knowledge circuit design with Noir (Aztec's ZK DSL). TRIGGER when: working with .nr files, Nargo.toml, ZK circuits/proofs, Aztec contracts, zoir extension, or discussing zero-knowledge proof design. Covers circuit architecture, constraint optimization,…

原文语言:英语

更新
职业分类
律师律师助理与法律助手
描述

Guide pour la rédaction de notifications de licenciement conformes au droit du travail français. Utiliser ce skill quand l'utilisateur demande de rédiger, préparer, créer ou éditer une lettre de notification de licenciement, notamment pour faute grave, faute…

原文语言:法语

更新
职业分类
软件开发工程师
描述

Access Notion via the 4ier/notion-cli Go binary. Use when user wants to search Notion, query databases, read pages, export data, manage blocks, or add comments from the command line. TRIGGERS - notion search, query database, read page, notion export, notion…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Audit npm packages for publishing quality, cross-OS compatibility, type declarations, build config, security, and CI/CD — produces a scored report with actionable fixes

原文语言:英语

更新
职业分类
软件开发工程师
描述

Get authoritative Japanese corporate-number record from the National Tax Agency (国税庁) with change history (社名変更 / 移転 / 合併 / 解散). Use for M&A DD, KYC verification, dissolved-company detection, gBizINFO fallback.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Scanner de vulnerabilidades Nuclei como complemento al analisis LLM. Detecta CVEs conocidos, misconfiguraciones y paneles expuestos. Degradacion graceful si Nuclei no esta instalado.

原文语言:西班牙语

更新
职业分类
软件开发工程师
描述

MUST use this skill for plain-English developer service/provider/tool questions involving free tier, free trial, cheap, pricing, best value, hosting, Node hosting, Next.js, auth, Postgres, database, email API, transactional email, SaaS stack, API platform,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

MUST use for developer provider recommendations involving free tier, free trial, cheap, pricing, best value, hosting, Node hosting, Next.js, auth, Postgres, database, email API, transactional email, SaaS stack, API platform, GPU compute, remote MCP endpoints,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

MUST use for developer provider discovery involving free tier, free trial, cheap, pricing, best value, hosting, Node hosting, Next.js, auth, Postgres, database, email API, transactional email, SaaS stack, API platform, GPU compute, remote MCP endpoints, or…

原文语言:英语

更新
职业分类
律师助理与法律助手律师
描述

Mandats-Workflow mit US-Korrespondenzkanzlei Whitman Brennan Forsythe LLP NYC: Engagement Letter, Conflict Check, Power of Attorney USPTO, Outside Counsel Guidelines, Attorney-Client Privilege, Common Interest Privilege. Laedt, wenn der Nutzer…

原文语言:德语

更新
职业分类
信息安全分析师
描述

Brokers credentials for downstream services (OpenAI, Anthropic, GitHub, Lark, custom APIs, SSH, MCP) so the agent never sees raw API keys or OAuth tokens. Use whenever the user asks to call, proxy, or authenticate against a third-party API/service, mentions…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design Connected App OAuth callback URLs, My Domain naming, Enhanced Domains cutover, and cross-environment redirect handling. Trigger keywords: oauth redirect uri, connected app callback, my domain, enhanced domains, sandbox url change, oauth login host.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Connect Google (GTM, GA4, Google Ads) and Meta Ads to ppc-manager via OAuth. Walks through Google Cloud Console and Meta app setup, runs browser-based OAuth, and stores encrypted tokens in the plugin vault.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implémentation d'OAuth2, OpenID Connect, JWT et gestion des tokens pour sécuriser des APIs et applications web. À utiliser quand l'utilisateur configure de l'authentification, des tokens JWT, ou intègre un identity provider. Se déclenche aussi avec "OAuth2",…

原文语言:法语

更新
职业分类
软件开发工程师
描述

Use when performing a deep observability audit or remediating missing structured logging, metrics, traces, or alerting rules

原文语言:英语

更新
职业分类
技术写作员
描述

Core markdown syntax skill for Obsidian. Enforces strict parsing and authoring of Obsidian proprietary syntax (Wikilinks, Blocks, Headings, Aliases, Embeds, Callouts). Use when reading, writing, or validating Obsidian-flavored markdown.

原文语言:英语

更新
已展示 40 / 2,449 个已收集 Skill。