enterprise-clone-builder

enterprise-clone-builder is a skill for Claude Code, Codex from zjp1997720/zhijian-skills. It costs 197 tokens per session (2,873 once invoked), scanned A, original, MIT.

A workflow for building a structured digital profile of a company from its name, website, and local files. The output is a repository containing company information, source material, writing examples, and research records for later AI-assisted writing.

In plain words
What is it for?
Use it to scan and classify PDFs, Word files, spreadsheets, presentations, images, and text; research a company website; and prepare a reusable company knowledge base.
Why use it?
It gathers scattered company materials into a consistent structure and identifies missing information before filling gaps with additional research.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions AGENTS.md.

Good fit Use it to scan and classify PDFs, Word files, spreadsheets, presentations, images, and text; research a company website; and prepare a reusable company knowledge base.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zjp1997720/zhijian-skills/enterprise-clone-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zjp1997720/zhijian-skills --skill enterprise-clone-builder
Clone the repo
git clone --depth 1 https://github.com/zjp1997720/zhijian-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enterprise-clone-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/enterprise-clone-builder/github.svg)](https://agentmods.dev/skills/zjp1997720/zhijian-skills/enterprise-clone-builder)
Your own site
<a href="https://agentmods.dev/skills/zjp1997720/zhijian-skills/enterprise-clone-builder"><img src="https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/enterprise-clone-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for enterprise-clone-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/zjp1997720/zhijian-skills/enterprise-clone-builder"><img src="https://agentmods.dev/badge/skills/zjp1997720/zhijian-skills/enterprise-clone-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 197 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,873 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00197 $0.02873
Opus 5 $0.00098 $0.01437
Sonnet 5 $0.00039 $0.00575
Haiku 4.5 $0.00020 $0.00287

Measured 12d ago against content hash 214730d3996f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

enterprise-clone-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/enterprise-clone-builder/SKILL.md · 298 lines

How it starts

The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Enterprise Clone Builder

这是什么

企业分身的建库工具。输入企业名称和资料,输出一个完整的、标准化的分身仓库。

一句话:builder 建库,writer 写作。builder 产出的仓库,直接被 enterprise-clone-writer 消费。

使用者

智见AI交付团队(大鹏或团队成员)。使用者是专业人士,不是企业客户。

客户买的是建好的分身成品。builder 是生产工具,不是交付给客户的自助工具。


输入参数

参数 必填 说明
企业名称 全称,用于创建仓库目录和联网搜索
官网URL 有则抓取官网,无则跳过
本地资料路径 客户提供的资料文件夹路径
输出路径 默认当前目录下创建 {企业名}-企业分身/

如果有本地资料路径,本地资料优先于联网调研——最好的资料永远在企业本地。


主流程

Step 0:初始化 + 本地资料盘点

0.1 创建标准目录结构

根据企业名称创建仓库根目录和全部子目录。目录规范见 references/directory-spec.md

0.2 扫描本地资料

如果提供了本地资料路径:

  1. 递归扫描该目录下所有文件
  2. 识别文件格式(PDF / Word / Excel / PPT / 图片 / Markdown / 纯文本)
  3. 读取可读文件的前500字,判断内容类型
  4. 按内容类型归档到 02-原始素材/本地资料/ 下对应子目录

智能分类规则见 references/local-intake-guide.md

无法确定类型的文件归入 本地资料/未分类/,在盘点报告中标注。

0.3 诊断覆盖度

扫描完所有文件后,输出7个维度的覆盖度报告:

维度 判定标准
充足 3个以上文件
不足 1-2个文件
缺失 0个文件

0.4 输出资料盘点报告

05-调研记录/ 下生成 资料盘点报告.md,记录扫描结果、归档情况和缺口诊断。

如果 --interactive 模式,在这里停下来,让用户确认或补充后再继续。

Step 1:联网补充调研

只补 Step 0 诊断出的缺口,不全量抓取。

  1. 用 web-clipper 抓取官网(如有URL)
    • 官网首页
    • 产品列表页 → 从中提取子链接 → 抓代表性产品详情(10-20个)
    • 新闻列表页 → 从中提取子链接 → 抓代表性新闻详情(10-20条)
  2. 搜索企业名称,抓取第三方平台信息
  3. 根据缺口针对性补充:对外发声不足→重点抓新闻;产品不足→重点抓产品页
  4. 所有抓取文件登记到 02-原始素材/source-map.md

如果企业太小、互联网上几乎没有信息:标注"公开信息不足,分身质量依赖本地资料",继续。

web-clipper 调用方式见 references/web-clipper-usage.md

Step 2:结构化提取

从全部素材(本地 + 联网)提取,写入企业画像和内容资产。

2.1 企业画像 5 维度01-企业画像/

文件 提取内容
01-基本信息.md 工商、规模、地址、联系方式
02-产品与服务.md 产品线分类、核心技术、应用场景
03-客户与市场.md 目标客户、行业分布、竞争格局
04-品牌调性.md 品牌声音、表达风格、禁用表达
05-发展历程.md 创立时间、关键节点

2.2 内容资产 4 库03-内容资产/

文件 提取内容
产品描述库.md 每个产品标准化描述(型号/参数/用途/卖点/来源)
客户案例库.md 客户案例和应用场景
技术知识库.md 行业背景、技术原理、标准
品牌素材.md slogan、简介、标准文案、营销话术

2.3 来源标注

所有提取的信息标注来源文件。区分"有证据的"和"推断的"。写入 05-调研记录/claims-ledger.md

详细提取规范见 references/extraction-guide.md

Step 3:文风分析

3.1 选代表性文章

从对外发声类素材中选 3-5 篇代表性文章。优先级:本地公众号文章 > 官网新闻 > 第三方平台。

Read the full file on GitHub · 298 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 298 lines · 197 tokens per session scan A 214730d3996f

Subscribe to this mod's changes

enterprise-clone-builder is a skill published in the GitHub repository zjp1997720/zhijian-skills (680 stars, last pushed 6d ago), licensed MIT. It adds 197 tokens to every session and 2,873 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens