Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

AI-Agent-NanoClaw

AI-Agent-NanoClaw 收录了来自 mk-knight23 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
1
更新
2026-03-20
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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
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
add-slack
软件开发工程师

Transforms NanoClaw to add Slack workspace integration. Installs the @slack/bolt dependency, creates a Slack channel adapter, sets up OAuth app permissions, and registers it at startup. Run /add-slack when you want NanoClaw to listen and respond in Slack channels or DMs. Requires a Slack app with Bot Token and Signing Secret.

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

Connects NanoClaw to Supabase for persistent data storage. Creates task tracking, project logs, and skill analytics tables. Auto-generates RLS policies for security. Modifies src/db.ts to add Supabase client alongside existing SQLite. Use when you want persistent cross-device data, analytics dashboards, or to query your agent's activity from anywhere.

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

Transforms NanoClaw to add Telegram channel support. This skill modifies the NanoClaw codebase directly — installs the telegraf dependency, creates a Telegram channel adapter in src/channels/, registers it at startup in src/index.ts, and adds bot token configuration. Run /add-telegram when you want to receive and send messages via Telegram bot. Requires a Telegram bot token from @BotFather.

2026-03-06