Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Embed

ASecurity

Use when building or refreshing the RagKit index for a project knowledge-base/ (e.g. after distill added or updated knowledge points). Trigger /ragkit:embed. Querying instead uses ragkit:query; index health uses ragkit:status.

3 stars
0 votes
0 copies
0 views
Added 9/23/2026
developmentazureapibackend

Works with

api

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add qxbyte/pluginhub --skill embed --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Embed?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Embed
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/qxbyte-embed-pluginhub/badge)](https://www.skillsdirectory.com/skills/qxbyte-embed-pluginhub)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: embed
description: Use when building or refreshing the RagKit index for a project knowledge-base/ (e.g. after distill added or updated knowledge points). Trigger /ragkit:embed. Querying instead uses ragkit:query; index health uses ragkit:status.
---

# RagKit Embed

脚本在本插件的 `scripts/` 目录(本 skill 目录的上两级);用本 skill 的 base directory 把下面的相对路径拼成绝对路径执行。

```sh
sh ../../scripts/run.sh ../../scripts/ragkit.py \
   embed --kb <项目根>/knowledge-base
```

- 增量:默认只重嵌变更 chunk;模型/后端变更或索引损坏时加 `--rebuild`。
- **退出码 3** = 无向量后端:stdout 的 ╭─ RagKit ─╮ 提示块**必须原样转述给用户**(含第三方 API 配置方法与本地模型安装命令,不要改写);此时词汇/元数据索引已建好,query 可降级使用。
- **默认走云端**(推荐,免下载):`sh ../../scripts/run.sh ../../scripts/ragkit.py backend set --provider qwen --kb <知识库路径>` + 设置对应密钥环境变量;preset 见提示块(openai / qwen / zhipu / voyage / azure)。**不要主动引导用户下载本地模型**。
- 本地模型是可选手动项(仅离线/零费用场景,下载约 1.2GB,不会自动下载):仅在用户明确要求离线时才执行 `uv run ../../scripts/ragkit_local_embed.py install`(国内先 `export HF_ENDPOINT=https://hf-mirror.com`)。
- 双后端并存时固定用云端(脚本内置优先级,无需选择);确要离线可在 `<知识库路径>/.ragkit/config.json` 显式写 `"backend": "local"`。

Attribution

qxbyteqxbyte
View sourceMore from qxbyte →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →