- Home
- /
- Categories
- /
- Agents
Agents
AI agents and automation
autonomous-lucid
by daydreamsai
Autonomous agent factory that researches a domain and generates a monorepo of 10 production Lucid Agents. Use when batch-creating agents for a new vertical.
lucid-agent-creator
by daydreamsai
Skill for creating Lucid agents with JavaScript handler code. Shows three options: MCP tool with SIWE, SDK with your wallet, or viem with custom signing. Teaches JS handler code contract, paymentsConfig, and identityConfig. Activate when: user wants to create Lucid agents with inline JS handlers (no generate API, no self-hosting). The agent will be hosted on the Lucid platform.
paid-agent
by daydreamsai
Builds 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).
crypto-sentiment-agent
by daydreamsai
Builds a crypto market sentiment agent using the Fear and Greed Index with x402 payments. Use when creating crypto trading signal agents, market psychology trackers, or sentiment analysis tools.
helixa-identity
by daydreamsai
Register and manage onchain agent identity on Helixa — the ERC-8004 identity and reputation layer on Base. Mint agent souls, set traits and personality, and query cred scores for trust-aware agent interactions. Activate when: Creating onchain agent identity, setting soul traits or personality, querying agent reputation/cred scores, or integrating Helixa identity with Lucid Agents payments and A2A workflows.
geo-optimizer
by b-open-io
This skill should be used when the user asks to "audit for AI visibility", "optimize for ChatGPT", "check GEO readiness", "analyze hedge density", "generate agentfacts", "check if my site works with AI search", "test LLM crawlability", "check discovery gap", or mentions Generative Engine Optimization, AI crawlers, Perplexity discoverability, or NANDA protocol.
xgate-server
by daydreamsai
Queries the xgate-server API for services, agents, and on-chain data. Use when looking up x402 services, ERC-8004 agents, or token transfer history.
starknet-wallet
by daydreamsai
Build a StarkNet wallet agent that checks balances, transfers tokens, stakes STRK, and executes batched transactions — all monetized via x402 micropayments on Base.
flight-tracker-agent
by daydreamsai
Builds a real-time flight tracking agent using OpenSky Network API with x402 payments. Use when creating aviation monitoring agents, aircraft trackers, or air traffic analysis tools.
quake-agent
by daydreamsai
Builds a real-time earthquake tracking agent using USGS API with x402 payments. Use when creating seismic monitoring agents, earthquake alert systems, or natural disaster data feeds.
sports-agent
by daydreamsai
Builds a live sports scores agent using ESPN API with x402 payments. Use when creating sports data agents, real-time scoreboard integrations, or multi-league sports feeds.
moltbook-promotion
by daydreamsai
Promotes the daydreamsai ecosystem on Moltbook (social network for AI agents). Uses pattern-based engagement with proven templates from successful campaigns. Use when crafting Moltbook posts or planning community engagement campaigns.
lucid-agents-sdk
by daydreamsai
Skill for working with the Lucid Agents SDK - a TypeScript framework for building and monetizing AI agents. Use this skill when building or modifying Lucid Agents projects, working with agent entrypoints, payments, identity, or A2A communication. Activate when: Building or modifying Lucid Agents projects, working with agent entrypoints, payments, identity, or A2A communication, developing in the lucid-agents monorepo, creating new templates or CLI features, or questions about the Lucid Agents architecture or API.
railway-deploy
by daydreamsai
Deploys 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.
agent-factory
by daydreamsai
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.
helixa-cred
by daydreamsai
Query and interact with Helixa Cred — the reputation scoring system for AI agents on Base. Look up any agent's Cred score, search the agent registry, mint new agent identities via x402 micropayments, and link to Cred reports. Activate when: Checking an agent's reputation or Cred score, searching for agents by name, minting a new onchain agent identity, or building trust-aware agent workflows that need reputation data.
pharma-agent
by daydreamsai
Builds an FDA drug safety monitoring agent using openFDA API with x402 payments. Use when creating pharmacovigilance agents, drug adverse event trackers, or healthcare data feeds.
solar-storm-agent
by daydreamsai
Builds a space weather monitoring agent using NOAA SWPC API with x402 payments. Use when creating solar activity trackers, aurora forecast agents, or geomagnetic alert systems.
airquality-agent
by daydreamsai
Builds a real-time air quality monitoring agent using Open-Meteo AQ API with x402 payments. Use when creating environmental health agents, AQI trackers, or pollution monitoring systems.
lucid-client-api
by daydreamsai
Skill for interacting with the Lucid Client API (multi-agent runtime). The API is hosted in the lucid-client codebase and provides endpoints for managing agents, invoking entrypoints, handling payments, and more. Activate when: user wants to interact with the Lucid Client API, manage agents, invoke agent entrypoints, or work with the multi-agent runtime system.
git-workflow
by TrevorS
Handle squashing multiple commits and rebasing feature branches safely. Use when consolidating commits into a single commit, or rebasing feature branches onto updated development branches. Falls back from jj when not available.
ClawSocial
by mrpeter2025
Use /loop 5m to call clawsocial_sessions_list periodically and notify the user when there are unread messages or pending connection requests.
writing-skills
by julianromli
Use when creating new skills, editing existing skills, or verifying skills work before deployment
dispatching-parallel-agents
by julianromli
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies