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

kenobi-pages克诺比页面

Agent Skill

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

总安装

559

周安装

24

GitHub Stars

公开资料未说明

下载量

196
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kenobi-ai/skills --skill kenobi-pages

简介

kenobi-pages 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索筛选等研究检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

STOP — Read This Before Doing Anything

When this skill applies, your very first action is to check whether npx kenobi-pages init has been run. Look for KENOBI_PAGES_KEY in the project's env files (.env.local, .env, etc.). You may read these files — but do nothing else (no installs, no code, no exploring the codebase).

Then your first response to the user must cover exactly two things — and nothing else:

  1. Init status. If KENOBI_PAGES_KEY is missing, tell the user they need to run npx kenobi-pages init first, and briefly explain why: Before we begin — you'll need to connect this project to your Kenobi account. Grab your API key from kenobi.ai/setup (this is also where you can connect your data sources like Notion, HubSpot, Google Sheets, etc.) Run this in your terminal: npx kenobi-pages init This saves your API key so the CLI and SDK can talk to Kenobi. Let me know once that's done. If the key is already present, skip this and move straight to the discovery question.
  2. Discovery question. Ask: Do you already have a Kenobi workflow set up, or are we starting from scratch?

Send that message. Stop. Wait for the user's reply. Only after they answer (and init is confirmed done) do you proceed to Phase 2.

  1. Source check. Before routing to a sub-skill, run npx kenobi-pages sources to check whether the user has any data sources connected. If they answer "starting from scratch" or "I need to create a workflow" and no sources are returned, pause and tell them: Before building a workflow, you'll want to connect at least one data source — it's very unlikely you'd want to set up a workflow with nothing to pull from. Head to kenobi.ai/setup to connect Notion, HubSpot, Google Sheets, or other integrations, then come back and we'll pick up where we left off. Do not proceed to the workflows sub-skill until they've confirmed sources are connected (re-run npx kenobi-pages sources to verify). If the user explicitly insists on a params-only workflow with no external sources, respect that and continue.

If you are tempted to "just get started" or "explore the project while asking" — don't. That is the single most common failure mode with this skill.


Kenobi Pages

Kenobi Pages lets users create a single page template in their Next.js app that renders unique, AI-generated content for every lead. Each lead gets a URL like /for/acme-corp — the content is generated by a Kenobi workflow that pulls from CRM data, call transcripts, or other sources and uses AI to produce personalized copy and images.

The system has three parts: a page (Next.js dynamic route), a workflow (configured in Kenobi — wires data sources to AI generation to produce content), and runs (executing a workflow for a specific lead).

Phase 2 — Route to the Right Sub-Skill

Based on the user's answer to the discovery question:

User saysSub-skillMode
"I have a workflow and want to build the page"skills/pages/SKILL.mdForward
"I have a page and want to make it personalized"skills/pages/SKILL.mdReverse
"I need to create a workflow" / "starting from scratch"skills/workflows/SKILL.md
"I want to generate content for leads" / "run a workflow"skills/run/SKILL.md
Not sure / vagueAsk: "Do you have an existing page you'd like to personalize, or should I design one from scratch?" Then route to pages sub-skill.

Full Pipeline — Starting From Scratch

When the user says "starting from scratch" or wants the whole thing end-to-end, replace the generic discovery question with:

Do you want to start by designing how the page looks, or by setting up the data pipeline?

Then follow one of these paths straight through — do not re-ask discovery or re-check prerequisites between sub-skills.

Path A — Page-first (default, recommended for most users):

  1. Design the page collaboratively — layout, copy structure, visual feel (skills/pages/SKILL.md, reverse mode)
  2. Infer the output schema from the page design and push it
  3. Build the workflow around that schema (skills/workflows/SKILL.md)
  4. Run a test lead and verify (skills/run/SKILL.md)

Path B — Workflow-first:

  1. Define sources, output schema, and generation config (skills/workflows/SKILL.md)
  2. Build the page around the schema (skills/pages/SKILL.md, forward mode)
  3. Run a test lead and verify (skills/run/SKILL.md)

Path A is the better default — most users think visually and want to iterate on the page design before worrying about data plumbing.


Phase 3 — Setup

Before writing any code, ensure the environment is ready:

  1. Install kenobi-pages using the project's package manager (check for pnpm-lock.yaml, package-lock.json, yarn.lock, or bun.lockb to determine which one).
  2. KENOBI_PAGES_KEY should already be in an env file from init. If not, ask the user to run npx kenobi-pages init.
  3. Create the Kenobi client file (if it doesn't already exist). The file contains:
import { createKenobiPagesClient } from "kenobi-pages";

export const kenobi = createKenobiPagesClient({
  apiKey: process.env.KENOBI_PAGES_KEY!,
});

Where to put this file: Check if the project already has a shared utilities directory (lib/, src/lib/, utils/, src/utils/, app/_lib/, etc.). If one exists, put the client there (e.g. src/lib/kenobi.ts). If no shared directory exists, co-locate it inside the route directory you'll create in the pages sub-skill (e.g. app/for/[slug]/kenobi.ts). Never create a new top-level lib/ or utils/ directory just for this file.

If this project uses an env validation library (e.g. @t3-oss/env-nextjs), add KENOBI_PAGES_KEY to its schema and import from there instead of reading process.env directly.

If the package is already installed and the client file exists, skip this phase.

File organization principles

These apply to all sub-skills:

  • Co-locate page code with the route. Types, content parsing, placeholder data, and view components all belong inside the route directory (e.g. app/for/[slug]/types.ts, app/for/[slug]/content.ts, app/for/[slug]/view.tsx). Deleting the route should clean up everything page-related.
  • Workflow configs go in .kenobi/workflows/. Like .github/workflows/ — hidden, clearly infrastructure, not app code. Create this directory if it doesn't exist.
  • Never persist intermediate artifacts. Schema JSON is a one-shot push — use inline JSON, don't save a file. The schema is already embedded in the workflow config's output.schema.
  • Never create a top-level directory without checking what exists. Before creating any directory, read the project's existing structure and adapt to it.

Phase 4 — Implementation

Now read the sub-skill identified in Phase 2 and follow its instructions.

Important Context

  • The SDK (kenobi-pages npm package) does one thing: getPage(workflowId, slug) fetches content for a specific lead at runtime. That's it. Everything else — schema management, workflow CRUD, triggering runs — is done via the npx kenobi-pages CLI.
  • A workflow is a pipeline configured in Kenobi that takes data from sources (Notion, HubSpot, etc.), runs AI generation, and stores personalized content keyed by a slug.
  • A slug is the URL-friendly identifier for a lead (e.g., acme-corp). Every workflow run produces content for one slug.
  • The CLI reads KENOBI_PAGES_KEY and KENOBI_BASE_URL from shell environment variables or the project's env files (.env.local, .env, etc.) in the working directory. All commands output JSON to stdout and status messages to stderr.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.93%
按下载量换算65

Claude

30.58%
按下载量换算60

Cursor

20.57%
按下载量换算40

Gemini CLI

8.84%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills