firefly-footer-config

Modify Firefly footer configuration for custom HTML and statistics code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the safe modification of Firefly's footer configuration, including toggling custom HTML injection and editing备案 (filing) and statistics code.

Core Features & Use Cases

  • Footer HTML Injection: Enable or disable the injection of custom HTML into the website's footer.
  • Code Snippet Management: Safely edit specific code snippets for备案 (filing) and statistical tracking within the footer.
  • Use Case: You need to add a new analytics tracking code to your Firefly-powered website. This Skill can be used to update the relevant configuration file without risking unintended changes to other parts of the footer.

Quick Start

Use the firefly-footer-config skill to enable custom HTML injection in the footer.

Frequently Asked Questions about firefly-footer-config

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

FAQPage Schema
How do I add custom HTML to my Firefly website footer?

To add custom HTML to a Firefly website footer, you enable HTML injection by modifying the `src/config/footerConfig.ts` and `src/config/FooterConfig.html` files. This process ensures safe and targeted updates to specific footer elements without breaking the existing code structure.

How do I edit filing and statistics code in a Firefly footer?

Editing filing and statistics code in a Firefly footer involves updating the code snippets within the footer configuration files. You must modify `src/config/footerConfig.ts` while adhering to existing value types to ensure seamless integration of the tracking code.

Can I toggle HTML injection in the Firefly footer configuration?

Yes, you can toggle custom HTML injection in the Firefly footer configuration. The skill operates directly on `src/config/footerConfig.ts` to enable or disable the injection feature safely without risking unintended changes to other website components.

What is the safest way to update Firefly footer configuration files?

The safest way to update Firefly footer configuration files is to ensure adherence to the existing code structure and value types. Modifying `src/config/footerConfig.ts` and `src/config/FooterConfig.html` directly allows targeted updates to footer elements without risking unintended changes to other website components.

Do I need to maintain existing code structure when modifying Firefly footer config?

Yes, maintaining the existing code structure and value types is required when modifying Firefly footer config. Adherence ensures seamless integration of custom HTML, filing details, and statistics code into the website footer without breaking functionality.