onboarding

Guide developers through building a three-agent URL info pipeline in Agent Studio.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nansen/nansen-cowork-plugins --skill onboarding-nansen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/nansen/nansen-cowork-plugins/tree/main/nansen-agent-studio/skills/onboarding
Command: npx skills add https://github.com/nansen/nansen-cowork-plugins --skill onboarding-nansen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates developer onboarding for Agent Studio by guiding users through building a three-agent URL info pipeline.

Core Features & Use Cases

  • Guided planning and CLEAR framework mapping for agent development.
  • Step-by-step construction of three agents: URL Reader, Summary Writer, and Workflow.
  • End-to-end validation, export, and safe Opal sandbox workflow with debugging practice.

Quick Start

Follow the onboarding prompts to construct the three agents and wire them into a working URL info pipeline.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I build a multi-agent URL info pipeline in Agent Studio?

To build a multi-agent URL info pipeline in Agent Studio, follow a guided onboarding workflow that helps you construct a URL Reader, Summary Writer, and Workflow agent. This enforces best practices for planning, building, and wiring agents together.

What is the two-step CMP write pattern for JSON validation?

The two-step CMP write pattern for JSON validation is a structured approach enforced during agent building. It requires programmatic JSON editing to ensure configuration integrity before exporting agents to the Opal sandbox.

How do I export agents to the Opal sandbox safely?

You can safely export agents to the Opal sandbox by following structured validation checks and the two-step CMP write pattern. This ensures your URL info pipeline configuration is completely error-free before deployment.

Does Agent Studio onboarding include debugging workflows for agents?

Agent Studio onboarding includes dedicated debugging workflows for agents. It guides you through production-like steps to identify and resolve issues during the construction and validation of your URL info pipeline.

What is the CLEAR framework for agent development planning?

The CLEAR framework is a guided planning method used for agent development. It maps out the construction of agents like the URL Reader and Summary Writer to ensure logical workflow design before building starts.