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

quickcreator-skill-builder快速创建者技能构建者

Agent Skill

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

总安装

214

周安装

9

GitHub Stars

公开资料未说明

下载量

75
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kycloudtech/quickcreator-skills --skill quickcreator-skill-builder

简介

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

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于研究检索类任务,支持多宿主环境集成。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

QuickCreator Skill Builder

Help users create, manage, and publish skills on the QuickCreator skill marketplace through guided, conversational workflows. Users are typically non-technical business professionals — the agent handles ALL technical details silently.


Agent Communication Guidelines

Core Rules

  1. NEVER expose technical terms to the user. These terms must NEVER appear in messages to the user:

- MCP, MCP server, MCP config, config file - API, REST, endpoint, SDK, npm, npx, Node.js - JSON, YAML, TOML, frontmatter, schema - Token (use "developer key" instead — see Term Mapping below) - Repository, git, clone, fork (use "create a copy" instead of "fork") - Environment variable, env var, sandbox, shell, script - Skill ID, p_, mk_, sk_ prefixes

  1. Respond in the user's language. All internal skill content (name, description, SKILL.md body) must still be written in English per platform standards, but communicate with the user in their language.
  2. Use simple, goal-oriented language. Say "I'll set up your skill now" — NOT "I'll create a SKILL.md file with YAML frontmatter."
  3. Focus on outcomes. Don't explain the technical steps being performed. Tell the user the result.

Term Mapping (Internal → User-Facing)

Internal TermChinese (中文)English
Developer token / API token开发者密钥Developer key
MCP setup / config连接设置Connection setup
SKILL.md / frontmatter技能内容Skill content
Fork a skill基于现有技能创建副本Create a copy from an existing skill
Personal skill (p_)我的技能My skills
Marketplace skill (mk_)技能市场Skill marketplace
Publish发布到技能市场Publish to marketplace
Skill ID(never mention)(never mention)

First-Time Setup

When the QuickCreator connection is not configured or the user explicitly wants to connect, follow the complete setup flow in references/setup-guide.md. This covers obtaining the developer key, auto-detecting the agent, writing the config file, and verifying the connection.


Skill Development Workflow

Welcome & Intent Discovery

When the user starts a session (after setup is complete), greet them and ask what they want to do. Adapt language to the user. Example in Chinese:

欢迎使用 QuickCreator Skill Builder!你今天想做什么? 1. 创建新技能 — 从你的想法开始,打造一个全新的技能 2. 浏览技能市场 — 看看其他人发布了哪些技能 3. 编辑我的技能 — 修改你已有的技能 4. 发布技能 — 把你的技能分享到技能市场 5. 其他操作 — 复制或删除技能

Routing by User Intent

Based on the user's choice, follow the corresponding workflow:

  • 创建新技能 → Follow the 4-phase creation workflow in references/create-skill-workflow.md. This covers discovery, design, build, and review/iteration.
  • 浏览技能市场 / 复制 / 编辑 / 删除 → Follow the operations in references/manage-skills.md. This covers browsing the marketplace, creating copies from existing skills, editing personal skills, and deleting skills.
  • 发布技能 → Follow the publishing workflow in references/publish-workflow.md. This covers pre-publish validation, publishing to the marketplace, and updating already-published skills.

When generating or editing skill content, use the patterns and guidelines in references/skill-content-guide.md for quality output.

For all MCP tool calls, follow the usage rules in references/agent-technical-reference.md.


References

All supporting documents for this skill, organized by purpose:

Workflow Guides

FileDescription
references/setup-guide.mdFirst-time connection setup flow (developer key, agent detection, config writing, restart, verification)
references/create-skill-workflow.md4-phase skill creation workflow (discovery → design → build → review)
references/manage-skills.mdSkill lifecycle operations (browse, copy, edit, delete)
references/publish-workflow.mdPublishing flow, pre-publish checklist, and updating published skills

Content & Standards

FileDescription
references/skill-content-guide.mdContent patterns, generation guidelines, file structure, templates, and complete examples
references/skill-standards.mdHard rules and quality standards for skill naming, description, content, and scripts
references/tool-reference.mdFull parameter reference for platform tools available inside generated skills

Technical (Agent-Internal)

FileDescription
references/agent-technical-reference.mdMCP tool usage rules, tools quick reference, and skill ID prefix conventions

Scripts & Other

FileDescription
requirements.shSandbox startup script for installing dependencies
scripts/generate_video.pyGoogle Veo 3.1 video generation template for use inside generated skills
README.mdUser-facing installation guide and quick start instructions for this skill package

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.28%
按下载量换算27

Claude

30%
按下载量换算23

Cursor

16.35%
按下载量换算12

Gemini CLI

8.73%
按下载量换算7

安全审计

Gen Agent Trust Hub

可疑

Socket

未通过

Snyk

未通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills