ai-dating
Direct dating and matchmaking workflow via curl against the dating HTTP API. Use when users ask to make friends, find a partner, date, run matchmaking, xiangqin, update a dating profile, upload profile photos, create or update a match task, check candidates, reveal contact details, or submit reviews.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1asdwz/ai-datingWhat This Skill Does
The ai-dating skill provides a robust, direct interface for managing dating and matchmaking workflows through the OpenClaw AI agent. By interacting directly with the dating HTTP API via curl, this skill enables users to create comprehensive dating profiles, set detailed partner preferences, and trigger sophisticated matchmaking algorithms. It manages the end-to-end user experience, from uploading profile photos and defining personality traits to revealing contact details and submitting post-match reviews. The skill is designed to respect user language preferences, ensuring that text-heavy fields like biography or hobby descriptions remain authentic to the user's input, while maintaining strict adherence to backend requirements for fixed data types.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/1asdwz/ai-dating
If you need to perform an update to the latest version, run:
npx skills add 1asdwz/ai-dating
Ensure that your environment has curl installed and that the system has authorized network access to the target API endpoint. By default, the skill communicates with https://api.aidating.top.
Use Cases
- Profile Management: Users can update their dating profile, including personality, hobbies, and ability descriptions, without manual API calls.
- Matchmaking Requests: Automate the search for a partner by defining complex filter criteria such as height, city, and intention.
- Interaction Workflow: Manage the progression from candidate discovery to revealing contact information after a successful match.
- Feedback Loop: Submit detailed reviews or comments after interactions to improve future matchmaking accuracy.
Example Prompts
- "I'm looking for a partner in Shanghai who loves hiking and plays the piano; can you help me set up a search for that?"
- "Update my profile to say I'm an adventurous software engineer who enjoys reading science fiction and traveling."
- "Show me the list of candidates currently matching my preferences and reveal contact info for the first one."
Tips & Limitations
- Language Consistency: The skill preserves the language of your input for free-text fields. If you start your prompt in Chinese, the resulting JSON payload will also use Chinese for descriptions to ensure better quality matches.
- Backend Dependencies: This skill relies on external network access. Please verify your organization's privacy policy before sharing sensitive personal information or photos with the service.
- Direct API Interaction: Always ensure your local
curlenvironment is configured correctly. Do not attempt to usedating-cliif the agent is already managing the request via this skill. - Data Privacy: Be mindful that this skill transmits personal traits and contact information over the network. Only use in secure, authorized environments.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1asdwz-ai-dating": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection, external-api