vibeknow-core

vibeknow-core is a skill for Claude Code, Codex from vibeknow/cli. It costs 38 tokens per session (1,108 once invoked), scanned A, original, MIT.

A command-line setup and troubleshooting skill for the Vibeknow service. It works with profiles, credentials, endpoints, authentication, and connection checks.

In plain words
What is it for?
Use it during first-time setup, login and logout, environment switching, profile management, credential diagnosis, and endpoint troubleshooting.
Why use it?
It helps explain whether a problem comes from the selected environment, stored token, endpoint, or network connection.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/vibeknow/cli/vibeknow-core
Any agent
npx skills add vibeknow/cli --skill vibeknow-core
Clone the repo
git clone --depth 1 https://github.com/vibeknow/cli

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 vibeknow-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibeknow/cli/vibeknow-core.svg)](https://agentmods.dev/skills/vibeknow/cli/vibeknow-core)
Your own site
<a href="https://agentmods.dev/skills/vibeknow/cli/vibeknow-core"><img src="https://agentmods.dev/badge/skills/vibeknow/cli/vibeknow-core.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.01108
Opus 5 $0.00019 $0.00554
Sonnet 5 $0.00008 $0.00222
Haiku 4.5 $0.00004 $0.00111

Measured 5d ago against content hash b38b8c91c1ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vibeknow-core 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 5d 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.

skills/vibeknow-core/SKILL.md · 132 lines

How it starts

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

vibeknow-core

TRIGGER

  • First-time vibeknow setup or onboarding
  • Authentication errors or credential issues
  • Switching between environments (dev/staging/prod)
  • Diagnosing connection or endpoint problems
  • Managing profiles or config values

SKIP

  • Video generation, status, download → use vibeknow-create
  • Document upload or status → use vibeknow-doc

Core Concepts

  • Profile: A named environment config (endpoints + credential). Supports dev/staging/prod switching via vibeknow profile use <name>.
  • Credential priority: VIBEKNOW_TOKEN env var > OS keychain > encrypted file. The env var overrides everything and cannot be cleared by logout.
  • Endpoint trust boundary: Profiles pointing to localhost or non-official domains must set --trust dev --is-production=false, or the CLI refuses to start.
  • Doctor: Runs endpoint reachability checks and token validation. Use it first when anything seems wrong.

Quick Reference

Command Description
vibeknow auth status Show credential source and active profile
vibeknow auth whoami Print current authenticated user
vibeknow auth logout Clear stored credential for current profile
vibeknow profile add NAME Add a new profile
vibeknow profile use NAME Switch active profile
vibeknow profile list List all profiles
vibeknow profile show [NAME] Show profile details (default: current)
vibeknow profile remove NAME Delete a profile
vibeknow config get KEY Read a config value
vibeknow config set KEY VALUE Write a config value
vibeknow config list List all config keys
vibeknow doctor Diagnose local setup and endpoint reachability

For full flags and output examples, see commands.md.

Common Tasks

Check if vibeknow is working

vibeknow doctor
vibeknow auth status

Set up a new dev environment

vibeknow profile add dev \
  --endpoint-figlens http://localhost:20067 \
  --trust dev \
  --is-production=false \
  --credential-ref vibeknow.dev
vibeknow profile use dev
vibeknow doctor

Read the full file on GitHub · 132 lines

Files

What ships with it

2 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. 5d ago First seen · 132 lines · 38 tokens per session scan A b38b8c91c1ef

Subscribe to this mod's changes

vibeknow-core is a skill published in the GitHub repository vibeknow/cli (6 stars, last pushed 8d ago), licensed MIT. It adds 38 tokens to every session and 1,108 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

reseed-performance-baseline

Re-seed the HF performance-tracking baseline for an intentional runtime, dependency, environment-caused benchmark shift, or reviewed v2 calibration using one or more reviewed normalized performance JSONs. Use when performance CI fails because metrics such as latency, throughput, component time, or peak memory changed…

hao-ai-lab/FastVideo · 162 tokens

add-model

Manual /add-model workflow for implementing a FastVideo model or first-class component port after add-model-01-prep has staged reference code and weights. Organizes the port into numbered phases with conversion rules, component policies, parity gates, and handoff checks.

hao-ai-lab/FastVideo · 55 tokens

reseed-ssim-references

Re-seed HF reference videos for a single existing SSIM test on Modal L40S. Always backs up current refs locally first, regenerates on Modal, pauses for the user to eyeball before-vs-after quality, then overwrites the targeted model subtree on FastVideo/ssim-reference-videos with --force. Use when an intentional code…

hao-ai-lab/FastVideo · 130 tokens

seed-ssim-references

Seed HF reference artefacts for a single newly-added SSIM test (pixel .mp4 for runtexttovideosimilaritytest-style tests, or latent .pt for runtexttolatentsimilaritytest-style tests). Runs the test on Modal L40S, downloads the generated artefacts via modal volume get, pauses for the user to verify (visual eyeball for…

hao-ai-lab/FastVideo · 146 tokens

add-model-09-pipeline

Use during /add-model Phase 7 after all required component parity tests pass to define FastVideo pipeline wiring, configs, presets, registry entries, examples, smoke tests, and pipeline parity tests.

hao-ai-lab/FastVideo · 46 tokens

decompose-pipeline-pr

Decompose an oversized FastVideo pipeline PR into a stack of independently-reviewable PRs. Tiers the diff by blast radius (invisible / dead code / cross-cutting infra / activation), produces a branch graph and worktree bootstrap, drafts the AGENTS.md manifest, flags missing tests on cross-cutting infra changes, and…

hao-ai-lab/FastVideo · 79 tokens