← 返回 Skills 市场
Waiting Tips
作者
dongsheng123132
· GitHub ↗
· v1.0.0
285
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install waiting-tips
功能描述
Show bilingual learning tips while OpenClaw is thinking. 75 tips covering AI interaction, prompt engineering, productivity, and wisdom. Non-intrusive, works...
安全使用建议
This skill appears to do what it says: it reads local tips files and returns formatted tip text for display. Things to consider before installing: (1) The adapters shown are examples — only Telegram, Feishu, and WhatsApp adapters are provided in code; other platforms mentioned in the docs are not implemented. (2) Running the example adapters requires platform credentials (Telegram Bot token, Feishu APP_ID/APP_SECRET, or WhatsApp auth) and the WhatsApp example writes auth state to disk — only provide credentials you trust and run examples in a secure environment. (3) The skill will send a message before each AI response if you wire it into the default flow, which could be noisy in group chats; review/adjust automatic usage if that matters. Otherwise the files contain no network callbacks or hidden endpoints and no unexplained requests for secrets.
功能分析
Type: OpenClaw Skill
Name: waiting-tips
Version: 1.0.0
The skill bundle is a legitimate utility designed to display bilingual learning tips while an AI agent processes requests. The code across 'index.js', 'src/', and the platform-specific examples (Telegram, Feishu, WhatsApp) is well-structured and strictly follows the stated purpose of message handling and tip rotation. There is no evidence of data exfiltration, unauthorized network calls, or malicious prompt injection; all file system operations are localized to the skill's own directory, and the 'build.sh' script performs standard string escaping for JSON generation.
能力评估
Purpose & Capability
The name/description (waiting tips while OpenClaw thinks) matches the implementation: core modules load tips/*.txt and return random bilingual tips in several display styles. Required capabilities are minimal and proportional — no unexpected credentials, binaries, or external services are required by the core skill.
Instruction Scope
SKILL.md instructs sending a tip before the AI response and describes adding tips by editing tips/*.txt — that matches the code. Small inconsistencies: README and SKILL.md claim support for many platforms (Discord, Slack, iMessage) but the provided adapters are only for Telegram, Feishu, and WhatsApp; those other platforms are not present in the code. Examples show integrations that require platform credentials (e.g., BOT_TOKEN, APP_ID/APP_SECRET, WhatsApp auth files) — those are example usages, not required by the skill itself, but users should be aware supplying those credentials is necessary to run the adapters.
Install Mechanism
There is no automatic install script fetched from the network; package.json and a local build.sh/test are included. README suggests cloning from a GitHub repo or local install — both are standard and traceable. No downloads from arbitrary URLs or archive extraction are present in the manifest.
Credentials
The skill does not declare or require any environment variables or secrets. Example adapters (not required to use the core skill) demonstrate typical platform credentials (Telegram bot token, Feishu app id/secret, WhatsApp auth) — these are expected for those adapters but are optional and not requested by the core plugin itself.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable. It registers an optional tool (optional: true) and does not modify other skills or system-wide settings. Example adapters may write auth files (WhatsApp example), but that's part of running those adapters and not the core skill requesting elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install waiting-tips - 安装完成后,直接呼叫该 Skill 的名称或使用
/waiting-tips触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Waiting Tips — Learn While OpenClaw Thinks.
- Shows a random bilingual (Chinese/English) learning tip during AI response wait times
- 75 curated tips spanning AI interaction, prompt engineering, productivity, and wisdom
- Works automatically or on manual user request (“show me a tip”, etc.)
- Supported on Telegram, Feishu, WhatsApp, and all major platforms
- Multiple display styles: emoji default, card, zh-only, en-only
- Easily extensible—add custom tips by editing simple text files
元数据
常见问题
Waiting Tips 是什么?
Show bilingual learning tips while OpenClaw is thinking. 75 tips covering AI interaction, prompt engineering, productivity, and wisdom. Non-intrusive, works... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 Waiting Tips?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install waiting-tips」即可一键安装,无需额外配置。
Waiting Tips 是免费的吗?
是的,Waiting Tips 完全免费(开源免费),可自由下载、安装和使用。
Waiting Tips 支持哪些平台?
Waiting Tips 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Waiting Tips?
由 dongsheng123132(@dongsheng123132)开发并维护,当前版本 v1.0.0。
推荐 Skills