← 返回 Skills 市场
2019-02-18

SeedDrop

作者 LIU · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
294
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install seed-drop
功能描述
Community engagement assistant that monitors platforms, generates valuable replies referencing your product naturally, and supports approve or auto modes.
安全使用建议
What to consider before installing: - Metadata mismatch: The registry entry claimed no required binaries/credentials, but the package and SKILL.md require Node/npx/tsx, a headless browser tool, and a companion SocialVault skill. Do not trust the 'none' metadata — confirm you have the required runtime and companion skill. - Sensitive credentials: The skill requires full session cookies for platforms (e.g., BDUSS, z_c0, d_c0, SESSDATA). Those cookies can be used to act as your account. The skill expects you to store them in SocialVault (encrypted) and to export/inject them into a browser. Only proceed if you fully trust both SocialVault and this skill's code. - Review code and adapters: The package includes many scripts and per-platform adapters. If you are not comfortable auditing them yourself, ask for an independent code review (pay attention to adapters and any network calls they make). Look for hidden remote endpoints, telemetry, or commands that exfiltrate secrets. - Run in a safe environment first: Test with dummy accounts and non-production credentials. Prefer least-privilege credentials and accounts with no payment methods tied. - Validate SocialVault: Confirm the SocialVault skill is the official/expected implementation and understand how it exports credentials to the agent. Verify encryption and access controls. - Manual approval is enforced by the skill, which reduces abuse risk, but manual review only protects the posting step — credential exposure can still occur during monitoring/fallback browser scraping. - If you are uncomfortable granting full session cookies or cannot audit the adapter code, do not install. If you proceed, restrict the skill's access (use test accounts, run in isolated environment, and monitor logs for unexpected network activity).
功能分析
Type: OpenClaw Skill Name: seed-drop Version: 1.0.4 The SeedDrop skill bundle is a community engagement assistant designed to monitor social platforms (Bilibili, Tieba, Zhihu, Xiaohongshu) and generate reply drafts. The code follows a secure architecture by requiring 'SocialVault' for encrypted credential storage and explicitly disabling autonomous posting in favor of a mandatory manual approval workflow (responder.ts). The use of browser-based fallbacks for anti-detection is consistent with the stated purpose, and the scripts (monitor.ts, scorer.ts, auth-bridge.ts) contain robust safety checks, rate limiting, and deduplication logic without any evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The skill's purpose (monitoring and drafting replies) matches the included scripts (monitor, scorer, responder, auth-bridge, adapters). HOWEVER the registry metadata claims no required binaries/credentials while the package manifests and SKILL.md clearly require node/npx/tsx, a headless browser tool, and a companion SocialVault skill. That metadata mismatch is incoherent and could mislead users about necessary privileges and dependencies.
Instruction Scope
The SKILL.md and scripts instruct the agent to: obtain sensitive cookies from SocialVault, inject complete cookies into a headless browser, navigate and scrape/render pages, and run local TypeScript scripts via `npx tsx`. These actions are within the stated purpose but involve handling full session cookies (e.g., z_c0, d_c0, BDUSS) which can enable account actions or takeover if mishandled. The instructions also delegate SocialVault operations to the agent (auth-bridge returns run-this-command tokens), meaning the agent will be asked to execute commands that access encrypted credentials—this is expected for the feature but high-risk.
Install Mechanism
There is no install spec in the registry entry, but the package contains many TypeScript scripts and a clawhub.json that declares required tools (bash, browser) and anyBins (node, npx). Running the skill requires executing local code via `npx tsx`. The absence of an explicit install step combined with executable source files means code will be run locally at runtime—verify the code and required runtime (Node/tsx) before running. No third-party download URLs were present, which reduces some installation risk.
Credentials
The skill requests no environment variables in registry metadata, but the runtime explicitly requires access to user session cookies for multiple platforms (SESSDATA/bili_jct, BDUSS/STOKEN, z_c0/d_c0/__zse_ck/_xsrf/SESSIONID, a1/web_session). These are highly sensitive credentials. The reliance on a separate SocialVault companion for encrypted storage is appropriate for secrecy, but the agent is instructed to export and inject full cookies into a browser context—this is proportional to automated posting but materially increases credential exposure and should only be granted if you trust both SocialVault and this skill's code.
Persistence & Privilege
The skill is not force-enabled (always: false) and uses normal autonomous invocation. It persists only to its own memory files under {baseDir}/memory (brand-profile.md, interaction-log.jsonl, performance-stats.json), and does not request system-wide configuration changes. This level of persistence is expected for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seed-drop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seed-drop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
SeedDrop 1.0.4 Changelog - Added 35 new files including adapters, scripts, guides, memory, and references to support core features. - Platform monitor now features anti-detection fallback: If 贴吧 or 知乎 API search returns no results (blocked), it automatically switches to browser-based search using stored cookies. - Updated monitoring logic: Adapters include browserSearch methods and provide detailed instructions for browser automation. - Enhanced documentation in SKILL.md for browser search procedure, required cookies, and fallback triggers. - Security and workflow rules remain enforced: SocialVault is required, no plaintext credential storage, and only manual reply approval is allowed.
v1.0.3
- SocialVault encrypted credential storage is now mandatory; plaintext storage is no longer supported. - Automatic reply (“auto mode”) is disabled—manual approval is required for every reply. - Security section updated with explicit enforcement of credential isolation and manual review. - Documentation and config commands reflect the removal of auto mode. - Added internal rules and documentation files for code quality, guardrails, and review processes.
v1.0.2
Major update: Refocus to Chinese community platforms and improved localization. - Reddit and X/Twitter support removed; now supports B站 (Bilibili), 贴吧 (Tieba), 知乎 (Zhihu), and 小红书. - Added platform adapters and reply templates for B站, 贴吧, and 知乎. - Metadata, documentation, and command examples now reference and support Chinese platforms; partial documentation localized to Chinese. - Removed legacy files and templates related to Reddit and X. - Execution pipeline and safety rules remain consistent, adapted to new platforms.
v1.0.1
- Removed scripts/pack.ts (cleanup of unused or obsolete build script). - No other functional or documentation changes.
v1.0.0
SeedDrop v1.0.0 – Community Engagement Assistant initial release - Monitors Reddit, X, Xiaohongshu, and more for discussion opportunities and generates value-first replies that reference your brand. - Supports both "approve" (manual) and "auto" (automatic) reply modes with configurable thresholds and blacklisting. - Enforces strict safety and quality rules, including randomized reply intervals, daily limits, and no hard selling. - Integrates with SocialVault for secure credential management (optional). - Provides comprehensive reporting and analytics features, along with persistent brand and interaction profiles. - Includes platform-specific style guides and a transparent, modular execution pipeline for monitoring, scoring, and responding.
元数据
Slug seed-drop
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

SeedDrop 是什么?

Community engagement assistant that monitors platforms, generates valuable replies referencing your product naturally, and supports approve or auto modes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 SeedDrop?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seed-drop」即可一键安装,无需额外配置。

SeedDrop 是免费的吗?

是的,SeedDrop 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SeedDrop 支持哪些平台?

SeedDrop 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SeedDrop?

由 LIU(@2019-02-18)开发并维护,当前版本 v1.0.4。

💬 留言讨论