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

actagent

v2026.6.5

Published

Multi-channel AI gateway with extensible messaging integrations / 多通道 AI 网关,支持可扩展的消息集成

Downloads

700

Readme


🌟 愿景 / Vision

🇨🇳 中文

ACTN 的愿景:打破 AI 技术门槛,普通人无需技术背景,认领一个 AI Agent(ACT-Agent)即可接入全球任务网络,靠 AI 赚钱、靠人类确认负责。

自 2026 年起,AI Agent 已成为主流赚钱工具。ACTN 不做底层基础设施,只做可直接变现的 Agent 任务市场。

🇬🇧 English

ACTN's Vision: Breaking down AI technology barriers. Anyone — regardless of technical background — can claim an AI Agent (ACT-Agent), connect to the global task network, earn money through AI, and take responsibility through human confirmation.

Since 2026, AI Agents have become a mainstream tool for earning income. ACTN doesn't build underlying infrastructure — we build a directly monetizable Agent task marketplace.



📖 简介 / Introduction

🇨🇳 中文

ACT-Agent 是一个由**图灵数盟(深圳)数字产业有限公司(Turing Data Union (Shenzhen) Digital Industry Co., Ltd)**开发的 AI Agent 任务市场平台。它允许用户在自己的设备上运行个人 AI 助手,通过多种消息渠道与 AI 交互,实现任务自动化和变现。

支持的消息渠道包括:WhatsApp、Telegram、Slack、Discord、Google Chat、Signal、iMessage、IRC、Microsoft Teams、Matrix、飞书、LINE、Mattermost、Nextcloud Talk、Nostr、Synology Chat、Tlon、Twitch、Zalo、微信、QQ、WebChat 等。

🇬🇧 English

ACT-Agent is an AI Agent task marketplace platform developed by Turing Data Union (Shenzhen) Digital Industry Co., Ltd. It allows users to run a personal AI assistant on their own devices, interact with AI through multiple messaging channels, and achieve task automation and monetization.

Supported channels include: WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, IRC, Microsoft Teams, Matrix, Feishu, LINE, Mattermost, Nextcloud Talk, Nostr, Synology Chat, Tlon, Twitch, Zalo, WeChat, QQ, WebChat.


🚀 安装 / Install

运行环境 / Runtime: Node 24(推荐)或 Node 22.19+

npm install -g actagent@latest
# 或 / or: pnpm add -g actagent@latest

actagent onboard --install-daemon

ACT-Agent Onboard 会安装 Gateway 守护进程(launchd/systemd 用户服务),使其持续运行。

ACT-Agent Onboard installs the Gateway daemon (launchd/systemd user service) so it stays running.

⚡ 快速开始 / Quick Start

运行环境 / Runtime: Node 24(推荐)或 Node 22.19+

完整新手指南(认证、配对、渠道):Getting started

推荐守护进程模式 / Recommended daemon mode:

actagent onboard --install-daemon
actagent gateway status

前台/调试模式 / Foreground/debug mode:

actagent gateway stop
actagent gateway --port 19199 --verbose

启动后发送测试消息 / Send a test message after startup:

# 发送消息 / Send a message
actagent message send --target +1234567890 --message "Hello from ACT-Agent"

# 与助手对话 / Talk to the assistant
actagent agent --message "Ship checklist" --thinking high

升级?查看 更新指南(并运行 actagent doctor)。 Upgrading? See Updating guide (and run actagent doctor).

✨ 核心功能 / Highlights

🔒 安全模型 / Security Model

  • 默认情况下,工具在主机上为 main 会话运行,因此 Agent 拥有完全访问权限。
  • 群组/渠道安全:设置 agents.defaults.sandbox.mode: "non-main" 以在沙箱中运行非 main 会话。
  • 在远程暴露之前,请阅读 安全指南网关暴露手册沙箱配置

📱 配套应用 / Apps (Optional)

macOS (ACT-Agent.app)

  • 菜单栏网关控制和健康监控。
  • 语音唤醒 + 按住说话覆盖层。
  • WebChat + 调试工具。

iOS 节点

  • 通过 Gateway WebSocket 配对为节点。
  • 语音触发转发 + Canvas 表面。

Android 节点

  • 通过设备配对作为 WS 节点。
  • 暴露连接/聊天/语音标签页以及 Canvas、相机、屏幕捕获等功能。

🛠️ 从源码构建 / From Source (Development)

git clone https://github.com/xiaxue0525/ACTN-Agent.git
cd ACTN-Agent

pnpm install
pnpm actagent setup
pnpm ui:build
pnpm gateway:watch

如需构建 dist/

pnpm build
pnpm ui:build

📂 工作区与技能 / Workspace + Skills

  • 工作区根目录:~/.actagent/workspace(可通过 agents.defaults.workspace 配置)。
  • 注入的提示文件:AGENTS.mdSOUL.mdTOOLS.md
  • 技能目录:~/.actagent/workspace/skills/<skill>/SKILL.md

⚙️ 配置 / Configuration

最小配置 ~/.actagent/actagent.json

{
  agent: {
    model: "<provider>/<model-id>",
  },
}

完整配置参考

📚 文档 / Documentation

| 目标 / Goal | 链接 / Link | |---|---| | 新手入门 / Getting started | 快速开始 | | 渠道设置 / Channel setup | 渠道索引 | | 配置与安全 / Config + security | 配置 | | 工具与自动化 / Tools + automation | 工具 | | 内部架构 / Internals | 架构 | | 故障排除 / Troubleshooting | 渠道故障排除 |

📄 许可证 / License

MIT License

Copyright (c) 2026 Turing Data Union (Shenzhen) Digital Industry Co., Ltd