One-click install
npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill data-failover-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Failover Skill
Source: https://github.com/buzzbysolcex/buzz-bd-agent/tree/main/bake/skills/data-failover
Command: npx skills add https://github.com/buzzbysolcex/buzz-bd-agent --skill data-failover-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents security intelligence scans from stalling when upstream APIs or data sources are unavailable or intermittently failing.

Core Features & Use Cases

  • Failover chain per source: Automatically switches to the next available provider (or marks the specific data as skipped/unavailable/pending) so scan execution can continue.
  • Failover chain for LLMs: Uses a prioritized model sequence for main and sub-agents to maintain progress even when specific model endpoints fail.
  • Operational safety controls: Enforces rules like never blocking a scan due to missing sources, scoring with whatever data is available, retrying on the next cycle, and alerting when many sources are down.

Quick Start

Ask the agent to run a scan even if some intelligence APIs are returning errors, and it will apply the configured failover and retry logic automatically.

Frequently Asked Questions about Data Failover Skill

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

FAQPage Schema
How do I keep security scans running when upstream APIs fail?

To keep security scans running when APIs fail, you need an API failover chain that automatically switches to backup providers or marks data as unavailable. This ensures scan execution continues without stalling during partial outages.

What is LLM fallback sequencing for autonomous agents?

LLM fallback sequencing is a prioritized model sequence for main and sub-agents that maintains progress when specific model endpoints fail. It applies fallback ordering to ensure pipeline resilience during intelligence scans.

How do I handle token scoring when data sources are unavailable?

To handle token scoring with unavailable data sources, score with whatever data is available and annotate the missing data. Never block a scan due to source downtime; retry fetching the missing data on the next cycle.

Does pipeline resilience logic work for bounty research and contract verification?

Pipeline resilience logic works for bounty research and contract verification by applying per-source fallback ordering across dex, wallet, social, and contract tasks. It maintains autonomous scan continuity during expected partial outages.

What happens when many intelligence APIs are down during a scan?

When many intelligence APIs are down during a scan, failover logging and alerts are triggered. The system scores with available data, marks missing sources as skipped, and retries on the next cycle without blocking execution.