logistics
物流管理技能,提供提单生成、报关单据生成、物流跟踪等功能。支持 OKKI 客户数据同步和自动化文档处理。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cjboy007/ssa-logistics-managerLogistics Skill - 物流管理
功能
- 📄 提单 (Bill of Lading) 生成与管理
- 📋 报关单据自动生成
- 🚚 物流状态跟踪
- 🔄 OKKI 客户数据同步
- 📊 物流数据报表
使用方式
CLI 命令
# 使用 logistics.sh 快捷脚本
./logistics.sh <command> [args]
# 或直接用 Node.js CLI
node cli/logistics_cli.js <command> [args]
API 端点
# 启动 API 服务
node api/server.js
环境变量
复制 .env.example 到 .env 并配置:
LOGISTICS_API_URL=http://localhost:3000
目录结构
logistics/
├── api/ # API 服务
├── cli/ # 命令行工具
├── scripts/ # 脚本工具
├── templates/ # 文档模板
├── data/ # 示例数据
├── models/ # 数据模型
└── test/ # 测试文件
注意事项
- ⚠️
data/目录仅存放示例数据,真实数据应存储在外部 - ⚠️
output/目录为运行时生成,已加入 .gitignore - ⚠️ 敏感信息请通过环境变量配置
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cjboy007-ssa-logistics-manager": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
okki-email-sync
Synchronize email activities and quotation events with OKKI CRM as follow-up trail records. Automatically matches emails to CRM customers via domain lookup and vector search, creates trail records (email type=102, quotation type=101), and deduplicates entries. Requires OKKI CRM API access and optional vector search setup. Use when you need to automatically log email communications and quotation events in your CRM.
follow-up-engine
Automated customer follow-up scheduling and execution engine for B2B sales. Generates personalized follow-up email drafts based on customer stage, last contact date, and follow-up strategy. Integrates with CRM systems (configurable) to sync follow-up records. Use when you need to automate outbound sales follow-ups, schedule reminders, or generate follow-up email content for dormant leads.
报价单工作流
自动化生成报价单(Excel/Word/HTML/PDF),集成数据验证防止示例数据,支持 OKKI CRM
approval-engine
审批流程引擎 + 异常处理系统 — 规则驱动的多级审批、异常检测、自动恢复策略和 Discord 通知集成
auto-evolution
Multi-agent auto-evolution system — orchestrate review-execute-audit loops with 4 roles (Coordinator, Reviewer, Executor, Auditor). A single coordinator agent drives the loop by spawning sub-agents for review, execution, and audit. Break goals into subtasks, auto-iterate with dual quality gates, and auto-package results. Use when: user wants autonomous task execution with built-in quality assurance.