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

skill-authoring技能创作

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

282

周安装

12

GitHub Stars

997

下载量

99
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tencentcloudbase/cloudbase-mcp --skill skill-authoring

简介

skill-authoring 用于辅助安全审计、权限检查和认证流程分析。

  • 适合让 Agent 梳理敏感配置、检查依赖风险或生成安全复核清单。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 使用时不能把工具输出直接当最终结论,涉及密钥或生产系统时应先确认最小权限。
  • 当前分类为研究检索,暂无更多功能细节可参考。

SKILL.md

Skill Authoring

Create and refine reusable agent skills with better trigger quality, cleaner structure, stronger behavioral guidance, and more reliable evaluation.

When to use this skill

Use this skill when you need to:

  • Create a new SKILL.md
  • Improve an existing skill's name or description
  • Review whether a skill is too broad, too narrow, or poorly structured
  • Audit a local skill collection such as config/source/skills for redundancy, trigger overlap, or weak boundaries
  • Split a large skill into SKILL.md plus references/, assets/, or scripts/
  • Design evaluation prompts and review whether a skill triggers and behaves correctly

Repo-managed CloudBase skill review

When the task targets config/source/skills, apply these guardrails in addition to the normal skill-authoring workflow:

This section is the repo-managed CloudBase skill review baseline for this repository.

  • Keep frontmatter complete and normalized, including version
  • Keep examples inside the skill's declared platform and scope
  • Keep shared operational rules in one canonical source instead of copying large blocks across neighboring skills
  • If the skill claims a rule is mandatory, show that rule in at least one example
  • When giving a recommended default, also explain the tradeoff behind it
  • Do not infer public CNB / OpenClaw / ClawHub paths from the source tree; verify the actual published structure before writing fallback links or marketplace-facing URLs
  • If a skill mentions raw URLs, blob URLs, or marketplace-consumed paths, check live reachability before finalizing the text
  • Put standalone-install fallback guidance where the user needs it: keep the top-level note short, and place sibling-skill fallback links next to the actual cross-skill reference

Do NOT use for:

  • General documentation writing that is not about skills
  • README polish or marketing copy
  • Prompt tweaks that do not affect skill structure or behavior
  • Rule files unrelated to SKILL.md

How to use this skill (for a coding agent)

  1. Identify the task class first

- Determine whether the request is about creating a new skill, reviewing an existing skill, or improving trigger quality, structure, or evaluation

  1. Optimize the trigger surface early

- Draft name and especially description before expanding the body - Put realistic trigger language into description, not only into the body

  1. Design behavior, not just documentation

- Make the main SKILL.md tell the agent what to do after the skill triggers - Use references for deeper guidance, not as a substitute for behavioral rules

  1. Load supporting materials only when needed

- Use the routing table to decide which reference file to read - Avoid loading every reference file by default

  1. Use collection-level review when the request is about many skills

- When reviewing config/source/skills, check overlap, duplication, trigger boundaries, and progressive disclosure across neighboring skills - Prefer evidence-based findings with concrete file references and rewrite guidance - Treat source layout, published skills-repo layout, and marketplace-consumed layout as different surfaces until you verify they are the same

  1. Evaluate before considering the skill complete

- Create should-trigger and should-not-trigger prompts - Run them, review the results, and iterate on the skill

Routing

TaskRead
Write or improve name and descriptionreferences/frontmatter-patterns.md
Design skill anatomy and progressive disclosurereferences/structure-patterns.md
Draft a new skill or review an existing onereferences/templates.md
Audit config/source/skills for quality, redundancy, and overlapreferences/repo-skill-review.md
Review repo-managed CloudBase source skillsreferences/cloudbase-skill-review.md
Build evaluation prompts and review outcomesreferences/evaluation.md
Compare good examples, weak examples, and rewritesreferences/examples.md

Quick workflow

  1. Identify the skill's job, boundary, and closest neighboring skills.
  2. Draft name and description with realistic trigger language.
  3. If the task targets config/source/skills, read references/repo-skill-review.md, then load references/cloudbase-skill-review.md for CloudBase-specific standards before proposing rewrites.
  4. If the skill text will mention published URLs or fallback paths, verify the public structure and at least one real URL before writing.
  5. Write the main SKILL.md so it changes agent behavior after trigger.
  6. Move deep detail into references/, assets/, or scripts/ as needed.
  7. Run evaluation prompts and revise until trigger quality and behavior are stable.

Minimum self-check

  • Is the name short, intentional, and stable?
  • Does the description explain both capability and trigger conditions?
  • Does the main SKILL.md change agent behavior after trigger?
  • Are non-applicable scenarios explicit?
  • Does routing point to the right reference file for each task?
  • If the skill references public URLs or standalone-install fallback paths, were those URLs verified against the actual published surface instead of guessed from local directories?
  • Are evaluation prompts present for both should-trigger and should-not-trigger cases?
  • Can you explain why this skill stays distinct from its nearest neighbors?
  • If reviewing a skill collection, can you point to redundancy, overlap, and missing boundaries with concrete evidence?

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32%
按下载量换算32

Claude

29.61%
按下载量换算29

Cursor

20.67%
按下载量换算20

Gemini CLI

9.08%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills