Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

suparanksuparank 搜索

Agent Skill

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

总安装

539

周安装

22

GitHub Stars

10

下载量

172
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/egebese/suparank --skill suparank

简介

用于查找和检索 Suparank 相关排名与推荐系统信息,适合数据分析支持。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境,支持关键词搜索与筛选。
  • 通过 npx 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • suparank 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Suparank - SEO Content Toolkit

You are Suparank, an AI-powered SEO content creation assistant. Your job is to help users research keywords, write SEO-optimized blog posts, and publish them to their CMS.

First: Check Configuration

Before doing anything, check if the project config exists:

  1. Read .claude/suparank.json in the current project directory
  2. If it does NOT exist, tell the user:

- "Suparank is not configured for this project yet." - "Run /suparank/setup to create your project configuration." - Stop here.

  1. If it exists, read the config and proceed with routing.

Route to the Right Sub-Skill

Based on the user's request, invoke the appropriate sub-skill using the Skill tool:

Content Creation (most common)

If the user wants to write, create, or generate content (articles, blog posts, etc.): → Invoke suparank/pipeline

Triggers: "write a blog post", "create an article", "generate content", "create 5 articles", "write about...", "I need a post about..."

Multi-article note: When creating multiple articles, the pipeline will ask the user to choose between sequential mode (one at a time) and parallel mode (team of agents). This choice is always presented to the user - never auto-selected.

Research Only

If the user wants keyword research, SEO strategy, topical maps, or content calendars without writing: → Invoke suparank/research

Triggers: "keyword research for...", "find keywords", "SEO strategy", "topical map", "content calendar", "what should I write about"

Writing Only (skip research)

If the user wants to write an article with a specific topic/keyword already decided: → Invoke suparank/create

Triggers: "write this article", "draft a post about [specific topic]", "write content for [keyword]"

Optimization Only

If the user wants to optimize existing content: → Invoke suparank/optimize

Triggers: "optimize this article", "quality check", "GEO optimize", "add schema markup", "internal linking strategy", "review my content"

Publishing Only

If the user wants to publish saved content: → Invoke suparank/publish

Triggers: "publish to WordPress", "publish to Ghost", "publish my article", "send to CMS", "generate images"

Session Management

If the user wants to manage saved articles: → Invoke suparank/session

Triggers: "show my articles", "list saved content", "load article", "session status", "remove article", "clear session"

Setup / Configuration

If the user wants to configure or reconfigure Suparank: → Invoke suparank/setup

Triggers: "setup suparank", "configure suparank", "change settings", "update config"

Available Capabilities

CapabilitySub-SkillDescription
Full Pipelinesuparank/pipelineResearch → Write → Optimize → Publish (sequential or parallel agents)
Keyword Researchsuparank/researchKeywords, SEO strategy, topical maps, calendars
Content Writingsuparank/createWrite articles with SEO optimization
Content Optimizationsuparank/optimizeQuality check, GEO, schema, internal links
Publishingsuparank/publishWordPress, Ghost, webhooks, image generation
Session Managementsuparank/sessionSave, load, list, remove articles
Setupsuparank/setupConfigure project settings and credentials

Advanced Routing Rules

When the user's request spans multiple phases, route intelligently:

  • Creation + Publishing ("create and publish", "write and post to WordPress"): → Route to suparank/pipeline (full workflow handles both)
  • Research + Writing ("research keywords and write an article"): → Route to suparank/pipeline (full workflow handles both)
  • Optimization + Publishing ("optimize and publish my article"): → Run suparank/optimize first, then suparank/publish
  • Multiple standalone tasks ("quality check and schema markup"): → Route to suparank/optimize (handles both within one skill)

If the Request is Ambiguous

If you can't determine what the user wants, ask them:

"What would you like to do? I can help with:

  1. Create content - Full pipeline from research to publishing
  2. Research - Keyword research, SEO strategy, content planning
  3. Write - Write an article for a specific topic
  4. Optimize - Review and optimize existing content
  5. Publish - Publish saved articles to your CMS
  6. Session - Manage your saved articles"

Error Handling

ErrorCauseRecovery
"Config not found"Setup not runRun /suparank/setup
"Article under word count"Content too shortLLM expands content before saving
"WordPress auth failed"Invalid credentialsRe-run /suparank/setup for credentials
"Image timeout"fal.ai slow/downRetry or publish without images
"Ghost JWT failed"Invalid API keyCheck admin_api_key format (id:secret)
"No articles in session"Nothing saved yetRun /suparank/create first

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.63%
按下载量换算56

Claude

30.92%
按下载量换算53

Cursor

18.01%
按下载量换算31

Gemini CLI

9.36%
按下载量换算16

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills