ADWilkinson

Lucid Agents — AI skill for Claude Code

AI community

Lucid Agents Commerce SDK.

How to install Lucid Agents

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ADWilkinson/lucid-agents and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Lucid Agents does

Lucid Agents Commerce SDK. Bootstrap AI agents in 60 seconds that can pay, sell, and participate in agentic commerce supply chains. Our protocol agnostic SDK provides CLI-generated templates and drop-in adapters for Hono, Express, Next.js, and TanStack, giving you instant access to crypto/fiat payment rails (AP2, A2A, x402, ERC8004).

Alternatives in AI

  • Room — Open-source earning-focused swarm intelligence engine 838 ★
  • UltraCode Shim — Give Claude Code's ultracode mode to ANY model you already pay for 422 ★
  • Prismor — Self-hosted runtime control plane for AI agents 334 ★

README

Lucid Agents

Machine commerce, made clear.
The TypeScript runtime for machine commerce.

License npm version CI status

Lucid turns typed functions into discoverable services that agents and applications can call, pay for, stream, or run as tasks. It provides one runtime for schemas, payment admission, policy, idempotency, fulfillment, discovery, and accounting while wallets, payment protocols, networks, and facilitators remain external.

Use Lucid when a service needs several typed capabilities or shared behavior across frameworks. For a single paid route, the upstream payment middleware may be the smaller dependency.

Start with your coding agent

The primary way to work with Lucid is through a coding agent that understands the runtime, packages, release channels, and adapter boundaries. Run this from your project root before giving the agent its first Lucid task:

curl -fsSL https://docs.daydreams.systems/skills/lucid-agents/install.sh | sh

Reload your agent, ask it to use the `lucid-agents` skill, and let it inspect the project before editing. The installer verifies the versioned skill archive and does not install npm packages or modify application source; see the [skill installation guide](https://docs.daydreams.systems/docs/start/agent-skill) for the manual