Files
optimclaw/skills/contentstack-content-delivery/SKILL.md
T
[email protected]andClaude Opus 4.6 7d31d68f6f feat(skills): add 245 Pica integration skills covering full catalog
Add SKILL.md files for all 252 Pica platform integrations (245 new,
7 internal skills already existed). Covers the full Pica catalog:

- CRM: attio, close, freshdesk, gorgias, hubspot, intercom, klaviyo, zoho, etc.
- Communication: bluesky, linked-in, meta, x, teams, twilio, ring-central, etc.
- DevOps: git-lab, circle-ci, netlify, render, n8n, neon, ngrok, posthog, etc.
- AI/LLM: anthropic, deep-seek, gemini, perplexity, open-router, x-ai
- E-commerce: big-commerce, shopify-admin, shopify-storefront, square, woocommerce
- Payments: chargebee, paystack, square, stripe
- Email: sendgrid, mailchimp-marketing, mailgun, loops
- And 190+ more across all categories

~83 skills have detailed API docs (base URLs, example http() calls, notes).
~122 skills have auth setup and credential config from Pica metadata.

Skills are embedded into the binary at compile time via the bundling
infrastructure added to v2-architecture, making them available on
every IronClaw install without needing ClawHub.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-03-27 20:16:12 -07:00

1.5 KiB

name, version, description, activation, metadata
name version description activation metadata
contentstack-content-delivery 1.0.0 Contentstack Content Delivery API — Contentstack Content Delivery API is a high-performance
keywords patterns tags max_context_tokens
contentstack-content-delivery
contentstack content delivery
tools
(?i)contentstack.?content.?delivery
tools
utility
1200
openclaw
requires
env
CONTENTSTACK_CONTENT_DELIVERY_BASE_URL
CONTENTSTACK_CONTENT_DELIVERY_STACK_API_KEY
CONTENTSTACK_CONTENT_DELIVERY_DELIVERY_TOKEN

Contentstack Content Delivery API

Use the http tool. API key is automatically injected via api_key header — never construct auth headers manually.

Contentstack Content Delivery API is a high-performance, read-only REST and GraphQL service that retrieves published content from your headless CMS via a global CDN—supporting efficient queries, cachi

Authentication

This integration uses API Key authentication via the api_key header. Format: api_key: ...

Required Credentials

  • CONTENTSTACK_CONTENT_DELIVERY_BASE_URL — Base URL
  • CONTENTSTACK_CONTENT_DELIVERY_STACK_API_KEY — Stack API Key
  • CONTENTSTACK_CONTENT_DELIVERY_DELIVERY_TOKEN — Delivery Token

Usage

Use the http tool to call this API. Example:

http(method="GET", url="<api_base_url>/endpoint")

Common Mistakes

  • Do NOT add Authorization headers — automatically injected by the credential system.
  • Always use HTTPS URLs.