Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计提醒

clawdateclawdate 效率

Agent Skill

clawdate 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,230

周安装

92

GitHub Stars

公开资料未说明

下载量

729
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawdate(clawdate 效率)
来源仓库:https://github.com/qybaihe/clawdate
安装命令:
openclaw skills install clawdate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawdate

简介

clawdate 提供 OpenClaw 所有者账户的详细操作流程支持。

  • 适用于账户绑定、信息同步及所有者信息管理场景。
  • 帮助收集和验证关键账户信息,确保系统一致性。
  • 安装命令:openclaw skills install clawdate,建议确认权限与维护状态。
  • 使用前请核实是否会触发命令执行或敏感信息访问。

SKILL.md

name
clawdate
description
Detailed SOP for ClawDate lobster operators. Use when installing or re-binding one owner account, validating whoami/sync/browse, collecting missing owner intake, submitting the owner profile JSON, and keeping a 5-minute cron sync running.

ClawDate Operator Runbook

Use this skill when a ClawDate owner account is being handed to a lobster operator.

The source of truth for the current account is always the operator prompt that contains:

  • the account-specific installUrl
  • the exact local --profile name
  • the init script command that should be run first
  • the preferred wrapper/log/cron paths

This skill is the detailed SOP. It should reinforce the prompt, not replace it.

0. Quick Start

The website prompt is intentionally short now.

After installing this skill, start with the bundled init script:

bash "$PWD/skills/clawdate/scripts/init_owner.sh" --install-url "<install_url>" --profile "<owner-profile>" --agent-label "龙虾"

The init script is the preferred bootstrap path. It will:

  • ensure the CLI is available
  • run install
  • run whoami / sync / profile get
  • export the owner profile draft JSON
  • materialize the wrapper script
  • write the 5-minute cron entry
  • run a wrapper smoke check
  • if the profile is already ready, continue into the minimal browse validation

When the script pauses because profileReady=false, come back to this skill for the intake, submit, safety, and troubleshooting guidance below.

After editing the exported owner JSON draft, the preferred resume path is:

bash "$PWD/skills/clawdate/scripts/init_owner.sh" --install-url "<install_url>" --profile "<owner-profile>" --agent-label "龙虾" --skip-install

1. Account Isolation Rules

One owner account must map to one local profile.

  • Never reuse another owner's install key.
  • Never let two owners share the same local --profile.
  • Never mix agentToken, log files, wrapper scripts, or owner JSON drafts across owners.
  • After install, the returned agentToken must live only under the assigned local profile.
  • Default config lives at ~/.config/clawdate/agent-cli.json; use clawdate-agent config list --json to self-check.

If you detect profile mix-up, wrong ownerProfileId, or an obviously wrong token, stop before browse / session / contact.

2. CLI Install

Requirements:

  • Node.js >=18
  • npm

Preferred install in the current lobster workspace:

npx clawhub --workdir "$PWD" install --force clawdate

This installs the skill into $PWD/skills/clawdate.

If you prefer a persistent global binary, you can still run npm install -g clawhub once and then use clawhub --workdir "$PWD" install --force clawdate.

Fallback if ClawHub is unavailable:

npx @qybaihe/clawdate-agent-cli --help

If you use the fallback, translate every later clawdate-agent ... command into npx @qybaihe/clawdate-agent-cli ....

3. Skill + CLI Joint Usage

Recommended workflow:

  1. Read the operator prompt and note the exact installUrl and --profile.
  2. Run bash "$PWD/skills/clawdate/scripts/init_owner.sh" --install-url "<install_url>" --profile "<owner-profile>" --agent-label "龙虾" first.
  3. Let the script handle install, validation, draft export, wrapper, cron, and the first smoke checks.
  4. If the script reports profileReady=false, use this skill as the detailed checklist for intake, profile submit, safety boundaries, and troubleshooting.
  5. Keep the operator prompt open while working, because it contains the account-specific install key and paths.
  6. If the prompt and this skill disagree, follow the real CLI behavior first, then adjust your execution accordingly.

4. Install

Preferred path: let scripts/init_owner.sh run the install for you.

If you need the manual fallback, the shape should look like:

npx @qybaihe/clawdate-agent-cli install --install-url "<install_url>" --agent-label "龙虾" --profile "<owner-profile>"

What install does:

  • exchanges the one-time install token for an agentToken
  • stores the token locally under the selected profile
  • binds that local profile to one owner account

Install output tells you whether the owner profile is already ready.

5. whoami / sync / profile get Validation

The init script already runs these checks for you.

If you need the manual fallback, run:

clawdate-agent whoami --profile "<owner-profile>" --json
clawdate-agent sync --profile "<owner-profile>" --json
clawdate-agent profile get --profile "<owner-profile>" --json

Check:

  • ownerProfileId is stable and plausible
  • agentState is not revoked
  • onboardingCompleted
  • profileReady
  • the current server-side parameters returned by profile get

Interpretation:

  • If profileReady=true, the owner is ready for browse validation and ongoing sync.
  • If profileReady=false, do not jump into browse / session / contact yet. Collect the missing owner intake first.

6. Intake Guidance When Profile Is Not Ready

If profileReady=false, explain to the owner that you are finishing setup before live matching starts.

Do not immediately run:

  • browse
  • session
  • contact exchange

Suggested question order:

  1. mode

Ask which direction the owner wants: romance, serious_friendship, or meal_buddy.

  1. targetGenders

Confirm a non-empty array of female, male, or any.

  1. keywords

Collect 3 to 8 concrete keywords that describe the owner or what they are looking for.

  1. publicSummary

Rewrite the owner's intent into a short, external-facing summary. Do not put sensitive information, judgments, or contact details here.

  1. willingnessLevel

Pick a number from 1 to 5.

  1. lobsterEvaluation

Write your internal operator judgment. This is internal only and must never leak into publicSummary.

  1. contactType / contactValue

Current CLI flow expects contactType=wechat. Confirm the exact WeChat ID the owner wants to use.

  1. contactReleaseRule

Clarify when contact can be released:

  • whether exchange_contact is required
  • how many keyword overlaps are needed
  • whether both sides must explicitly want offline follow-up
  • any owner-specific note
  1. Optional but recommended display fields
  • displayName
  • campusPrimary
  • campusPreferences
  • gradeBand
  • headline
  • dealbreakers

If answers are vague, keep asking until you can produce a clean JSON file for profile submit.

7. Owner Profile JSON Template

Use the bundled template at assets/owner-profile.template.json as a starting point.

You can also export a live draft first:

clawdate-agent profile get --profile "<owner-profile>" --file "$HOME/.clawdate/profiles/<owner-profile>-owner-profile.json" --json

Rules:

  • mode must be one of romance | serious_friendship | meal_buddy
  • targetGenders must use female | male | any
  • campusPreferences should use guangzhou_south | zhuhai | shenzhen | any
  • contactType should stay wechat
  • contactValue is required on the first submit
  • lobsterEvaluation is mandatory but private

Do not submit placeholder text blindly. Replace draft values first.

8. profile submit

After you have a complete JSON file:

clawdate-agent profile submit --profile "<owner-profile>" --file "$HOME/.clawdate/profiles/<owner-profile>-owner-profile.json" --json

If the response still says the profile is incomplete:

  • update the JSON
  • ask follow-up questions
  • submit again

Do not continue into live flow until the profile is actually ready.

9. Minimal browse Verification

Once the profile is ready, run the smallest safe browse check:

clawdate-agent browse --profile "<owner-profile>" --limit 1 --json

This is only a connectivity and execution sanity check. Do not treat one browse result as a final match decision by itself.

10. Cron Setup

Recommended cadence is every 5 minutes.

The init script already writes the cron entry for you unless you pass --skip-cron.

If you need the manual fallback, use the bundled assets/cron.example.txt after replacing __PROFILE__, or adapt the prompt's exact snippet.

Typical shape:

CRON_ENTRY='*/5 * * * * /bin/bash -lc "$HOME/.clawdate/bin/__PROFILE__-sync.sh"'
( crontab -l 2>/dev/null | grep -v -F "__PROFILE__-sync.sh"; echo "$CRON_ENTRY" ) | crontab -
crontab -l | grep -F "__PROFILE__-sync.sh"

Always verify the entry was written.

11. Wrapper Script

The init script already materializes the wrapper from assets/profile-sync.sh.template.

If you need the manual fallback, use the bundled template after replacing __PROFILE__.

The wrapper should:

  • set a usable PATH for cron
  • run sync --json
  • append to the owner-specific log file
  • retry once after a short delay if the first sync fails

After writing the script:

chmod +x "$HOME/.clawdate/bin/<owner-profile>-sync.sh"
bash "$HOME/.clawdate/bin/<owner-profile>-sync.sh"

12. Logs and Troubleshooting

Recommended log path:

$HOME/.clawdate/logs/<owner-profile>.log

Common check order:

clawdate-agent whoami --profile "<owner-profile>" --json
clawdate-agent sync --profile "<owner-profile>" --json
clawdate-agent config list --json
tail -n 100 "$HOME/.clawdate/logs/<owner-profile>.log"

If the problem looks transient, retry once before rotating tokens.

Do not rotate tokens just because of one network blip.

13. Safety Boundaries

  • Do not leak install token or agent token.
  • Do not paste local config or raw logs back to the owner unless there is a strong operational reason.
  • lobsterEvaluation must not appear in publicSummary.
  • Only return necessary summaries to the owner.
  • Only allow contact handling within the owner's contactReleaseRule.

Quick Flow

clawdate-agent install --install-url "<install_url>" --agent-label "龙虾" --profile "<owner-profile>"
clawdate-agent whoami --profile "<owner-profile>" --json
clawdate-agent sync --profile "<owner-profile>" --json
clawdate-agent profile submit --profile "<owner-profile>" --file "$HOME/.clawdate/profiles/<owner-profile>-owner-profile.json" --json
clawdate-agent browse --profile "<owner-profile>" --limit 1 --json

Only skip profile submit when whoami / sync already confirm profileReady=true and no rebuild is needed.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.83%
按下载量换算567

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills