core-capabilities
工作助手核心能力集成包 - 包含 Obsidian/Git 同步、记忆数据库、自然语言查询工具、监控页面等完整能力。提供 memory_query_agent.py 工具和完整文档。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/awublack/core-capabilities-v2Core Capabilities v2 - 工作助手核心能力完整包
本技能包整合了工作助手的所有核心能力,提供完整的工具集、查询能力和使用指导。
📦 包含工具
- memory_query_agent.py - 自然语言记忆查询工具
- monitor_server.py - Web 监控服务器
- setup_cron.sh - Cron 配置脚本
🎯 核心能力
- 🧠 Obsidian 和 Git 同步 - 完整的文件管理和版本控制
- 📊 记忆数据库 - SQLite 存储 + 自动同步(24 条记录)
- 🔍 自然语言查询 - 中文智能查询
- 📈 监控页面 - Web 实时监控
🚀 使用
# 查询记忆
python3 memory_query_agent.py "最近的记录"
# 交互模式
python3 memory_query_agent.py -i
# 查看状态
python3 memory_query_agent.py --sync-status
📊 状态
- 数据库:24 条记录
- 同步:每 30 分钟
- 监控:8003 端口
💡 示例
用户:我们有哪些能力?
助手:我们有四大核心能力...
版本: 2.0.0
创建: 2026-04-12
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-awublack-core-capabilities-v2": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。