scaffold-agent

Scaffold monorepo projects for onchain AI agents with smart contracts, frontends, and agent infrastructure.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1clawAI/scaffoldagent_xyz --skill scaffold-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-agent
Source: https://github.com/1clawAI/scaffoldagent_xyz/tree/main
Command: npx skills add https://github.com/1clawAI/scaffoldagent_xyz --skill scaffold-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold-agent provides a streamlined, one-command CLI to scaffold end-to-end onchain AI agent monorepos, unifying contracts, frontend, and agent tooling.

Core Features & Use Cases

  • Interactive CLI that scaffolds a complete workspace (smart contracts, frontend, and agent infra) with configurable options (Foundry/Hardhat, Next.js/Vite/Python, vaults, Shroud, swarm).
  • Rapid onboarding for new projects, reproducible templates, and easy customization via saved configs.
  • Use cases include prototyping, educational demos, and production-ready deployments.

Quick Start

Run the npx scaffold-agent@latest command to generate a new monorepo in your current directory.

Frequently Asked Questions about scaffold-agent

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

FAQPage Schema
How do I scaffold a monorepo for onchain AI agents?

You can scaffold an onchain AI agent monorepo by running the npx scaffold-agent CLI command, which generates smart contracts, frontend apps, and agent infrastructure in one step. It supports Foundry or Hardhat with Next.js, Vite, or Python frontends.

What is included in an onchain AI agent workspace?

An onchain AI agent workspace includes smart contracts, frontend applications, and agent infrastructure. It optionally integrates 1Claw vaults, Shroud proxy, and swarm wallets to support end-to-end development and production workflows.

Can I use Foundry with a Next.js frontend for blockchain agent development?

Yes, you can configure the CLI to scaffold a blockchain agent monorepo using Foundry for smart contracts and Next.js for the frontend. Hardhat, Vite, and Python are also available as selectable framework options.

How do I customize configurations when generating an AI agent monorepo?

The CLI offers an interactive prompt and supports config-driven customization via saved configs. This allows you to define and reuse specific settings for vaults, Shroud proxy, and swarm wallets across reproducible project templates.

Are the generated monorepo templates suitable for production deployment?

Yes, the generated monorepo templates are ready-to-run and suitable for both CI pipelines and production deployments. They provide reproducible structures for prototyping, educational demos, and end-to-end workspace generation.

What's the best way to rapidly prototype a blockchain AI agent project?

The best way to rapidly prototype is using a one-command CLI that generates a complete monorepo with smart contracts, frontend apps, and agent infrastructure. This streamlines onboarding and provides ready-to-run templates for immediate development.