By Cogniac
Skills for interacting with the Cogniac platform via the cogniac CLI and Python SDK
Agent skills for interacting with the Cogniac enterprise AI computer vision platform.
Skills are folders of instructions, scripts, and resources that agents load dynamically to perform specialized tasks. This repository packages Cogniac-specific knowledge — CLI usage, SDK patterns, platform concepts and documentation — so agents can productively query and manage all Cogniac platform functionality.
skills/cogniac — Core skill covering the cogniac CLI and Python SDK. Use for EdgeFlow/CloudFlow management, tenant/app/subject/media operations, VLM-assisted labeling, camera inventory, deployments, and other CloudCore operations via direct public-API access.Register this repository as a plugin marketplace, then install:
/plugin marketplace add Cogniac/skills
/plugin install cogniac-skills@cogniac-agent-skills
skills CLInpx skills add Cogniac/skills --skill cogniac
Or to install everything in the collection:
npx skills add Cogniac/skills
Copy the desired skill folder (e.g. skills/cogniac) into your agent's skills directory — for Claude Code, that's ~/.claude/skills/.
Most skills here assume the cogniac Python package is installed and credentials are configured:
pip install cogniac
# or with uv:
uv pip install cogniac
cogniac auth
Required environment variables:
COG_API_KEY (preferred) or COG_USER + COG_PASSCOG_TENANT — required for tenant-scoped commandsSee the individual SKILL.md files for full usage details.
Apache 2.0 — see LICENSE.
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 cogniac/skills --plugin cogniac-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.