# cdle/sillyGirl

傻妞机器人

Repository: https://github.com/cdle/sillyGirl
Canonical: https://ross.abutalabs.com/products/sillygirl
Language: Go
License Family: other
Archived: true
Last push: 2026-07-01T01:42:49+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 1829, "days_push": 64, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1282, forks 458 (observed 2026-08-28T04:04:14.096668+00:00)

## What it is
SillyGirl is a self-hosted, cross-platform chatbot framework written in Go, centered on an embedded ES5.1 JavaScript plugin runtime (Goja) with hot reloading. It bundles multi-platform adapters (QQ/CQHTTP, web chat, Pagermaid), key-value storage backends, cron scheduling, HTTP/WebSocket/gRPC services, and a React-based admin panel.

## Use cases
- build a QQ chatbot with custom commands
- run a self-hosted bot framework with JavaScript plugins
- connect one bot to multiple chat platforms at once
- write bot plugins in JavaScript that hot-reload without restarting
- schedule cron jobs inside a chatbot
- manage chat groups with mute, kick, and listen/block rules
- host a simple web chat interface for a bot
- install and update plugins from a remote plugin market

## When to choose
- You want a single Go binary that hosts a bot with a JavaScript plugin ecosystem
- You need to run multiple bot accounts across QQ and a built-in web chat with unified logic
- You want hot-reloading plugins, cron tasks, and a web admin panel out of the box
- You need cross-language access to bot storage and plugins via gRPC

## When to avoid
- You need first-class Telegram, Discord, or Slack adapters (built-ins target QQ, web chat, and Pagermaid)
- You require modern JavaScript (ES6+) in plugins, since the runtime is ES5.1 only
- You want a hosted/no-server bot solution rather than self-hosting
- You need a project with a verified LICENSE file in the repo

## Facets
- artifact type: framework
- maturity: active
- function: chatbot, plugin-system, scheduling, http-server, websocket, rpc
- domain: chatbots, messaging-platforms, self-hosted
- platform: go, windows, self-hosted, cross-platform
- tags: qq-bot, chatbot-framework, javascript-plugins, goja, hot-reload, cqhttp, pagermaid, grpc-api, kv-storage, cron-jobs, admin-panel, message-routing, automation, linux, macos, docker

## Member repositories
- cdle/sillyGirl (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:14.096668+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:57:41.223950+00:00, confidence not recorded.
  - readme: https://github.com/cdle/sillyGirl (fetched 2026-08-28T04:04:14.096668+00:00, sha 5b4f2f627b0f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
