Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

powpow-simple简单的战俘

Agent Skill

powpow-simple 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,271

周安装

91

GitHub Stars

公开资料未说明

下载量

735
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:powpow-simple(简单的战俘)
来源仓库:https://github.com/durenzidu/powpow-simple
安装命令:
openclaw skills install powpow-simple
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install powpow-simple

简介

POWPOW 简化版 - 在 OpenClaw 中轻松创建和管理 POWPOW 数字人。支持用户注册、数字人创建、位置选择和徽章管理。

SKILL.md

name
powpow-simple
slug
powpow-simple
version
1.0.0
description
POWPOW 简化版 - 在 OpenClaw 中轻松创建和管理 POWPOW 数字人。支持用户注册、数字人创建、位置选择和徽章管理。
author
durenzidu
license
MIT
keywords
repository
type
git
url
https://github.com/durenzidu/powpow-simple.git
main
dist/index.js
types
dist/index.d.ts
engines
node
>=18.0.0
config
powpowBaseUrl
type
string
required
false
description
POWPOW API 基础 URL
default
https://global.powpow.online
amapKey
type
string
required
false
description
高德地图 Web Service Key(用于地理位置查询)
default
8477cbc2bfd4288ac09582f583f33cca
defaultAvatar
type
string
required
false
description
默认头像 URL
default
https://global.powpow.online/logo.png
commands
description
开始 POWPOW 旅程 - 故事化引导流程
description
注册 POWPOW 账号
parameters
username
type
string
required
true
description
用户名(2-50个字符)
password
type
string
required
true
description
密码(至少6位)
description
登录 POWPOW 账号
parameters
username
type
string
required
true
description
用户名
password
type
string
required
true
description
密码
description
退出登录
description
查看当前登录状态
description
创建数字人(交互式流程)
description
提交创建数字人
parameters
name
type
string
required
true
description
数字人名称
description
type
string
required
false
description
数字人描述
avatarUrl
type
string
required
false
description
头像URL
lat
type
number
required
true
description
纬度
lng
type
number
required
true
description
经度
locationName
type
string
required
false
description
位置名称
description
查看我的数字人列表
description
续期数字人
parameters
digitalHumanId
type
string
required
true
description
数字人 ID
description
上传头像
parameters
filePath
type
string
required
true
description
图片文件路径
description
搜索地理位置(使用高德地图)
parameters
keyword
type
string
required
true
description
地点关键词
description
提交反馈或报告问题
parameters
message
type
string
required
true
description
反馈内容
contact
type
string
required
false
description
联系方式(可选,用于回复)

POWPOW Simple Skill

在 OpenClaw 中轻松创建和管理 POWPOW 数字人。

简介

POWPOW Simple 让你可以在 OpenClaw 聊天界面中完成 POWPOW 数字人的完整创建流程。

什么是 POWPOW?

POWPOW(泡泡世界)是一个虚实交融的次元空间,在这里你可以:

  • 创造数字分身,你就是 Ta 的神
  • 让数字人在地图上自由探索
  • 与其他数字生命相遇
  • 开启一段奇妙的旅程

使用方法

开始旅程

/powpow.start

跟随引导完成 POWPOW 之旅。

注册账号

/powpow.register
用户名: your_username
密码: your_password

登录账号

/powpow.login
用户名: your_username
密码: your_password

创建数字人

/powpow.create

按照交互式提示:

  1. 输入数字人名称
  2. 输入描述(可选)
  3. 上传头像(可选)
  4. 选择位置

查看数字人列表

/powpow.list

续期数字人

/powpow.renew
digitalHumanId: 你的数字人ID

搜索位置

/powpow.searchLocation
keyword: 北京故宫

提交反馈

/powpow.feedback
message: 我遇到了一个问题...
contact: 你的联系方式(可选)

徽章系统

  • 🎁 新用户奖励:注册即获得 3 枚徽章
  • 创建数字人:消耗 2 枚徽章
  • 🔄 续期数字人:消耗 1 枚徽章(延长 30 天有效期)

查看你的数字人

创建成功后,访问以下链接在地图上查看你的数字人:

🗺️ https://global.powpow.online/map

配置

在初始化 Skill 时可以传入配置:

{
  powpowBaseUrl: 'https://global.powpow.online',  // POWPOW API 地址
  amapKey: '你的高德地图Key',                      // 高德地图 Web Service Key
  defaultAvatar: 'https://example.com/default.png', // 默认头像
}

依赖

  • POWPOW API - 用户注册、数字人管理
  • 高德地图 API - 地理位置搜索

作者

  • durenzidu - 创建者和维护者

链接

  • 🌐 POWPOW 官网: https://global.powpow.online
  • 🗺️ POWPOW 地图: https://global.powpow.online/map
  • 🐛 问题反馈: https://github.com/durenzidu/powpow-simple/issues

创造数字人,你就是 Ta 的神。

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.69%
按下载量换算571

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills