
Contentstack Utils
- 2 installs
- 4 repo stars
- Updated August 3, 2026
- contentstack/contentstack-python
Helps with marketing & seo tasks.
About
contentstack-utils is a Claude Code skill for marketing & seo. It helps solo builders move faster with AI-assisted development.
- contentstack-utils
- Marketing & SEO
- AI-coding skill
Contentstack Utils by the numbers
- 2 all-time installs (skills.sh)
- Ranked #1,643 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-python --skill contentstack-utilsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2 |
|---|---|
| repo stars | ★ 4 |
| Last updated | August 3, 2026 |
| Repository | contentstack/contentstack-python ↗ |
What it does
Helps with marketing & seo tasks.
Files
Contentstack CDA SDK – Contentstack Python CDA SDK
When to use
- Implementing or changing
Stack, content-type, query, entry, or asset behavior. - Working with live preview, taxonomy, global fields, variants, or image transforms.
- Assessing CDA API alignment or extending the public SDK surface.
Instructions
Stack entry
- `Stack` in
contentstack/stack.py: validatesapi_key,delivery_token,environment; resolvesregion → hostviaContentstackRegion; buildsendpoint; wiresHTTPSConnectionwithheaders,timeout,urllib3.Retry, and optionallive_preview/branch/early_access.
Features
- Content types & entries —
contenttype.py,entry.py,entryqueryable.py. - Queries —
basequery.py,query.py; chain methods align with CDA query parameters. - Assets —
asset.py,assetquery.py. - Taxonomy, global fields, variants, image transform —
taxonomy.py,globalfields.py,variants.py,image_transform.py. - Sync —
Stack.sync_init,pagination,sync_token→/stacks/syncvia__sync_request.
Live preview
live_previewdict (enable,host,authorization, etc.) merged indeep_merge_lp.py/ stack setup; keep behavior aligned withtests/test_live_preview.py.
HTTP layer
https_connection.py—requests.Session,HTTPAdapter,get_requestfromcontroller.py; user-agent usescontentstack.__title__/__version__.
Extending
- Add query or stack methods consistent with CDA query parameters.
- Keep transport logic in
HTTPSConnection/controllerrather than duplicatingrequestssetup.
Dependencies
requests,urllib3(Retry),python-dateutil
Related skills
Marketing & SEOcontent