roseDwayane
Community@roseDwayane
roseDwayane publishes NanoClaw skills for wiring messaging channels, credential vaults, model providers, and deployment targets into containerized assistant runtimes.
Agent Skills by roseDwayane
Showing 53 vetted skills indexed across 1 GitHub repositories.
add-mnemon
Installs mnemon persistent graph-based memory into NanoClaw agent containers via Dockerfile and entrypoint changes.
add-discord
Installs and configures a Discord bot channel adapter for NanoClaw agents.
add-imessage
Installs and configures an iMessage channel adapter for NanoClaw via the Chat SDK bridge.
add-whatsapp
Installs and authenticates a native Baileys WhatsApp channel adapter for NanoClaw agents.
add-rtk
Installs the rtk token-compression proxy into agent containers via mounts and PreToolUse hooks.
add-resend
Integrates a Resend email channel adapter into NanoClaw via Chat SDK.
add-opencode
Installs and configures the OpenCode agent provider for NanoClaw containers.
qodo-pr-resolver
Fetches Qodo PR review issues and applies fixes with inline comment replies.
add-signal
Integrates Signal messaging via a signal-cli TCP daemon adapter using Node.js builtins.
add-matrix
Installs and configures a Matrix channel adapter for NanoClaw agents via the Chat SDK bridge.
migrate-from-openclaw
Migrates OpenClaw installations into NanoClaw v2 through guided interactive phases.
add-deltachat
Integrates a DeltaChat email-based messaging channel adapter into a NanoClaw agent deployment.
add-github
Integrates GitHub PR and issue comment threads as agent conversations via Chat SDK.
add-emacs
Adds an Emacs channel to NanoClaw via a local HTTP bridge with org-mode integration.
add-wechat
Integrates a personal WeChat channel into NanoClaw via Tencent's iLink Bot API.
add-dashboard
Installs a monitoring dashboard that pushes NanoClaw state snapshots and logs over HTTP.
get-qodo-rules
Fetches org- and repo-level coding rules from the Qodo API before code generation tasks.
use-native-credential-proxy
Injects Anthropic credentials from .env into NanoClaw containers, bypassing the OneCLI gateway.
manage-mounts
Configure host directory mount allowlists for NanoClaw agent containers.
setup
Guides initial NanoClaw installation by directing users to run the nanoclaw.sh setup script.
add-atomic-chat-tool
Integrates Atomic Chat local models as MCP tools for containerized agents.
add-codex
Installs the Codex CLI provider into NanoClaw as an alternative agent backend.
add-ollama-provider
Route a NanoClaw agent group to a local Ollama model via env overrides and settings.
migrate-nanoclaw
Extracts fork customizations into a migration guide and reapplies them onto clean upstream.
Frequently Asked Questions About roseDwayane
FAQPage SchemaWhat tasks can I accomplish with roseDwayane's NanoClaw skills?▼
You can add messaging channels (WhatsApp, Telegram, Slack, Discord, Signal, Matrix, iMessage, WeChat, Teams, Webex, email), attach Gmail and Google Calendar MCP capabilities, route models via Ollama, Codex, or OpenCode providers, deploy to Vercel, resolve Qodo PR review issues, and manage mounts, credentials, and migrations.
Who are these skills designed for?▼
Operators and developers running self-hosted NanoClaw container environments who need to wire chat platforms, swap model providers, or manage credentials. Familiarity with containers, environment variables, and channel bot configuration is assumed.
How do installation and runtime work?▼
Run the setup skill for first-time installation, then invoke individual add-* skills to install channel adapters or MCP servers into containers. OneCLI injects credentials at request time via an HTTPS proxy, so raw tokens never reach the container filesystem.
What are the credential and security options?▼
Two modes exist: OneCLI Agent Vault, which stores secrets and injects them through a transparent HTTPS gateway, or the native credential proxy that reads Anthropic API keys or OAuth tokens directly from a .env file for simpler setups.
What prerequisites and dependencies are required?▼
A running NanoClaw v2 installation with container support, channel-specific credentials (QR pairing for WhatsApp, signal-cli daemon for Signal, iLink for WeChat), and optionally OneCLI for vault-managed OAuth. macOS is required for the status bar indicator and local iMessage mode.