AgentSkillsCN

win-profile

基于公开信号构建 WIN 目标画像。可用于生成 profiles.json,验证目标输入的形态,并在评分前提取用户的兴趣与风格偏好。

SKILL.md
--- frontmatter
name: win-profile
description: Build WIN target profiles from public signals. Use to generate profiles.json, validate target input shape, and extract interests/style before scoring.

WIN Profile

Overview

Run only the profiling stage to produce data/output/profiles.json.

Workflow

  1. Validate target input shape using the targets.json contract.
  2. If required target inputs are missing, please interview the user to acquire the necessary inputs before running commands.
  3. Run profiling from targets.local.json (or fallback to targets.json).
  4. Confirm profile count and inspect top interests before evaluation.

Command

bash
scripts/run_profile.sh

Input Contract

Expected target schema is documented in:

  • ../win-committee/references/data-contracts.md

Guardrails

  • Use only public or user-provided target signals.
  • Do not infer sensitive attributes.
  • If required inputs are missing, please interview the user to acquire the necessary inputs.
  • Keep personalized data in *.local.json files.