skills/c-level-advisor/context-engine/SKILL.md
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls.
npx skillsauth add leoyeai/openclaw-master-skills context-engineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The memory layer for C-suite advisors. Every advisor skill loads this first. Context is what turns generic advice into specific insight.
company context, context loading, context engine, company profile, advisor context, stale context, context refresh, privacy, anonymization
Step 1 — Check for context file: ~/.claude/company-context.md
Step 2 — Check staleness: Read Last updated field.
[STALE — last updated DATE] noted internally.Step 3 — Parse into working memory. Always active:
| Condition | Confidence | Action | |-----------|-----------|--------| | < 30 days, full interview | High | Use directly | | 30–90 days, update done | Medium | Use, flag what may have changed | | > 90 days | Low | Flag stale, prompt refresh | | Key fields missing | Low | Ask in-session | | No file | None | Prompt /cs:setup |
If Low: "My context is [stale/incomplete] — I'm assuming [X]. Correct me if I'm wrong."
During conversations, you'll learn things not in the file. Capture them.
Triggers: New number or timeline revealed, key person mentioned, priority shift, constraint surfaces.
Protocol:
[CONTEXT UPDATE: {what was learned}]Never silently overwrite. Always confirm before modifying the context file.
Apply references/anonymization-protocol.md:
Handle gracefully — never block the conversation.
Required:
- Last updated (date)
- Company Identity → What we do
- Stage & Scale → Stage
- Founder Profile → Founder archetype
- Current Challenges → Priority #1
- Goals & Ambition → 12-month target
High-value optional:
- Unfair advantage
- Kill-shot risk
- Avoided decision
- Watch list
Missing required fields: note gaps, work around in session, ask in-session only when critical.
references/anonymization-protocol.md — detailed rules for stripping sensitive data before external callstesting
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archaeology, Relationship Evolution, mood analytics, weekly digests, "On This Day" resurfacing, and cron auto-generation. Works best with Claude models (Haiku, Sonnet, Opus).
development
Multi-agent UX for OpenClaw Control UI — agent selector, per-agent sessions, session history viewer with search, agent-filtered Sessions tab with friendly names, Create Agent wizard, emoji picker, and backend agent CRUD.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.