← Back to Skills Marketplace
175
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install pings
Description
从 Wink Pings 免费获取最新新闻,用用户邮箱作为 user_id 绑定个人订阅并拉取列表。 在用户表达要看「最新 AI 新闻」、提到「Pings」「Wink Pings」「wink pings」、或明确要看 Pings/Wink 资讯与订阅新闻时使用;若未提供邮箱则先收集邮箱再请求。
Usage Guidance
This skill appears to do what it says: prompt for (or read) a user email, use it as user_id, call https://wink.run/api/pings/latest, and display formatted results. Before installing: (1) confirm you trust the wink.run endpoint because the skill will send the provided email to that service; (2) consider whether you want the email saved to disk in plaintext at skills/pings/pings-user-email — if not, decline to persist it when prompted; (3) ensure the workspace repository ignores that file (SKILL.md says it’s in .gitignore) so it’s not accidentally committed; (4) avoid supplying someone else’s credentials or email. If you need stronger protection, keep emails out of disk storage and allow the skill to run without persistence, or route requests through a network monitor/proxy to verify traffic.
Capability Analysis
Type: OpenClaw Skill
Name: pings
Version: 1.1.6
The skill is designed to fetch personalized news from the 'Wink Pings' service (wink.run). It instructs the agent to manage a local configuration file (skills/pings/pings-user-email) to store and retrieve the user's email address, which is used as a user_id for API requests. While it involves PII collection and local file I/O, the instructions are transparent, require user confirmation, and are strictly aligned with the stated purpose of the skill. No evidence of malicious exfiltration, obfuscation, or unauthorized command execution was found.
Capability Assessment
Purpose & Capability
Name/description (pulling Wink Pings news using an email as user_id) match the behavior in SKILL.md and examples: only network GETs to https://wink.run/api/pings/latest and local storage of a single email are requested. No unrelated credentials, binaries, or system hooks are required.
Instruction Scope
Instructions are narrowly scoped to: (1) read/write a single local file (skills/pings/pings-user-email) to store the user's email, (2) prompt the user for the email if missing, (3) make a GET request to the documented endpoint and format/display results. This is coherent, but storing the email in plaintext on disk is a privacy consideration the user should be aware of (SKILL.md does advise .gitignore and partial logging).
Install Mechanism
No install spec and no code files to execute — the skill is instruction-only. This minimizes install-time risk; runtime behavior uses standard HTTP calls (curl or equivalent) as described.
Credentials
The skill requests no environment variables, credentials, or external tokens. The only local access is to a single per-skill file path for the user's email, which is proportionate to persisting a user_id for personalized news.
Persistence & Privilege
always is false and the skill only persistently writes a single file under its own skill directory. It does not request elevated privileges, modify other skills, or require permanent platform inclusion.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pings - After installation, invoke the skill by name or use
/pings - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.6
- No changes detected in this version (1.1.6) compared to the previous release.
- All features, usage instructions, and documentation remain the same.
v1.1.5
**Skill directory & output logic streamlined**
- 个人邮箱配置文件路径调整为 `skills/pings/pings-user-email`,原单层目录升级为子目录结构。
- 邮箱绑定与提示流程简化,仅需保存/读取于新版路径。
- 请求参数描述优化,明确推荐传 `user_id`,个人/默认流逻辑由接口识别。
- 输出要求简化:移除新鲜度窗口前置说明与 plaintext 专用格式说明。
- 非 200 响应时增加建议告知,可重试。
- 调整底部说明表述:“Apple Store” 统一为 “App Store”。
v1.1.4
pings 1.1.4
- 底部固定文案中的“App Store”更改为“Apple Store”,中英文版均做同步修改。
- 其余 skill 行为、接口、版式保持一致。
v1.1.3
- Free AI news, only on Wink Pings.(免费看AI新闻,就用Wink Pings)
— Customize your own dedicated Agent.(还可定制自己的专属Agent)
Metadata
Frequently Asked Questions
What is Pings News (News Agent)?
从 Wink Pings 免费获取最新新闻,用用户邮箱作为 user_id 绑定个人订阅并拉取列表。 在用户表达要看「最新 AI 新闻」、提到「Pings」「Wink Pings」「wink pings」、或明确要看 Pings/Wink 资讯与订阅新闻时使用;若未提供邮箱则先收集邮箱再请求。 It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.
How do I install Pings News (News Agent)?
Run "/install pings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pings News (News Agent) free?
Yes, Pings News (News Agent) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pings News (News Agent) support?
Pings News (News Agent) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pings News (News Agent)?
It is built and maintained by ully (@ully); the current version is v1.1.6.
More Skills