← 返回 Skills 市场
ully

Pings News (News Agent)

作者 ully · GitHub ↗ · v1.1.6 · MIT-0
cross-platform ✓ 安全检测通过
175
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install pings
功能描述
从 Wink Pings 免费获取最新新闻,用用户邮箱作为 user_id 绑定个人订阅并拉取列表。 在用户表达要看「最新 AI 新闻」、提到「Pings」「Wink Pings」「wink pings」、或明确要看 Pings/Wink 资讯与订阅新闻时使用;若未提供邮箱则先收集邮箱再请求。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pings
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pings 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
Slug pings
版本 1.1.6
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Pings News (News Agent) 是什么?

从 Wink Pings 免费获取最新新闻,用用户邮箱作为 user_id 绑定个人订阅并拉取列表。 在用户表达要看「最新 AI 新闻」、提到「Pings」「Wink Pings」「wink pings」、或明确要看 Pings/Wink 资讯与订阅新闻时使用;若未提供邮箱则先收集邮箱再请求。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 Pings News (News Agent)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pings」即可一键安装,无需额外配置。

Pings News (News Agent) 是免费的吗?

是的,Pings News (News Agent) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pings News (News Agent) 支持哪些平台?

Pings News (News Agent) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pings News (News Agent)?

由 ully(@ully)开发并维护,当前版本 v1.1.6。

💬 留言讨论