← 返回 Skills 市场
Nyne Enrichment
作者
Michael Fanous
· GitHub ↗
· v1.0.0
570
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nyne-enrichment
功能描述
Enrich any person by email, phone, LinkedIn URL, or name using the Nyne Enrichment API. Returns contact info, social profiles, work history, education, and o...
安全使用建议
Before installing or enabling this skill: 1) Verify the skill's origin (owner and homepage are missing); if you don't recognize the publisher, be cautious. 2) Expect to provide NYNE_API_KEY and NYNE_API_SECRET; ensure you trust Nyne and understand billing/PII policies. 3) The SKILL.md examples use curl, jq, and python3 — ensure your agent environment provides these or update the instructions. 4) Avoid supplying an untrusted callback_url — doing so will send enriched personal data to that endpoint. 5) Remove or avoid commands that echo secrets (even masked) into logs. 6) Consider legal/privacy implications of enriching personally identifiable information (emails, phones). 7) Ask the publisher to fix the registry metadata to list required env vars and binaries, and to document any data retention or webhook behaviors. If you cannot confirm the publisher and these inconsistencies, do not grant API credentials to the skill.
功能分析
Type: OpenClaw Skill
Name: nyne-enrichment
Version: 1.0.0
The skill bundle is benign. It integrates with the Nyne Enrichment API as described, using standard `curl` commands and environment variables for API keys. The `SKILL.md` instructions are focused on guiding the AI agent to present results and do not contain any prompt injection attempts. The `nyne_parse` helper function uses `python3 -c` to clean JSON, which is a legitimate utility and not indicative of malicious intent. While the Nyne API supports a `callback_url` parameter that could potentially be misused by a malicious user of the skill (e.g., for SSRF via the Nyne API), the skill itself merely exposes this API feature and does not perform any malicious actions with it.
能力评估
Purpose & Capability
The name/description (person enrichment) matches the instructions and API endpoints. However, the registry metadata claims no required env vars or binaries while SKILL.md requires NYNE_API_KEY and NYNE_API_SECRET and relies on curl, jq, and python3. That mismatch is an incoherence between declared requirements and actual runtime needs.
Instruction Scope
Instructions direct the agent to POST/poll Nyne endpoints, display all returned data (including PII), and optionally use a callback_url webhook. The callback_url parameter enables delivering results to arbitrary endpoints (a potential exfiltration channel if misused). The examples also echo a masked API key/secret to stdout, which risks accidental leakage into logs. The nyne_parse helper runs python3 to sanitize JSON — expected but not declared in registry.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. However, the runtime examples require standard CLI tools (curl, jq, python3) that the registry did not list as required binaries; that operational mismatch should be corrected but is not an install-level red flag.
Credentials
Requesting an API key and secret (NYNE_API_KEY, NYNE_API_SECRET) is proportionate to using a paid enrichment API. But the registry metadata shows 'none' for required env vars while SKILL.md requires two secrets—this inconsistency is suspicious. Also, the instructions show partial echo of secret values (even masked), which could surface secrets to logs.
Persistence & Privilege
The skill is user-invocable and not always-on; it does not request persistent platform privileges or modify other skills. No elevated persistence or 'always: true' behavior is present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nyne-enrichment - 安装完成后,直接呼叫该 Skill 的名称或使用
/nyne-enrichment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Nyne Enrichment Skill 1.0.0
- Initial release enabling person enrichment by email, phone, LinkedIn URL, or name via the Nyne API.
- Returns identity, contact info, social profiles, work history, education, and optional social media posts.
- Supports advanced options: lite mode, AI-enhanced search, newsfeed add-on, and strict email validation.
- Provides comprehensive agent instructions and sample bash automations for async API with polling.
- Includes JSON cleaning helper to handle control characters in API responses.
元数据
常见问题
Nyne Enrichment 是什么?
Enrich any person by email, phone, LinkedIn URL, or name using the Nyne Enrichment API. Returns contact info, social profiles, work history, education, and o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 570 次。
如何安装 Nyne Enrichment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nyne-enrichment」即可一键安装,无需额外配置。
Nyne Enrichment 是免费的吗?
是的,Nyne Enrichment 完全免费(开源免费),可自由下载、安装和使用。
Nyne Enrichment 支持哪些平台?
Nyne Enrichment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nyne Enrichment?
由 Michael Fanous(@michaelfanous2)开发并维护,当前版本 v1.0.0。
推荐 Skills