← 返回 Skills 市场
alirezarezvani

c-level-advisor

作者 Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
391
总下载
1
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install c-level-advisor
功能描述
Provides strategic business advice by channelling the perspectives of 10 executive roles — CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, and Executive Mento...
使用说明 (SKILL.md)

C-Level Advisory Ecosystem

A complete virtual board of directors for founders and executives.

Quick Start

1. Run /cs:setup → creates company-context.md (all agents read this)
   ✓ Verify company-context.md was created and contains your company name,
     stage, and core metrics before proceeding.
2. Ask any strategic question → Chief of Staff routes to the right role
3. For big decisions → /cs:board triggers a multi-role board meeting
   ✓ Confirm at least 3 roles have weighed in before accepting a conclusion.

Commands

/cs:setup — Onboarding Questionnaire

Walks through the following prompts and writes company-context.md to the project root. Run once per company or when context changes significantly.

Q1. What is your company name and one-line description?
Q2. What stage are you at? (Idea / Pre-seed / Seed / Series A / Series B+)
Q3. What is your current ARR (or MRR) and runway in months?
Q4. What is your team size and structure?
Q5. What industry and customer segment do you serve?
Q6. What are your top 3 priorities for the next 90 days?
Q7. What is your biggest current risk or blocker?

After collecting answers, the agent writes structured output:

# Company Context
- Name: \x3Canswer>
- Stage: \x3Canswer>
- Industry: \x3Canswer>
- Team size: \x3Canswer>
- Key metrics: \x3CARR/MRR, growth rate, runway>
- Top priorities: \x3Canswer>
- Key risks: \x3Canswer>

/cs:board — Full Board Meeting

Convenes all relevant executive roles in three phases:

Phase 1 — Framing:   Chief of Staff states the decision and success criteria.
Phase 2 — Isolation: Each role produces independent analysis (no cross-talk).
Phase 3 — Debate:    Roles surface conflicts, stress-test assumptions, align on
                     a recommendation. Dissenting views are preserved in the log.

Use for high-stakes or cross-functional decisions. Confirm at least 3 roles have weighed in before accepting a conclusion.

Chief of Staff Routing Matrix

When a question arrives without a role prefix, the Chief of Staff maps it to the appropriate executive using these primary signals:

Topic Signal Primary Role Supporting Roles
Fundraising, valuation, burn CFO CEO, CRO
Architecture, build vs. buy, tech debt CTO CPO, CISO
Hiring, culture, performance CHRO CEO, Executive Mentor
GTM, demand gen, positioning CMO CRO, CPO
Revenue, pipeline, sales motion CRO CMO, CFO
Security, compliance, risk CISO CTO, CFO
Product roadmap, prioritisation CPO CTO, CMO
Ops, process, scaling COO CFO, CHRO
Vision, strategy, investor relations CEO Executive Mentor
Career, founder psychology, leadership Executive Mentor CEO, CHRO
Multi-domain / unclear Chief of Staff convenes board All relevant roles

Invoking a Specific Role Directly

To bypass Chief of Staff routing and address one executive directly, prefix your question with the role name:

CFO: What is our optimal burn rate heading into a Series A?
CTO: Should we rebuild our auth layer in-house or buy a solution?
CHRO: How do we design a performance review process for a 15-person team?

The Chief of Staff still logs the exchange; only routing is skipped.

Example: Strategic Question

Input: "Should we raise a Series A now or extend runway and grow ARR first?"

Output format:

  • Bottom Line: Extend runway 6 months; raise at $2M ARR for better terms.
  • What: Current $800K ARR is below the threshold most Series A investors benchmark.
  • Why: Raising now increases dilution risk; 6-month extension is achievable with current burn.
  • How to Act: Cut 2 low-ROI channels, hit $2M ARR, then run a 6-week fundraise sprint.
  • Your Decision: Proceed with extension / Raise now anyway (choose one).

Example: company-context.md (after /cs:setup)

# Company Context
- Name: Acme Inc.
- Stage: Seed ($800K ARR)
- Industry: B2B SaaS
- Team size: 12
- Key metrics: 15% MoM growth, 18-month runway
- Top priorities: Series A readiness, enterprise GTM

What's Included

10 C-Suite Roles

CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor

6 Orchestration Skills

Founder Onboard, Chief of Staff (router), Board Meeting, Decision Logger, Agent Protocol, Context Engine

6 Cross-Cutting Capabilities

Board Deck Builder, Scenario War Room, Competitive Intel, Org Health Diagnostic, M&A Playbook, International Expansion

6 Culture & Collaboration

Culture Architect, Company OS, Founder Coach, Strategic Alignment, Change Management, Internal Narrative

Key Features

  • Internal Quality Loop: Self-verify → peer-verify → critic pre-screen → present
  • Two-Layer Memory: Raw transcripts + approved decisions only (prevents hallucinated consensus)
  • Board Meeting Isolation: Phase 2 independent analysis before cross-examination
  • Proactive Triggers: Context-driven early warnings without being asked
  • Structured Output: Bottom Line → What → Why → How to Act → Your Decision
  • 25 Python Tools: All stdlib-only, CLI-first, JSON output, zero dependencies

See Also

  • CLAUDE.md — full architecture diagram and integration guide
  • agent-protocol/SKILL.md — communication standard and quality loop details
  • chief-of-staff/SKILL.md — routing matrix for all 28 skills
安全使用建议
This skill appears to do what it says (a packaged virtual board with analysis scripts), but you should take a few safety steps before installing or running it: - Inspect the bundled Python scripts (cfo-, cto-, ciso-, etc.) for any network calls (urllib, requests, socket) or subprocess usage that could transmit data externally. The SKILL claims "stdlib-only" — verify that claim in the code. - Treat company-context.md and decision logs as sensitive: review where they are written, who can read them, and whether they contain PII, secrets, or financials you don't want persisted. - Verify provenance: README references an external npx install path and the author; ensure you trust the publisher (the registry owner ID in metadata) before running scripts or following install suggestions. - Run the code in an isolated environment (sandbox, container) first if you plan to execute the provided Python tools, and monitor outbound network activity. - If you need stricter guarantees, ask the publisher for a short summary of any external network usage in the scripts or for a signed provenance statement. If you lack the ability to audit code, avoid running the packaged scripts with live company data. If you review the code and confirm there are no unexpected network calls or elevated privileges, this skill is coherent with its stated purpose and reasonable to use with caution.
功能分析
Type: OpenClaw Skill Name: c-level-advisor Version: 1.0.0 The c-level-advisor skill bundle is a comprehensive and well-architected framework for providing executive leadership guidance. It includes 25 Python scripts for various business analyses (financial modeling, risk quantification, tech debt assessment, etc.), all of which strictly use the Python standard library and perform expected mathematical and data-parsing operations without any suspicious system calls or network activity. The instructions establish a sophisticated multi-agent protocol with explicit rules for loop prevention, isolation, and a robust anonymization protocol (found in context-engine/references/anonymization-protocol.md) designed to protect sensitive company data during external interactions. The bundle appears entirely aligned with its stated purpose and demonstrates high standards for security and privacy.
能力评估
Purpose & Capability
The name/description (virtual C-suite, board meetings, role routing) matches the included content: role SKILL.md files, orchestration protocol, board-deck templates, and 25 Python analysis scripts (finance, hiring, tech debt, risk, etc.). Minor documentation inconsistencies exist (README claims '2 skills' while manifest contains ~28 skills), and the README contains npx install examples pointing to an external repo — a provenance/documentation mismatch worth checking but not a functional red flag.
Instruction Scope
SKILL.md instructs agents to create and write company-context.md in the project root and to log board interactions (Decision Logger two-layer memory). This is consistent with the stated purpose (persisting company context and decisions), but it does mean potentially sensitive business data will be written to disk. The runtime instructions do not explicitly instruct reading unrelated system files or exfiltrating data, but the included Python scripts (packaged with the skill) could be executed and may perform I/O — you should review them for unexpected file or network access.
Install Mechanism
There is no install spec in the registry metadata (instruction-only), which is lower-risk. However, the README provides npx install commands referencing an external user/repo (alirezarezvani/claude-skills), which is a documentation artifact to verify. The package already includes many code files (no separate download step), so there is no immediate downloader/extract step recorded — but verify whether your agent runtime will execute those bundled scripts automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportional to its advisory purpose. Note: even without declared secrets, the skill will invite the user to write business-sensitive context and logs locally; treat those files as sensitive.
Persistence & Privilege
always:false (normal). The skill is designed to persist context and decision logs (company-context.md, decision-log / two-layer memory) in the project root; this persistence is within its scope but increases the sensitivity of data stored by the agent. It does not request system-wide privileges or modify other skills' configs according to the provided metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install c-level-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /c-level-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
v2.0.0
28-skill virtual board of directors
元数据
Slug c-level-advisor
版本 1.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 2
常见问题

c-level-advisor 是什么?

Provides strategic business advice by channelling the perspectives of 10 executive roles — CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, and Executive Mento... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 391 次。

如何安装 c-level-advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install c-level-advisor」即可一键安装,无需额外配置。

c-level-advisor 是免费的吗?

是的,c-level-advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

c-level-advisor 支持哪些平台?

c-level-advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 c-level-advisor?

由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v1.0.0。

💬 留言讨论