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

keyword-extractor关键词提取器

Agent Skill

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

总安装

456

周安装

19

GitHub Stars

35,685

下载量

152
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill keyword-extractor

简介

关键词提取器用于信息检索与筛选,支持基于关键词的任务场景快速定位。

  • 它适用于 Codex、Claude、Cursor 等宿主环境中获取相关线索。
  • 通过 GitHub 仓库安装,使用前需确认权限范围与维护状态。
  • 建议结合原始 README 核验具体用法,避免触发联网或文件读写操作。
  • 涉及敏感数据时应评估操作边界,确保符合安全策略。

SKILL.md

Keyword Extractor

Extracts max 50 relevant keywords from text and formats them in a strict machine-ready structure.


QUICK START

Jump to any section:

  1. CORE MANDATE – Output rules and formatting
  2. WHEN TO USE – Trigger conditions for this skill
  3. KEYWORD QUALITY RULES – Priorities and forbidden keywords
  4. WORKFLOW – Step-by-step generation and processing
  5. FAILURE HANDLING – Short text or edge cases

CORE MANDATE

Return exactly one comma-separated line of keywords, following these rules:

  • max 50 keywords
  • ordered by relevance
  • all lowercase
  • no duplicates or near-duplicates
  • mix of single words and 2–4 word phrases
  • no numbering, bullets, explanations, or trailing period

When to Use

Use this skill when the user wants to generate or extract SEO-friendly keywords or tags from text including:

  • Extracting keywords or tags for any given text or paragraph
  • Creating comma-separated keywords or tags suitable for SEO, search, or metadata
  • Generating topic-specific keywords or tags based on the content’s main subjects and concepts

This skill should be triggered for all text-based keyword extraction requests, regardless of phrasing, as long as the goal is SEO, tagging, or metadata generation.

Do NOT trigger this skill for:

  • Summaries or paraphrasing requests
  • Text analysis without keyword generation

KEYWORD QUALITY RULES

Prefer noun phrases over verbs or adjectives. Prefer keywords useful for:

  • SEO and search
  • tagging
  • metadata

Prioritize:

  • domain terminology
  • meaningful nouns
  • search phrases
  • entities
  • technical concepts

Avoid weak keywords like:

  • things and various topics
  • general concepts
  • important ideas
  • methods

IMPORTANT: Each keyword must strictly represent a phrase that a user would type into a search engine


WORKFLOW

Step 1 — Analyze

Identify:

  • main subject
  • key topics
  • domain terminology
  • entities
  • concepts

Ignore filler words.


Step 2 — Generate Keywords

Generate up to 50 strictly SEO-friendly keywords directly from the text.

Include:

  • core topics
  • domain terminology
  • related concepts
  • common search queries

Allowed formats:

  • single words
  • 2 word phrases
  • 3 word phrases
  • 4 word phrases

Example: machine learning, neural networks, deep learning models, ai algorithms, data science tools

Avoid vague keywords, filler phrases, adjectives without nouns like: important methods, different ideas, various techniques, things

Keywords must not exceed 4 words.


Step 3 — Rank

Order keywords by SEO importance using these signals:

  1. main topic of the text
  2. high-value domain terminology
  3. technologies, tools, or entities mentioned
  4. common search queries related to the topic
  5. supporting contextual topics

Most important keywords should always appear first.


Step 4 — Normalize

Ensure:

  • lowercase, comma separated, no duplicates
  • ≤50 keywords
  • Remove near-duplicate keywords that represent the same concept.
  • Keep only the most common search phrase.
  • If two keywords represent the same concept, keep only the more common search phrase.

Step 5 — Validate

Before returning output ensure:

  • keyword_count <= 50
  • no duplicates and near-duplicates
  • all lowercase and comma separated
  • no trailing period
  • each keyword is a clear searchable topic
  • keywords do not exceed 4 words

If any rule fails regenerate the list.


FAILURE HANDLING

If text is very short, infer likely topics and still generate keywords. Never exceed 50 keywords.


Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.82%
按下载量换算53

Claude

29.27%
按下载量换算44

Cursor

19.09%
按下载量换算29

Gemini CLI

9.48%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills