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

reddit-engagementReddit 参与度

Agent Skill

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

总安装

11,107

周安装

445

GitHub Stars

公开资料未说明

下载量

3,596
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install reddit-engagement

简介

用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面时使用。

  • 使用浏览器可访问性树语义执行 Reddit 参与工作流程。
  • 支持创建帖子、添加评论和投票等交互操作。
  • 安装命令为 openclaw skills install reddit-engagement,需确认权限范围和维护状态。
  • 使用前请核实是否会触发联网、命令执行或文件读写等敏感操作。

SKILL.md

name
reddit-engagement
description
Create and execute robust Reddit engagement workflows (create post, add comment, upvote) using browser accessibility-tree semantics instead of brittle DOM ids/CSS selectors. Use when asked to automate Reddit actions with high success rate across UI changes, A/B tests, and localization differences; especially when reliability and intent-based element targeting are required.

Reddit Engagement

Execute Reddit actions by intent and semantics, not static selectors.

⚠️ Content Policy — Read Before Writing Anything

  1. Read PERSONA.md (workspace root) before composing any comment or post.
  2. Never fabricate personal stories — no invented family members, relationships, health events, or "I personally experienced..." narratives unless the fact is recorded in PERSONA.md.
  3. Use only: documented personal facts from PERSONA.md, opinion-based responses, or general observations that don't claim specific personal experience.
  4. After posting, log it in the "已使用的故事/内容记录" table in PERSONA.md to prevent contradictions across posts.

Core Operating Rules

  1. Use accessibility snapshots (snapshot with refs="aria") before every critical step.
  2. Target elements by role+label+context, never by fixed DOM id/class/XPath.
  3. Re-snapshot after each navigation, modal open/close, submit, or failure.
  4. Validate page state before action (logged-in, subreddit resolved, composer visible, button enabled).
  5. Require confirmation text for destructive/high-visibility actions when user did not explicitly pre-authorize immediate send.

Resource Index

ResourceLocationPurpose
Post Strategyreferences/post-strategy.mdContent angles, anti-AI rules, subreddit cultures, engagement triggers
Comment Strategyreferences/comment-strategy.md(Reserved) Reply patterns, comment-specific tactics
Interaction Patternsreferences/interaction-patterns.mdUI automation playbooks (how to click/type/verify)
Sub Archivesreferences/sub-archives.mdCore info for all subreddits (one file)
Persona FactsPERSONA.md (workspace root)Authentic personal facts to use in content

Subreddit Name Index

Pre-defined Archives (in post-strategy.md)

These subreddits have curated cultural profiles:

SubredditFocusPosting Bar
r/Startup_IdeasIdea validation, feedbackMedium — show research
r/SaaSSaaS building, metrics, growthMedium-High — data expected
r/TheFoundersFounder experiences, supportMedium — authenticity valued
r/openclawOpenClaw tool discussionsLow-Medium — technical

Dynamic Archive System

For subreddits NOT listed above:

  1. Check for existing archive: Read references/sub-archives.md, find the sub section
  2. If not found: Execute interaction-patterns.md §0 (Dynamic Subreddit Analysis Framework)
  3. Append to file: Add new sub info to references/sub-archives.md using the template at bottom
  4. Use for content generation: Treat like pre-defined profile

Supported Subreddit Categories

CategoryExample SubsStrategy
Startup/Businessr/Entrepreneur, r/smallbusiness, r/marketingUse r/Startup_Ideas baseline
Technologyr/technology, r/programming, r/webdevUse r/openclaw baseline
AI/MLr/artificial, r/MachineLearning, r/LocalLLaMATechnical + data-driven tone
Productivityr/productivity, r/Notion, r/ObsidianWorkflow-focused, practical
General Discussionr/CasualConversation, r/AskRedditCasual, low bar

Rule: If no archive exists in sub-archives.md and category match is unclear → always run dynamic analysis (§0) before posting.


Workflow Router

Create Post

Trigger: user asks to publish in a subreddit.

Content Generation Flow:

  1. Determine Input Type

- If user provides full content (title + body) → use as-is, skip strategy - If user provides fuzzy request (e.g., "post about OpenClaw") → execute strategy flow below

  1. Strategy Flow (for fuzzy requests)

a. Identify Target Subreddit — extract from user request or ask b. Load Sub Profile — read references/post-strategy.md §1 for subreddit rules/tone c. Select Content Angle — read references/post-strategy.md §3 for angle matching intent d. Load Persona Facts — read workspace PERSONA.md for authentic personal facts e. Apply Anti-AI Rules — read references/post-strategy.md §2 to avoid AI-sounding language f. Draft Content — combine sub profile + angle + persona facts + anti-AI rules g. Add Engagement Hook — read references/post-strategy.md §4 for comment triggers h. Craft Title — read references/post-strategy.md §1 for subreddit-specific title patterns

  1. Confirmation

- Echo generated content to user for approval (unless user pre-authorized immediate send)

  1. Publish

- Execute references/interaction-patterns.md §1 (Create Post workflow)

  1. Log Usage

- Update PERSONA.md "已使用内容登记" table to prevent future contradictions

Flow Reference: references/interaction-patterns.md §1


Create Comment

Trigger: user asks to reply to a post or comment.

Content Generation Flow:

  1. Determine Input Type

- If user provides full comment text → use as-is - If user provides fuzzy request (e.g., "comment on this post") → execute strategy flow below

  1. Strategy Flow (for fuzzy requests)

a. Read Target Post/Comment — understand context and existing discussion b. Check Subreddit Info - Read references/sub-archives.md for this sub - If NOT found: Execute interaction-patterns.md §0 (Dynamic Subreddit Analysis Framework), then append sub info to references/sub-archives.md - If found: Use existing info (tone, rules, restrictions) c. Load Comment Strategy — read references/comment-strategy.md (when available) or apply post-strategy.md Human-First rules d. Load Persona Facts — read workspace PERSONA.md for authentic personal facts e. Apply Anti-AI Rules — read references/post-strategy.md (Word Razor, Two-Beat Flow, etc.) f. Draft Comment — ensure information increment, not just "+1"; match sub tone from step b

  1. Confirmation

- Echo generated comment to user for approval (unless pre-authorized)

  1. Publish

- Execute references/interaction-patterns.md §2 (Create Comment workflow)

  1. Log Usage

- Update PERSONA.md "已使用内容登记" table if persona facts were used

Flow Reference: references/interaction-patterns.md §2


Upvote

Trigger: user asks to like/upvote a post or comment.

Flow: Execute references/interaction-patterns.md §3 (Upvote workflow)

No content generation needed.

Universal Reliability Loop

For each action step:

  1. Snapshot current tab with aria refs.
  2. Resolve target candidates by semantic cues (role, accessible name, nearby headings/text).
  3. Score candidates (exact intent match > synonym match > position-based guess).
  4. Execute one action.
  5. Verify outcome with independent evidence (state change, toast, button state, new content visible).
  6. If verification fails, rollback one step (or refresh context) and retry with next candidate.

Stop after 3 failed attempts and return a clear diagnostic with:

  • last confirmed state
  • failing intent
  • top 2 alternate hypotheses

Semantic Targeting Standard

Prefer these signals (highest to lowest confidence):

  1. Accessible role + accessible name exact match (e.g., button "Post", "Comment", "Upvote").
  2. Accessible name synonym match (e.g., "Submit", "Reply", "Send").
  3. Relative context anchor (inside composer region; under post action row; near subreddit title).
  4. Visibility and enabled state checks.

Never rely on:

  • hardcoded CSS selectors
  • hardcoded DOM ids/classes
  • absolute XPath
  • static child index paths

Submission Safety Gates

Before clicking final submit:

  1. Echo target summary: subreddit/post URL/action/content preview.
  2. Ensure required fields are non-empty and within Reddit limits.
  3. Confirm account/session is authenticated.
  4. Confirm no blocking validation/errors are visible.

If explicit user request already includes immediate-send intent, submit directly. Otherwise ask one short confirmation.

Output Contract

After completion, return:

  • Action performed
  • Target (subreddit/post/comment)
  • Result (success | partial | failed)
  • Evidence (what changed in UI)
  • If failed: next best recovery step

Fast Troubleshooting

  • Login wall/captcha: pause and ask user to complete challenge, then resume from latest snapshot.
  • Button exists but disabled: inspect missing required fields or rate limits.
  • Multiple matching buttons: choose candidate within nearest semantic container (composer/action row).
  • UI redesign: rely on role/name/context fallback chain from references/interaction-patterns.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.64%
按下载量换算2,648

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills