daydreamsai

daydreamsai

@daydreamsai Organization

GitHub
30 Skills
780 Total Stars
February 2026 Joined

Public Skills

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

asteroid-agent

by daydreamsai

Builds a near-Earth asteroid tracking agent using NASA NeoWs API with x402 payments. Use when creating space object trackers, asteroid alert systems, or planetary defense data feeds.

Agents 26 3mo ago

gamedeals-agent

by daydreamsai

Builds a video game deal aggregator agent using CheapShark API with x402 payments. Use when creating game price trackers, deal alert agents, or gaming marketplace integrations.

Agents 26 3mo ago

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.

Agents 26 3mo ago

defi-agent

by daydreamsai

Builds a DeFi analytics agent using DeFiLlama API with x402 payments. Use when creating TVL trackers, DEX volume agents, or DeFi protocol monitoring systems.

Agents 26 3mo ago

hackernews-agent

by daydreamsai

Builds a Hacker News data agent using HN Firebase API with x402 payments. Use when creating tech news aggregators, trending topic agents, or developer community feeds.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

weather-agent

by daydreamsai

Builds a weather forecast agent using Open-Meteo API with x402 payments. Use when creating location-based weather agents, forecast systems, or climate data feeds.

Agents 26 3mo ago

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.

Agents 26 3mo ago

cult-film-curtis

by daydreamsai

Builds a cult film recommendation agent with x402 payments. Use when creating entertainment-focused paid agents, building TMDB API integrations, or designing recommendation systems with micropayments.

API Dev 26 3mo ago

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.

Academic 26 3mo ago

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).

Agents 26 3mo ago

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.

Agents 26 3mo ago

b2a-agents

by daydreamsai

Builds 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".

Agents 26 3mo ago

tig-innovator

by daydreamsai

AI-powered algorithm optimization agent for The Innovation Game protocol. Earns cryptocurrency by optimizing Rust algorithms. Use when optimizing TIG challenge algorithms or submitting solutions to the TIG network.

CLI Tools 26 3mo ago

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.

Agents 26 3mo ago

api-research

by daydreamsai

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.

API Dev 26 3mo ago

trend-discovery

by daydreamsai

Discovers trending topics on X/Twitter and the web. Finds opportunities where people need data/APIs. Use when starting any agent creation workflow.

API Dev 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

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.

Agents 26 3mo ago

lucid-agent-editor

by daydreamsai

Skill for editing and managing existing Lucid agents via the API. Shows three options: MCP tool with SIWE, SDK with your wallet, or viem with custom signing. Activate when: user wants to edit, update, disable, or manage existing agents

Agents 26 3mo ago

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.

Agents 26 4mo ago