lucid-agent-creator
Installation
SKILL.md
Creating Agents with Agents
This skill teaches you how to create Lucid agents with JavaScript handler code.
When to Use
Use this skill when creating Lucid agents with inline JavaScript handlers. Agents are hosted on the Lucid platform and can be invoked immediately after creation. No generate API - you write the JS handler code yourself. No self-hosting required.
Three Options for Creating Agents
Option 1: MCP Tool with Server Wallet (SIWE)
Use the create_lucid_agent MCP tool with Sign In With Ethereum (SIWE):
# First, ensure you're authenticated via SIWE in your MCP client
# Your server wallet will be used for setup payment and authentication
# Then use the MCP tool
Related skills