---
name: bilibili-creator-cn
version: 1.0.0
description: Bilibili Creator Assistant - Tag recommendations, posting times, title optimization, and UP analysis
license: MIT
---

# Bilibili Creator Assistant 📺

AI-powered assistant for Bilibili (B站) content creators.

## Features

### 1. Tag & Zone Recommendations 🏷️
Get tag and zone suggestions for your videos.

```bash
./scripts/tags.sh "游戏"
```

### 2. Best Posting Time ⏰
Learn when to post for maximum views.

```bash
./scripts/time.sh "游戏区"
```

### 3. Title Optimization ✍️
Improve your video titles (B站 style).

```bash
./scripts/title.sh "今天打了一把游戏"
```

### 4. UP Analysis 📊
Study successful UP主 (creators).

```bash
./scripts/analyze.sh "@老番茄"
```

## Use Cases

- 新人UP主：快速了解平台规则
- 内容优化：提升播放量和互动
- 竞品研究：学习成功UP主
- 数据驱动：基于数据做内容决策

## Installation

```bash
clawhub install bilibili-creator-cn
```

## Author

money-maker-ai

## Changelog

### v1.0.0 (2026-02-18)
- Initial release
