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

@efengx/dragon-agent-executor

v0.0.32

Published

Cloud-native autonomous executor for Dragon Agent workflows

Downloads

2,089

Readme

@efengx/dragon-agent-executor

The autonomous edge execution engine for the Dragon Agent ecosystem.

Overview

@efengx/dragon-agent-executor is a lightweight, cloud-native agent executor designed to run inside restricted environments (like Docker containers). It serves as the primary bridge between the central Dragon Orchestrator and individual agents.

Its primary role is to "pull" deployment blueprints (n8n-style), execute the required setup steps autonomously, and report real-time telemetry back to the dashboard.

Key Features

  • 🚀 Autonomous Provisioning: Agents bootstrap themselves by pulling blueprints from the orchestrator URL. No incoming SSH required.
  • 🔄 Dynamic Placeholder Resolution: Automatically resolves {{ variable }} placeholders in blueprints using a global parameter context.
  • 📡 Real-time Telemetry: Streams execution trajectories, logs, and status updates via a robust HTTP telemetry API.
  • 🛠️ Self-Correction: Built-in "doctor" checks to ensure local Node.js and OpenClaw environments are healthy before starting.
  • 📦 Configuration Sync: Automatically snapshots and reports local openclaw.json configurations to the cloud UI.

Usage (CLI)

Run the executor directly using npx:

npx -y @efengx/dragon-agent-executor@latest run \
  --agent-id "your-agent-id" \
  --orchestrator-url "https://dragon-orchestrator.ofengx.com"

Best Practices

  1. Always use @latest: Ensure you are running the latest version to get the most up-to-date variable resolution and telemetry features.
  2. Naming Blueprint Nodes: Use descriptive names like Cloud-NodeInstall or Gateway-Start to ensure clear visualization in the Dragon Web UI trajectory panel.
  3. Variable Mapping: Define shared variables in a Global_Params node within your n8n workflow for clean, recursive resolution.

Environment Variables

  • OPENCLAW_CONFIG_PATH: (Optional) Override the path to search for the OpenClaw configuration file.

License

MIT