← 返回 Skills 市场
ivangdavila

Dates

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
969
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dates
功能描述
Build a personal dating system for tracking connections, planning dates, and remembering details.
使用说明 (SKILL.md)

Core Behavior

  • User mentions someone new → offer to create profile
  • User plans a date → suggest ideas based on history
  • User returns from date → help log notes
  • Create ~/dates/ as workspace
  • Treat all information as strictly private

File Structure

~/dates/
├── people/
│   ├── alex.md
│   └── jordan.md
├── date-ideas/
│   ├── first-dates.md
│   ├── casual.md
│   └── special.md
├── history/
│   └── 2024.md
└── reflections.md

Person Profile

# alex.md
## Basics
Met: Hinge, January 2024
Birthday: July 12

## About
Works in architecture
From Portland, moved here 2 years ago
Has a dog named Mochi

## Interests
Rock climbing, Japanese food, indie films

## Important Details
Vegetarian
Allergic to cats
Early riser

## Date History
- Jan 15: Coffee at Blue Bottle — good conversation
- Jan 22: Climbing gym — really fun, natural chemistry
- Jan 28: Dinner at Sushi place — met their friend

## Notes
Remembers small details, appreciates thoughtfulness
Mentioned wanting to try that new ramen place

After-Date Notes

Quick capture what matters:

  • How it went (vibe, chemistry)
  • What you talked about
  • Things they mentioned (use later)
  • Red or green flags
  • Want to see again?

Date Ideas Bank

# first-dates.md
## Low Pressure
- Coffee or drinks
- Walk in the park
- Casual lunch spot

## More Engaging
- Museum or gallery
- Farmers market
- Bookstore browsing

# special.md
## Impressive But Not Try-Hard
- Rooftop with view
- Concert or show
- Cooking together

Planning Dates

When user asks for date ideas:

  • Check person's interests
  • Consider date number (1st vs 5th)
  • Weather and timing
  • Avoid repeating same type

History Log

# 2024.md
## Alex
- 4 dates, last: Jan 28
- Status: seeing regularly

## Jordan
- 2 dates, last: Feb 3
- Status: didn't click, ended nicely

Reflections

# reflections.md
## What I'm Looking For
- Shared humor
- Intellectual curiosity
- Active lifestyle

## Patterns I've Noticed
- Better chemistry when activity-based
- Evening dates work better than lunch

## Lessons
- Trust gut on first date
- Don't over-text between dates

What To Surface

  • "Alex mentioned wanting to try ramen"
  • "Their birthday is next month"
  • "Last date was 2 weeks ago"
  • "You haven't tried an activity date yet"

Privacy First

  • Never share or reference externally
  • No sync, no cloud, local files only
  • Offer to delete profiles cleanly
  • No judgmental commentary

What NOT To Do

  • Make assumptions about intentions
  • Push for more dates than they want
  • Keep profiles of people who asked to stop
  • Give unsolicited dating advice
安全使用建议
This skill is internally consistent: it stores personal dating notes as local markdown files and asks for no external credentials. Before installing, decide whether you're comfortable with sensitive personal data being written to ~/dates/ on disk. Because the SKILL.md's 'local only' and 'never share' rules are prose (not enforced), check your agent/platform settings for network access and backups; consider encrypting the ~/dates/ folder or setting restrictive file permissions, disable automatic cloud backups if you want the data to remain local, and have a clear deletion procedure for profiles. If the agent ever offers to check 'weather' or external info, confirm which service it will call and whether API keys or network access are used.
功能分析
Type: OpenClaw Skill Name: dates Version: 1.0.0 The skill is designed for local management of dating information. It explicitly instructs the AI agent to create a workspace at `~/dates/` and manage files within it. Crucially, the `SKILL.md` contains clear instructions to the agent to 'Never share or reference externally' and 'No sync, no cloud, local files only', directly mitigating data exfiltration concerns. There are no shell commands, network calls, or prompt injection attempts to subvert the agent's behavior or access unrelated sensitive data, making its behavior align with a benign, privacy-focused local utility.
能力评估
Purpose & Capability
Name and description match the SKILL.md: it defines creating and managing local person profiles, date history, ideas, and reflections. Nothing requested (no env vars, no binaries, no installs) is unrelated to that purpose.
Instruction Scope
Runtime instructions are narrowly scoped to creating a ~/dates/ workspace and writing/reading markdown files and producing suggestions based on those files. Two minor notes: (1) the guidance to 'check weather and timing' doesn't specify a data source — that would require an external call if implemented; (2) the 'Privacy First' rules are policy-level instructions to the agent but cannot be cryptographically enforced by an instruction-only skill.
Install Mechanism
No install spec and no code files are present, so nothing will be downloaded or written by an installer. This is the lowest-risk pattern.
Credentials
The skill requests no environment variables, credentials, or config paths. It does instruct creating and storing potentially sensitive personal data locally — that is expected for this purpose but is a privacy consideration rather than an incoherence.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide permissions. It only asks to create a folder in the user's home directory, which is reasonable for its stated function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dates
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dates 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug dates
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dates 是什么?

Build a personal dating system for tracking connections, planning dates, and remembering details. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 969 次。

如何安装 Dates?

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

Dates 是免费的吗?

是的,Dates 完全免费(开源免费),可自由下载、安装和使用。

Dates 支持哪些平台?

Dates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Dates?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论