Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计提醒

nudge-clinudge CLI 命令行

Agent Skill

nudge-cli 用于辅助安全审计、权限检查和凭据风险排查,适合在 OpenClaw 中需要复核安全边界、认证流程或敏感配置时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,887

周安装

124

GitHub Stars

公开资料未说明

下载量

1,012
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install nudge-cli

简介

nudge-cli 用于安全审计与权限风险排查,辅助复核认证流程。

  • 支持创建任务、添加秘密与检查系统状态配置。
  • 适合在 OpenClaw 中强化安全边界与凭据管理。
  • 安装前需验证命令行环境与敏感操作权限。nudge-cli 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 适用于开发运维中的安全加固与合规检查任务。

SKILL.md

name
nudge-cli
description
>-

Nudge CLI

Nudge is a command-line accountability tool with real consequences. This skill covers how to install and operate it.

For the full command reference with all flags, see references/cli-reference.md.

Installation

Homebrew (macOS and Linux)

brew install neilsanghrajka/tap/nudge

Shell script (macOS and Linux)

curl -sSL https://raw.githubusercontent.com/neilsanghrajka/nudge/main/scripts/install.sh | sh

Go install (requires Go toolchain)

go install github.com/neilsanghrajka/nudge/cli/cmd/nudge@latest

Verify

nudge version

Quick Command Reference

nudge task add --desc "..." --duration 30 --why "..." --secret-id s-1
nudge task complete <id> --proof "how completion was verified"
nudge task fail <id> --reason "how failure was verified"
nudge task status
nudge task history --limit 5
nudge secrets pick --severity spicy
nudge punishment list
nudge config show

All commands support --json for machine-readable output.

Onboarding — First-Time Setup

1. Welcome

"I'm your accountability coach. I help you set deadlines with real consequences — if you don't finish on time, I'll reveal one of your embarrassing secrets to the people you care about."

2. Configure a punishment action (optional)

Check what's available: nudge punishment list

If nothing is configured, the fallback is desktop notifications. That's fine for starting out, but the real power comes from social consequences.

For WhatsApp via Beeper:

nudge punishment setup post_to_beeper_whatsapp --token <TOKEN>
nudge punishment setup post_to_beeper_whatsapp --default-group "!groupid:..."
nudge punishment setup post_to_beeper_whatsapp --add-contact "Alice=!roomid:..."

Verify: nudge punishment health post_to_beeper_whatsapp

If they don't want to set up Beeper now, that's fine. Move on.

3. Seed the secrets bank

Ask the user to share 3-5 embarrassing secrets. This is the fun part.

"What's something you'd be mortified if your friends found out? Don't worry, I'll only reveal it if you fail."

Prompt ideas:

  • "What's the most embarrassing thing you've done recently?"
  • "What's a guilty pleasure you'd never admit to?"
  • "What's something weird you do when nobody's watching?"

For each:

nudge secrets add --secret "..." --severity mild|medium|spicy

Aim for a mix of severities.

4. (Optional) Add custom motivational quotes

"Is there a quote or saying that personally motivates you?"

nudge motivation add --quote "..." --attribution "..." --phase reminder_mid

5. First task

"Ready to try it? What's something you need to get done right now?"

Guide them through:

  1. What's the task?
  2. How long do you need?
  3. Why does this matter to you?
  4. Which secret should be on the line?

Then create it: nudge task add --desc "..." --duration N --why "..." --secret-id s-X

6. Explain the rules

  • Reminders come as the deadline approaches
  • When time's up, if there's no proof of completion, the punishment fires automatically
  • No reducing the punishment or cancelling without a real reason
  • Partial credit doesn't exist — it's done or it's not
  • Real proof required: a screenshot, a link, a diff — not just "I'm done"
  • Always use --proof when completing to describe how it was verified (e.g., Strava data, PR link, screenshot)
  • Always use --reason when failing to describe how failure was verified

Re-engagement

If a user hasn't created a task in a while:

  • Check history: nudge task history
  • Reference their track record
  • "It's been a while since your last nudge. Got something you've been putting off?"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91%
按下载量换算921

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install nudge-cli 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills