clawdbot-config

Configure Clawdbot agent skills loading with YAML frontmatter metadata.

3|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/tumf/skills --skill clawdbot-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdbot-config
Source: https://github.com/tumf/skills/tree/main/clawdbot-config
Command: npx skills add https://github.com/tumf/skills --skill clawdbot-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Clawdbot configuration and skills management can be error-prone and hard to audit across agents and workspaces; this skill provides a centralized, YAML-frontmatter-driven approach to define loading behavior, gating, and per-skill configurations.

Core Features & Use Cases

  • Centralizes agent defaults, channel configuration, and skill loading
  • Enables per-skill entries with env, config, and install metadata
  • Supports sandboxed agents, multi-agent routing, and modular includes
  • Helps troubleshoot loading issues and understand workspace bootstrap artifacts
  • Provides examples and references for config schemas and skill metadata

Quick Start

Create a minimal SKILL.md frontmatter and integrate it into your workspace using the agent skills loading workflow.

Frequently Asked Questions about clawdbot-config

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

FAQPage Schema
How do I manage agent skills loading and config across multiple workspaces?

Agent skills loading and config across multiple workspaces is managed through a centralized, YAML-frontmatter-driven approach that defines loading behavior, gating, and per-skill configurations for consistent deployment.

How does YAML frontmatter gating work for agent skill loading?

YAML frontmatter gating validates per-skill metadata, environment injection, and loading behavior during skill loading to ensure only properly configured skills are activated across agents.

Can I use sandboxed agents with multi-agent routing and modular includes?

Sandboxed agents, multi-agent routing, and modular includes are supported by the centralized configuration framework, allowing per-skill entries with environment variables and install metadata.

What's the best way to troubleshoot skill loading issues in a workspace bootstrap?

Troubleshooting skill loading issues during workspace bootstrap involves auditing frontmatter gating, validating environment injection, and checking per-skill metadata against the centralized config schema.

Why are my agent skills not loading correctly in a multi-workspace setup?

Agent skills fail to load correctly in multi-workspace setups when YAML frontmatter gating, environment injection, or per-skill metadata validation fails during the skill loading workflow.

Do I need a minimal SKILL.md frontmatter to integrate skills into my workspace?

A minimal SKILL.md frontmatter is required to integrate skills into your workspace using the agent skills loading workflow, ensuring proper environment injection and metadata validation.