Search Skills
Search across 54932 indexed skills
klingai-hello-world
Generate your first AI video in under 20 lines of code. This skill walks through the complete create-poll-download cycle using the Kling AI REST API. ...
klaviyo-local-dev-loop
Set up a fast, reproducible local development workflow for Klaviyo integrations with hot reload, SDK mocking, and integration tests. Completed klaviyo...
maintainx-core-workflow-b
Manage equipment assets and facility locations in MaintainX. Assets represent equipment that requires maintenance; locations organize your facilities ...
hootsuite-hello-world
List your social media profiles and schedule a post using the Hootsuite REST API. The API base URL is https://platform.hootsuite.com/v1/. Completed ho...
hootsuite-performance-tuning
import { LRUCache } from 'lru-cache'; const profileCache = new LRUCache<string, any>({ max: 100, ttl: 3600000 }); async function getCachedProfiles(): ...
hootsuite-security-basics
| Credential | Scope | Rotation | |-----------|-------|----------| | Client ID | App-level | Never (app identifier) | | Client Secret | App-level | Ro...
ideogram-webhooks-events
Ideogram's API is synchronous -- each call blocks until the image is generated (5-15 seconds). For production applications, wrap it in async patterns:...
maintainx-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' !echo "API key set: $([ -n "$MAINTAINXAPIKEY" ] && echo 'yes' |...
ideogram-sdk-patterns
Production-ready patterns for Ideogram's REST API. Since Ideogram has no official SDK, these patterns provide type-safe wrappers, retry logic, respons...
maintainx-ci-integration
Configure CI/CD pipelines for MaintainX integrations with unit tests (mocked), integration tests (live API), and automated quality gates. Git reposito...
podium-deploy-integration
Implementation patterns for Podium deploy integration using the REST API with OAuth2 authentication. Completed podium-install-auth setup Valid OAuth2 ...
hootsuite-core-workflow-a
Schedule social media posts with images and videos using the Hootsuite REST API. The publishing workflow involves: uploading media to get a media ID, ...