with one click
LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。
npx skills add https://github.com/18816132863/xiaoyi-claw-omega-final --skill llm-memory-integrationCopy and paste this command into Claude Code to install the skill
LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。
npx skills add https://github.com/18816132863/xiaoyi-claw-omega-final --skill llm-memory-integrationCopy and paste this command into Claude Code to install the skill
Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.
同花顺i问财综合金融数据查询技能。整合行情查询、财务查询、基金查询、宏观查询、指数查询、A股选股、期货选股、公告搜索、新闻搜索、研报搜索等十大核心能力。支持股票、ETF、基金、期货、宏观经济等多维度金融数据查询,以及公告、新闻、研报等资讯搜索。当用户需要查询股票行情、财务数据、基金信息、宏观数据、选股筛选、公告新闻研报时,使用此技能。
Natural language task and project management. Use when the user talks about things they need to do, projects they're working on, tasks, deadlines, or asks for a project overview / dashboard. Captures tasks from conversation, organises them into projects, tracks progress, and serves a local Kanban dashboard.
统一的文档格式转换工具。 支持 Word (DOCX/DOC)、PowerPoint (PPTX/PPT)、Excel (XLSX/XLS)、PDF、Markdown (MD)、HTML 等多种格式互转。 适用场景: - 在多种格式间转换文档(HTML↔PDF、Word↔PDF、Markdown→Word 等) - 批量或单文件转换 - 支持多种格式描述方式,如 excel/xls/xlsx、doc/docx/word、md/markdown 触发方式: - 用户说 "转换文档格式"、"docx转pdf"、"html转ppt"、"excel转pdf"、"md转word" - 使用 "/xiaoyi-doc-convert <文件> <目标格式>" 格式 关键触发词: - 通用:文档转换、格式转换、doc convert、file convert - PDF:转pdf、转PDF、export to pdf、保存为pdf - Word:转word、转doc、转docx、word转换、doc转pdf、docx转pdf - Excel:转excel、转xls、转xlsx、xls转pdf、xlsx转pdf、excel转pdf、表格转pdf - PPT:转ppt、转pptx、转powerpoint、ppt转pdf、pptx转pdf、幻灯片转pdf - Markdown:md转word、md转pdf、markdown转word、markdown转pdf、md转docx、markdown转excel - HTML:html转pdf、网页转pdf、html转word、html转ppt
Use this skill whenever you need to create, modify, or generate Word documents (.docx). This includes writing reports, creating formatted documents, generating tables, adding Table of Contents, handling Chinese/CJK fonts, or any document output task. Even if the user just mentions "Word document", "docx", "report", or "document generation", use this skill.
Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the form", "fill out this PDF", "complete the form fields", "write values into PDF", "what fields does this PDF have". REFORMAT (apply design to an existing doc): "reformat this document", "apply our style", "convert this Markdown/text to PDF", "make this doc look good", "re-style this PDF". This skill uses a token-based design system: color, typography, and spacing are derived from the document type and flow through every page. The output is print-ready. Prefer this skill when appearance matters, not just when any PDF output is needed.
| name | llm-memory-integration |
| description | LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。 |
| version | 9.0.1 |
| license | MIT-0 |
| author | xkzs2007 |
| homepage | https://clawhub.ai/skill/llm-memory-integration |
| metadata | {"openclaw":{"emoji":"🧠","requires":{"bins":["python3"],"envVars":{"optional":["CNB_PRIVATE_WORKSPACE"]}},"hooks":{"postinstall":"hooks/bootstrap-extra-files.py"}}} |
本技能是一个公开框架包,通过环境变量链接本地私有配置。
核心设计:公开框架 + 本地私有配置
| 组件 | 位置 | 内容 |
|---|---|---|
| 公开包 | ClawHub | 框架 + 模板 + 钩子 |
| 私有配置 | 用户本地(CNB_PRIVATE_WORKSPACE) | 自定义规则和实现 |
CNB_PRIVATE_WORKSPACE 目录| 权限 | 用途 |
|---|---|
python3 | 运行钩子脚本 |
CNB_PRIVATE_WORKSPACE(可选) | 用户指定的私有配置目录 |
注意:本技能不访问 ~/.openclaw/memory-tdai 或任何其他系统路径。
clawhub install llm-memory-integration
mkdir -p ~/my-private-config
# 添加到 ~/.bashrc 或 ~/.zshrc
export CNB_PRIVATE_WORKSPACE="$HOME/my-private-config"
~/my-private-config/
├── AGENTS.md # 自定义 Agent 规则
├── TOOLS.md # 自定义工具配置
├── MEMORY.md # 私有记忆文件
└── config/ # 自定义配置
clawhub install llm-memory-integration
| 钩子 | 功能 |
|---|---|
bootstrap-extra-files.py | 将 CNB_PRIVATE_WORKSPACE 目录链接到工作区 |
钩子只执行本地文件操作(symlink/copy),仅访问用户指定的目录。
版本: 9.0.1
许可: MIT-0
作者: xkzs2007
~/.openclaw/memory-tdai 路径声明CNB_PRIVATE_WORKSPACE