firefly-bangumi-config

Modifies Firefly's bangumi page configuration including userId and visibility settings.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-bangumi-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firefly-bangumi-config
Source: https://github.com/GodBlf/godblf.github.io/tree/main/.agents/skills/firefly-bangumi-config
Command: npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-bangumi-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification of Firefly's bangumi page configuration, including user ID, page visibility, and navigation bar synchronization.

Core Features & Use Cases

  • Update User ID: Change the userId for the bangumi data source.
  • Toggle Page Visibility: Enable or disable the display of the bangumi page.
  • Sync Nav Visibility: Ensure navigation bar visibility matches the page toggle settings.
  • Use Case: After obtaining a new bangumi user ID, use this Skill to update the siteConfig.bangumi.userId and ensure the bangumi page is visible in the navigation.

Quick Start

Use the firefly-bangumi-config skill to update the bangumi user id to 12345 and enable the bangumi page.

Frequently Asked Questions about firefly-bangumi-config

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

FAQPage Schema
How do I update the bangumi user ID in Firefly site configuration?

You can update the Firefly bangumi user ID by modifying the `siteConfig.bangumi.userId` value within the configuration files located in the `src/config` directory to change the data source.

How do I toggle bangumi page visibility in Firefly?

Toggle Firefly bangumi page visibility by changing the page display settings in the `src/config` directory. This ensures the bangumi page can be enabled or disabled according to your configuration preferences.

Can I synchronize the navigation bar visibility with the bangumi page toggle in Firefly?

Yes, you can sync the navigation bar visibility to match the bangumi page toggle settings. This ensures the navigation bar accurately reflects whether the bangumi page is visible or hidden.

What configuration files does the Firefly bangumi config modify?

The Firefly bangumi config targets specific configuration files within the `src/config` directory. It requires adherence to existing code structure and value types for seamless integration of user ID and visibility changes.

Do I need to maintain specific code structures when modifying Firefly bangumi settings?

Yes, modifying Firefly bangumi settings requires strict adherence to existing code structure and value types. This ensures deterministic changes and seamless integration within the `src/config` directory.