帮助 ClawHub 管理人员执行封禁、解封、角色调整与状态核验。
该技能材料显示其为开源的提示型 moderation 操作说明,本身未声明独立密钥或固定外部端点,整体风险较低;但其用途涉及高权限封禁、改角色等管理员操作,且会通过本地 repo 工具调用现有 CLI/API,因此在代码执行、数据访问和凭证上下文上仍需留意。
材料写明“无”独立环境变量,但 README 明确表示会复用现有 ClawHub CLI 的 auth/config 与 API-token 身份;这意味着技能本身不新增密钥面,但会在已有高权限令牌上下文中执行封禁、改角色等敏感操作,存在误用后果,需要确认最小权限与操作者身份。
未列出固定远程 host,但 README 说明该工具封装现有 HTTP API surfaces,并在写操作后通过 CLI/API 做验证;因此可合理推断会向 ClawHub 相关 API 发送 moderation 数据。属于该类工具的常规联网能力,材料未见把数据外发到无关或不明端点的红旗。
README 多次要求在 ClawHub 仓库根目录运行 `bun run mod -- ...`,说明会在本机执行 repo-local `clawhub-mod` 命令及 Bun 脚本。该能力属于本地进程执行的常规范围,但因可触发封禁、解封、改角色、报告分流等高影响写操作,使用前应审查实际仓库代码与命令参数。
材料未声明额外文件系统权限,但该技能依赖已检出的本地仓库,并会读取现有 CLI auth/config;同时其操作对象包含用户账号、技能状态、报告与审核状态等敏感业务数据。当前未见超出声明用途的过度授权描述,但应假定其至少可访问仓库内容与相关本地配置。
正面因素是 GitHub 开源且系统已判定为 open-source/prompt-only,可审计性较好;但仓库许可证未声明、社区采用为 0 star、维护状态未知,且该技能依赖 repo-local 工具与其实现细节,来源可信度不足以完全降为 safe。未见明显恶意或注入红旗,但建议先核验仓库内容与最近提交。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "clawhub-moderation" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/clawhub/main/.agents/skills/clawhub-moderation/SKILL.md 2. 保存为 ~/.claude/skills/clawhub-moderation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请使用 clawhub-mod 封禁用户 user_123,原因是重复发布垃圾技能,并返回当前封禁状态。
返回封禁执行结果、封禁原因记录,以及该用户当前的封禁状态。
请使用 clawhub-mod 取消隐藏技能 skill_456,并确认该技能现在对用户可见。
返回取消隐藏的执行结果,并说明技能当前是否已恢复可见。
请使用 clawhub-mod 将用户 user_789 的角色改为 moderator,然后检查并汇报其当前角色与相关管理状态。
返回角色变更结果,并汇报该用户最新角色及相关管理状态信息。
Use the repo-local clawhub-mod tool from a checked-out ClawHub repo. It wraps
the existing ClawHub CLI auth/config and HTTP API surfaces. Do not call Convex
internal mutations directly for staff actions.
skills unhide, users ban, and users unban.--yes.--id only when the user provides a user id.Run from the ClawHub repo root:
bun run mod -- --help
Authenticate or validate the current token:
bun run mod -- login
bun run mod -- whoami
Unhide a skill after moderator review:
bun run mod -- skills unhide <slug> --reason "<reason>" --yes
List and triage skill reports:
bun run mod -- skills reports --status open
bun run mod -- skills triage-report <report-id> --status confirmed --action hide --note "<note>" --yes
Ban a user:
bun run mod -- users ban <handleOrId> --reason "<reason>" --yes
Unban a user:
bun run mod -- users unban <handleOrId> --reason "<reason>" --yes
Change a user role:
bun run mod -- users set-role <handleOrId> <user|moderator|admin> --yes
Use --id when <handleOrId> is a user id. Use --fuzzy only when the user
has asked for fuzzy handle resolution or the exact handle is ambiguous.
The old top-level aliases still exist for user commands:
bun run mod -- ban-user <handleOrId> --reason "<reason>" --yes
bun run mod -- unban-user <handleOrId> --reason "<reason>" --yes
skills unhide.bun run mod -- whoami for the current token and user
search/admin surfaces for target accounts where available.skills unhide is a moderator manual restore. It clears skill hidden state,
applies a clean manual override to top-level moderation fields, preserves
version-level scanner records, updates public stats, and writes audit logs.skills hide command in clawhub-mod; use report
triage with --action hide when resolving a report that should hide a skill.ban-user is disruptive: it revokes API tokens, marks the user deleted,
hides owned skills, soft-deletes comments, and writes audit logs.unban-user is admin-only. It clears ban state and restores skills that were
hidden by the matching ban flow; revoked API tokens stay revoked.帮助你快速创建或接入 Convex,并完成前端初始化与首次本地运行。
帮助维护者高效审查、分诊并交接 ClawHub 的 GitHub 问题与 PR。
帮助开发者构建可复用的 Convex 组件,封装独立表结构与对外后端 API。
帮助你为 Convex 应用配置认证、身份映射与访问控制流程。
帮助用户判断应调用哪个 Convex 技能,并分流模糊的应用开发需求
帮助开发者规划 Convex 模式与数据迁移,支持破坏性变更、回填和零停机发布。
用于搜索、浏览、查看并下载 ClawHub.ai 技能目录内容
帮助 AI 助手在 SkillHub 中发现、搜索并安装 Claude Code 技能。
用于处理 ClawSweeper 的巡检报告、修复任务、合并流程与运维监控。
连接 Discord 驱动的 OpenClaw 会话,直接与智能代理实时交流协作。
为 AI 代理提供 HSM 支持的密钥即时获取与安全威胁扫描。
通过 WebSocket 将多个 Claude Code 实例接入协作中心,实现跨会话通信、文件交换与代理分发。