codemie-sdk

A command-line interface for managing CodeMie platform assets such as assistants, workflows, data sources, integrations, skills, users, and assistant categories.

In plain words
What is it for?
Use it to list, inspect, create, update, or delete CodeMie assets after identifying the user and the project they are allowed to access.
Why use it?
It provides one way to create, view, update, and delete these platform objects without managing them manually through separate screens.

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/codemie-ai/codemie-code/codemie-sdk
Any agent
npx skills add codemie-ai/codemie-code --skill codemie-sdk
Clone the repo
git clone --depth 1 https://github.com/codemie-ai/codemie-code

Made for: Claude Code, Codex.

Per session 205 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,721 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.00205 $0.02721
Opus 5 $0.00102 $0.01360
Sonnet 5 $0.00041 $0.00544
Haiku 4.5 $0.00020 $0.00272

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

Security

Grade A, and why

codemie-sdk 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 2d 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.

src/agents/plugins/claude/plugin/skills/codemie-sdk/SKILL.md · 241 lines

How it starts

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

CodeMie SDK Asset Management

Manage CodeMie platform assets from the CLI.

Analytics requests (usage data, summaries, spending, activity, etc.) are handled by the codemie-analytics skill — use that instead.

Asset Types: assistants, workflows, datasources, integrations, skills, users, assistant-categories

Operations: list, get, create, update, delete


🚨 Project Clarification (MANDATORY)

Before proceeding with any work, you must determine which project to use by following these steps:

Step 1 — Fetch the User Profile

codemie sdk users me --json

This command returns user_id, username, email, is_admin, applications, and applications_admin.

Step 2 — Identify Available Projects

  • If is_admin = true: the user can access all projects on the platform, not just those listed in applications.
  • If is_admin = false: the user can only work with projects listed in applications.
  • The default project is the one matching the user's email (e.g., for [email protected], the default project is [email protected]).

Step 3 — Confirm the Project Selection

  • If the user explicitly states a project name, or uses phrases like "use my project" or "in my project", proceed with the identified project (use the default project for phrases like "my project" or "my default project").
  • In all other cases, ALWAYS ask the user which project to use.

Aks the user what project to use with the options as follows:

  1. Default project<user-email> (personal default project)
  2. Choose a different project — let the user to manually type the project name.

Example prompt:

Which project should I use?
1. [email protected] (your default project)
2. Choose a different project


Note:
Only select a project automatically if the user has explicitly named it, or used clear phrases indicating the default (e.g., "my project", "my default project"). In all other situations, always ask for project clarification.

Read the full file on GitHub · 241 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. 2d ago First seen · 241 lines · 205 tokens per session scan A 22d667ac2ed4

Subscribe to this mod's changes

codemie-sdk is a skill published in the GitHub repository codemie-ai/codemie-code (276 stars, last pushed 3d ago), licensed Apache-2.0. It adds 205 tokens to every session and 2,721 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.