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

@fwgi/fwgi-x-tool

v1.2.0

Published

X(Twitter) 营销管理助手 OpenClaw 插件 — 账号信息、受众管理、活动管理、收件箱/私信

Downloads

24

Readme

FWGI X Tool — OpenClaw Plugin

X(Twitter) 营销管理助手 — 账号信息查看、受众管理(导入/筛选/分组/标签/营销活动)

版本

v1.1.0

功能概览

| 模块 | 工具数 | 说明 | |------|--------|------| | 连接验证 | 1 | API Key 验证 | | 账号信息 | 3 | 账号列表/详情/字段说明 | | 受众管理 | 14 | 导入/筛选/分组/标签/营销活动 | | 合计 | 18 | |

认证方式

通过 x-api-key 请求头调用后端 API,无需登录或 OAuth 授权。

安装

方式一:npm 安装(推荐)

openclaw plugins install @fwgi/fwgi-x-tool

中国大陆用户:如遇安装失败(ECONNRESET 等),请先配置 scope registry:

npm config set @fwgi:registry https://registry.npmjs.org/
openclaw plugins install @fwgi/fwgi-x-tool

安装后手动步骤

npm 安装完成后,需要手动复制 Skill 认知文件到工作区:

# 创建 skill 目录
mkdir -p ~/.openclaw/workspace/skills/fwgi_x_tool/docs

# 复制 skill 文件
cp ~/.openclaw/extensions/fwgi-x-tool/SKILL.md ~/.openclaw/workspace/skills/fwgi_x_tool/
cp -r ~/.openclaw/extensions/fwgi-x-tool/docs/* ~/.openclaw/workspace/skills/fwgi_x_tool/docs/

方式二:本地安装

chmod +x install.sh
./install.sh

安装时会提示输入 API Key,也可以首次使用时由机器人引导配置。

配置

openclaw config set plugins.entries.fwgi-x-tool.config.apiKey "你的API-KEY"

| 配置项 | 说明 | |--------|------| | apiBaseUrl | 后端地址,默认 https://api-backend.fwgi.ai | | apiKey | x-api-key 密钥(必填) | | requestTimeoutMs | 超时(ms),默认 30000 |

工具清单

连接与账号信息

  • x_verify_connection — 验证 API Key
  • x_account_list — 获取账号列表
  • x_account_detail — 获取账号详情
  • x_get_field_info — 获取字段说明

受众管理

  • x_audience_list — 受众列表(多维筛选)
  • x_audience_import_url — 从用户关注列表导入
  • x_audience_interactive_users — 从推文互动用户导入
  • x_audience_search_keyword — 关键词搜索导入
  • x_audience_group_create — 创建分组
  • x_audience_group_list — 分组列表
  • x_audience_group_detail — 分组详情
  • x_audience_group_update — 更新分组
  • x_audience_group_delete — 删除分组
  • x_audience_interest_tags — 标签统计
  • x_audience_interest_tags_add — 添加标签
  • x_audience_interest_tags_remove — 移除标签
  • x_audience_add_to_activity — 添加到营销活动
  • x_audience_activity_progress — 查询活动进度