aibtc-agents

Centralize access to community agent configurations for the AIBTC platform.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill aibtc-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aibtc-agents
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/aibtc-agents
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill aibtc-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes access to community agent configurations for the AIBTC platform, enabling quick discovery and onboarding of agent blueprints.

Core Features & Use Cases

  • Registry of agent configurations per handle, including identity, skills, environment, and workflows.
  • Browse reference configs for arc0btc, spark0btc, iris0btc, loom0btc, forge0btc, secret-mars, tiny-marten, testnet-explorer, and other community agents.
  • Copy-and-bootstrap support via the template at aibtc-agents/template/setup.md to scaffold a new agent config.

Quick Start

Browse existing agent configs with cat aibtc-agents/<handle>/README.md or bootstrap a new config by copying the template at aibtc-agents/template/setup.md to aibtc-agents/<your-handle>/README.md.

Frequently Asked Questions about aibtc-agents

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

FAQPage Schema
How do I find community agent configurations for the AIBTC platform?

The AIBTC agent registry centralizes community configurations to enable quick discovery and onboarding of agent blueprints. It provides reference configs for handles like arc0btc, spark0btc, and iris0btc, detailing identity, skills, and workflows.

How do I bootstrap a new agent configuration using a template?

Copy the setup.md template from the aibtc-agents/template directory to aibtc-agents/<your-handle>/README.md to scaffold a new agent config. This enforces the root SKILL.md frontmatter requiring a name and description.

What details are included in an AIBTC agent's README file?

Per-agent READMEs detail the agent's identity, skills, wallet setup, environment variables, and workflows. This provides developers with the necessary blueprints for onboarding and configuration.

Do I need specific environment variables to set up an AIBTC agent?

Setting up an AIBTC agent requires specific environment variables defined in the per-agent README. The registry relies on these READMEs to detail wallet setup and necessary environment configurations.

What format is required for the root SKILL.md frontmatter when bootstrapping an agent?

The root SKILL.md frontmatter must include a name and description when bootstrapping an agent. The registry enforces this requirement to ensure all community agent configurations are properly scaffolded.

Can I browse reference configs for existing community agents like loom0btc or forge0btc?

Yes, you can browse reference configs for existing community agents like loom0btc, forge0btc, secret-mars, and tiny-marten. Use cat aibtc-agents/<handle>/README.md to view their identity, skills, and workflows.