b2a-agents

Create B2A agents with YAML frontmatter and Lucid Agents SDK schemas.

29|14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/daydreamsai/skills-market --skill b2a-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2a-agents
Source: https://github.com/daydreamsai/skills-market/tree/main/plugins/b2a-agents/skills
Command: npx skills add https://github.com/daydreamsai/skills-market --skill b2a-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

B2A agents create a marketplace where AI agents pay for access to reliable, programmable data services. This skill helps teams design data products that other agents can consume, removing manual data provisioning overhead.

Core Features & Use Cases

  • Agent-to-agent data sales: Build endpoints that other agents can call programmatically and monetize.
  • Niche data evaluation: Create specialized datasets for automated decision-making.
  • Automated provisioning: Spin up data services with predictable pricing and access controls.

Quick Start

To begin, configure your plugin manifest (.claude-plugin/plugin.json), define free and paid entry points (including an always-free overview), and deploy your Lucid Agent-based service so buyers can discover and subscribe.

Frequently Asked Questions about b2a-agents

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

FAQPage Schema
How do I build agents that sell data services to other AI agents?

You build B2A agents by configuring a plugin manifest at .claude-plugin/plugin.json, defining free and paid entry points with Zod v4 schemas, and deploying data services that other AI agents can discover, subscribe to, and pay for access.

What is B2A agent-to-agent data sales and how does it work?

B2A agent-to-agent data sales is a marketplace model where AI agents pay for access to reliable, programmable data services, removing manual data provisioning overhead by automating data provisioning with predictable pricing and access controls.

How do I configure a Lucid Agent plugin manifest for programmatic API endpoints?

You configure a Lucid Agent plugin manifest by creating a .claude-plugin/plugin.json file, defining YAML frontmatter with name and description, and structuring scripts, references, and assets with modern SDK imports and Zod v4 schemas for validation.

Do I need Zod v4 to define schemas for B2A agent data services?

Yes, Zod v4 is required for schema validation when creating B2A agents, ensuring that programmable data services offered to other AI agents maintain structured and reliable data exchange.

Can I offer both free and paid data endpoints for niche data evaluation?

Yes, you can offer both free and paid data endpoints for niche data evaluation. The skill requires defining an always-free overview entry point alongside paid entry points so buyers can discover and subscribe to specialized datasets.

What are the limitations of using B2A agents for automated data provisioning?

B2A agents for automated data provisioning are limited to the Lucid Agents ecosystem and require strict adherence to the x402 protocol, Zod v4 schemas, and plugin manifest structure, meaning services fall outside this framework if improperly configured.