Overview
- Skill Key
- blackworm/optimize-context
- Author
- blackworm
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blackworm/optimize-context
- Latest Commit SHA
- 072c07e5579d4dc4c69fec59bf45e198ee47deb7
Context Optimizer & Task Processing Skills Package
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Optimize Context 技能。 若已安装,则直接安装 Optimize Context 技能。
# Context Optimizer & Task Processing Skills Package ## Overview This package contains two powerful OpenClaw skills for automated context management: 1. **Context Optimizer** - Automatically optimizes conversation context to prevent "prompt too large" errors 2. **Task Processor** - Handles large tasks by automatically splitting them into smaller subtasks ## Files Included - `skills/context-optimizer/` - Main skill directory with all implementation files - `commands/optimize-context.js` - Command handler for context optimization - `commands/optimize-context.json` - Command configuration for context optimization - `commands/process-task.js` - Command handler for processing large tasks - `commands/process-task.json` - Command configuration for task processing - `systems/context-monitor.js` - Background context monitoring system - `systems/context-monitor-config.json` - Configuration for context monitoring - `task_processing_config.json` - Global task processing configuration ## Installation Instructions 1. Extract this package to your OpenClaw workspace: ```bash cd ~/.openclaw/workspace tar -xzf /path/to/context-optimizer-skill.tar.gz ``` 2. Install dependencies (if any are needed): ```bash cd ~/.openclaw/workspace/skills/context-optimizer npm install ``` 3. The skills should now be available in your OpenClaw system with: - `/optimize-context` command for manual context optimization - `/process-task` command for handling large tasks with automatic splitting ## Features ### Context Optimizer - Automatically monitors conversation length - Triggers optimization when message count exceeds thresholds - Extracts key points and facts while clearing old context - Prevents "prompt too large" errors ### Task Processor - Detects large tasks that exceed token limits - Automatically splits large tasks into smaller subtasks - Processes subtasks sequentially while maintaining context - Integrates with context optimization to prevent overflow #...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
caspian9
飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.