bettafish

Automate BettaFish deployment, execution, and reporting workflows.

7|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill bettafish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bettafish
Source: https://github.com/wsxwj123/opencode-skills-backup/tree/main/bettafish
Command: npx skills add https://github.com/wsxwj123/opencode-skills-backup --skill bettafish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

BettaFish 部署与运维的复杂流程需要多步手动操作,本 Skill 将其包装成一个可重复的本地工作流,涵盖源码初始化、依赖安装、Web 启动、以及命令行报告与 MindSpider 爬虫的执行,从而提高部署的一致性与可复现性。

Core Features & Use Cases

  • 端到端本地初始化与版本固定:克隆 upstream 仓库,检出固定提交版本,准备好可重复运行的本地环境。
  • 启动、报告与爬虫流程的整合运行:启动 Web 应用、生成/重生成报告,以及独立运行 MindSpider 爬虫流程。
  • 本地化的工具包装与自动化:通过命令驱动的包装工具实现可预测、可重复的开发与测试工作流。

Quick Start

Execute the wrapper with a command to initialize BettaFish in your local environment.

Frequently Asked Questions about bettafish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate BettaFish sentiment analysis deployment end-to-end?

You can automate BettaFish sentiment analysis deployment using a script-driven workflow that clones the upstream repository, installs dependencies, and launches the web app in a reproducible local environment.

What is the best way to run MindSpider crawler workflows locally?

The best way to run MindSpider crawler workflows locally is through a command-driven wrapper tool that executes the crawler process independently alongside the main sentiment analysis application.

How do I ensure reproducible sentiment analysis runs across different environments?

To ensure reproducible sentiment analysis runs, the workflow pins a specific Git commit during repository initialization, guaranteeing consistent source code and dependency behavior across local development and testing.

Can I generate and regenerate sentiment analysis reports from the command line?

Yes, you can generate and regenerate sentiment analysis reports directly from the command line by executing specific wrapper commands designed for report generation within the local workflow.

Do I need to manually install dependencies before launching the BettaFish web app?

No, you do not need to manually install dependencies before launching the BettaFish web app, as the automated initialization workflow handles dependency installation and environment setup through a single command.