with one click
llm-memory-integration
LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
LLM Memory Integration - 公开框架包。通过环境变量链接本地私有配置,实现公私分离。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
东方财富妙想金融技能套件(mx-skills-suite),包含 5 个专业金融子技能: 1. eastmoney_fin_data - 金融数据查询(行情、财务、关联关系) 2. eastmoney_fin_search - 金融资讯搜索(新闻、公告、研报、政策) 3. mx_select_stock - 智能选股(条件筛选、板块查询、股票推荐) 4. mx_self_select - 自选股管理(查询、添加、删除自选股) 5. eastmoney_stock_simulator - 模拟组合管理(持仓、买卖、撤单、委托、资金) 触发词:东方财富、妙想、金融数据、行情查询、股票资讯、选股、自选股、模拟交易、模拟炒股、持仓查询、东方财富数据、东方财富API。
Scan repos and workspaces for leaked secrets. API keys in code, passwords in configs, tokens in logs. Catches them before they hit git.
使用有头浏览器(headed browser)打开网页,通过CDP协议进行元素点击和自动化操作。V3优化版:简化架构,保留核心功能(协议拦截、元素操作、截图),适用于复杂网页场景,特别是需要处理App唤起提示或特殊渲染的页面。
Manage tasks, communications, and scheduling with proactive and organized support.
给网页应用接入云数据库的额外能力。端到端流程:云数据库服务后端应用创建 → 数据库设计 → 前端对接。当用户明确提到需要支持多用户共用数据库实例或者需要部署网站(且不需要端侧能力)时,你可以利用本 skill,如果网页应用需要支持端侧能力(比如相机、端侧数据库等),那就一定不能使用本 skill。如果用户既要多用户共用数据库实例、网站部署,又要支持端侧能力,本 skill 不支持,并告知用户无法支持该请求
Generate and edit professional PPT presentations. Generation uses a 3-stage workflow: gather information & confirm writing approach, generate structured outline, generate PPT via cloud service & deliver. Editing operates directly on existing PPTX files via XML-level manipulation (unpack, modify, repack). TRIGGER when user asks to: generate PPT, create slides, make presentation, edit/modify PPT, adjust slide content/layout, delete/add/reorder slides, use PPT as template, 生成PPT, 做PPT, 制作幻灯片, 做演示文稿, 编辑/修改PPT, 基于模板修改. Supports both document-based and web-search-based content sourcing for generation.
| 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