← Back to Skills Marketplace
Nyne Deep Research
by
Michael Fanous
· GitHub ↗
· v1.0.0
621
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nyne-deep-research
Description
Research any person using the Nyne Deep Research API. Submit an email, phone, social URL, or name and receive a comprehensive intelligence dossier with psych...
Usage Guidance
This skill calls an external person-research API and its SKILL.md requires NYNE_API_KEY and NYNE_API_SECRET even though the registry metadata does not declare them—ask the publisher to fix the metadata before installing. Before using: verify the Nyne API provider is legitimate and that you have legal/ethical permission to research the target; avoid using callback_url to send results to third-party endpoints you don't control; do not store API secrets in world-readable files—use a secure secret store or at minimum restrict file permissions (chmod 600) and avoid echoing secrets into shell history; be aware the skill's instructions explicitly instruct showing full, unredacted dossiers (which may include highly sensitive personal data) and consider whether you need that level of detail. If you proceed, request that the registry entry be updated to list required env vars/primary credential and ask for clearer guidance on secure secret handling and safe defaults for webhook usage.
Capability Analysis
Type: OpenClaw Skill
Name: nyne-deep-research
Version: 1.0.0
The skill is classified as suspicious due to a significant shell injection vulnerability present in the `SKILL.md` examples. The `curl -d` commands construct JSON payloads by directly concatenating strings, which, if user input for parameters like `email`, `phone`, `social_media_url`, `name`, `company`, `city`, or `callback_url` is not properly sanitized by the agent, could allow arbitrary command execution. Additionally, the `callback_url` parameter, while not explicitly used in the provided examples, represents a potential data exfiltration channel if an agent were prompted to use it with an attacker-controlled URL, allowing the sensitive dossier data to be sent to an unauthorized endpoint by the Nyne API service.
Capability Assessment
Purpose & Capability
The skill's stated purpose (performing deep person research via the Nyne API) aligns with the SKILL.md, which requires an API key and secret—those credentials are appropriate for the task. However, the registry metadata claims no required environment variables or primary credential, which is an incoherent/important mismatch.
Instruction Scope
Instructions explicitly require presenting full, untruncated dossiers (including sensitive psychographic and 'creepy-good' insights), poll and write responses to /tmp, and offer a 'callback_url' webhook option. The webhook option can send sensitive results to arbitrary external endpoints if used, and the 'show maximum depth' directive materially increases privacy/ethical risk by encouraging exposure of all collected data to the user or UI.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes install-time risk. It does rely on standard tools (curl, jq, python3) which is normal for a CLI-based API integration.
Credentials
The SKILL.md requires NYNE_API_KEY and NYNE_API_SECRET—proportionate to calling a private API—but the registry metadata does not list these required env vars (incoherent). The instructions also recommend persisting credentials in shell profile or a home .nyne_env file without guidance on file permissions, which can expose secrets. The callback_url parameter further enables exfiltration if misused.
Persistence & Privilege
The skill is not always-included and does not request elevated platform privileges. It does instruct storing secrets in user shell files (user-level persistence), but it does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nyne-deep-research - After installation, invoke the skill by name or use
/nyne-deep-research - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of nyne-deep-research skill.
- Enables deep research on any person via the Nyne Deep Research API using email, phone, social profile URL, or name.
- Returns a comprehensive dossier including psychographic profile, social graph analysis, career insights, conversation starters, and approach strategies.
- Provides detailed agent instructions on how to present and handle all dossier sections and fallback scenarios.
- Includes full setup guide with required API credentials and environmental variables.
- Documents best practices for JSON response handling, including helper functions to clean responses.
- Supplies complete usage examples for research requests and polling for results with bash and curl.
Metadata
Frequently Asked Questions
What is Nyne Deep Research?
Research any person using the Nyne Deep Research API. Submit an email, phone, social URL, or name and receive a comprehensive intelligence dossier with psych... It is an AI Agent Skill for Claude Code / OpenClaw, with 621 downloads so far.
How do I install Nyne Deep Research?
Run "/install nyne-deep-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nyne Deep Research free?
Yes, Nyne Deep Research is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nyne Deep Research support?
Nyne Deep Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nyne Deep Research?
It is built and maintained by Michael Fanous (@michaelfanous2); the current version is v1.0.0.
More Skills