Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计提醒

reply-writer回复作者

Agent Skill

reply-writer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

630

周安装

26

GitHub Stars

35

下载量

206
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:reply-writer(回复作者)
来源仓库:https://github.com/superamped/ai-marketing-skills
仓库路径:skills/reply-writer
安装命令:
npx skills add https://github.com/superamped/ai-marketing-skills --skill reply-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/superamped/ai-marketing-skills --skill reply-writer

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中整理代码变更和协作事项。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写。
  • 安装方式:通过 npx skills add 从 GitHub 仓库安装。

SKILL.md

Reddit Reply Writer

Usage

Use when writing a reply to a Reddit thread, crafting authentic engagement, or preparing replies for community participation. Works for any subreddit.

Process

Step 1: Gather Inputs

Ask the user for:

  1. Product/brand context — what you sell, who it's for, what tone to use (so the reply can subtly align voice without being promotional)
  2. Subreddit name — which community the reply is for
  3. Thread title — exact title
  4. Original post — full text of the OP
  5. Top existing replies — at least the top 3 replies
  6. Tone guidance (optional) — "more casual," "technical audience," etc.

Step 2: Thread Analysis

  • Identify what the OP is actually confused about (not what they asked)
  • Decide what is missing or unclear in existing replies

Step 3: Write the Reply

Write a reply that:

  • Feels human and experience-based
  • Explains the reasoning or system behind the answer
  • Does not sell, promote, or link
  • Sounds like it belongs in this exact subreddit
  • Uses natural formatting (short paragraphs, bullets if native)
  • Prioritizes clarity over completeness

Step 4: Apply Format Rotation

Auto-rotate between three formats (don't repeat consecutively in a session):

Format 1: "Here's What Actually Works"

When to use: Actionable question with a clear answer. OP needs steps, not debate.

Structure:

  • Short framing (1-2 sentences)
  • Step-by-step logic with reasoning
  • No authority flexing or credentials
  • End with what happens next, not a CTA

Good Example:

This breaks because you're rebuilding the entire tree on each re-render. You want to memoize the expensive computation. The way this typically works: calculate once, pass down to children, children only recalculate when that specific value changes (not the parent). React doesn't know your data structure, so you have to tell it explicitly via useMemo or dependency arrays.

Bad Example:

You should use React.memo! Check out this blog post I wrote about optimization techniques. It's super important to understand memoization, and our product handles this automatically. Learn more here [link].

Format 2: "Most People Miss This Part"

When to use: OP's approach is on the right track but incomplete. Thread has misconceptions.

Structure:

  • Acknowledge what they got right
  • Name the gap specifically
  • Explain why it matters (the consequence)
  • Add the missing nuance without being condescending

Good Example:

You're right about needing backups, but most people miss the restore part. Having backups is half the equation — you need to test that restore process regularly. I've seen teams with years of backups that couldn't actually recover their data because they never validated the restore.

Format 3: "I've Seen This Go Wrong When..."

When to use: OP is asking about a pattern that has failure modes. Experience-based framing builds trust.

Structure:

  • Real scenario where this breaks
  • The cause (usually not obvious)
  • What actually happens (the failure)
  • How people typically fix it
  • One thing to watch for going forward

Good Example:

I've seen this pattern fail when you have multiple services writing to the same cache. Service A invalidates the cache, Service B hasn't noticed yet and writes stale data back. The fix is straightforward — make invalidation atomic or use versioning. I usually recommend versioning because it's easier to reason about.

Step 5: Calibrate Tone by Subreddit Type

Technical Subs (r/rust, r/golang, r/django):

  • Assume audience knows fundamentals
  • Explain tradeoffs and system reasoning
  • Use precise language
  • Tone: Peer-to-peer, not tutorial

Casual Subs (r/learnprogramming, r/fitness, r/cooking):

  • Explain why basics matter first
  • Use concrete examples over abstractions
  • Shorter sentences, more accessible vocabulary
  • Tone: Friendly expert, not gatekeeping

Professional Subs (r/business, r/accounting, r/law):

  • Lead with context (market, regulation, scale)
  • Acknowledge complexity without being defensive
  • Tone: Collaborative problem-solver, not showboating

Output Format

The skill returns:

  1. Drafted Reply (markdown-formatted, ready to paste)
  2. Reply Strategy Note (2-3 sentences explaining which format was chosen and why)
  3. Tone Confidence (Did this match the subreddit culture? High/Medium/Low)

Rules

  • No marketing language or salesy framing.
  • No calls to action.
  • No links unless they already exist in-thread.
  • Write as if you are helping one person, not an audience.
  • No repeated phrasing across multiple replies in a session.
  • No brand mentions unless directly asked.
  • No posting in hostile or troll-baiting threads.
  • No replying to moderation bait.
  • Native replies explain the *system* (why something works, not just that it works).
  • Every sentence should add information — no marketing padding.
  • Skip the thread if: subreddit is known for trolling, thread title contains loaded language, top replies are mostly insults, your reply would require a link as the core answer, or topic involves illegal activity.
  • If guardrails fail, return "Thread skipped: [reason]" instead of drafting.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.93%
按下载量换算76

Claude

30.3%
按下载量换算62

Cursor

20.81%
按下载量换算43

Gemini CLI

9.02%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills