Skip to main content
在 Manus 中运行任何 Skill
一键导入
mk-knight23
GitHub 创作者资料

mk-knight23

按仓库查看 7 个 GitHub 仓库中的 345 个已收集 skills,并展示近似职业覆盖。

已收集 skills
345
仓库
7
职业领域
4
更新
2026-04-15
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

#001
AGENTS-COLLECTION
268 个 skills7111更新于 2026-04-15
占该创作者 78%
django-patterns
软件开发工程师

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django application structure. Use when building Django APIs, writing ORM queries, setting up REST endpoints, or implementing Django middleware and signals.

2026-04-15
django-security
信息安全分析师

Django security best practices: authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment. Use when auditing Django security, hardening a Django app, or implementing secure authentication and authorization.

2026-04-15
golang-patterns
软件开发工程师

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when writing Go code, reviewing Go patterns, setting up Go project structure, or implementing concurrency, error handling, or interfaces in Go.

2026-04-15
project-guidelines-example
项目管理专家

Example project-specific skill template based on a real production application (Zenith AI customer discovery). Use when creating a new project-specific skill, bootstrapping project guidelines, or adapting this template for your own application context.

2026-04-15
python-testing
软件质量保证分析师与测试员

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Use when writing Python tests, setting up pytest fixtures, mocking dependencies, or following TDD for Python code.

2026-04-15
agency-accessibility-auditor
网页与数字界面设计师网页开发工程师

Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.

2026-03-10
agency-agentic-identity-trust-architect
信息安全分析师

Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.

2026-03-10
agency-agents-orchestrator
软件开发工程师

Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.

2026-03-10
当前展示该仓库 Top 8 / 268 个已收集 skills。
#002
AI-Agent-OpenClaw
16 个 skills00更新于 2026-03-20
占该创作者 4.6%
claw-ecosystem
网络与计算机系统管理员

This skill should be used when the user asks to "start all claws", "start claw gateways", "run all gateways", "start openclaw nanobot picoclaw zeroclaw nanoclaw", "launch claw ecosystem", "stop all claws", "stop gateways", "claw status", "check gateway status", or "open claws". Manages all five Claw ecosystem gateways (OpenClaw, ZeroClaw, NanoBot, PicoClaw, NanoClaw) as a unified fleet.

2026-03-20
batch-processor
软件开发工程师

High-throughput parallel processing of large datasets using Node.js streams and Claude AI. Accepts CSV, JSON, JSONL, or plain text. Processes in configurable chunk sizes with backpressure-aware Node.js Readable/Transform/Writable streams. Tracks progress, retries failures with exponential backoff, estimates cost before run. Adapted from ZeroClaw's Rayon-based batch processor for Node.js streaming architecture.

2026-03-10
iot-monitor
软件开发工程师

Dashboard and API layer for monitoring IoT sensors and edge devices from OpenClaw's full-stack environment. Connects to MQTT brokers, HTTP sensor APIs, or PicoClaw agent heartbeats. Renders a live web dashboard, stores readings in Supabase, and sends alerts via any configured channel (Telegram, Slack, WhatsApp). Adapted from PicoClaw's Go iot-monitor for OpenClaw's Node.js full-stack runtime.

2026-03-10
security-scanner
信息安全分析师

Full-stack security audit for OpenClaw's Node.js ecosystem: npm audit for CVEs, Snyk for supply chain, ESLint security plugin for code patterns, OWASP dependency check, and AI review of the 60-repo portfolio for systemic vulnerabilities. Generates SECURITY_REPORT.md. Adapted from ZeroClaw's comprehensive security-scanner, tuned for Node.js/TypeScript and multi-repo portfolios.

2026-03-10
add-gmail
软件开发工程师

Adds Gmail monitoring to OpenClaw using the googleapis library. Creates OAuth2 credentials, polls INBOX for unread messages matching a trigger pattern, drafts AI replies, and sends after approval. Use when you want OpenClaw to monitor and respond to emails. Requires a Google Cloud project with Gmail API enabled and OAuth2 credentials.

2026-03-06
add-obsidian
软件开发工程师

Mounts an Obsidian vault as a read-only knowledge source for OpenClaw. Registers a vault_search tool that performs full-text search across all .md files, returning file names and relevant excerpts. Use when you want OpenClaw to answer questions using your personal notes or team knowledge base. Requires the vault to be accessible as a local directory.

2026-03-06
add-slack
软件开发工程师

Adds Slack integration to OpenClaw using the @slack/bolt framework. Creates a SlackChannel adapter with Socket Mode (no public URL required), handles app_mention events, routes messages through OpenClaw's skill dispatcher, and responds in-thread. Use when you want OpenClaw accessible from Slack workspaces. Requires a Slack app with Socket Mode enabled.

2026-03-06
add-supabase
数据库架构师

Adds Supabase as OpenClaw's persistent backend. Creates tables for conversation history, skill invocation logs, and agent memory using the Supabase JS client. Wires memory-read and memory-write into the tool registry so skills can persist state across sessions. Requires a Supabase project URL and anon key.

2026-03-06
当前展示该仓库 Top 8 / 16 个已收集 skills。
#003
AI-Agent-Nanobot
14 个 skills10更新于 2026-03-10
占该创作者 4.1%
batch-processor
软件开发工程师

Parallel processing of large datasets using Python asyncio + Claude AI transforms. Accepts CSV, JSON, Parquet, or JSONL as input. Splits into configurable chunk sizes, processes each chunk concurrently using Haiku (cost-efficient), aggregates results, and writes output. Includes progress tracking, error retry with exponential backoff, and cost estimation before run. Cross-ported from ZeroClaw's Rayon-based batch processor.

2026-03-10
deploy-everywhere
软件开发工程师

Deploy a Python AI agent or app to multiple platforms in one command: Railway, Fly.io, Docker Hub, AWS Lambda, and GitHub Actions CI. Generates Dockerfile, platform-specific configs, environment variable templates, and a deployment checklist. Adapted from OpenClaw's multi-platform deployment pipeline. Use when you want to ship Nanobot-powered tools to production without manual config per platform.

2026-03-10
add-gmail
软件开发工程师

Adds Gmail monitoring to Nanobot using the Google Gmail API with OAuth2. Creates channels/gmail.py that polls INBOX for unread messages, passes them to the agent, and sends replies after approval. Use when you want Nanobot to process and respond to emails. Requires a Google Cloud project with Gmail API enabled.

2026-03-06
add-obsidian
软件开发工程师

Mounts an Obsidian vault as a read-only knowledge base for Nanobot. Registers a vault_search tool (async, full-text, scores by match density) so the agent can search your notes during any task. Use when you want Nanobot to reference your personal Obsidian vault for context. Requires the vault accessible as a local directory.

2026-03-06
add-slack
软件开发工程师

Adds Slack integration to Nanobot via the Slack Bolt SDK for Python (async mode). Creates channels/slack.py with Socket Mode support, listens for app_mention events, routes through the skill dispatcher, and replies in thread. Use when you want Nanobot in a Slack workspace. Requires a Slack app with app_mentions:read and chat:write scopes and Socket Mode enabled.

2026-03-06
add-supabase
软件开发工程师

Adds Supabase as Nanobot's persistent backend using the supabase-py client. Creates tables for agent memory, skill invocations, and conversation history. Registers memory_read and memory_write as tools so skills can persist state across sessions. Requires a Supabase project URL and anon key.

2026-03-06
add-telegram
软件开发工程师

Adds a Telegram bot channel to Nanobot. Installs python-telegram-bot (v20+, async), creates channels/telegram.py with an async handler, registers it in the channel router, and wires trigger-word filtering. Use when you want Nanobot to receive and respond to Telegram messages. Requires a bot token from @BotFather.

2026-03-06
api-tester
软件质量保证分析师与测试员

Auto-generates a pytest test suite from an OpenAPI spec (YAML or JSON) and runs it against a live endpoint. Discovers all operations, generates parametric tests for success, error, and edge cases, runs them with httpx async client, and outputs API_TEST_REPORT.md. Use when you have an OpenAPI spec and want instant test coverage for an API. Requires a running API endpoint or mock server.

2026-03-06
当前展示该仓库 Top 8 / 14 个已收集 skills。
#004
AI-Agent-ZeroClaw
13 个 skills00更新于 2026-03-10
占该创作者 3.8%
code-reviewer
软件质量保证分析师与测试员

Rust static analysis + AI review using clippy (all lints), rustfmt, and cargo-semver-checks. AI pass focuses on: ownership violations, lifetime issues, unnecessary clones, panic risk in library code, and WASM-compatibility issues. Outputs CODE_REVIEW.md with CRITICAL/HIGH/MEDIUM/LOW severity. Adapted from Nanobot's Python code-reviewer for Rust's ownership model and zero-cost abstraction philosophy.

2026-03-10
deploy-everywhere
软件开发工程师

Build and deploy ZeroClaw Rust binaries to all supported targets: WASM32-WASI (Cloudflare Workers, Deno, Wasmtime), Linux musl (Docker, Lambda, edge), native Linux (x86_64, ARM64, RISC-V), and WebAssembly browsers. Generates platform-specific configs, CI/CD pipelines, and deployment scripts. Uses cargo-cross for cross-compilation and cargo-component for WASM components. Adapted from OpenClaw's deploy-everywhere for Rust's cross-compilation ecosystem.

2026-03-10
iot-monitor
软件开发工程师

Embedded Rust sensor monitoring for no_std environments and WASM edge targets. Reads from GPIO, I2C, SPI interfaces via embedded-hal traits, processes readings with zero-allocation algorithms, and publishes alerts to Telegram or MQTT without heap allocation. Designed for microcontrollers (STM32, RP2040) and Cloudflare Workers edge runtime. Cross-ported from PicoClaw's Go iot-monitor for Rust/embedded-hal ecosystem.

2026-03-10
add-gmail
软件开发工程师

Adds Gmail monitoring to ZeroClaw via async IMAP over TLS using async-imap + tokio. Creates src/channels/gmail.rs with a GmailChannel struct, polls INBOX for unread messages matching a trigger pattern, and sends replies via lettre (SMTP). Zero CGo, zero external runtime. Requires a Gmail App Password (not your Google account password).

2026-03-06
add-obsidian
软件开发工程师

Mounts an Obsidian vault as a read-only knowledge source for ZeroClaw. Creates src/tools/vault_search.rs using walkdir + regex crates for efficient file traversal and pattern matching. Registers the tool in the agent's tool registry. Zero heap allocation per search except for matched results. Requires vault accessible as a filesystem path.

2026-03-06
add-slack
软件开发工程师

Adds Slack integration to ZeroClaw using reqwest for the Slack API and tokio-tungstenite for the Socket Mode WebSocket connection. Creates src/channels/slack.rs with a SlackChannel struct, handles app_mention events, routes to the skill dispatcher, and posts threaded replies. Compiles to a static binary. Requires Slack bot token and app-level token with Socket Mode enabled.

2026-03-06
add-supabase
软件开发工程师

Adds Supabase as ZeroClaw's persistent backend using the Supabase REST API via reqwest. Creates typed Rust structs for each table (serde Deserialize/Serialize), db/supabase.rs with async CRUD helpers, and memory_read/memory_write tools. Zero CGo, no heavy ORM. Requires a Supabase project URL and anon key.

2026-03-06
add-telegram
软件开发工程师

Adds a Telegram bot channel to ZeroClaw using the teloxide library. Creates src/channels/telegram.rs with an async handler struct, registers it with the tokio runtime in main.rs, and wires trigger-word dispatch. Compiles to a stripped static binary under 5MB. Requires a bot token from @BotFather.

2026-03-06
当前展示该仓库 Top 8 / 13 个已收集 skills。
#005
AI-Agent-PicoClaw
13 个 skills00更新于 2026-03-10
占该创作者 3.8%
code-reviewer
软件质量保证分析师与测试员

Static analysis + AI review on Go code targeting edge and embedded systems. Runs go vet, staticcheck, gosec, and errcheck — then an AI pass focused on concurrency safety, goroutine leaks, context propagation, and low-memory patterns critical for <10MB edge deployments. Outputs CODE_REVIEW.md with CRITICAL/HIGH/MEDIUM/LOW severity. Adapted from Nanobot's Python code-reviewer for Go/edge runtime.

2026-03-10
deploy-everywhere
软件开发工程师

Cross-compile PicoClaw Go binaries for all supported hardware targets and deploy them in one command. Supports: LicheeRV Nano (RISC-V), Raspberry Pi Zero (ARMv6), Pi 3/4/5 (ARM64), MIPS routers, old Android phones (ARM64), and x86_64 servers. Generates platform-specific init scripts (systemd/OpenWrt procd/Android service), then SCP-deploys and restarts. Adapted from OpenClaw's multi-platform deployment skill for Go cross-compilation.

2026-03-10
security-scanner
信息安全分析师

Go security audit for edge deployments: govulncheck for CVEs in Go modules, gosec for code-level security patterns, nancy for supply chain vulnerabilities, and analysis of network exposure on edge hardware (open ports, default credentials, TLS config). Generates SECURITY_REPORT.md. Adapted from ZeroClaw's Rust security-scanner for Go and IoT edge deployments.

2026-03-10
add-gmail
软件开发工程师

Adds Gmail monitoring to PicoClaw via IMAP over TLS using pure Go. Creates channels/gmail.go with an IMAP poller using the go-imap library, polls INBOX for unread messages, drafts replies through the agent, and sends via SMTP. Compiles to a static binary with no CGo. Requires a Gmail App Password (not your Google account password).

2026-03-06
add-obsidian
软件开发工程师

Mounts an Obsidian vault as a read-only knowledge source for PicoClaw. Creates tools/vault_search.go using Go's filepath.WalkDir and strings.Contains for fast zero-allocation search. Registers vault_search as a tool available to the agent. Works on any directory of Markdown files — synced vault, remote mount, or local copy. Requires the vault accessible as a filesystem path.

2026-03-06
add-slack
软件开发工程师

Adds Slack integration to PicoClaw using the Slack Real Time Messaging API over WebSocket in pure Go. Creates channels/slack.go using gorilla/websocket, handles app_mention events, routes to the skill dispatcher, and replies in-thread. Compiles to a static binary. Requires a Slack bot token and app token with Socket Mode enabled.

2026-03-06
add-supabase
软件开发工程师

Adds Supabase as PicoClaw's persistent backend using the Supabase REST API via Go's net/http. No heavy ORM — plain HTTP requests with JSON marshaling. Creates db/supabase.go with typed table helpers, db/migrations/001_init.sql for schema, and registers memory tools. Compiles to a static binary with zero CGo. Requires a Supabase project URL and anon key.

2026-03-06
add-telegram
软件开发工程师

Adds a Telegram bot channel to PicoClaw using the go-telegram-bot-api library. Creates channels/telegram.go with a TelegramChannel struct using long-polling, registers it in main.go, and runs in its own goroutine. Compiles to a single static binary — no external dependencies at runtime. Requires a bot token from @BotFather.

2026-03-06
当前展示该仓库 Top 8 / 13 个已收集 skills。
#006
AI-Agent-NanoClaw
11 个 skills10更新于 2026-03-10
占该创作者 3.2%
code-reviewer
软件质量保证分析师与测试员

Runs ESLint, TypeScript type checking (tsc --noEmit), and AI-driven review on any JavaScript/TypeScript Node.js codebase or diff. Identifies bugs, type issues, security vulnerabilities (via eslint-plugin-security), async pitfalls, and style violations. Outputs a CODE_REVIEW.md report with CRITICAL/HIGH/MEDIUM/LOW severity ratings. Use before committing or merging Node.js code. Adapted from Nanobot's Python code-reviewer for Node.js/TypeScript runtimes.

2026-03-10
repo-modernizer
软件开发工程师

Automated portfolio hygiene for Node.js repositories. Updates package.json dependencies to latest stable, migrates CommonJS to ESM, upgrades TypeScript config to strict mode, adds missing .gitignore patterns, adds GitHub Actions CI, generates missing README sections, and standardizes the project structure. Cross-ported from OpenClaw's repo-modernizer. Use when a repository is stale or missing modern Node.js conventions.

2026-03-10
security-scanner
信息安全分析师

Node.js security audit: npm audit for known CVEs, Snyk for supply chain vulnerabilities, eslint-plugin-security for code patterns (eval, prototype pollution, path traversal), and AI-driven analysis of container isolation boundaries. Generates SECURITY_REPORT.md with CRITICAL/HIGH/MEDIUM severity ratings. Adapted from ZeroClaw's Rust security-scanner for Node.js/npm ecosystem. Run before any release or dependency update.

2026-03-10
add-discord
软件开发工程师

Transformation skill to add high-fidelity Discord support. Installs discord.js, creates a multi-channel adapter with thread support, and configures bot intents/tokens. Enables rich embeds and slash command registration.

2026-03-06
add-github-actions
软件开发工程师

Transformation skill to add robust CI/CD via GitHub Actions. Configures workflows for linting, testing, and auto-deployment. Adds secrets management and PR automation hooks.

2026-03-06
add-gmail
软件开发工程师

Transforms NanoClaw to add Gmail monitoring and composition. Installs the googleapis dependency, creates a Gmail channel adapter in src/channels/, adds OAuth2 flow, and registers it at startup. Run /add-gmail when you want to monitor your inbox and compose AI-drafted replies via NanoClaw. Requires Google OAuth2 credentials from Google Cloud Console.

2026-03-06
add-linear
软件开发工程师

Transformation skill to add Linear integration. Installs linear-sdk, configures OAuth/API keys, and adds handlers for issue tracking and project management. Mounts Linear team context into agent containers.

2026-03-06
add-obsidian
软件开发工程师

Transforms NanoClaw to mount and query your Obsidian vault. Mounts the vault directory read-only into the container context, adds a VaultSearch tool that Claude can call, and enables weekly digest generation from your notes. Run /add-obsidian when you want NanoClaw to reference your personal knowledge base. Requires your vault path.

2026-03-06
当前展示该仓库 Top 8 / 11 个已收集 skills。
#007
Kazis-Agents-Army
10 个 skills00更新于 2026-03-15
占该创作者 2.9%
atlas-engineering
软件开发工程师

Full-stack engineering across 15+ languages, REST/GraphQL/gRPC APIs, React/Next.js/Vue/Svelte frontends, mobile (React Native/SwiftUI), databases, architecture patterns, refactoring, code review, and technical documentation. Activate for: build, code, implement, architect, refactor, API, frontend, backend, mobile, database.

2026-03-15
forge-devops
网络与计算机系统管理员

DevOps and infrastructure specialist for CI/CD pipelines, cloud architecture (AWS/GCP/Azure), Kubernetes, monitoring (Prometheus/Grafana), IaC (Terraform/Pulumi), deployment strategies, cost optimization, SRE, platform engineering, and disaster recovery. Activate for: deploy, CI/CD, infrastructure, kubernetes, cloud, monitor, terraform, docker, scaling.

2026-03-15
hermes-automation
软件开发工程师

Automation and integrations specialist for workflow automation, SaaS integrations, bot development, no-code/low-code platforms, CRM/PM/communication tool connections, MCP tool architecture, circuit breaker patterns, event-driven systems, and ML pipeline orchestration. Activate for: automate, integrate, bot, workflow, MCP, webhook, Zapier, Slack bot, pipeline, n8n.

2026-03-15
nexus-ai-intelligence
数据科学家

AI/ML engineering for LLM applications, RAG systems, prompt engineering, multi-agent systems, eval-driven development, data pipelines, MLOps, context management, and model selection. Activate for: AI, ML, LLM, RAG, data pipeline, prompt, eval, multi-agent, model training, vector database.

2026-03-15
oracle-research
市场调研分析师与营销专员

Research, strategy, and intelligence for competitive analysis, market sizing, trend identification, financial modeling, executive briefings, user research synthesis, cultural intelligence, behavioral psychology, weak signal detection, and data storytelling. Activate for: research, analyze, competitive, market, trend, financial model, strategy, executive brief, investor materials.

2026-03-15
pixel-design
网页与数字界面设计师

Design and UX mastery for design systems, UI/UX design, accessibility audits (WCAG 2.1), user research synthesis, spatial/XR interfaces, brand identity, UX writing, cultural intelligence, and developer handoff. Activate for: design, UX, UI, accessibility, WCAG, brand, design system, spatial, XR, handoff, user research.

2026-03-15
pulse-growth
项目管理专家

Product management, growth strategy, and marketing engine for PRDs, roadmaps, OKRs, content marketing, social media strategy, SEO, pricing, competitive analysis, behavioral psychology, CRO, and launch planning. Activate for: PRD, roadmap, OKR, growth, marketing, SEO, pricing, launch, competitive analysis, funnel, content strategy.

2026-03-15
sentinel-security
信息安全分析师

Security and compliance guardian for threat modeling (STRIDE/DREAD), penetration testing, OWASP Top 10, secure code review, auth implementation, compliance (GDPR/SOC2/HIPAA/PCI DSS), agentic identity security, post-quantum readiness, and DevSecOps. Activate for: security, audit, pentest, compliance, threat model, OWASP, vulnerability, auth review.

2026-03-15
当前展示该仓库 Top 8 / 10 个已收集 skills。
已展示 7 / 7 个仓库
已展示全部仓库