create-agent-list

Create AgentLists from CSV, Excel, dictionaries, or DataFrames and save as JSON.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/expectedparrot/skills --skill create-agent-list
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-agent-list
Source: https://github.com/expectedparrot/skills/tree/main/.claude/skills/create-agent-list
Command: npx skills add https://github.com/expectedparrot/skills --skill create-agent-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of AgentLists from descriptions, data sources, or programmatic generation, reducing manual setup time.

Core Features & Use Cases

  • Generate AgentLists from web results, textual descriptions, local files, or programmatic specifications.
  • Create AgentLists from a list of Agent objects or from external data sources like CSV, Excel, dictionaries, or DataFrames.
  • Save AgentLists locally as JSON and optionally publish to coop (Expected Parrot) servers, with optional codebooks and instructions.

Quick Start

Use this Skill to generate an AgentList from a CSV file named 'people.csv' and save it locally as 'people_agent_list.json'.

Frequently Asked Questions about create-agent-list

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

FAQPage Schema
How do I generate an agent collection from a CSV file?▼

To generate an agent collection from a CSV file, you use the from_source method to parse the tabular data and automatically create a ready-to-use AgentList for downstream automation tasks.

Can I create agents from Excel spreadsheets and dictionaries?▼

Yes, you can create agents from Excel spreadsheets and dictionaries. The Skill processes these external data sources to produce ready-to-use agent collections for downstream tasks.

What is the best way to automate agent creation from web data?▼

The best way to automate agent creation from web data is by providing textual descriptions or web results to the generation process, which then outputs a structured AgentList.

Does this method support saving generated agents locally as JSON?▼

Yes, this method supports saving generated agents locally as JSON files. It also offers optional publishing to cooperative servers for broader access.

How do I integrate codebooks and instructions into an AgentList?▼

You integrate codebooks and instructions during the AgentList creation process to provide specific behavioral guidelines and context for the generated agent collection.

Can I programmatically generate an AgentList from a list of Agent objects?▼

Yes, you can programmatically generate an AgentList from a list of Agent objects, allowing for list-based creation of agent collections ready for downstream tasks.