← 返回 Skills 市场
159
总下载
1
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install wotohub-automation
功能描述
End-to-end WotoHub influencer outreach automation for product understanding, creator search, recommendation ranking, outreach email drafting, batch send, inb...
安全使用建议
Before installing or providing credentials, consider these steps:
- Review requirements.txt and audit third-party packages before pip installing; run in an isolated virtualenv or sandbox.
- Inspect SKILL.md for invisible/control characters (the scan flagged unicode-control-chars) and remove or re-fetch the file from a trusted source if unclear.
- Verify the scope of WOTOHUB_API_KEY (use a limited/test API key with minimum permissions) and never use high-privilege production keys during initial testing.
- Test preflight (python3 scripts/preflight.py --token YOUR_TEST_KEY) with an invalid/limited key to confirm what endpoints are hit and what the skill can access.
- Search the codebase for outbound network calls and confirm they go to legitimate WotoHub endpoints (references point to https://api.wotohub.com/api-gateway). If you must change the base URL, use WOTOHUB_BASE_URL to point to a test environment.
- Note the skill can request/expect 'hostAnalysis' via host-bridge executors; if you run it inside a host that supplies model/context, be aware it may request or accept host-injected structured data. Ensure those host bridges are trusted and validated before allowing automated sends or auto-replies.
If you want, I can list the top files and code locations that perform network sends and inbox access so you can review the exact HTTP calls the skill makes.
功能分析
Type: OpenClaw Skill
Name: wotohub-automation
Version: 1.0.8
The skill bundle implements a powerful 'executor' pattern in scripts like `api_campaign_runner.py` and `orchestrator.py` that allows for the execution of arbitrary shell commands via environment variables (e.g., `WOTOHUB_HOST_ANALYSIS_EXECUTOR`) or configuration objects. While this is intended for extensibility (connecting external models or browser tools), the use of `subprocess.run` with `shlex.split` on formatted strings presents a significant risk for command injection. Additionally, `api_task_runner.py` contains logic to programmatically schedule tasks using the `openclaw cron` CLI, which provides a mechanism for persistence. Although these features are aligned with the stated purpose of campaign automation, the high-privilege execution capabilities and lack of strict command sanitization make the bundle suspicious.
能力标签
能力评估
Purpose & Capability
Name/description (WotoHub influencer outreach) aligns with the large set of scripts, examples, and API endpoints included. Requesting WOTOHUB_API_KEY is coherent for send/inbox/reply actions; required binaries are none and no unrelated cloud creds are requested.
Instruction Scope
SKILL.md and integration docs instruct running Python scripts and pip install -r requirements.txt and describe host-bridge executors and several optional env vars (WOTOHUB_BASE_URL, WOTOHUB_STATE_DIR, WOTOHUB_HOST_ANALYSIS_EXECUTOR, WOTOHUB_HOST_REPLY_ANALYSIS_EXECUTOR, etc.). Only WOTOHUB_API_KEY is declared in requires.env. The runtime text references additional environment variables and host-bridge behavior (requesting hostAnalysis, executing URL analysis) that could cause the skill to fetch external pages or request additional context from the host; these referenced env vars and behaviors are not listed in requires.env and so are a documentation/contract mismatch you should be aware of.
Install Mechanism
No install spec in the registry; SKILL.md tells users to pip install -r requirements.txt and run Python entrypoint. requirements.txt is present inside the bundle (small file). Pip installs are moderately risky only if the requirements pull unreviewed third-party packages — review the requirements.txt before running to confirm dependencies. There are no downloads from unfamiliar URLs in the registry metadata.
Credentials
Declared required env var is a single credential (WOTOHUB_API_KEY) which is proportionate for send/inbox operations. However many example files and runtime docs reference additional env vars and config keys (campaign IDs, host executor env vars, WOTOHUB_BASE_URL, WOTOHUB_STATE_DIR). Those additional vars appear in examples but are not declared as 'required'; verify which env vars your deployment will actually depend on and scope the API key's permissions before use.
Persistence & Privilege
The skill does not request 'always: true' or other elevated platform privileges. It contains code that performs network operations and state persistence (state dir), but this is consistent with its stated campaign and inbox management purpose. No evidence it attempts to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wotohub-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/wotohub-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
Scheduled cycle hardening, host draft write-back validation, publish hygiene cleanup.
v1.0.7
Fix scheduled cron safety by adding a short run_cycle_via_skill wrapper, steer campaign cron generation away from complex inline Python/JSON args, tighten campaign/cycle upper-layer errors to upper_layer_required/host_bridge_missing, and restore explicit category_inference fallback in payload compilation.
v1.0.6
Complete host-model-first orchestration for scheduled campaign flow, add campaign hostAnalysis bridge, align docs and clean release package
v1.0.5
Tighten search keyword compilation for short creator-content terms, filter dirty/non-search phrases, and improve cron-facing search failure reporting.
v1.0.4
Declare WOTOHUB_API_KEY in skill metadata as required env; align registry credential metadata with runtime docs.
v1.0.3
Clarify required credentials and trust boundaries; remove hidden unicode control chars from docs; improve env/example guidance
v1.0.2
Docs-only polish: external-facing SKILL.md, integration contract, runtime guardrails, and auth guide. No runtime logic changes.
v1.0.1
Polish ClawHub listing copy, sharpen SKILL positioning for production use, and republish the cleaned production directory as 1.0.1.
v1.0.0
Initial public release
元数据
常见问题
WotoHub Automation 是什么?
End-to-end WotoHub influencer outreach automation for product understanding, creator search, recommendation ranking, outreach email drafting, batch send, inb... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。
如何安装 WotoHub Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wotohub-automation」即可一键安装,无需额外配置。
WotoHub Automation 是免费的吗?
是的,WotoHub Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WotoHub Automation 支持哪些平台?
WotoHub Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WotoHub Automation?
由 sa461151(@sa461151)开发并维护,当前版本 v1.0.8。
推荐 Skills