← Back to Skills Marketplace
294
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install seed-drop
Description
Community engagement assistant that monitors platforms, generates valuable replies referencing your product naturally, and supports approve or auto modes.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seed-drop - After installation, invoke the skill by name or use
/seed-drop - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is SeedDrop?
Community engagement assistant that monitors platforms, generates valuable replies referencing your product naturally, and supports approve or auto modes. It is an AI Agent Skill for Claude Code / OpenClaw, with 294 downloads so far.
How do I install SeedDrop?
Run "/install seed-drop" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeedDrop free?
Yes, SeedDrop is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeedDrop support?
SeedDrop is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeedDrop?
It is built and maintained by LIU (@2019-02-18); the current version is v1.0.4.
More Skills