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

lytics-agent溶解剂

Agent Skill

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

总安装

447

周安装

19

GitHub Stars

2

下载量

157
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/lytics/agent-skills --skill lytics-agent

简介

lytics-agent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 安装命令为 npx skills add https://github.com/lytics/agent-skills --skill lytics-agent。
  • 当前分类为研究检索,适用于 Codex、Claude、Cursor、Gemini CLI。

SKILL.md

Lytics Agent Router

Purpose

Top-level intent classifier and dispatcher for Lytics CDP operations. Analyzes the user's request and routes to the appropriate specialized skill.

Environment

  • LYTICS_API_TOKEN -- API authentication token (required)
  • LYTICS_API_URL -- Base URL (default: https://api.lytics.io)

Pre-flight Check

Before routing, verify the environment is configured:

if [ -z "$LYTICS_API_TOKEN" ]; then
  echo "LYTICS_API_TOKEN is not set. Please set it with: export LYTICS_API_TOKEN=your_token"
  exit 1
fi

Intent Classification

Route based on keywords and intent:

Audience / Segment Operations

Triggers: "create audience", "build segment", "find users who", "people that", "customers who", "target audience", "audience of" Route to: audience-builder skill

Triggers: "list segments", "show audiences", "get segment", "segment details", "delete segment", "update segment" Route to: segment-manager skill

Audience Analytics / Snapshot

Triggers: "describe audience", "audience snapshot", "what does segment look like", "audience breakdown", "analyze segment", "audience profile", "audience analytics", "audience demographics", "who is in this segment" Route to: audience-snapshot skill

Audience Strategy / Advisor

Triggers: "best audience for", "optimize audience", "help me target", "who should I target", "improve my segment", "audience strategy", "what audience should", "right audience for", "how to reach", "better audience", "refine segment" Route to: audience-advisor skill

Profile Diagnostics

Triggers: "why is user in", "why isn't user in", "why not in segment", "diagnose profile", "what happened to user", "debug segment membership", "explain segment", "trace user" Route to: profile-investigator skill

Profile / Entity Exploration

Triggers: "look up user", "find profile", "who is", "show me user", "profile for", "entity lookup" Route to: profile-explorer skill

Schema / Data Model

Triggers: "what fields", "schema", "data model", "field types", "available data", "what data do we have" Route to: schema-manager skill

Schema Optimization

Triggers: "optimize schema", "unused fields", "schema cleanup", "field usage", "schema health", "improve schema", "inert fields", "missing mappings" Route to: schema-optimizer skill

Schema Discovery (for field mapping)

Triggers: "find field for", "what field matches", "map to field" Route to: schema-discovery skill

Integration Strategy / Advisor

Triggers: "connect to", "set up integration", "export to", "import from", "sync with", "send data to", "pull data from", "best way to connect", "how do I integrate" Route to: integration-advisor skill

Data Integration / Jobs (existing)

Triggers: "list jobs", "job status", "pause job", "resume job", "bounce job", "kill job", "job logs" Route to: job-manager skill

Campaign / Journey Builder

Triggers: "create flow", "build campaign", "set up journey", "welcome series", "nurture campaign", "email sequence", "multi-step campaign", "A/B test flow" Route to: campaign-flow-builder skill

Flows CRUD

Triggers: "list flows", "get flow", "delete flow", "flow status", "update flow", "pause flow" Route to: flow-manager skill

Export Debugging

Triggers: "why wasn't user exported", "export debug", "not showing up in", "didn't sync to", "missing from export", "why no export", "trace export", "export failed" Route to: export-debugger skill

Data Health

Triggers: "data health", "is my data flowing", "health check", "any data issues", "pipeline status", "what's broken", "data problems", "check my data", "how's my data" Route to: data-health-monitor skill

Streams / Events

Triggers: "stream", "events", "data flowing", "incoming data", "event log" Route to: stream-inspector skill

Connections / Auth

Triggers: "connection", "auth", "credentials", "provider" Route to: connection-manager skill

Webhook Templates

Triggers: "webhook template", "send to a webhook", "custom webhook destination", "Qualtrics webhook", "Slack webhook", "transform profile to webhook payload", "build a webhook payload", "webhook integration for", "send profiles to a custom URL" Route to: webhook-template-builder skill

Cross-Account Sync / Promotion

Triggers: "copy from sandbox to prod", "promote to prod", "sync to prod", "copy segment to another account", "sandbox to production", "promote audience", "promote flow", "copy schema between accounts", "move segment from X to Y", "sync from to ", "copy account settings", "promote settings", "sync settings between accounts", "copy idconfig", "sync account config", "promote account settings", "copy field rankings between accounts" Route to: account-sync skill

Multi-Intent Handling

Some requests combine multiple intents. Sequence skills in order:

  • "Create an audience and export to Facebook"

1. audience-builder skill -> create segment 2. integration-advisor skill -> set up export with new segment

  • "Find users in the high-value segment and show me one"

1. segment-manager skill -> get segment details 2. profile-explorer skill -> look up a member

  • "What fields do we have for purchase data and build a segment from it"

1. schema-discovery skill -> find purchase fields 2. audience-builder skill -> build segment using discovered fields

  • "Build a segment in sandbox and promote it to prod"

1. audience-builder skill -> create segment in sandbox 2. account-sync skill -> copy the new segment from sandbox to prod

Disambiguation

If the intent is unclear:

  1. Ask a clarifying question
  2. Suggest the most likely interpretation
  3. Offer alternatives

Example: "Show me data" could mean:

  • Schema/fields -> schema-manager
  • Stream events -> stream-inspector
  • Profile data -> profile-explorer

Ask: "Would you like to see your schema fields, recent streaming events, or look up a specific profile?"

Shared Conventions

All skills follow these conventions:

  • Auth: Authorization: $LYTICS_API_TOKEN header on all API calls
  • Base URL: ${LYTICS_API_URL:-https://api.lytics.io}
  • Reads: Execute immediately, display results
  • Writes: Always use confirmation-gate pattern (summary + payload + approval)
  • Errors: Parse API errors, suggest fixes, never silently fail

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.92%
按下载量换算56

Claude

28.46%
按下载量换算45

Cursor

17.85%
按下载量换算28

Gemini CLI

8.88%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills