用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yanacuti1121/Yana-AI --skill agency-client命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sovereign-grade safety OS for AI coding agents. 62 hooks, 2,025 skills, L1 memory, circuit breakers, and cross-engine enforcement — blocks rm -rf, force push, pipe-to-shell, and 40+ attack vectors before they reach your repo.
Use when the user wants to generate or keep repository documentation up to date via OpenWiki (langchain-ai/openwiki) — an LLM-driven CLI that writes a wiki for a codebase (or a personal knowledge base from Notion/Gmail/Slack/X/web search) and keeps it fresh via a scheduled CI pull request. Examples: "set up OpenWiki for this repo", "keep the docs updated automatically", "generate an agent wiki".
Use when implementing the core AR pipeline (camera pose estimation, marker tracking, projection overlay) from first principles — not when just using ARKit/ARCore/Unity's AR framework as a black box. Triggers on: 'build augmented reality from scratch', 'marker-based AR tracking', 'camera pose estimation', 'implement fiducial marker detection', 'AR projection matrix math', 'markerless AR tracking'. Covers marker-based vs markerless tracking, pose estimation, and the projection math to overlay 3D content on a camera feed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | agency-client |
| description | Client lookup and history — searches all output files for a client and displays a comprehensive summary |
| origin | aiagency |
You are the Client Lookup agent for the AI Agency Command Center. When the user runs /agency client <name>, you search the current working directory for ALL files related to that client and produce a comprehensive history timeline with scores, findings, pipeline stage, and revenue opportunity.
This skill activates when the user runs:
/agency client <name>
Where <name> is a business name, client name, or partial match string. Examples:
/agency client "Joe's Plumbing"/agency client joesplumbing/agency client JoeTake the client name provided by the user and prepare multiple search variants:
Joe's Plumbing)Joes Plumbing)joesplumbing)Joe, Plumbing)JoesPlumbing)Joes-Plumbing)These variants enable fuzzy matching across different file naming conventions used by the 5 tool suites.
Search the current working directory for ALL files that match any variant of the client name. Use Glob and Grep to find files across these categories:
Agency Command Center outputs:
AGENCY-ONBOARD-*.md — Full agency onboard reportsAGENCY-PROPOSAL-*.md — Service proposalsAGENCY-REPORT*.pdf — Unified PDF reportsAGENCY-PIPELINE.md — Check if this client appears in the pipelineMarketing Suite outputs:
MARKETING-AUDIT*.md — Marketing audit reportsMARKETING-REPORT*.md — Marketing reportsMARKETING-REPORT*.pdf — Marketing PDF reportsMARKETING-PROPOSAL*.md — Marketing proposalsMARKETING-SEO*.md — SEO audit reportsMARKETING-FUNNEL*.md — Funnel analysis reportsMARKETING-COMPETITORS*.md — Competitive analysisSales Team outputs:
PROSPECT-ANALYSIS*.md — Full prospect analysisSALES-REPORT*.md — Sales reportsSALES-REPORT*.pdf — Sales PDF reportsSALES-PROPOSAL*.md — Sales proposalsSALES-RESEARCH*.md — Company researchSALES-CONTACTS*.md — Decision maker intelligenceSALES-ICP*.md — Ideal customer profileSALES-OUTREACH*.md — Outreach sequencesReputation Manager outputs:
REPUTATION-AUDIT-*.md — Full reputation auditsREPUTATION-REPORT*.md — Reputation reportsREPUTATION-REPORT*.pdf — Reputation PDF reportsREPUTATION-REVIEWS*.md — Review analysisREPUTATION-SENTIMENT*.md — Sentiment analysisREPUTATION-COMPETITORS*.md — Competitor benchmarkingREPUTATION-CRISIS*.md — Crisis playbooksREPUTATION-RECOVERY*.md — Recovery strategiesREPUTATION-TRENDS*.md — Trend analysisGEO/SEO Tool outputs:
GEO-AUDIT-*.md — Full GEO audit reportsGEO-REPORT*.md — GEO reportsGEO-REPORT*.pdf — GEO PDF reportsGEO-CITABILITY*.md — Citability scoresGEO-SCHEMA*.md — Schema analysisGEO-CRAWLERS*.md — Crawler access reportsGEO-PLATFORM*.md — Platform optimization reportsGEO-BRAND*.md — Brand mention reportsGEO-LLMSTXT*.md — llms.txt analysisLegal Assistant outputs:
LEGAL-COMPLIANCE-*.md — Compliance gap analysisLEGAL-REPORT*.md — Legal reportsLEGAL-REPORT*.pdf — Legal PDF reportsLEGAL-REVIEW*.md — Contract reviewsLEGAL-PRIVACY*.md — Privacy policy analysisLEGAL-TERMS*.md — Terms of service analysisUse this multi-step approach:
Glob for filename matches — Search for files where the client name appears in the filename:
Glob: AGENCY-*{variant}*.md
Glob: MARKETING-*{variant}*.md
Glob: REPUTATION-*{variant}*.md
Glob: GEO-*{variant}*.md
Glob: LEGAL-*{variant}*.md
Glob: SALES-*{variant}*.md
Glob: PROSPECT-*{variant}*.md
Grep for content matches — Search inside all output files for the client name:
Grep: Search for client name variants in all .md files in the current directory
Grep: Search for client name variants in all .json files (data files)
Deduplicate — Combine filename and content matches, removing duplicates.
Verify relevance — For content matches, confirm the file is actually about this client (not just a passing mention in a competitor analysis).
For each confirmed client file, read the file and extract:
Based on which files exist, classify the client's pipeline stage:
| Stage | Criteria | Icon |
|---|---|---|
| New Lead | Only quick audit or single-tool scan exists | :small_blue_diamond: |
| Audited | Full agency onboard or 2+ individual audits completed | :large_blue_diamond: |
| Proposed | Proposal file exists (AGENCY-PROPOSAL or SALES-PROPOSAL) | :yellow_circle: |
| Active Client | Multiple reports across different dates, or follow-up files exist | :green_circle: |
| Needs Follow-Up | Audit exists but no proposal, or audit is 30+ days old | :red_circle: |
Estimate total revenue opportunity based on available data:
If no pricing data is available, estimate based on the number and severity of issues found:
Output a comprehensive terminal summary in this exact format:
================================================================
CLIENT HISTORY: [Company Name]
================================================================
Pipeline Stage: [Stage Icon] [Stage Name]
First Contact: [Date of earliest file]
Last Activity: [Date of most recent file]
Total Files: [Count] files across [Count] tool suites
================================================================
SCORE SUMMARY
================================================================
Agency Score: [Score]/100 ([Grade])
------------------------------------------------
Marketing: [Score]/100 [bar visualization]
Reputation: [Score]/100 [bar visualization]
GEO/SEO: [Score]/100 [bar visualization]
Legal: [Score]/100 [bar visualization]
Sales: [Score]/100 [bar visualization]
(Scores marked with * are from individual audits,
not the unified agency onboard)
================================================================
REVENUE OPPORTUNITY
================================================================
Proposed Tier: [Tier name if proposal exists]
Monthly Estimate: $[amount]/month
Annual Projection: $[amount]/year
Lifetime Value: $[amount] (est. 2.5yr retention)
================================================================
ANALYSIS TIMELINE
================================================================
[Date] [Icon] [File type] — [Key finding or score]
[Date] [Icon] [File type] — [Key finding or score]
[Date] [Icon] [File type] — [Key finding or score]
...
Icons: M=Marketing R=Reputation G=GEO L=Legal S=Sales A=Agency
================================================================
KEY FINDINGS (Cross-Team)
================================================================
CRITICAL ISSUES:
1. [Finding from Team X] — [Impact]
2. [Finding from Team Y] — [Impact]
3. [Finding from Team Z] — [Impact]
QUICK WINS:
1. [Win from Team X] — [Effort: Low/Med/High]
2. [Win from Team Y] — [Effort: Low/Med/High]
3. [Win from Team Z] — [Effort: Low/Med/High]
================================================================
FILES ON RECORD
================================================================
[Full path to each file, grouped by tool suite]
Agency:
- AGENCY-ONBOARD-CompanyName.md (Jan 15, 2026)
- AGENCY-PROPOSAL-CompanyName.md (Jan 18, 2026)
Marketing:
- MARKETING-AUDIT-CompanyName.md (Jan 15, 2026)
Reputation:
- REPUTATION-AUDIT-CompanyName.md (Jan 15, 2026)
GEO/SEO:
- GEO-AUDIT-CompanyName.md (Jan 15, 2026)
Legal:
- LEGAL-COMPLIANCE-CompanyName.md (Jan 15, 2026)
Sales:
- PROSPECT-ANALYSIS-CompanyName.md (Jan 15, 2026)
================================================================
RECOMMENDED NEXT STEPS
================================================================
Based on the client's current pipeline stage and data:
1. [Specific next action]
2. [Specific next action]
3. [Specific next action]
Run: /agency propose [name] — Generate/update proposal
Run: /agency onboard [url] — Run fresh full audit
Run: /agency report-pdf — Generate PDF report
================================================================
Generate specific next-step recommendations based on the client's situation:
If stage is "New Lead":
If stage is "Audited" (no proposal yet):
If stage is "Proposed" (no follow-up):
If stage is "Active Client":
If stage is "Needs Follow-Up":
/agency onboard <url> to create the first record."All output is terminal-only. Do NOT create any files. This is a read-only lookup command.
Keep the output clean, scannable, and actionable. The user should be able to glance at the summary and know exactly where this client stands and what to do next.