Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

attributionattribution 搜索

Agent Skill

attribution 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

194

周安装

8

GitHub Stars

1

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:attribution(attribution 搜索)
来源仓库:https://github.com/hungv47/comms-skills
仓库路径:skills/attribution
安装命令:
npx skills add https://github.com/hungv47/comms-skills --skill attribution
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hungv47/comms-skills --skill attribution

简介

用于查找、检索和筛选相关信息,支持基于关键词定位内容。

  • 适用于需要快速筛选候选结果的场景。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 可通过 GitHub 仓库路径和技能名称进行安装。
  • 使用前需确认权限范围及是否触发网络或文件操作。
  • attribution 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Attribution Mapping — Orchestrator

*Communication — Step 4 of 4. Validates the system — every initiative and content piece connects to a KPI, with action items for every gap.*

Core Question: "Can we trace every initiative to a measurable outcome?"


Critical Gates — Read First

  1. Every KPI has >= 1 initiative mapped or an explicit action item. No uncovered KPIs.
  2. Every initiative maps to a KPI or has a Kill/Reframe/Test recommendation with reason.
  3. Every active channel has an attribution model assigned — first-touch, last-touch, linear, time-decay, or position-based. No channel without a measurement approach.
  4. Offline channels have proxy measurement methods — QR codes, vanity URLs, promo codes, or branded search lift. No offline channel without a tracking strategy.
  5. Every recommendation is a verb (Create / Kill / Rebalance / Test / Assign) — not an observation.
  6. Review date is set (~4 weeks from today).
  7. Critic returns PASS before delivery. Max 2 rewrite cycles.

Inputs Required

  • KPIs from .agents/targets.md or existing OKRs
  • Initiatives from .agents/solution-design.md
  • Content from .agents/mkt/imc-plan.md or .agents/mkt/content/

Output

  • .agents/mkt/attribution.md

Agent Manifest

AgentFileFocusLayer
kpi-hierarchy-agentagents/kpi-hierarchy-agent.mdBuilds North Star → Leading → Supporting metric treeL1
initiative-mapper-agentagents/initiative-mapper-agent.mdMaps initiatives to KPIs with contribution % and confidenceL2 (after kpi-hierarchy)
channel-attribution-agentagents/channel-attribution-agent.mdMaps each active channel to contribution weight, CAC, payback, and attribution modelL2.5 (after initiative-mapper)
content-mapper-agentagents/content-mapper-agent.mdMaps content to initiatives with funnel rolesL3 (after channel-attribution)
gap-analysis-agentagents/gap-analysis-agent.mdIdentifies uncovered KPIs, low-confidence initiatives, funnel imbalancesL4 (after content-mapper)
action-agentagents/action-agent.mdConverts gaps into prioritized action itemsL5 (after gap-analysis)
critic-agentagents/critic-agent.mdQuality gate — PASS/FAIL with rewrite routingL6 (final)

Dependency Chain

kpi-hierarchy-agent (L1)
  └─► initiative-mapper-agent (L2) — needs KPI tree to map against
        └─► channel-attribution-agent (L2.5) — needs initiative map to weight channels
              └─► content-mapper-agent (L3) — needs initiative + channel maps to map against
                    └─► gap-analysis-agent (L4) — needs full chain to analyze
                          └─► action-agent (L5) — needs gaps to convert
                                └─► critic-agent (L6) — evaluates merged output

Why fully sequential: Each agent's output is a required input for the next. Initiative mapping requires the KPI hierarchy (to know what to map to). Content mapping requires the initiative map (to know what to map to). Gap analysis requires all three maps. Actions require the gaps. The critic evaluates everything.


Routing Logic

Route A: Quick Attribution Check

Trigger: User asks to check attribution for specific initiatives or KPIs, or wants a lightweight audit. Chain: kpi-hierarchy → initiative-mapper → channel-attribution → gap-analysis → action → critic Skip: content-mapper (no content audit needed for a quick check)

Route B: Full Attribution

Trigger: User asks for full attribution mapping, or this is a first-time run. Chain: kpi-hierarchy → initiative-mapper → channel-attribution → content-mapper → gap-analysis → action → critic Skip: Nothing — all agents run.

Route C: Re-Run (Monthly Cadence)

Trigger: Previous .agents/mkt/attribution.md exists, or user says "re-run" / "monthly review." Chain: Same as Route B, but with these additions:

  1. Read previous attribution.md before dispatch
  2. Pass prior action items to action-agent in pre-writing for progress tracking
  3. Rename previous file to attribution.v[N].md
  4. action-agent checks prior action status and flags escalations

Dispatch Protocol

Before Starting

Step 0: Product Context

Check for .agents/product-context.md. If available, read for product context. If missing, strongly recommend running icp-research first — attribution mapping is significantly more accurate with product context. If .agents/targets.md, .agents/solution-design.md, or .agents/mkt/imc-plan.md date fields are older than 30 days, recommend re-running upstream skills — stale data produces inaccurate attribution maps.

Required Artifacts

None — can build from scratch by interviewing.

Optional Artifacts

ArtifactSourceBenefit
targets.mdfunnel-plannerKPI baselines
solution-design.mdsolution-design (from hungv47/research-skills)Initiative list to map
imc-plan.mdimc-planContent plan to audit
Previous attribution.mdattributionCheck progress on prior action items
experiment-*.mdexperiment (from research-skills)Experiment outcomes as confidence adjustments — concluded experiments update contribution confidence

Read upstream files if they exist: .agents/targets.md, .agents/solution-design.md, .agents/mkt/imc-plan.md. If previous .agents/mkt/attribution.md exists, read it — check progress on prior action items before building the new map.

Interview

If no upstream files exist, interview for:

  1. "What's your North Star metric?"
  2. "What are your 3-5 primary KPIs?"
  3. "What initiatives are you running or planning?"
  4. "What content are you producing?"

Cross-Track Prerequisites

This skill maps content → initiatives → KPIs. For full-stack attribution:

  1. Strategy stack first (optional): Run problem-analysissolution-designfunnel-planner to generate .agents/solution-design.md (initiatives) and .agents/targets.md (KPIs).
  2. Comms stack: Run icp-researchimc-plancontent-create to generate content artifacts.
  3. Then attribution: Maps content to initiatives to KPIs with gap analysis.

Without strategy artifacts, this skill interviews for KPIs and initiatives directly — it still works, but cross-stack alignment is stronger with upstream artifacts.

Single-Agent Fallback

If the environment does not support multi-agent dispatch, execute all steps sequentially in a single pass following the same order: build KPI hierarchy → map initiatives → map channels (attribution models, CAC, offline measurement) → map content → analyze gaps → write actions. Apply the critic checklist as a self-check before delivery.


Layer Dispatch

Pre-writing (gathered before any agent runs)

brief: [user's attribution task]
product_context: [from product-context.md if available]
business_model: [from interview or upstream artifacts — informs KPI hierarchy structure]
upstream_artifacts:
  targets: [contents of targets.md or null]
  solution_design: [contents of solution-design.md or null]
  imc_plan: [contents of imc-plan.md or null]
  previous_attribution: [contents of prior attribution.md or null]
  experiments: [contents of experiment-*.md files or null]
route: [A / B / C]
review_date: [today + 4 weeks]

Agent Dispatch Sequence

Each agent receives brief, pre-writing, and its upstream (previous agent's output). References are resolved to absolute paths before dispatch.

AgentUpstreamReferencesSkip on Route A?
kpi-hierarchy-agentnull (first)attribution-models.md, attribution-examples.mdNo
initiative-mapper-agentkpi-hierarchy outputattribution-examples.md, attribution-models.mdNo
channel-attribution-agentinitiative-mapper outputattribution-models.md, tracking-guide.mdNo
content-mapper-agentchannel-attribution outputattribution-examples.md, tracking-guide.mdYes
gap-analysis-agentmerged L1-L3 outputattribution-models.md, tracking-guide.mdNo
action-agentmerged all priorNo
critic-agentmerged final documentattribution-examples.mdNo

Merge Step

After each agent completes, merge its output into the growing attribution document:

  1. After L1 (kpi-hierarchy): Document has KPI Hierarchy section
  2. After L2 (initiative-mapper): Add Initiative → KPI Mapping + Orphan Initiatives sections
  3. After L2.5 (channel-attribution): Add Channel Attribution + Channel Interaction Map sections
  4. After L3 (content-mapper): Add Content → Initiative Mapping + Orphan Content sections
  5. After L4 (gap-analysis): Add Gap Analysis section (not in final artifact — used internally)
  6. After L5 (action-agent): Add Action Items + Previous Review Progress sections
  7. After L6 (critic): Evaluate merged document → PASS or FAIL

Gap analysis output is consumed by the action-agent but does NOT appear as a standalone section in the final artifact. The action items table IS the user-facing output of the gap analysis.


Critic Gate

  • Max 2 rewrite cycles. If the critic returns FAIL, re-dispatch only the named agent(s) with feedback.
  • On FAIL, the critic names which agent(s) to re-dispatch and provides specific fix instructions.
  • Re-dispatched agents receive the feedback field with critic instructions. They MUST address every point.
  • After rewrite, re-merge and re-run the critic.
  • If still FAIL after 2 cycles: deliver with a ## Known Issues section listing unresolved failures. Do not loop indefinitely.

Rewrite Routing

Failure TypeRe-dispatch to
KPI hierarchy incomplete or has vanity metricskpi-hierarchy-agent
Initiative mapping has unjustified confidence or missing entriesinitiative-mapper-agent
Channel attribution missing models, CAC estimates, or offline measurementchannel-attribution-agent
Content mapping incomplete or orphans not flaggedcontent-mapper-agent
Gaps missed or severity misclassifiedgap-analysis-agent
Actions are observations, missing owners/deadlines, or wrong verbsaction-agent
Sections contradict each otherRe-merge (orchestrator issue)

Re-Run Protocol

Review and refresh attribution maps on a regular cadence:

  1. Monthly review cycle: Set review date ~4 weeks from creation
  2. On re-run:

- Read previous .agents/mkt/attribution.md - Check status of each prior action item (Done / In Progress / Blocked / Dropped) - Rename previous file to attribution.v[N].md - Rebuild map with current state - Compare: Did action items move the needle? Which KPIs improved?

  1. Escalation: If same gaps persist across 2+ reviews, escalate from "Rebalance" to "Kill" or "Create"

Re-run triggers: Monthly review cycle (set review date ~4 weeks from creation), after experiments conclude, when KPIs or initiatives change.

Status Definitions

  • Done — shipped AND outcome measured. If no outcome data, it's In Progress.
  • In Progress — started but not complete. Note blocker if any.
  • Parked — deprioritized deliberately. Note what changed.
  • Dropped — decided not to pursue. Note explicit reason.

If the same action appears as "Parked" or "Dropped" across 2+ reviews, escalate: either commit to doing it or kill the underlying initiative.


Artifact Template

---
skill: attribution
version: 1
date: [today's date]
status: draft
---

# Attribution Map

**Date:** [today]
**Skill:** attribution
**Review date:** [today + 4 weeks]

## KPI Hierarchy

​```
North Star: [metric] — [current] → [target]
├── KPI 1: [metric] — [current] → [target] — Owner: [person]
├── KPI 2: ...
└── KPI 3: ...
​```

## Initiative → KPI Mapping

| Initiative | KPI | Contribution | Confidence |
|------------|-----|-------------|------------|
| ... | ... | ... | ... |

### Orphan Initiatives
| Initiative | Action |
|------------|--------|
| ... | ... |

## Channel Attribution

Maps each active channel from the 9-channel map to its contribution weight and measurement approach.

| Channel | Funnel Role | Attribution Model | Est. CAC | Payback Period | Confidence | Rationale |
|---------|------------|------------------|----------|----------------|------------|-----------|
| [e.g. Search engines/GEO (paid)] | Conversion | Last-touch | [$X] | [X months] | [H/M/L] | [Why this model for this channel] |
| [e.g. Social media (organic)] | Awareness | First-touch | [N/A — organic] | [N/A] | [M] | [Why this model] |
| [e.g. IRL] | Relationship | Position-based | [$X] | [X months] | [L] | [Why this model] |

Split channels by paid vs. organic when they behave differently (e.g., "Search engines/GEO (organic)" and "Search engines/GEO (paid)").

**Attribution model selection guide:**
- **First-touch** — credit the channel that introduced the customer. Best for: brand awareness channels (OOH, PR, social organic, news)
- **Last-touch** — credit the channel that closed the deal. Best for: conversion channels (search ads, retargeting, SMS, email CTA)
- **Linear** — equal credit across all touchpoints. Best for: evaluating channel mix balance
- **Time-decay** — more credit to recent touchpoints. Best for: long sales cycles (SLG/enterprise, 60+ day cycles)
- **Position-based (U-shaped)** — 40% first touch, 40% last touch, 20% middle. Best for: hybrid motions (PLG+SLG), store/listing platforms (marketplace discovery → evaluation → install)

**Channel-specific model recommendations:**

| Channel | Recommended Model | Rationale |
|---------|------------------|-----------|
| Search engines/GEO (organic) | First-touch or linear | Often the first discovery channel |
| Search engines/GEO (paid) | Last-touch | High-intent conversion channel |
| Store/Listing platforms | Position-based | Discovery (first) + install (last) both matter |
| Bounty/Info platforms | Last-touch | Incentivized conversions — credit the converting action |
| News | First-touch | Primarily awareness and trust-building |
| Forums/Communities | First-touch or linear | Discovery and trust, rarely direct conversion |
| Social media (organic) | First-touch | Brand awareness channel |
| Social media (paid) | Last-touch or time-decay | Direct response, retargeting |
| IRL (events/OOH/POS) | First-touch | Awareness, hard to track mid-funnel |
| Mailbox (email) | Time-decay or last-touch | Nurture channel, often in middle/end of path |
| SMS | Last-touch | Direct response, conversion-focused |

### Channel Interaction Map
- **Common conversion paths:** [Channel A] → [Channel B] → Conversion
- **Assist channels:** [channels that rarely convert directly but appear in most paths]
- **Channel velocity:** [average days from first touch to conversion per channel]

### Offline Channel Measurement

For channels without native digital tracking:

| Channel | Proxy Measurement | Implementation |
|---------|-------------------|----------------|
| IRL / Events | Unique QR codes per event, lead capture forms, post-event survey ("How did you hear about us?") | QR → UTM-tagged landing page → GA4 event |
| OOH (billboards) | Branded search lift (compare branded search volume before/after campaign), vanity URLs | Google Trends / GA4 branded search report |
| Point of Sales | Unique promo codes per location, loyalty program attribution | POS system → CRM sync |
| SMS campaigns | Click-through tracking (shortened URLs with UTMs), conversion codes | SMS platform analytics + GA4 |
| PR / News | Referral traffic spikes from publication domains, branded search lift post-article | GA4 referral report + Google Trends |
| Bounty/Info platforms | Unique referral codes per affiliate, conversion tracking via referral links | Affiliate platform dashboard + CRM attribution |
| Store/Listing platforms | App store analytics (impressions → page views → installs), review platform referral tracking | App Store Connect / Google Play Console / G2 analytics |
| Mailbox (direct mail) | Unique promo codes per campaign, dedicated vanity URLs, matchback analysis (match recipient list to conversion list) | CRM matchback + GA4 vanity URL tracking |

## Content → Initiative Mapping

| Content | Initiative | Type | Channel |
|---------|-----------|------|---------|
| ... | ... | ... | ... |

### Orphan Content
| Content | Action |
|---------|--------|
| ... | ... |

## Action Items

| # | Gap | Action | Owner | Deadline |
|---|-----|--------|-------|----------|
| 1 | ... | ... | ... | ... |

## Previous Review Progress

| # | Prior Action | Status | Outcome |
|---|-------------|--------|---------|
| 1 | [action from last review] | Done / In Progress / Parked / Dropped | [Result if Done: what metric moved? If not done: blocker or reason] |

Status definitions:
- **Done** — shipped AND outcome measured. If no outcome data, it's In Progress.
- **In Progress** — started but not complete. Note blocker if any.
- **Parked** — deprioritized deliberately. Note what changed.
- **Dropped** — decided not to pursue. Note explicit reason.

If the same action appears as "Parked" or "Dropped" across 2+ reviews, escalate: either commit to doing it or kill the underlying initiative.

> On re-run: rename existing artifact to `attribution.v[N].md` and create new with incremented version.

Worked Example

Pre-writing gathered

brief: "Map our current marketing to business outcomes — we have KPIs and initiatives but no attribution"
product_context: B2B SaaS, project management tool
upstream_artifacts:
  targets: targets.md with North Star (Weekly Signups) and 3 KPIs
  solution_design: solution-design.md with 2 initiatives
  imc_plan: imc-plan.md with 3 content pieces
  previous_attribution: null
  experiments: null
route: B (full attribution — first run)
review_date: 2026-04-24

L1: kpi-hierarchy-agent output

## KPI Hierarchy

​```
North Star: Weekly Signups — 200 → 350
├── KPI 1: Paid signup rate — 1.2% → 3.0% — Owner: Sarah
├── KPI 2: Homepage bounce rate — 52% → 40% — Owner: James
└── KPI 3: Organic signups — 80/wk → 120/wk — Owner: (unassigned)
​```

## KPI Metadata

| KPI | Type | Funnel Stage | Measurement Window | Current Source |
|-----|------|-------------|-------------------|----------------|
| Weekly Signups | North Star | Acquisition | 7 days | GA4 |
| Paid signup rate | Leading | Acquisition | 14 days | GA4 + Ads |
| Homepage bounce rate | Leading | Activation | 7 days | GA4 |
| Organic signups | Leading | Acquisition | 30 days | GA4 |

L2: initiative-mapper-agent output

## Initiative → KPI Mapping

| Initiative | Primary KPI | Secondary KPIs | Contribution | Confidence |
|------------|-------------|----------------|-------------|------------|
| Restore Paid Targeting | Paid signup rate | — | ~55% of target gap | H |
| Restore Social Proof | Homepage bounce rate | — | ~35% of target gap | M |

## Confidence Justification

| Initiative | Confidence | Basis |
|------------|-----------|-------|
| Restore Paid Targeting | H | Previous campaign data: similar targeting achieved 2.8% rate |
| Restore Social Proof | M | Industry benchmark: social proof reduces bounce by 10-15pp. Our gap is 12pp, so ~35% is reasonable but unproven for our audience. |

## Orphan Initiatives
None — both initiatives map to KPIs.

## Experiment Integration
No experiment files found.

L3: content-mapper-agent output

## Content → Initiative Mapping

| Content | Initiative | Type | Channel | Tracking Status |
|---------|-----------|------|---------|----------------|
| Status Update Carousel | (none — brand awareness) | Reach | LinkedIn | Partial (no UTMs) |

## Orphan Content

| Content | Source | Current Channel | Recommendation |
|---------|--------|----------------|----------------|
| Status Update Carousel | imc-plan | LinkedIn | **Rebalance:** Add CTA linking to product page, reframe as supporting Paid Targeting initiative |

## Coverage Heatmap

| Initiative | Reach | Trust | Conversion | Total | Assessment |
|-----------|-------|-------|-----------|-------|------------|
| Restore Paid Targeting | 0 | 0 | 0 | 0 | Sparse — no content supporting this initiative |
| Restore Social Proof | 0 | 0 | 0 | 0 | Sparse — no content supporting this initiative |

L4: gap-analysis-agent output (internal — not in final artifact)

Identifies: 1 uncovered KPI (organic signups — Critical), 1 low-confidence initiative (Social Proof — Medium), 2 content-sparse initiatives, 1 tracking gap (no UTMs on carousel), 1 ownership gap (KPI 3 no owner). Severity: 2 Critical, 2 High, 1 Medium.

L5: action-agent output

## Action Items

| # | Gap | Severity | Action | Owner | Deadline |
|---|-----|----------|--------|-------|----------|
| 1 | KPI 3 (organic signups) has 0 initiatives | Critical | **Create:** Run `problem-analysis` on organic traffic stagnation | James | 2026-04-03 |
| 2 | KPI 3 has no owner | Critical | **Assign:** Name an owner for organic signups KPI | Marketing lead | Now |
| 3 | Restore Paid Targeting has 0 content | High | **Create:** Run `content-create` for paid landing page and ad copy | Sarah | 2026-04-10 |
| 4 | Restore Social Proof has 0 content | High | **Create:** Run `content-create` for testimonial/case study content | James | 2026-04-10 |
| 5 | Status Update Carousel orphaned | Medium | **Rebalance:** Add product CTA to carousel, track as Paid Targeting support | Content lead | 2026-04-03 |

## Action Rationale

| # | Action | Why This Action | Why This Priority | Skill to Run |
|---|--------|----------------|------------------|-------------|
| 1 | Create initiative for organic | KPI with 0 coverage — business goal has no path | Critical — completely unaddressed goal | `problem-analysis` |
| 2 | Assign KPI owner | Metrics without owners don't improve | Critical — blocks progress | manual |
| 3 | Create content for Paid Targeting | Initiative has no content support | High — initiative is funded but unsupported | `content-create` |
| 4 | Create content for Social Proof | Initiative has no content support | High — initiative is funded but unsupported | `content-create` |
| 5 | Rebalance carousel | Orphan content is wasted effort | Medium — easy redirect | manual |

## Previous Review Progress
First run — no prior actions to review.

L6: critic-agent returns PASS

All quality gates satisfied. Merged into final artifact.


Anti-Patterns

Vanity metrics as KPIs — Tracking impressions or followers as primary KPIs. These metrics feel good but don't connect to business outcomes. KPIs must be metrics that, if improved, move the North Star. INSTEAD: Use vanity metrics as supporting metrics under a leading KPI, not as KPIs themselves.

Mapping everything to revenue — Forcing every content piece to show direct revenue impact ignores the awareness and trust stages of the funnel. Map content to its appropriate funnel stage metric, not just revenue. INSTEAD: Map content to the funnel stage it serves (Reach → Trust → Conversion). Attribution traces the chain, not a shortcut.

Ignoring time lag — Expecting attribution results within days for strategies that take weeks or months to show impact. Set appropriate measurement windows — brand content may take 8-12 weeks to influence pipeline. INSTEAD: Set measurement windows per content type using references/attribution-models.md. Review after the window closes, not before.

Orphan content without initiative links — Content that exists because "we should post something" rather than supporting a specific initiative. Every piece should trace to an initiative and KPI — orphan content is wasted effort. INSTEAD: Flag orphans explicitly with Assign / Repurpose / Sunset recommendations. Zero orphan tolerance.

Static attribution maps — Building the map once and never updating it. Attribution maps decay as initiatives ship, KPIs shift, and new content is produced. Set a review cadence (monthly minimum). INSTEAD: Set review date 4 weeks out. Use Route C (re-run) to track action progress and refresh the map.

Attribution without tracking infrastructure — Mapping content to KPIs on paper while having no event tracking, UTM parameters, or analytics in place. The map becomes theoretical without implementation. See references/tracking-guide.md for minimum viable tracking. INSTEAD: content-mapper-agent flags tracking status for every piece. Untracked content generates a Create action item for tracking implementation.

Wrong attribution model for the business — Using last-touch attribution for a B2B product with 90-day sales cycles attributes everything to the final touchpoint and misses the content that created awareness. Match model to buying cycle length. See references/attribution-models.md. INSTEAD: kpi-hierarchy-agent sets measurement windows per KPI using the attribution-models reference.

Metrics without owners — Every KPI and initiative must have a named person (not "the team"). Unowned metrics don't get improved — they get reported on and shrugged at. INSTEAD: kpi-hierarchy-agent flags unassigned owners. gap-analysis-agent classifies them as ownership gaps. action-agent generates Assign actions.


Chain Position

Previous: content-create | Next: Monthly review (re-run this skill) Re-run triggers: Monthly review cycle (set review date ~4 weeks from creation), after experiments conclude, when KPIs or initiatives change.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.03%
按下载量换算23

Claude

30.43%
按下载量换算19

Cursor

18.36%
按下载量换算12

Gemini CLI

10.69%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills