Skip to main content

nanocoai/nanoclaw

SkillsMP は nanocoai/nanoclaw から 52 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
52
GitHub スター
30,549
GitHub フォーク
12,849

このリポジトリの skills

収集済み skill 52 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, migrates legacy memory, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Telegram channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use OpenCode as an agent provider. OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per group via `ncl groups config update --provider opencode`; host passes OPENCODE_* and XDG mount when spawning containers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

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.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Add Tavily Search and Extract as keyless remote MCP tools for selected NanoClaw agent groups. Use when installing Tavily web search or URL extraction without an API key.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Walk the operator through wiring the first NanoClaw agent to a DM channel — resolve the operator's channel identity, select or create the agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Discord bot channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Google Chat channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Linear channel integration via Chat SDK. Issue comment threads as conversations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Resend (email) channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Signal channel integration via signal-cli device-link. Native adapter — no Chat SDK bridge.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Webex channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add WhatsApp Business Cloud API channel via Chat SDK. Official Meta API.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Convert an attached Word document, presentation, spreadsheet, OpenDocument file, RTF, EPUB, CSV, or text-based PDF into local Markdown. Use when a message supplies a local attachment path that must be read without uploading it to an external parser.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add local office-document-to-Markdown conversion to NanoClaw agent containers with the pinned Firecrawl AnyDoc CLI. Use when agents need to read attached Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, or text-based PDF files without uploading them to…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Transactionally update a customized NanoClaw checkout from official upstream without exposing live mounted source, with fork-safe skill refresh, mutable-state snapshots, migration gates, exact-code upgrade markers, detected service restart, health…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Refresh installed NanoClaw channel and provider payloads from their registry branches with fork-safe remote resolution and a blocking structured result. Use after updating NanoClaw or whenever installed channel/provider code may be stale.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add iMessage to NanoClaw — one channel, two backends. Local (this Mac's chat.db via the Chat SDK bridge; macOS + Full Disk Access) or Hosted iMessage (via photon.codes — native spectrum-ts with a device-login wizard; any OS, no Mac relay). Triggers on "add…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

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. Pairs with a deployment skill such as…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via `ncl…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Migrate legacy NanoClaw and Claude-native memory into the shared memory tree and provider-neutral standing instructions. Run after an update reports the shared-memory breaking change, or when a group still has .seed.md, legacy CLAUDE.md/CLAUDE.local.md,…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Slack channel integration via Chat SDK.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add Microsoft Teams channel integration via Chat SDK.

原文の言語: 英語

更新
収集済み skill 52 件中 40 件を表示しています。