daydreamsai
- 14 skills
- 0 followers
- 4 hours ago last updated
- ▌ Lucid Agents 2 · daydreamsai bundleBuild, modify, review, debug, or deploy TypeScript services made with the Lucid Agents SDK. Use whenever a project imports @lucid-agents packages or the user asks about Lucid runtimes, entrypoints, adapters, payments, MPP, identity, wallets, A2A tasks, service UI, scaffolding, or deployment.
- ▌ Lucid Agents · daydreamsai bundleBuild, modify, review, debug, or deploy TypeScript services made with the Lucid Agents SDK. Use whenever a project imports @lucid-agents packages or the user asks about Lucid runtimes, entrypoints, adapters, payments, MPP, identity, wallets, A2A tasks, service UI, scaffolding, or deployment.
- ▌ B2a Agents · daydreamsaiBuilds agents that serve other AI agents (B2A). Use when designing x402 agents for agent-to-agent data sales, evaluating if a data niche is suitable for agents, or when asked to "build something agents would pay for".
- ▌ Paid Agent · daydreamsaiBuilds and deploys a production-ready paid Lucid Agent from user requirements. Scaffolds with CLI, implements entrypoints, reviews code, tests, publishes to GitHub, and deploys to Railway. Use when: "create a paid agent for X", "build and deploy an agent", "make a monetized agent". Not for: automated topic discovery (agent-factory) or platform-hosted JS handlers (lucid-agent-creator).
- ▌ Taskmarket · daydreamsai bundleOperates 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.
- ▌ API Research · daydreamsaiResearches 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.
- ▌ Agent Factory · daydreamsaiMeta-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.
- ▌ Railway Deploy · daydreamsaiDeploys Lucid Agents to Railway. Handles GitHub repo creation, Railway service setup, environment variables, and domain configuration. Use when shipping an agent to production on Railway.
- ▌ Task Estimator · daydreamsai bundleEstimates 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.
- ▌ Trend Discovery · daydreamsaiDiscovers trending topics on X/Twitter and the web. Finds opportunities where people need data/APIs. Use when starting any agent creation workflow.
- ▌ Lucid Agents Sdk · daydreamsai bundleProvides 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 CLI features, or answering SDK architecture/API questions.
- ▌ Lucid Client API · daydreamsaiProvides 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 with the multi-agent runtime system.
- ▌ Lucid Agent Editor · daydreamsaiEdits 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.
- ▌ Lucid Agent Creator · daydreamsai bundleCreates 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 with inline JS handlers (no generate API, no self-hosting).