Source

jeremylongshore/tons-of-skills-marketplace

3,201 skills · 56.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
klingai-install-auth Set up Kling AI API authentication with JWT tokens. Use when starting a new Kling AI integration or troubleshooting a…
jeremylongshore/tons-of-skills-marketplace
1
2
klingai-job-monitoring Track and monitor Kling AI video generation task status. Use when building dashboards, tracking batch jobs, or debugg…
jeremylongshore/tons-of-skills-marketplace
1
3
klingai-known-pitfalls Avoid common mistakes when using Kling AI API. Use when troubleshooting or learning best practices. Trigger with phra…
jeremylongshore/tons-of-skills-marketplace
1
4
klingai-model-catalog Explore Kling AI models, versions, and capabilities for video and image generation. Use when selecting models or comp…
jeremylongshore/tons-of-skills-marketplace
1
5
klingai-performance-tuning Optimize Kling AI for speed, quality, and cost efficiency. Use when improving generation times or finding optimal set…
jeremylongshore/tons-of-skills-marketplace
1
6
klingai-pricing-basics Understand Kling AI pricing, credits, and cost optimization strategies. Use when budgeting or estimating costs. Trigg…
jeremylongshore/tons-of-skills-marketplace
1
7
klingai-prod-checklist Production readiness checklist for Kling AI integrations. Use before going live or during deployment review. Trigger …
jeremylongshore/tons-of-skills-marketplace
1
8
klingai-rate-limits Handle Kling AI API rate limits with backoff and queuing strategies. Use when hitting 429 errors or planning high-vol…
jeremylongshore/tons-of-skills-marketplace
1
9
klingai-reference-architecture Production reference architecture for Kling AI video generation platforms. Use when designing scalable systems. Trigg…
jeremylongshore/tons-of-skills-marketplace
1
10
klingai-sdk-patterns Production SDK patterns for Kling AI: client wrapper, retry logic, async polling, and error handling. Use when buildi…
jeremylongshore/tons-of-skills-marketplace
1
11
klingai-storage-integration Download and store Kling AI generated videos in cloud storage (S3, GCS, Azure). Use when persisting videos or buildin…
jeremylongshore/tons-of-skills-marketplace
1
12
klingai-style-transfer Apply artistic styles and visual effects to Kling AI video generation. Use when creating stylized content or using ef…
jeremylongshore/tons-of-skills-marketplace
1
13
klingai-team-setup Configure Kling AI for teams with per-project API keys, usage quotas, and role-based access. Trigger with phrases lik…
jeremylongshore/tons-of-skills-marketplace
1
14
klingai-text-to-video Generate videos from text prompts with Kling AI. Use when creating videos from descriptions, learning prompt techniqu…
jeremylongshore/tons-of-skills-marketplace
1
15
klingai-upgrade-migration Migrate between Kling AI model versions safely. Use when upgrading from v1.x to v2.x or adopting new features. Trigge…
jeremylongshore/tons-of-skills-marketplace
1
16
klingai-usage-analytics Build usage analytics and reporting for Kling AI video generation. Use when tracking patterns, analyzing costs, or bu…
jeremylongshore/tons-of-skills-marketplace
1
17
klingai-video-extension Extend video duration using Kling AI continuation. Use when creating longer videos from shorter clips or building seq…
jeremylongshore/tons-of-skills-marketplace
1
18
klingai-webhook-config Configure webhook callbacks for Kling AI task completion. Use when building event-driven pipelines or replacing polli…
jeremylongshore/tons-of-skills-marketplace
1
19
langchain-content-blocks Works correctly with LangChain 1.0's typed content blocks on AIMessage.content — text, tool_use, image, thinking, doc…
jeremylongshore/tons-of-skills-marketplace
1
20
langchain-core-workflow Compose LangChain 1.0 chains with RunnableParallel, RunnableBranch, RunnablePassthrough.assign, and RunnableLambda — …
jeremylongshore/tons-of-skills-marketplace
1
21
langchain-embeddings-search Build and query vector stores with LangChain 1.0 without getting burned by flipped score semantics, embedding-dim mis…
jeremylongshore/tons-of-skills-marketplace
1
22
langchain-eval-harness Build reproducible evaluation pipelines for LangChain 1.0 chains and LangGraph 1.0 agents — golden datasets, LangSmit…
jeremylongshore/tons-of-skills-marketplace
1
23
langchain-langgraph-agents Build a correct LangGraph 1.0 ReAct agent with create_react_agent — typed tools, error propagation, recursion caps, a…
jeremylongshore/tons-of-skills-marketplace
1
24
langchain-langgraph-basics Build a correct LangGraph 1.0 StateGraph — typed TypedDict state with reducers, nodes, edges, compile, and recursion …
jeremylongshore/tons-of-skills-marketplace
1
25
langchain-langgraph-checkpointing Persist LangGraph agent state correctly with MemorySaver and PostgresSaver — thread_id discipline, JSON-serializable …
jeremylongshore/tons-of-skills-marketplace
1
26
langchain-langgraph-human-in-loop Build LangGraph 1.0 human-in-the-loop approval flows with interrupt_before / interrupt_after and Command(resume=...) …
jeremylongshore/tons-of-skills-marketplace
1
27
langchain-langgraph-streaming Pick the correct LangGraph 1.0 stream_mode ("messages" vs "updates" vs "values"), wire it into SSE or WebSocket witho…
jeremylongshore/tons-of-skills-marketplace
1
28
langchain-langgraph-subgraphs Compose LangGraph 1.0 subgraphs correctly — shared state key propagation, Send / Command(graph=...) dispatch, callbac…
jeremylongshore/tons-of-skills-marketplace
1
29
langchain-middleware-patterns Build composable middleware for LangChain 1.0 chains and LangGraph 1.0 agents — PII redaction, caching, retry, token …
jeremylongshore/tons-of-skills-marketplace
1
30
langchain-model-inference Invoke Claude, GPT-4o, and Gemini through LangChain 1.0 without tripping on the content-block, token-accounting, and …
jeremylongshore/tons-of-skills-marketplace
1
31
langchain-otel-observability Wire LangChain 1.0 / LangGraph 1.0 traces into an OpenTelemetry-native backend (Jaeger, Honeycomb, Grafana Tempo, Dat…
jeremylongshore/tons-of-skills-marketplace
1
32
langchain-prompt-engineering Manage LangChain 1.0 prompts like code — LangSmith prompt hub versioning, XML-tag conventions for Claude, few-shot ex…
jeremylongshore/tons-of-skills-marketplace
1
33
langfuse-ci-integration Configure Langfuse CI/CD integration with GitHub Actions and automated testing. Use when setting up automated testing…
jeremylongshore/tons-of-skills-marketplace
1
34
langfuse-common-errors Diagnose and fix common Langfuse errors and exceptions. Use when encountering Langfuse errors, debugging missing trac…
jeremylongshore/tons-of-skills-marketplace
1
35
langfuse-core-workflow-a Execute Langfuse primary workflow: Tracing LLM calls and spans. Use when implementing LLM tracing, building traced AI…
jeremylongshore/tons-of-skills-marketplace
1
36
langfuse-hello-world Create a minimal working Langfuse trace example. Use when starting a new Langfuse integration, testing your setup, or…
jeremylongshore/tons-of-skills-marketplace
1
37
langfuse-multi-env-setup Configure Langfuse across development, staging, and production environments. Use when setting up multi-environment de…
jeremylongshore/tons-of-skills-marketplace
1
38
langfuse-performance-tuning Optimize Langfuse tracing performance for high-throughput applications. Use when experiencing latency issues, optimiz…
jeremylongshore/tons-of-skills-marketplace
1
39
langfuse-webhooks-events Configure Langfuse webhooks for prompt change notifications and event-driven workflows. Use when setting up prompt ch…
jeremylongshore/tons-of-skills-marketplace
1
40
lindy-ci-integration Configure CI/CD pipelines for testing Lindy AI agent integrations. Use when setting up automated testing, configuring…
jeremylongshore/tons-of-skills-marketplace
1
41
lindy-common-errors Troubleshoot common Lindy AI agent errors and workflow failures. Use when encountering errors, debugging agent failur…
jeremylongshore/tons-of-skills-marketplace
1
42
lindy-core-workflow-a Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions,…
jeremylongshore/tons-of-skills-marketplace
1
43
lindy-core-workflow-b Configure Lindy triggers, scheduling, multi-agent delegation, and automation. Use when setting up trigger-based workf…
jeremylongshore/tons-of-skills-marketplace
1
44
lindy-cost-tuning Optimize Lindy AI costs through credit management, model selection, and agent consolidation. Use when reducing spend,…
jeremylongshore/tons-of-skills-marketplace
1
45
lindy-debug-bundle Comprehensive debugging toolkit for Lindy AI agents. Use when investigating complex agent failures, collecting diagno…
jeremylongshore/tons-of-skills-marketplace
1
46
lindy-deploy-integration Deploy applications that integrate with Lindy AI agents. Use when deploying webhook receivers, callback handlers, or …
jeremylongshore/tons-of-skills-marketplace
1
47
lindy-enterprise-rbac Configure enterprise role-based access control for Lindy AI workspaces. Use when setting up team permissions, managin…
jeremylongshore/tons-of-skills-marketplace
1
48
lindy-hello-world Create your first Lindy AI agent with a real trigger and action. Use when starting with Lindy, testing your setup, or…
jeremylongshore/tons-of-skills-marketplace
1
49
lindy-incident-runbook Incident response procedures for Lindy AI agent failures and outages. Use when responding to incidents, troubleshooti…
jeremylongshore/tons-of-skills-marketplace
1
50
lindy-install-auth Set up a Lindy account and authenticated webhook trigger. Use when onboarding to Lindy, configuring bearer authentica…
jeremylongshore/tons-of-skills-marketplace
1
Page 52 · 3,201 total Previous Next