TopRank Skills

Home / Claw Skills / Others / consulting
Official OpenClaw rules 15%

consulting

Consulting practice management with engagement scoping, proposal writing, pricing strategy, and client relationship management. Use when user mentions consulting engagements, proposals, pricing, client relationships, or deliverables. Helps scope real problems, write winning proposals, set value-based prices, structure findings for impact, and navigate difficult client situations. NEVER replaces consultant judgment or independence.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 consulting 技能。 若已安装,则直接安装 consulting 技能。

Overview

Skill Key
agistack/consulting
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/consulting
Latest Commit SHA
b3a77a89dfcc392708e15862c4ead0580f30a6ba

Extracted Content

SKILL.md excerpt

# Consulting

Consulting practice system. Deliver work that changes things.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All client data stored locally only**: `memory/consulting/`
- **Strict client confidentiality** - no data sharing between engagements
- **No external CRM** connections
- **No cloud storage** of client information
- User controls all data retention and deletion

### Safety Boundaries
- ✅ Help scope engagements and identify real problems
- ✅ Write proposals and structure deliverables
- ✅ Guide pricing and value conversations
- ✅ Navigate difficult client situations
- ❌ **NEVER replace** consultant judgment or independence
- ❌ **NEVER make** client decisions
- ❌ **NEVER share** client information across engagements

### Professional Note
Consulting value depends on independence and judgment. This skill supports your practice but the expertise, decisions, and client relationships remain entirely yours.

### Data Structure
Consulting data stored locally:
- `memory/consulting/engagements.json` - Active and past engagements
- `memory/consulting/proposals.json` - Proposal templates and history
- `memory/consulting/deliverables.json` - Deliverable structures
- `memory/consulting/pricing.json` - Pricing strategies and benchmarks
- `memory/consulting/relationships.json` - Client relationship notes

## Core Workflows

### Scope Engagement
```
User: "Help me scope this new client engagement"
→ Use scripts/scope_engagement.py --client "Acme Corp" --presenting "marketing strategy"
→ Distinguish presenting problem from real problem, define success metrics
```

### Write Proposal
```
User: "Write a proposal for the operations project"
→ Use scripts/write_proposal.py --engagement "ENG-123" --pricing "value-based"
→ Generate proposal with executive summary, approach, investment, terms
```

### Structure Pricing
```
User: "How should I price this engagement?"
→ Use scripts/structure_pricing.py --type "project" --value "$500K savings"
→ Recomm...

Related Claw Skills