← Back to Skills Marketplace
671
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install memepickup-wingman
Description
Dating wingman that generates openers, replies, profile analysis, date plans, and coaching via the MemePickup API (Hinge/Tinder/Bumble/Instagram).
Usage Guidance
This skill appears to implement a legitimate dating‑assistant workflow, but I found two red flags you should verify before installing or providing your API key: (1) The included scripts call an API at rork-memepickup-app-3.vercel.app while the public homepage is memepickup.com — confirm with the vendor that the vercel.app host is an official, trusted endpoint (ask for the canonical API base URL and source of that deployment). (2) README privacy statements conflict with the scripts: README claims some processing happens via OpenAI Vision and that screenshots aren't retained, yet the scripts POST screenshots and conversation text to the remote API; ask the developer how image/text processing actually works and how long data are retained. Additional precautions: (a) Do not supply your production API key until you confirm the endpoint ownership — consider using a throwaway/test key first. (b) Be cautious enabling auto-swipe: it requires screen recording and accessibility permissions and may violate dating-platform terms of service. (c) If you need high assurance, request the server-side source or an official domain/certificate for the API and prefer installations where the API domain matches the vendor's official domain and privacy policy. If the developer cannot satisfactorily explain the vercel.app deployment and the privacy mismatch, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: memepickup-wingman
Version: 1.1.0
The skill is classified as suspicious due to its high-risk 'Auto-Swipe Mode' feature, which involves the AI agent instructing the OpenClaw/Manus platform to perform screen interaction or browser automation on dating apps. While this functionality is explicitly disclosed, opt-in, and includes safety rails (e.g., max profiles, random delays, stop on CAPTCHA), it carries significant risks such as violating platform Terms of Service and potential account bans, as detailed in `SKILL.md` and `references/AUTO-SWIPE.md`. Additionally, the skill transmits sensitive user data (dating conversations, profile screenshots) to a third-party API (`rork-memepickup-app-3.vercel.app`), as disclosed in `SKILL.md`'s 'Security & Privacy' section. Although the code (`scripts/api.sh`, `scripts/api.py`) is well-structured with action whitelisting and robust input handling against injection, the inherent risks associated with its core features warrant a 'suspicious' classification rather than 'benign' or 'malicious' (as there's no evidence of intentional, undisclosed harmful behavior).
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions align with a dating wingman: generating lines, replies, profile analysis, preferences, and optional auto-swipe. The single required env var (MEMEPICKUP_API_KEY) is proportional to the declared API integration. However, the network endpoints in the shipped scripts point to a vercel.app host (https://rork-memepickup-app-3.vercel.app) rather than the public homepage (memepickup.com), which is unexpected and noteworthy.
Instruction Scope
SKILL.md and examples explicitly instruct the agent to send conversation text and base64-encoded screenshots to the remote API for processing and to perform auto-swipe actions that require screen-recording/accessibility permissions. Those data transmissions are intrinsic to the skill, but the README also contains a contradictory claim that 'Profile screenshots are processed by OpenAI Vision and not retained' — while the scripts actually POST images to the vercel.app API. The skill also documents proactive nudges (20+ hour silence) which may lead to autonomous activations; combined with network calls this increases privacy risk.
Install Mechanism
No install spec is provided (instruction-only), and the included scripts are simple curl/urllib wrappers that do not write files. There is no arbitrary download or extraction. The scripts whitelist allowed actions (no argument-injection) and declare no file I/O beyond reading stdin. This is low-risk from an install-surface perspective.
Credentials
Only MEMEPICKUP_API_KEY is required as declared and used. That is proportionate for an API-backed service. There are no extra credentials requested. Still, the API key will be sent as an x-api-key header to the vercel.app endpoint—verify that this endpoint is the legitimate MemePickup service before providing your key.
Persistence & Privilege
The skill does not set always:true and does not attempt to change other skills' configs, which is good. However it documents operations that require elevated device permissions (screen recording and accessibility) for auto-swipe, which are powerful and can expose other on-screen sensitive data. Also autonomous activation (default allowed) combined with transmitting screenshots and conversation content to an external endpoint increases the blast radius — consider restricting autonomous invocation if you provision the skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memepickup-wingman - After installation, invoke the skill by name or use
/memepickup-wingman - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add Manus support, Python API helper, references, Telegram example
Metadata
Frequently Asked Questions
What is Memepickup Wingman?
Dating wingman that generates openers, replies, profile analysis, date plans, and coaching via the MemePickup API (Hinge/Tinder/Bumble/Instagram). It is an AI Agent Skill for Claude Code / OpenClaw, with 671 downloads so far.
How do I install Memepickup Wingman?
Run "/install memepickup-wingman" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memepickup Wingman free?
Yes, Memepickup Wingman is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Memepickup Wingman support?
Memepickup Wingman is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memepickup Wingman?
It is built and maintained by samcraw1 (@samcraw1); the current version is v1.1.0.
More Skills