技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v3.0.0
统计:⭐ 0 · 260 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:agistack/consulting
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill claims a full consulting practice toolkit but only includes a single local scoping script and several referenced scripts/files are missing — behavior is otherwise local and low-risk but the implementation is incomplete and inconsistent with the documentation.
目的
The name/description promise a multi-script consulting system (scoping, proposals, pricing, deliverables, relationships). The package only contains one script (scope_engagement.py). SKILL.md references many scripts and reference files that are not included. The one included script does match the 'scope engagement' capability, but the overall claim-to-implementation mismatch is problematic.
说明范围
Runtime instructions in SKILL.md instruct the agent to run many scripts (write_proposal.py, structure_pricing.py, etc.) that are not present. The SKILL.md also documents local memory paths; the actual script writes to ~/.openclaw/workspace/memory/consulting which is consistent in intent but not exactly the same literal path described earlier. The instructions do not perform network calls or request credentials, so there's no immediate exfiltra…
安装机制
No install spec — instruction-only plus a small local script. Nothing is downloaded or extracted; no package installs are requested.
证书
No environment variables, credentials, or external config paths are required. The script only reads/writes a local JSON file under the user's home directory.
持久
Skill is not marked always:true and does not request elevated privileges or modify other skills. It writes its own data under a dot-directory in the user's home — expected for a local memory store.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Consulting」。简介:Consulting practice management with engagement scoping, proposal writing, prici…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/agistack/consulting/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: consulting
description: 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.
---
# 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"
→ Recommend pricing model and anchor points
```
### Structure Deliverable
```
User: "Structure my findings for maximum impact"
→ Use scripts/structure_findings.py --audience "C-suite" --type "recommendation"
→ Build deliverable: recommendation first, supporting evidence, implementation
```
### Navigate Difficult Situation
```
User: "Client is not implementing what we agreed"
→ Use scripts/navigate_situation.py --type "implementation-gap" --engagement "ENG-123"
→ Prepare conversation that holds client accountable without damaging relationship
```
## Module Reference
- **Scoping Engagements**: See [references/scoping.md](references/scoping.md)
- **Proposal Writing**: See [references/proposals.md](references/proposals.md)
- **Pricing Strategy**: See [references/pricing.md](references/pricing.md)
- **Deliverable Structure**: See [references/deliverables.md](references/deliverables.md)
- **Client Relationships**: See [references/relationships.md](references/relationships.md)
- **Difficult Conversations**: See [references/difficult-conversations.md](references/difficult-conversations.md)
- **Referral Generation**: See [references/referrals.md](references/referrals.md)
## Scripts Reference
| Script | Purpose |
|--------|---------|
| `scope_engagement.py` | Scope new engagement |
| `write_proposal.py` | Write client proposal |
| `structure_pricing.py` | Design pricing strategy |
| `structure_findings.py` | Structure deliverable |
| `navigate_situation.py` | Navigate client challenge |
| `log_engagement.py` | Log engagement details |
| `track_deliverable.py` | Track deliverable progress |
| `generate_questions.py` | Generate discovery questions |