By confident-ai
Skills for managing Confident AI organizations, projects, members, roles, governance policies, and API keys programmatically with the Confident AI Admin SDK (confidentai).
Official SDKs for the Confident AI platform management API — programmatically manage organizations, projects, API keys, members, invitations, roles, policies, and governance policies.
| Language | Package | Location |
|---|---|---|
| Python | confidentai | python/ |
| TypeScript | confidentai | typescript/ |
Evaluations, traces, datasets, prompts? Those are project-key-scoped and live in
deepeval(Python) anddeepeval(TypeScript). These SDKs focus on platform administration.
Both SDKs share one ergonomic surface:
# Python
from confidentai import ConfidentAI
client = ConfidentAI(api_key="confident_org_...")
organization = client.organization().get() # -> Organization
project = client.project("project_id").get() # -> Project
projects = client.projects.list() # -> list[Project]
// TypeScript
import { ConfidentAI } from "confidentai";
const client = new ConfidentAI({ apiKey: "confident_org_..." });
const organization = await client.organization().get(); // -> Organization
const project = await client.project("project_id").get(); // -> Project
const projects = await client.projects.list(); // -> Project[]
Scoped clients expose resources with consistent list / get / create /
update / delete methods (plus action methods like invitations.create,
apiKeys.create, members.updateRole):
client.organization().members.list()
client.organization().iam.roles.create("Analyst", policy_ids=[...])
client.project("id").api_keys.create(name="agent key")
These endpoints require an organization API key, supplied via the
api_key/apiKey argument or the CONFIDENT_ORG_API_KEY environment variable.
(It is intentionally not CONFIDENT_API_KEY, which deepeval already uses
for a project key — the distinct name lets both SDKs coexist.) The base URL
resolves from CONFIDENT_BASE_URL or CONFIDENT_REGION (US / EU),
defaulting to https://api.confident-ai.com.
deepeval:
Poetry, requests, Pydantic v2, the CONFIDENT_API_KEY header, the
{ success, data } response envelope, and pytest.deepeval.ts: tsc build, axios, interface-based
types, and Jest with jest.mock("axios").# Python
cd python && poetry install && poetry run pytest
# TypeScript
cd typescript && npm install && npm test && npm run build
See python/ROUTES.md for the full endpoint → method map.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub confident-ai/confident-client --plugin confident-clientSkills for adding DeepEval evaluations, tracing, datasets, Confident AI reports, and iterative improvement loops to AI applications.
UI/UX design intelligence. 84 styles, 161 palettes, 73 font pairings, 25 charts, 17 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, Three.js). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.