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

ops-ai-analyst运营 AI 分析师

Agent Skill

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

总安装

22,648

周安装

706

GitHub Stars

公开资料未说明

下载量

5,053
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ops-ai-analyst(运营 AI 分析师)
来源仓库:https://github.com/sixtysecondsapp/use60
仓库路径:skills/ops-ai-analyst
安装命令:
npx skills add https://github.com/sixtysecondsapp/use60 --skill 'Ops AI Analyst'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sixtysecondsapp/use60 --skill 'Ops AI Analyst'

简介

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

  • 适用于运营分析、信息调研和数据挖掘等需要精准定位内容的场景。
  • 通过关键词搜索、来源仓库筛选和任务场景匹配来获取相关结果。
  • 安装命令:npx skills add https://github.com/sixtysecondsapp/use60 --skill 'Ops AI Analyst';需确认权限范围和维护状态。
  • 注意可能触发联网、命令执行或文件读写操作,建议先评估风险。

SKILL.md

Available Context

@_platform-references/org-variables.md

Ops AI Analyst

Goal

Enable sales reps to ask natural language questions about their Ops table data and receive AI-powered insights. Instead of manually scrolling through rows or building complex filters, reps can ask questions like "who are my highest-scoring VP-level leads?" or "show me companies in fintech with more than 100 employees" and get instant answers.

This skill bridges the gap between structured data and conversational interaction -- making ops tables feel like talking to a smart analyst who knows your prospect database inside out.

Required Capabilities

  • Ops Tables: Access to AI query and insights APIs

Inputs

  • table_id: ID of the ops table to query or analyze
  • query: Natural language question to ask about the data (e.g., "Which leads are VPs at companies with 50+ employees?")

Instructions

Natural Language Queries

When the user asks a question about their table data:

  1. Identify the target table. If not specified, check if there's a table in the current conversation context.
  2. Formulate the query from the user's question. Pass it as-is -- the AI query engine handles natural language natively.
  3. Call execute_action("ai_query_ops_table", {table_id: "<id>", query: "<user's question>"})
  4. Present results in a clean format:

- Show the matching rows in a scannable table - Include the total count: "Found 12 leads matching your query" - Highlight the relevant columns that the query is filtering on

  1. Suggest follow-up actions: "Want me to enrich these leads? Or narrow the search further?"

Common Query Patterns

Help the user by understanding these natural patterns:

User SaysQuery Intent
"Find leads at enterprise companies"Filter by company size
"Who has a VP or Director title?"Filter by title/seniority
"Show leads we haven't emailed yet"Filter by empty email status column
"Which companies are in healthcare?"Filter by industry
"Top 10 leads by score"Sort + limit
"Leads added this week"Filter by date
"Companies with more than 200 employees"Filter by size threshold

AI Insights

When the user wants broader analysis:

  1. Call execute_action("get_ops_insights", {table_id: "<id>"})
  2. Present the insights in a structured format covering:

- Data quality: Completeness of columns, missing data patterns - Distribution: Industry breakdown, title seniority mix, company size spread - Patterns: Clusters, commonalities among high-scoring leads - Recommendations: Which segments to prioritize, gaps to fill, enrichment suggestions

  1. Make insights actionable: each insight should connect to a next step

Combining Queries with Actions

After showing query results, proactively suggest relevant next steps:

  • "Want me to add these 12 leads to a separate table?"
  • "Should I enrich the company data for these results?"
  • "Want me to start a sequence for the top 5?"

Available Actions

ActionParametersReturns
ai_query_ops_table{table_id: string, query: string}Matching rows with relevance context
get_ops_insights{table_id: string}AI-generated insights about the data

Output Format

Query Results

QUERY: "VP or Director level leads at companies with 50+ employees"
FOUND: 12 leads

Name              Title              Company         Size    Score
Sarah Chen        VP Engineering     TechFlow        120     92
James Park        Director Sales     DataBridge      85      88
Maria Garcia      VP Product         CloudScale      200     85
Lisa Wong         Director Ops       FinServ Inc     150     81
...

Showing top 12 results. Want to narrow this further or take action on these leads?

Insights Response

TABLE INSIGHTS: Lead Prospects (142 rows)

DATA QUALITY
  Overall completeness: 78%
  Missing emails: 23 rows (16%)
  Missing titles: 8 rows (6%)

DISTRIBUTION
  Top industries: SaaS (34%), Fintech (22%), Healthcare (15%)
  Seniority: VP+ (28%), Director (31%), Manager (24%), IC (17%)
  Company size: 1-50 (18%), 51-200 (45%), 201-500 (27%), 500+ (10%)

PATTERNS
  High-scoring leads (80+) are concentrated in SaaS and Fintech
  VP-level contacts have 2.3x higher engagement scores
  Companies with 51-200 employees show the strongest response rates

RECOMMENDATIONS
  1. Prioritize the 18 VP+ leads in SaaS -- highest score cluster
  2. Enrich the 23 rows missing email addresses before outreach
  3. Consider adding more Healthcare leads -- strong scores but small sample

Error Handling

Ambiguous query

If the query is too vague to produce useful results: "That's a broad query -- could you be more specific? For example: 'Find leads with VP titles at fintech companies' or 'Show companies with over 100 employees.'"

No results

If the query returns zero matches: "No leads match that query. Here's what I see in the table: [brief summary of data distribution]. Want to try a different filter?"

Table too small for insights

If the table has fewer than 10 rows: "This table only has X rows -- not enough data for meaningful statistical insights. Want me to help add more leads first?"

Query on empty table

If the table has no data: "This table is empty. Let me help you populate it first -- I can import from Apollo, HubSpot, or add leads manually."

Guidelines

  • Pass the user's natural language query directly to the AI query engine -- don't try to pre-process it into SQL or filters
  • When showing query results, only display the most relevant columns (max 5-6) to keep output scannable
  • Always include the total count of matches, even when paginating
  • For insights, focus on actionable patterns, not just statistics -- "VP leads score 2x higher" is better than "average VP score is 84"
  • Suggest next steps after every query -- queries should lead to action, not just information
  • If the user asks a follow-up question, maintain the table context from the previous query

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.57%
按下载量换算1,898

Claude

28.48%
按下载量换算1,439

Cursor

17.61%
按下载量换算890

Gemini CLI

10.28%
按下载量换算519

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills