一键导入
subconscious
Self-improvement loop — agents analyze their own performance, debate improvements, and write learnings back into memory. Runs on cron schedule.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Self-improvement loop — agents analyze their own performance, debate improvements, and write learnings back into memory. Runs on cron schedule.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated research pipeline — find, index, and surface insights from papers, docs, and web sources.
Use this skill for Word documents (.docx) — create, read, edit, format with headings, tables, images, page numbers.
Use this skill for anything involving PDF files — read, create, merge, split, extract text, add watermarks, fill forms, encrypt/decrypt, OCR.
Qorven platform self-knowledge — architecture, capabilities, installable plugins, and self-evolution guide.
Self-hosted Firecrawl — deep web crawling, scraping, and search for AI agents. Converts websites into clean markdown.
Use this skill for PowerPoint presentations — create, read, edit .pptx files with slides, layouts, images, charts.
| name | subconscious |
| description | Self-improvement loop — agents analyze their own performance, debate improvements, and write learnings back into memory. Runs on cron schedule. |
| when_to_use | Automatically triggered by cron. Analyzes recent agent runs, generates improvement ideas, debates them via council, writes winning direction back into agent memory. |
| allowed_tools | ["memory_search","web_search","file_write","file_read"] |
| context | inline |
The subconscious runs periodically (default: every 6 hours) and:
Recent Runs → Evidence Gathering → Ideation (3-5 ideas)
→ Debate/Critique (council) → Synthesis (1 winner)
→ Write to Memory → Next run starts smarter
schedule: cron expression (default: 0 */6 * * * — every 6 hours)max_ideas: number of candidates to generate (default: 5)debate_rounds: number of challenge/defense rounds (default: 2)auto_apply: whether to apply improvements without approval (default: false)model_ideation: model for generating ideas (default: cheap/fast)model_debate: model for critique (default: premium)