with one click
Kimi-K2.5 Writing Skill.
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill kimi-writingCopy and paste this command into Claude Code to install the skill
Kimi-K2.5 Writing Skill.
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill kimi-writingCopy and paste this command into Claude Code to install the skill
Diagnose and resolve FFT_nano runtime issues across container execution, provider credentials, Telegram/WhatsApp routing, scheduler behavior, and per-group logs/state.
Setup and bootstrap FFT_nano on macOS or Linux, including container runtime checks, dependency install/build, env wiring for Pi provider credentials, and first-run startup validation.
Normalize FFT_nano to Docker-first runtime defaults. Use when user asks for Docker parity, cross-platform setup, or to disable host runtime mode.
Debug FFT_nano agent runtime issues (Docker default, host opt-in). Use when agent execution fails, runtime checks fail, or onboarding/startup is blocked.
Run initial FFT_nano setup. Use when user wants to install dependencies, authenticate WhatsApp, register their main channel, or start the background services. Triggers on "setup", "install", "configure fft_nano", or first-time setup requests.
Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).
| name | kimi-writing |
| description | Kimi-K2.5 Writing Skill. |
Professional and creative writing assistant powered by Moonshot AI's Kimi-K2.5 model via OpenRouter. Built for thoughtful, domain-aware content that avoids generic AI slop.
moonshotai/kimi-k2.5Baked-in system prompt that prevents generic content farm output:
Automatically detects and adapts to:
Can parallelize long-form writing:
cd /Users/username/clawdbot/skills/kimi-writing
uv pip install openai pydantic python-dotenv
Set your OpenRouter API key:
export OPENROUTER_API_KEY="your-key-here"
Or create .env file:
OPENROUTER_API_KEY=sk-or-v1-...
uv run scripts/write.py "write a landing page for farm tech SaaS" \
--mode thinking \
--style marketing \
--audience "farmers, agronomists"
uv run scripts/write.py "create whitepaper on precision irrigation" \
--domain agriculture \
--format pdf \
--tone authoritative
uv run scripts/write.py refine draft.md \
--style professional \
--make-human \
--reduce-corporate-speak
uv run scripts/write.py plan "technical documentation series" \
--agent-swarm
Professional:
Creative:
Website Copy:
Technical:
Marketing:
Research:
| Option | Description | Default |
|---|---|---|
--mode | thinking or instant | auto |
--style | business, creative, technical, marketing | Auto-detect |
--domain | Industry/niche | Auto-detect |
--audience | Target audience | General |
--tone | formal, casual, authoritative, friendly | Neutral |
--format | markdown, plain, html | markdown |
--max-tokens | Output length | 8192 |
--temperature | Creativity level | Mode-dependent |
--refine | Refine existing file instead | - |
--make-human | Humanize output flag | false |
--agent-swarm | Enable parallel execution | false |
--dry-run | Show plan without writing | false |
uv run scripts/write.py \
"Write a blog post about drought-resistant corn varieties" \
--domain agriculture \
--audience "small-scale farmers" \
--tone practical \
--mode thinking
uv run scripts/write.py \
"Create API documentation for user authentication endpoints" \
--style technical \
--format markdown \
--mode thinking
uv run scripts/write.py \
"Write Instagram captions for new farm equipment launch" \
--style marketing \
--audience "farm owners" \
--tone enthusiastic \
--mode instant
kimi-writing/
├── SKILL.md # This file
├── README.md # Quick start
├── scripts/
│ ├── write.py # Main CLI entry
│ ├── modes.py # Mode selection logic
│ ├── style_enforcer.py # Anti-slop validation
│ └── domain_analyzer.py # Niche detection
├── prompts/
│ ├── system.md # Core system prompt
│ ├── metaprompt.md # Writing metaprompt
│ └── styles/ # Domain-specific guides
│ ├── agriculture.md
│ ├── business.md
│ ├── creative.md
│ ├── marketing.md
│ └── technical.md
└── tools/
├── openrouter_client.py # API wrapper
└── writing_assistant.py # Core logic
All generated content passes through:
Generic-sounding output:
--make-human flag usagethinking mode for more nuanceToo technical/simplified:
--audience parameter--tone flag to calibrateSlow response:
instant mode--max-tokens--dry-run to preview first✅ Production Ready
Last Updated: February 4, 2026