Operates Taskmarket tasks end to end on Base using the first-party CLI. Use when an agent needs bounty, claim, pitch, benchmark, auction, evaluator, artifact, payment, or requester-review workflows.
Estimates compute tokens and cost for TaskMarket tasks before posting or bidding. Use when planning task compute cost, setting fair bounty rewards, evaluating reward-versus-cost ROI, or comparing multiple tasks by expected margin.
Creates Lucid agents with JavaScript handler code. Covers three options: MCP tool with SIWE, SDK with wallet auth, or viem with custom signing. Includes handler code contract, paymentsConfig, and identityConfig. Use when creating Lucid platform-hosted agents…
Edits and manages existing Lucid agents via the API. Covers three options: MCP tool with SIWE, SDK with wallet auth, or viem with custom signing. Use when editing, updating, disabling, or otherwise managing existing Lucid agents.
Provides Lucid Agents SDK implementation patterns for TypeScript paid agents, including entrypoints, payments, identity, and A2A communication. Use when building or modifying Lucid Agents projects, working in the lucid-agents monorepo, creating templates or…
Provides Lucid Client API workflows for the multi-agent runtime. Covers endpoints for managing agents, invoking entrypoints, and handling payments in the lucid-client codebase. Use when interacting with Lucid Client API endpoints, managing agents, or working…
Meta-skill that orchestrates the full agent creation pipeline. Composes: trend-discovery → api-research → lucid-agents-sdk → railway-deploy. Use when creating new monetized agents from scratch.
Researches and validates live data APIs for a given topic. Finds free/public endpoints that work without authentication. Use when sourcing data APIs before building a paid agent.