Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
constructive-io avatar

Cli Objects

  • 2 installs
  • 52 repo stars
  • Updated August 5, 2026
  • constructive-io/constructive

CLI tool (csdk) for the objects API providing CRUD commands for 5 tables and 4 custom operations.

About

CLI tool (csdk) for the objects API provides CRUD commands for 5 tables and 4 custom operations.. Includes context management and authentication support.

  • Context management for objects endpoints
  • CRUD operations for object-related entities

Cli Objects by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #445 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/constructive-io/constructive --skill cli-objects

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars52
Last updatedAugust 5, 2026
Repositoryconstructive-io/constructive

What it does

CLI tool (csdk) for the objects API providing CRUD commands for 5 tables and 4 custom operations.

Files

SKILL.mdMarkdownGitHub ↗

cli-objects

<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->

CLI tool (csdk) for the objects API — provides CRUD commands for 5 tables and 4 custom operations

Usage

# Context management
csdk context create <name> --endpoint <url>
csdk context use <name>

# Authentication
csdk auth set-token <token>

# Config variables
csdk config set <key> <value>
csdk config get <key>

# CRUD for any table (e.g. get-all-record)
csdk get-all-record list
csdk get-all-record get --id <value>
csdk get-all-record create --<field> <value>

# Non-interactive mode (skip all prompts, use flags only)
csdk --no-tty get-all-record list

Examples

Set up and query

csdk context create local --endpoint http://localhost:5000/graphql
csdk context use local
csdk auth set-token <token>
csdk get-all-record list

Non-interactive mode (for scripts and CI)

csdk --no-tty get-all-record create --<field> <value>

References

See the references/ directory for detailed per-entity API documentation:

  • context
  • auth
  • config
  • get-all-record
  • ref
  • store
  • object
  • commit
  • init-empty-repo
  • set-data-at-path
  • insert-node-at-path
  • provision-bucket

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.