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

@citizenweb3/ai-integrations

v1.0.0

Published

AI agent skills for blockchain node operators — install, update, and manage nodes with Claude Code, Copilot, Gemini, Codex, opencode, and OpenClaw

Readme

ai-integrations — npm package

npm AgentSkills License: MIT

AI agent skills for blockchain node operators.

Install, update, and manage blockchain validator nodes with natural language — works with Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex CLI, opencode, and OpenClaw.


Install

# No install required — use npx
npx @citizenweb3/ai-integrations logos-node

# Install globally (available in all projects)
npx @citizenweb3/ai-integrations logos-node --global

# Or install the CLI globally
npm install -g @citizenweb3/ai-integrations
ai-integrations logos-node

Usage

# Install a skill for a specific network
ai-integrations logos-node

# Install globally (available in all projects, not just current)
ai-integrations logos-node --global

# Skip confirmation prompts
ai-integrations logos-node --yes

# Help
ai-integrations --help

After installation, activate the skill in your AI agent:

/logos-node install   — fresh node setup
/logos-node update    — breaking upgrade (wipe + re-init)
/logos-node status    — check sync, peers, wallet balance

Supported networks

| Network | Branch | Status | |---|---|---| | logos-node | logos-node | ✅ Available | | darkfi-node | darkfi-node | 🔜 Planned | | genlayer-node | genlayer-node | 🔜 Planned |


Supported agents

The installer auto-detects which agents you have and asks before installing for each.

| Agent | How detected | Skill path | |---|---|---| | Claude Code | ~/.claude/ exists | ~/.claude/skills/<network>/ | | GitHub Copilot | .github/copilot/ or GitHub remote | .agents/skills/<network>/ | | Gemini CLI | .gemini/ or GEMINI_API_KEY | .gemini/skills/<network>/ | | OpenAI Codex CLI | OPENAI_API_KEY or .codex/ | .agents/skills/<network>/ | | opencode | .opencode/ or which opencode | .opencode/skills/<network>/ | | OpenClaw | ~/.openclaw/ or which openclaw | ~/.openclaw/skills/<network>/ |

With --global, skills are installed to home directory paths so they're available in all projects.


How skills work

Skills are markdown files that tell an AI agent how to perform a complex task. When you type /logos-node install, your agent reads skill/SKILL.md and follows the step-by-step procedure to set up your Logos node.

Key feature: the skill fetches the latest Logos release at runtime via GitHub API. No manual updates needed when a new Logos version ships.


Claude Code marketplace

/plugin marketplace add citizenweb3/ai-integrations
/plugin install logos-node@citizenweb3

Alternative: bash installer (no npm)

curl -fsSL https://raw.githubusercontent.com/citizenweb3/ai-integrations/logos-node/install.sh | bash

Contributing

  • Skills are in network branches (logos-node, darkfi-node, ...)
  • Installer is in main branch
  • Open a PR against the relevant branch to update a skill

About

Built by CitizenWeb3 as a public contribution to blockchain node operator tooling.

citizenweb3/ai-integrations · AgentSkills Standard · MIT License