← 返回 Skills 市场
391
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install call
功能描述
Call management system with preparation, real-time capture, and follow-up tracking. Use when user mentions phone calls, meetings, conversations, commitments...
使用说明 (SKILL.md)
Call
Call management system. Every conversation, fully leveraged.
Critical Privacy & Safety
Data Storage (CRITICAL)
- All call data stored locally only:
memory/calls/ - No call recording (unless user explicitly enables separately)
- No external CRM connected
- No sharing of conversation data
- User controls all data retention and deletion
Privacy Note
Call records contain sensitive information. All data stays local and private. You control what is captured and retained.
Data Structure
Call data stored locally:
memory/calls/calls.json- Complete call recordsmemory/calls/contacts.json- Contact history and contextmemory/calls/commitments.json- Commitments made/receivedmemory/calls/followups.json- Pending follow-upsmemory/calls/templates.json- Follow-up message templates
Core Workflows
Prepare for Call
User: "I have a call with Acme Corp in 30 minutes"
→ Use scripts/prep_call.py --contact "Acme Corp" --purpose "negotiate contract"
→ Pull previous calls, open commitments, relevant context
Capture During Call
User: "Note: They need the proposal by Friday, Sarah is decision maker, follow up on pricing"
→ Use scripts/capture_fragments.py --call-id "CALL-123" --fragments "proposal by Friday, Sarah decision maker, follow up pricing"
→ Build structured notes in real-time
End Call & Generate Summary
User: "Call is done"
→ Use scripts/end_call.py --call-id "CALL-123"
→ Generate summary: decisions, action items, commitments
Track Follow-ups
User: "What follow-ups do I owe?"
→ Use scripts/check_followups.py
→ Show all pending commitments with deadlines
Draft Follow-up Message
User: "Draft follow-up to Sarah"
→ Use scripts/draft_followup.py --contact "Sarah" --call-id "CALL-123"
→ Generate personalized follow-up email with specific references
Module Reference
- Call Preparation: See references/preparation.md
- Real-time Capture: See references/capture.md
- Commitment Tracking: See references/commitments.md
- Follow-up System: See references/followups.md
- Conversation History: See references/history.md
- Contact Intelligence: See references/contacts.md
Scripts Reference
| Script | Purpose |
|---|---|
prep_call.py |
Prepare for upcoming call |
capture_fragments.py |
Capture notes during call |
end_call.py |
End call and generate summary |
check_followups.py |
Check pending follow-ups |
draft_followup.py |
Draft follow-up message |
log_call.py |
Log completed call |
contact_history.py |
View contact conversation history |
commitment_status.py |
Check commitment status |
安全使用建议
This package is incomplete: SKILL.md promises many scripts and local-data behavior but only scripts/prep_call.py is included. Before installing or enabling this skill, ask the publisher for the missing scripts and the referenced documentation so you can review them for network calls, credential use, and data-write behavior. Verify where data is written (the script uses ~/.openclaw/workspace/memory/calls but the README mentions memory/calls/) and confirm you are comfortable with that location. If you cannot obtain the full source, treat this as untrusted — do not grant it elevated access or let it run autonomously. If you proceed, run it in an isolated environment and inspect any additional scripts for outbound network calls, credential access, or unexpected file writes.
功能分析
Type: OpenClaw Skill
Name: call
Version: 2.1.0
The skill bundle provides a local call management system for tracking meetings and follow-ups. The analyzed script (scripts/prep_call.py) only performs read operations on local JSON files within the user's workspace and contains no network activity, obfuscation, or unauthorized data access. The SKILL.md instructions are consistent with the stated purpose and include explicit privacy constraints regarding local data storage.
能力评估
Purpose & Capability
The stated purpose (call preparation, capture, follow-up) matches the single included script (prep_call.py) for preparing calls, but SKILL.md advertises many additional capabilities (real-time capture, end-call summary, follow-up drafting, tracking) that require other scripts which are not present. That makes the delivered capability set disproportionate to the description.
Instruction Scope
SKILL.md instructs the agent to invoke multiple scripts (capture_fragments.py, end_call.py, draft_followup.py, check_followups.py, etc.) and references several 'references/*.md' docs, none of which are included. The doc also states data is stored under memory/calls/, while the included script reads from ~/.openclaw/workspace/memory/calls — an inconsistency in storage paths. Because core runtime instructions point to missing files, the agent cannot follow the declared workflows and the privacy/storage claims cannot be validated.
Install Mechanism
No install spec and no external downloads — lowest-risk distribution. Only an instruction file and one small Python script are present; nothing is written to disk by an installer.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The single script only reads a local JSON file under the user's home directory; no network or external services are requested.
Persistence & Privilege
Skill is not forced-always or requesting elevated persistence. It does read from and (per SKILL.md) would store data locally, but the package does not show any installer or service that would create persistent processes or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install call - 安装完成后,直接呼叫该 Skill 的名称或使用
/call触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Major update: Added call preparation, real-time capture, commitment tracking, follow-up drafting, and comprehensive conversation management workflows
v1.0.0
Initial release
元数据
常见问题
Call 是什么?
Call management system with preparation, real-time capture, and follow-up tracking. Use when user mentions phone calls, meetings, conversations, commitments... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 391 次。
如何安装 Call?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install call」即可一键安装,无需额外配置。
Call 是免费的吗?
是的,Call 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Call 支持哪些平台?
Call 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Call?
由 agenticio(@agenticio)开发并维护,当前版本 v2.1.0。
推荐 Skills