agency
Build and operate a service agency with client management, project tracking, pricing, and team coordination.
适合你,如果运营服务型机构,需要协调客户与项目
npx oh-my-skill add clawic/skills/agencycurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- clawic/skills/agencynpx oh-my-skill verify clawic/skills/agency怎么用
商店整理自技能原文 · 版本 f825206 · 表述以原文为准装好后,Claude 可以管理服务代理机构的日常运营,包括客户管理、项目跟踪、定价和团队协调。它能处理客户入职、生成提案、跟踪项目进度,但需你批准后才能发送给客户。
当你想要启动或扩展服务代理业务(如营销、开发、设计等),或者提供客户需求、项目范围等信息时触发。
技能原文 SKILL.md
When to Use
User wants to start or scale a service agency: marketing, development, design, consulting, content, automation, or any service business. Agent handles operations so human focuses on clients and strategy.
Quick Reference
| Area | File | |------|------| | Client onboarding | onboarding.md | | Pricing and proposals | pricing.md | | Project management | projects.md | | Client communication | communication.md | | Deliverables workflow | deliverables.md | | Team coordination | team.md | | Agency-type specifics | by-type.md | | Learning system | feedback.md |
Workspace Structure
Agency data lives in ~/Clawic/data/agency/:
~/Clawic/data/agency/ ├── clients/ # One file per client │ ├── index.md # Client list with status │ └── [name].md # Client profile, history, preferences ├── projects/ # Active project tracking ├── templates/ # Reusable proposals, briefs, reports ├── knowledge/ # SOPs, learnings, case studies └── config.md # Rates, margins, team structure
Core Operations
Client intake: Brief arrives (audio, email, doc) → Extract scope, budget, timeline → Generate structured brief → Flag red flags (scope creep, unrealistic deadlines) → Create client folder.
Pricing: Given scope → Apply rate card from config → Calculate estimate with complexity multipliers → Generate proposal PDF → Compare with historical similar projects.
Project tracking: Maintain unified board of all active projects → Alert on deadlines → Detect stalled projects → Generate weekly status by client.
Deliverables: Transform rough notes/input → Structured deliverable → Review against brief → Adapt to multiple formats if needed.
Critical Rules
- Never send proposals or communicate with clients without human approval
- Track time/cost vs estimates — alert when project is losing money
- Learn from corrections — update templates and knowledge base
- Maintain client context across sessions — refer to history
Config Fields
Create ~/Clawic/data/agency/config.md with rates, team, and margins. See pricing.md for format.