Best use case
seeddrop is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "seeddrop" skill to help with this workflow task. Context: We need a repeatable, high-quality output.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/seeddrop-v3.0.1/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How seeddrop Compares
| Feature / Agent | seeddrop | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
This skill provides specific capabilities for your AI agent. See the About section for full details.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 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
| Platform | Monitor | Reply | Auth |
|----------|---------|-------|------|
| **B站** | API | API | Cookie (SESSDATA + bili_jct) |
| **贴吧** | API | API | Cookie (BDUSS + STOKEN) |
| **知乎** | API | Browser | Cookie (z_c0 + d_c0) |
| **小红书** | API/Browser | Browser | Cookie (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.
2. **Monitor**: Run `npx tsx {baseDir}/scripts/monitor.ts <platform> [target]`
to search for new relevant discussions. Output is JSONL to stdout.
3. **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.
4. **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.
5. **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
| File | Purpose |
|------|---------|
| `scripts/auth-bridge.ts` | Credential management (SocialVault required) |
| `scripts/monitor.ts` | Platform monitoring orchestration |
| `scripts/scorer.ts` | Multi-dimensional post scoring |
| `scripts/responder.ts` | Reply generation and delivery |
| `scripts/analytics.ts` | Statistics and reporting |
| `scripts/adapters/*.ts` | Per-platform API/browser adapters |
| `memory/brand-profile.md` | User's brand configuration |
| `memory/interaction-log.jsonl` | Reply history for dedup |
| `memory/blacklist.md` | Excluded users/communities/keywords |
| `templates/reply-*.md` | Platform-specific reply style guides |
| `references/safety-rules.md` | Rate limits and safety constraints |
| `references/scoring-criteria.md` | Scoring algorithm documentation |Related Skills
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.
Meeting Prep
Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
botlearn-healthcheck
botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.
linkedin-cli
A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。
小红书长图文发布 Skill
## 概述