Equip Agents

Use when a Boardwalk workflow needs to give an agent() more than a prompt: reusable skills, inline tools, MCP servers, persistent memory, a real browser or desktop session, or a human-input gate. Covers the per-call agent() capabilities (skills, tools, mcp, memory, cwd, session, humanInput, and builtins scoping), computer.openBrowser()/openDesktop() and handing the session to a leaf, short-lived credentials via auth.idToken/auth.apiToken, and the workflow package that bundles a skills/ folder and other assets. A skill is a skills/<name>/SKILL.md the leaf loads on demand through the built-in skill tool (progressive disclosure), anchored to the code-review example. Pairs with boardwalk-use-cli to scaffold, build, and deploy the package.

boardwalk-labs 1907e2d 9.3 KB Updated

File contents

boardwalk-labs/plugins/tree/main/plugins/boardwalk/skills/equip-agents commit 1907e2d201

Frequently asked questions

npx skillmds@latest add boardwalk-labs/equip-agents