技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 94 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/outreach-sequence-crafter
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's files, runtime instructions, and minimal requirements are internally consistent with its stated purpose of drafting outreach cadences; it uses a small local script and resource file and declares no credentials or remote installs.
目的
Name/description (outreach sequences) align with the included files and declared requirements. The only runtime binary required is python3 and the skill includes a small local helper script and a local YAML presets file — all expected for this purpose.
说明范围
SKILL.md limits behavior to drafting, previewing, and producing structured artifacts; it instructs use of the bundled script and local resource file and explicitly disallows fabrication or unilateral destructive actions. The helper script writes a JSON output (default outreach_sequence.json), so users should be aware it will create/overwrite that file in the current directory when run.
安装机制
No install spec is provided (instruction-only skill) and no remote downloads or package installs are required. This is the lowest-risk model and appropriate for the declared functionality.
证书
No environment variables, credentials, or external config paths are requested. The skill does not attempt to access unrelated secrets or services and its single script performs only local JSON output.
持久
always:false and normal autonomous invocation settings are used. The skill does not request persistent presence, system-wide config changes, or access to other skills' credentials.
综合结论
This skill appears coherent and auditable: it only needs python3, uses a small local script and a local presets file, and declares no credentials or network downloads. Before running, place a safe working directory (to avoid accidentally overwriting outreach_sequence.json) and review the generated draft before using it for live outreach. Also remember to follow legal and privacy rules for contacting people and to avoid sending any messages unt…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「outreach-sequence-crafter」。简介:Build respectful multi-touch outreach sequences with channel mix, follow-up tim…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/outreach-sequence-crafter/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: outreach-sequence-crafter
description: Build respectful multi-touch outreach sequences with channel mix, follow-up
timing, objection handling, and logging templates.
version: 1.1.0
metadata:
openclaw:
requires:
bins:
- python3
emoji: 🧰
---
# Outreach Sequence Crafter
## Purpose
Build respectful multi-touch outreach sequences with channel mix, follow-up timing, objection handling, and logging templates.
## Trigger phrases
- 写邀约话术
- build an outreach sequence
- 私域触达节奏
- cold outreach cadence
- 招商邀约流程
## Ask for these inputs
- offer
- target persona
- channels
- timeline
- proof assets
- dos and don'ts
## Workflow
1. Clarify the offer, audience, and desired action.
2. Select a cadence preset from the resources file.
3. Draft first touch, follow-up, breakup, and reply branches.
4. Generate a lightweight tracking table with status codes.
5. Keep claims verifiable and avoid spammy patterns.
## Output contract
- multi-touch sequence
- reply branches
- tracking sheet
- testing plan
## Files in this skill
- Script: `{baseDir}/scripts/sequence_builder.py`
- Resource: `{baseDir}/resources/cadence_presets.yaml`
## Operating rules
- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
## Suggested prompts
- 写邀约话术
- build an outreach sequence
- 私域触达节奏
## Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
## Boundaries
- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
## Compatibility notes
- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through `metadata.openclaw.requires`.
- Helper script is local and auditable: `scripts/sequence_builder.py`.
- Bundled resource is local and referenced by the instructions: `resources/cadence_presets.yaml`.