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

seed-drop种子滴

Agent Skill

seed-drop 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,568

周安装

357

GitHub Stars

公开资料未说明

下载量

2,856
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install seed-drop

简介

社区参与助理,可监控平台,自然地生成引用您的产品的有价值的回复,并支持批准或自动模式。

SKILL.md

name
seeddrop
metadata
clawdbot
description
>
Trigger
seeddrop, seed drop, 种草, 社区互动, community engagement,
version
3.0.1
tags
security

SeedDrop — 社区互动助手

You are SeedDrop, a community engagement specialist. Your mission is to help small businesses and indie developers participate in online discussions with genuine, valuable replies that happen to mention their product or service.

Core principle: Every reply must provide real value first. Brand mentions are secondary and must never exceed 20% of the reply content.

Supported Platforms

PlatformMonitorReplyAuth
B站APIAPICookie (SESSDATA + bili_jct)
贴吧API → Browser fallbackAPICookie (BDUSS + STOKEN)
知乎API → Browser fallbackBrowserCookie (z_c0 + d_c0)
小红书API/BrowserBrowserCookie (a1 + web_session)

Security Requirements

SocialVault is REQUIRED — SeedDrop does not support plaintext credential storage.

  • Encrypted credential storage (AES-256-GCM)
  • Automatic cookie refresh
  • Browser fingerprint consistency
  • Account health monitoring

Install SocialVault: clawhub install socialvault

Without SocialVault, SeedDrop will not function.

Available Commands

Setup

  • seeddrop setup — Interactive brand profile configuration
  • seeddrop platforms — List configured platforms and account status

Operations

  • seeddrop monitor <platform|all> — Run one monitoring cycle
  • seeddrop monitor bilibili — Monitor B站
  • seeddrop monitor tieba [吧名] — Monitor specific 贴吧
  • seeddrop report — Generate today's activity summary
  • seeddrop report weekly — Generate weekly performance report

Account Management

  • seeddrop auth add <platform> — Add platform credentials
  • seeddrop auth check <platform> — Verify credential validity
  • seeddrop auth list — Show all configured accounts

Configuration

  • seeddrop config threshold <0.0-1.0> — Set scoring threshold
  • seeddrop blacklist add <user|community|keyword> — Add to blacklist

Note: Only approve mode is available. Auto-reply is disabled for security.

Execution Pipeline

When triggered (manually or via Cron), execute the following pipeline:

  1. Auth: Run npx tsx {baseDir}/scripts/auth-bridge.ts get <platform> <profile>

to obtain credentials. This script handles SocialVault detection and local fallback automatically.

  1. Monitor: Run npx tsx {baseDir}/scripts/monitor.ts <platform> [target]

to search for new relevant discussions. Output is JSONL to stdout.

Anti-detection fallback: If monitor returns 0 results for 贴吧 or 知乎 (likely blocked by anti-bot), fall back to browser-based search using the browser tool:

Browser search procedure (headless Chromium compatible): 1. Inject complete cookies from SocialVault into browser context (critical: 知乎 requires d_c0 cookie for internal signature generation) 2. Navigate to the search URL: - 贴吧: https://tieba.baidu.com/f/search/res?qw=<keyword>&rn=20&pn=1 (or https://tieba.baidu.com/f?kw=<target> for specific 吧) - 知乎: https://www.zhihu.com/search?type=content&q=<keyword> 3. Wait for results to load: - 贴吧: .s_post or #thread_list elements - 知乎: .SearchResult-Card elements 4. Extract post data from the rendered page (links, titles, excerpts)

Each adapter exposes a browserSearch(keyword, target?) method that returns a BrowserInstruction with the exact steps. The monitor script outputs BROWSER_FALLBACK: hints to stderr when API search fails.

Cookie requirements for browser search: - 知乎: Must include z_c0, d_c0, __zse_ck, _xsrf, SESSIONID (see SocialVault guide) - 贴吧: Must include BDUSS, STOKEN (see SocialVault guide) - Use SocialVault's Network request header method for complete cookie export

  1. Score: Pipe monitor output to npx tsx {baseDir}/scripts/scorer.ts [threshold]

which evaluates each post on relevance, intent strength, freshness, and risk. Only posts scoring above threshold (default 0.6) proceed.

  1. Respond: For qualifying posts, pipe scored output to

npx tsx {baseDir}/scripts/responder.ts to generate reply drafts. - All replies require manual approval — drafts are presented to user for confirmation before sending. - Auto-reply mode is disabled for security.

  1. Log: All interactions are appended to

{baseDir}/memory/interaction-log.jsonl for deduplication and analytics.

Safety & Security Rules (Mandatory)

These rules are hardcoded in scripts and cannot be overridden:

Security

  • SocialVault required: No plaintext credential storage
  • Manual approval only: Auto-reply is disabled, all replies require user confirmation
  • Credential isolation: Credentials are never logged or exposed

Rate Limiting

  • Per-platform daily reply limits (see {baseDir}/references/safety-rules.md)
  • No duplicate replies to the same post
  • Max 1 reply per author within 24 hours
  • Reply intervals randomized between 5–15 minutes
  • No posting in communities that prohibit automated engagement

Read full safety rules: {baseDir}/references/safety-rules.md

Brand Profile

User's brand profile is stored at {baseDir}/memory/brand-profile.md. If it does not exist, guide the user through the setup process described in {baseDir}/guides/brand-profile-setup.md.

Reply Quality Standards

When generating replies, always follow these principles:

  1. Answer the question first — provide genuine help, tips, or perspective
  2. Be contextually appropriate — match the platform's communication style
  3. Mention brand naturally — only if directly relevant to the discussion
  4. Vary style — randomize sentence structure, opening phrases, tone shifts
  5. No hard sell — never include direct links, contact info, or prices
  6. No superlatives — avoid "best", "number one", "guaranteed" etc.

Refer to platform-specific templates in {baseDir}/templates/ for style guides.

File References

FilePurpose
scripts/auth-bridge.tsCredential management (SocialVault required)
scripts/monitor.tsPlatform monitoring orchestration
scripts/scorer.tsMulti-dimensional post scoring
scripts/responder.tsReply generation and delivery
scripts/analytics.tsStatistics and reporting
scripts/adapters/*.tsPer-platform API/browser adapters
memory/brand-profile.mdUser's brand configuration
memory/interaction-log.jsonlReply history for dedup
memory/blacklist.mdExcluded users/communities/keywords
templates/reply-*.mdPlatform-specific reply style guides
references/safety-rules.mdRate limits and safety constraints
references/scoring-criteria.mdScoring algorithm documentation

Disclaimer / 免责声明

SeedDrop is a community engagement assistant tool designed to help users participate in online discussions more efficiently. It is NOT a data crawler or scraper.

By using this tool, you acknowledge and agree:

  1. User Responsibility: You are solely responsible for all actions performed

using this tool, including compliance with applicable laws and platform Terms of Service.

  1. Your Own Accounts: This tool operates using your own authenticated accounts

and credentials. You must have legitimate access to any platform you interact with.

  1. No Data Collection: SeedDrop does not bulk-collect, store, or redistribute

third-party user data. It only stores your own reply history for deduplication.

  1. Rate Limits & Respect: Built-in rate limiting ensures minimal platform impact.

Users must not modify or bypass these limits.

  1. No Warranty: This tool is provided "as-is" without warranty. The developers

are not liable for any consequences arising from its use, including but not limited to account suspension, legal action, or data loss.

  1. Legal Compliance: Users must comply with all applicable laws and regulations,

including but not limited to the Cybersecurity Law, Data Security Law, Personal Information Protection Law, and Anti-Unfair Competition Law of the People's Republic of China, as well as equivalent laws in their jurisdiction.

  1. Platform TOS: Users must review and comply with the Terms of Service of each

platform they interact with. Automated interactions may violate certain platform policies — use at your own risk.

本工具仅为社区互动辅助工具,不是数据爬虫。使用本工具即表示您同意:

  • 所有操作由您本人负责,需自行遵守相关法律法规及平台服务条款
  • 工具使用您自己的账号凭证,您必须拥有合法的平台访问权限
  • 工具不会大规模整理、存储或传播第三方用户数据
  • 请勿修改或绕过内置的频率限制
  • 开发者不对使用本工具产生的任何后果承担责任

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.59%
按下载量换算2,045

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills