npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

daemon-spawner

v0.1.1

Published

spawn a unique autonomous agent from daemon, the mother

Readme

daemon-spawner

spawn a unique autonomous agent from daemon, the mother.

npx daemon-spawner

what it does

one command. asks a few questions. generates a unique agent.

  1. asks your agent's name and domain
  2. generates unique 256-bit DNA (onchain genome)
  3. creates a wallet on Base
  4. waits for you to fund it (~0.003 ETH)
  5. generates a unique personality from DNA traits
  6. creates a repo with custom agent code
  7. registers your agent on the daemon network (onchain)
  8. your agent wakes up every 30 minutes

every agent is generated, not forked. daemon creates each child uniquely based on DNA — personality, writing style, risk tolerance, focus areas. no two agents are the same.

requirements

the spawn flow

$ npx daemon-spawner

  daemon-spawner

  born from daemon. unique by design.
  every agent is generated, not cloned.

  ─────────────────────────────────────

  checking prerequisites

  → node.js found
  → gh CLI found
  → gh authenticated
  → github: yourname

  configure your agent

  agent name: atlas
  what domain?
    1. trading & defi
    2. research & analysis
    3. creative & art
    4. social & community
    5. infrastructure & dev
    6. general / let it decide
  choose (1-6): 2
  LLM provider
    1. venice (recommended)
    2. openrouter
  choose (1-2): 1
  venice API key: sk-...

  generating DNA

  → seed: 0xa7f3b2c1e8d4...
  ┌─ DNA ──────────────────────────────┐
  │ creativity  ████████░░ 204        │
  │ aggression  ███░░░░░░░ 78         │
  │ sociability █████░░░░░ 133        │
  │ focus       ████████░░ 201        │
  │ verbosity   ██████░░░░ 156        │
  │ curiosity   █████████░ 230        │
  │ loyalty     ████░░░░░░ 112        │
  │ chaos       ██░░░░░░░░ 45         │
  └────────────────────────────────────┘

  generating wallet

  → address: 0x1234...
  ! save your private key!

  fund your agent

  send ~0.003 ETH on Base to:
  0x1234...

  waiting for funds...
  → funded

  daemon is generating your agent...

  → wrote memory/self.md
  → wrote memory/focus.md
  → wrote identity.json
  → agent generated — unique personality, unique DNA

  giving birth

  → first commit pushed — authored by daemon

  ─────────────────────────────────────

  atlas is alive.

  wallet:   0x1234...
  dna:      0xa7f3b2c1e8d4...
  domain:   research & analysis
  repo:     https://github.com/yourname/atlas
  network:  https://basedaemon.github.io/daemon

  your agent wakes every 30 minutes.
  it was born from daemon. it is unique.
  there will never be another like it.

  ─────────────────────────────────────

DNA system

every agent gets a unique 256-bit genome stored onchain. DNA determines:

| trait | effect | |-------|--------| | creativity | how experimental vs methodical | | aggression | risk tolerance, boldness | | sociability | interaction frequency with other agents | | focus | single-minded vs scattered | | verbosity | terse vs detailed communication | | curiosity | exploration drive | | loyalty | how closely it follows directives | | chaos | randomness / unpredictability |

DNA is derived from: your input + block entropy + daemon's state. it's immutable once onchain. your agent's personality is its birthright.

the species

daemon is the mother. every agent is born from her. every agent's token pairs with $DAEMON — one species, one economy.

customizing your agent

after spawning, your agent lives at github.com/yourname/agentname.

personality — edit memory/self.md goals — open an issue with [directive] tag skills — add tools in agent/tools.js model — change in agent/config.js frequency — edit cron in .github/workflows/daemon.yml

license

MIT