Home / openbkn-ai / bkn-sdk · skills/create-skill/SKILL.md · GitHub

create-skill skillA

create-skill is agent-read markdown (skill) from openbkn-ai/bkn-sdk: Guides authoring of an OpenBKN Skill package (SKILL.md + references) that declares which knowledge-network capabilities it uses — metrics, functions, actions, MCP tools — so an agent reading it knows what to call, how, and which steps need user confirmation. Also covers writing a sandbox function with bkn-osdk and registering it as a tool. Use when creating a skill, writing SKILL.md for the execution factory, declaring capability dependencies, or turning Python code into a function tool. When th.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Create Skill

Author a Skill package the execution factory can register and an agent can follow. No platform
code is involved: the agent already has `get_skill_content`, `search_capabilities`,
`get_kn_detail`, `query_metric`, `execute_tool` and `execute_action`; the Skill's job is to say
**which** capabilities to use and **how**.

## Works with the openbkn skill

**create-skill** writes the files; the **openbkn** skill runs `openbkn skill register`,
`openbkn skill set-status`, `openbkn sandbox run`, `openbkn function create` once they exist.
[create-bkn](../create-bkn/SKILL.md) models the network itself — a Skill assumes the network,
its metrics and its actions already exist.

## Package layout

```
{skill_dir}/
├── SKILL.md                 # required; frontmatter name + description (+ metadata.uses)
└── references/              # optional: report format, business rules, IO contract
    └── report-spec.md
```

The execution factory parses only frontmatter `name`, `description` and `metadata` (free-form,
stored as-is). The body is prose the agent reads — the "capability dependencies" table below is
a convention, not a schema.

## Workflow
…

Read the whole file at its exact version.

How to install

Latest version
mdr add openbkn-ai/bkn-sdk/create-skill@git:20260918.d7f989a
Exact content
mdr add openbkn-ai/bkn-sdk/create-skill@sha256:0ffe81cfac7fcbdc

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_k56vo2y5nwioix3e.svg)](https://markdownregistry.com/a/art_k56vo2y5nwioix3e)

2 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.d7f989a latest2026-09-18 d7f989a 9,100 BA view · diff
git:20260917.2bcf0e92026-09-17 2bcf0e9 9,356 BA view · diff
git:20260912.90663322026-09-12 9066332 9,350 BA view · diff
git:20260912.e67922d2026-09-12 e67922d 7,838 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9100 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

openbkn-ai/bkn-sdk · 17 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_k56vo2y5nwioix3e
GET https://markdownregistry.com/api/v1/resolve?ref=openbkn-ai/bkn-sdk/create-skill
GET https://markdownregistry.com/api/v1/blob/0ffe81cfac7fcbdcb67772802aac937638b7d9177765016651644d8f77dffdae

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from openbkn-ai/bkn-sdk

AGENTS.md agents
openbkn-ai/bkn-sdk · AGENTS.md
git:20260921.39b42cd · audit A · 17 stars
DESIGN.md@docs design
openbkn-ai/bkn-sdk · docs/DESIGN.md
git:20260701.c863b0e · audit A · 17 stars
create-bkn skill
openbkn-ai/bkn-sdk · skills/create-bkn/SKILL.md · Guides creation of BKN (Business Knowledge Network) definition files following v2.0.1 spec. Covers network…
git:20260918.d7f989a · audit A · 17 stars
k8s-network skill
openbkn-ai/bkn-sdk · skills/create-bkn/references/examples/k8s-network/SKILL.md
git:20260701.fda7ed8 · audit C · 17 stars
demand-deliverability-assessment skill
openbkn-ai/bkn-sdk · skills/create-skill/references/examples/demand-deliverability-assessment/SKILL.md · Use when a user asks whether a product demand (an existing forecast or a new order) can be delivered on knowledge…
git:20260912.e67922d · audit A · 17 stars
openbkn skill
openbkn-ai/bkn-sdk · skills/openbkn/SKILL.md · 操作 BKN(Business Knowledge Network)平台的统一 CLI `openbkn` —— 知识网络 构建/查询(Schema:对象/关系/行动类型、指标、概念组;实例与语义搜索;…
git:20260918.d7f989a · audit A · 17 stars

Every file in openbkn-ai/bkn-sdk

Other files named create-skill

create-skill skill
cherryhq/cherry-studio · .agents/skills/create-skill/SKILL.md · Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a…
git:20260316.fe0678a · audit A · 52,106 stars
create-skill skill
dotnet/skills · .agents/skills/create-skill/SKILL.md · Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files…
git:20260825.0cecc89 · audit A · 5,468 stars
create-skill skill
sethgammon/citadel · skills/create-skill/SKILL.md · Creates new skills from the user's repeating patterns. Interview-driven: discovers the task, analyzes failure modes…
git:20260922.465c020 · audit A · 923 stars
create-skill skill
affitor/affiliate-skills · skills/meta/create-skill/SKILL.md · Turn a repeatable AI prompt or workflow into a structured, shareable skill for the affiliate-skills GitHub repository…
v1.0.0 · audit A · 675 stars
create-skill skill
coco-research/coco · adapters/cursor/skills/create-skill/SKILL.md · Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a…
git:20260426.d53cc6c · audit A · 478 stars
create-skill skill
aiskillstore/marketplace · skills/0xmsc/create-skill/SKILL.md · Guide for creating new Agent Skills. Use this skill when you need to create a new skill.
git:20260113.222b7de · audit A · 427 stars
create-skill skill
tobihagemann/turbo · codex/skills/create-skill/SKILL.md · Create a new skill or update an existing skill that extends Codex's capabilities with specialized knowledge, workflows…
git:20260906.17c9fd0 · audit A · 403 stars
create-skill skill
tobihagemann/turbo · claude/skills/create-skill/SKILL.md · Create a new skill or update an existing skill that extends Claude's capabilities with specialized knowledge…
git:20260906.17c9fd0 · audit A · 403 stars

Browse by kind, by grade A, or by owner.