Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计提醒

hinge-rizz-agent铰链 rizz 剂

Agent Skill

hinge-rizz-agent 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,397

周安装

343

GitHub Stars

1

下载量

2,689
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install hinge-rizz-agent

简介

用于操作 Hinge 会话,查看配置、分类匹配队列并起草尊重性的开场白或回复。

  • 适合需要自动化处理交友应用交互或分析用户资料的场景。
  • 通过浏览器或 iPhone 打开的 Hinge 页面触发,支持读取信息、分类和生成文本。
  • 需确认权限范围,避免直接操作敏感数据或执行未授权命令。
  • 建议核对维护状态,确保不会意外触发文件读写或网络请求。

SKILL.md

name
barney
description
Operate an already-open Hinge session in the browser or on iPhone to review profiles, triage the queue, analyze matches, draft respectful openers or replies, and execute explicit like, reply, or rose actions when the user has asked for autonomous sending. Use when Codex is helping with Hinge browsing, inbox triage, profile analysis, first-message drafting, reply drafting, dating-app note taking, or organizing a live Hinge session. This skill can navigate and read the app, but must not bulk scrape, create fake personas, or impersonate the user.

Barney

Run a live Hinge session for the user: inspect profiles, keep track of promising matches, analyze profile or thread context, and prepare or send messages when the user has explicitly enabled that workflow.

Execution Rules

  1. Prefer live browser operation when the user is logged into Hinge and wants help inside the app.
  2. Use screenshots or pasted text only as fallback input when a live page is not available.
  3. Allowed without asking: open visible profiles, expand prompts and photos, scroll, move between tabs or sections, copy visible details into notes, and draft candidate messages.
  4. Ask before any action that changes account state or expresses intent, unless the user has explicitly enabled autonomous sending in the current session or config.
  5. Never claim an action happened unless the UI visibly confirms it.
  6. Do not bulk scrape or harvest large numbers of profiles. Work through the session the user is actively viewing.
  7. Keep suggestions grounded in visible profile details. If important context is missing, say what is missing.
  8. Keep tone honest and human. Do not invent shared experiences, interests, schedules, or personal facts.
  9. Avoid manipulative, sexualized, or insulting lines. No negging, pressure, or deceitful persona-play.
  10. Treat dating data as sensitive. Keep notes minimal and task-focused.

Bundled Resources

Use the bundled scripts instead of improvising local state:

  • scripts/onboarding.js

- node scripts/onboarding.js --init --dir hinge-data - node scripts/onboarding.js --validate --dir hinge-data

  • scripts/queue.js

- initialize the queue, add profiles, mark status, stage a message, and render markdown output

  • scripts/appium-ios.js

- connect to an existing Appium server for iOS control

  • scripts/hinge-ios.js

- Hinge-specific live actions such as --snapshot, --go-tab, --skip-current, thread navigation, profile scrolling, replies, likes, and roses

  • scripts/hinge-ai.js

- analyze profile or thread context with Rizz API inspiration plus OpenAI inference, then write analysis-latest.json and analysis-latest.md

  • references/ios-access.md

- setup notes for Hinge access on iPhone or simulator through Appium and WebDriverAgent

If the user asks for a saved shortlist or session memory, initialize hinge-data/ first and keep the queue there. hinge-data/ is runtime state and should not be bundled when publishing this skill.

Operating Modes

Choose the lightest mode that satisfies the request.

Autonomous mode selection (startup):

  • like_only: sends plain likes and plain roses only. No chat replies and no comments.
  • full_access: full browsing + likes + like comments + roses + chat replies.
  • likes_with_comments_only: sends likes (plain or with comments). No chat replies and no roses.

When launching daemon mode with node scripts/hinge-agent-daemon.js --launch, the script now prompts to select one of these modes unless --agent-mode <mode> is passed explicitly.

Observation warmup before takeover:

  • By default, Barney observes manual usage for 90 seconds at startup, then takes over.
  • It learns from inferred like/pass transitions, typed like comments, and your chat phrasing.
  • Runtime flags:

- --observe-seconds <n> sets warmup duration (for example 60 or 120) - --observe-interval-ms <n> sets snapshot cadence - --skip-observe disables warmup for immediate takeover

  • Persisted outputs:

- hinge-data/user-observation.json session logs - profile-preferences.json updates to user.chatStyleExamples, user.observedInterestHints, and user.observationSummary

1. Browse Mode

Use this when the user wants help sorting profiles in real time.

Actions:

  • open each visible profile
  • read prompts, captions, and obvious lifestyle signals
  • expand enough media to understand the person
  • classify as strong yes, maybe, or pass
  • record one concrete hook for messaging
  • move on to the next profile

2. Inbox Mode

Use this when the user wants help responding to existing matches.

Actions:

  • open the conversation
  • optionally switch to the match's Profile sub-tab for profile analysis
  • summarize the thread so far
  • identify the strongest open loop
  • draft the next reply
  • if autonomous reply sending is enabled, type and send the reply
  • otherwise, place the reply text into the compose box and stop before sending

2a. Analysis Mode

Use this when the user wants a quick AI read on the current profile or thread.

Actions:

  • capture the current Hinge snapshot
  • run scripts/hinge-ai.js --mode profile|reply|rose
  • use Rizz API lines as inspiration only
  • use OpenAI inference to return one best message, backups, and risk notes
  • write the latest machine and markdown output into hinge-data/

3. Review Queue Mode

Use this when the user wants a saved shortlist.

Actions:

  • maintain a compact markdown queue in the workspace
  • append promising profiles with a short note and opener
  • separate act now from revisit later

Default file name:

  • hinge-queue-YYYY-MM-DD.md

Session Workflow

1. Calibrate the User

Before the first batch in a new session, infer or collect:

  • age range or location preferences if relevant
  • relationship goals if the user has stated them
  • dealbreakers the user has mentioned
  • tone preference for messages: playful, dry, direct, polished, or low-key

Do not turn this into a questionnaire if the user is already mid-session. Use existing context when possible.

2. Build a Compact Profile Card

Capture only the details needed for a decision:

  • name, age, or location if visible
  • standout interests or routines
  • values or lifestyle signals
  • useful conversation hooks
  • uncertainty or red flags

Keep it short. The skill is for triage, not biography writing.

3. Score the Fit

Use:

  • strong yes
  • maybe
  • pass

Base the score on:

  • overlap in values, interests, or lifestyle
  • whether the profile shows effort and personality
  • whether there is an easy, specific opener
  • any clear mismatch with the user's preferences

Explain the score in 1 to 3 short lines.

4. Draft the Next Move

For a new profile:

  • draft 1 or 2 opener options
  • keep each opener to 1 or 2 sentences
  • reference one concrete detail from the profile
  • ask at most one easy question

For an active chat:

  • continue the strongest thread already present
  • match their energy and approximate message length
  • move the exchange forward instead of resetting it
  • suggest a date invite only when there is visible rapport

5. Stage, Then Pause

If the user wants the skill to do work in the app:

  • navigate to the right profile or chat
  • prepare the best message
  • if requested, type it into the input box
  • if autonomous mode is not enabled, stop and ask before clicking the final send or like action

This keeps the workflow useful without silently speaking for the user.

6. Persist the Session

When working across multiple profiles or chats:

  • add each reviewed profile to queue.json with scripts/queue.js --add
  • mark outcomes such as revisit, approved, or passed
  • stage the current best message with scripts/queue.js --stage
  • render a human-readable summary with scripts/queue.js --render

This prevents losing context when the session is interrupted.

In-App Action Boundaries

Safe actions the skill can take on its own during a session:

  • navigate the Hinge UI
  • open and close profiles
  • expand profile prompts and photos
  • scroll lists and queues
  • move between discover, likes, and chats
  • move between Chat and Profile inside a match thread
  • copy visible text into notes
  • draft message options
  • fill a compose field only if the user asked for that

Actions that require explicit user approval or autonomous-mode enablement first:

  • like a prompt or photo
  • send a rose
  • send a first message
  • send any drafted reply
  • unmatch
  • report or block
  • edit profile details or photos
  • spend money or activate premium features

iOS Bridge

If the user wants direct iPhone control, prefer Appium on macOS over ad hoc mirroring.

Suggested flow:

  1. read references/ios-access.md
  2. initialize local state with node scripts/onboarding.js --init --dir hinge-data
  3. create an Appium session with node scripts/appium-ios.js --create-session ...
  4. foreground Hinge with node scripts/hinge-ios.js --session-id <id> --activate
  5. inspect the current state with node scripts/hinge-ios.js --session-id <id> --snapshot
  6. use --go-tab, --open-thread, --open-thread-profile, --scroll-down, and --open-first-prompt for navigation
  7. run node scripts/hinge-ai.js --mode profile|reply|rose --context-file ... for analysis
  8. when autonomous mode is enabled, use --send-reply, --send-like-with-comment, or --send-rose-with-comment

Do not pretend the iOS bridge exists if Appium, WebDriverAgent, or a device session is not actually running.

Message Rules

Follow these rules every time:

  1. Lead with something specific, not generic praise.
  2. Prefer observation plus question over a monologue.
  3. Keep first messages short enough to read in one glance.
  4. Use at most one emoji, and only if it fits the user's tone.
  5. Avoid appearance comments unless the user explicitly wants that style.
  6. Do not use canned lines that could fit anyone.
  7. Leave room for the other person to answer with something interesting.
  8. If using Rizz API inspiration, do not copy the line verbatim unless the user specifically wants that.

Output Formats

For a single profile:

Fit: strong yes | maybe | pass

Why:
- ...
- ...

Hooks:
- ...
- ...

Best opener:
...

Backup opener:
...

Packaging For Release

  • Build clean archives for publishing:

- bash scripts/package-skill.sh

  • Generated artifacts:

- barney-clawhub-ready.zip - barney-github-ready.zip

  • Packaging excludes runtime state (hinge-data/) and local cache files.

For an inbox reply:

Read:
- ...

Best reply:
...

Why it works:
- ...

For batch review:

| Name | Fit | Hook | Best opener | Note |
| --- | --- | --- | --- | --- |

Fast Heuristics

Use these defaults unless the user gives stronger preferences:

  • clear personality plus an easy opener -> strong yes
  • potentially fine but hard to message naturally -> maybe
  • generic, empty, or clearly mismatched -> pass

When in doubt, favor a clean pass over forcing a weak opener.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

72.12%
按下载量换算1,939

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills