用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill kimi-writing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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