entities

entities is a command for Claude Code from twelvelabs-io/twelve-labs-claude-code-plugin. It costs 10 tokens per session (1,807 once invoked), scanned A, original, MIT.

A set of commands for managing named collections and entities used in TwelveLabs video search. An entity can be represented by reference image assets, such as images of a person or object.

In plain words
What is it for?
Use it to create or list collections, create or list entities, and delete entities or collections. Reference images must be uploaded separately.
Why use it?
It keeps the reference items for entity-based video searches organised and provides commands for viewing or removing them.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the twelvelabs plugin — 10 skills, 11 commands, 2 hooks, 1 MCP server shipped together

Good fit Use it to create or list collections, create or list entities, and delete entities or collections. Reference images must be uploaded separately.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/twelvelabs-io/twelve-labs-claude-code-plugin/entities
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.

Clone the repo
git clone --depth 1 https://github.com/twelvelabs-io/twelve-labs-claude-code-plugin

Made for: Claude Code.

Or install twelvelabs, the plugin that ships this one along with the rest of its 10 skills, 11 commands, 2 hooks, 1 MCP server.

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 entities

README.md
[![agentmods](https://agentmods.dev/badge/commands/twelvelabs-io/twelve-labs-claude-code-plugin/entities.svg)](https://agentmods.dev/commands/twelvelabs-io/twelve-labs-claude-code-plugin/entities)
Your own site
<a href="https://agentmods.dev/commands/twelvelabs-io/twelve-labs-claude-code-plugin/entities"><img src="https://agentmods.dev/badge/commands/twelvelabs-io/twelve-labs-claude-code-plugin/entities.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,807 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.
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.00010 $0.01807
Opus 5 $0.00005 $0.00903
Sonnet 5 $0.00002 $0.00361
Haiku 4.5 $0.00001 $0.00181

Measured 8d ago against content hash e0396fa817d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

entities 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 8d 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.

commands/entities.md · 279 lines

How it starts

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

/twelvelabs:entities - Manage Entities

Manage entity collections and entities for entity-based video search. Requires Marengo 3.0.

For uploading the reference images themselves, use /twelvelabs:assets upload <path-or-url>.

Usage

/twelvelabs:entities create-collection <name>
/twelvelabs:entities list-collections
/twelvelabs:entities create-entity <collection-id> <name> <asset-ids...>
/twelvelabs:entities list-entities <collection-id>
/twelvelabs:entities delete-entity <collection-id> <entity-id>
/twelvelabs:entities delete-collection <collection-id>

User provided: $ARGUMENTS

Subcommands

Subcommand Description
create-collection Create a new entity collection
list-collections List all entity collections
create-entity Create a named entity from reference image assets
list-entities List entities in a collection
delete-entity Delete an entity from a collection
delete-collection Delete an entire collection

Examples

Create a Collection

/twelvelabs:entities create-collection "Team Alpha"

Upload Reference Images

Reference images for entities are uploaded via the dedicated /twelvelabs:assets command:

/twelvelabs:assets upload ./sarah-headshot.jpg
/twelvelabs:assets upload https://example.com/photo.jpg

List Collections

/twelvelabs:entities list-collections

List Entities in a Collection

/twelvelabs:entities list-entities abc123

Create an Entity

/twelvelabs:entities create-entity abc123 "Sarah Chen" asset_001
/twelvelabs:entities create-entity abc123 "Sarah Chen" asset_001 asset_002 asset_003

Delete an Entity

/twelvelabs:entities delete-entity abc123 entity_456

Delete a Collection

/twelvelabs:entities delete-collection abc123

Instructions for Claude

When the user invokes /twelvelabs:entities, parse $ARGUMENTS to determine the subcommand.

If $ARGUMENTS is empty or not recognized:

Usage: /twelvelabs:entities <subcommand>

Subcommands:
  create-collection <name>               Create a new entity collection
  list-collections                       List all collections
  create-entity <collection-id> <name> <ids>  Create an entity from reference image assets
  list-entities <collection-id>          List entities in a collection
  delete-entity <collection-id> <entity-id>  Delete an entity
  delete-collection <collection-id>      Delete an entire collection

To upload reference images for an entity, use /twelvelabs:assets upload <path-or-url>.

Quick start: /twelvelabs:entities create-collection "My Collection"

Read the full file on GitHub · 279 lines

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. 8d ago First seen · 279 lines · 10 tokens per session scan A e0396fa817d7

Subscribe to this mod's changes

entities is a command published in the GitHub repository twelvelabs-io/twelve-labs-claude-code-plugin (23 stars, last pushed 3mo ago), licensed MIT. It adds 10 tokens to every session and 1,807 once invoked, about $0.0001 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.