GitHub
Skills harvested from GitHub repositories
14810 skills availablecoreweave-hello-world
Deploy your first GPU workload on CoreWeave: a simple inference service using vLLM or a batch CUDA job. CoreWeave runs K...
brightdata-ci-integration
Set up CI/CD pipelines for Bright Data scraping projects with GitHub Actions. Includes mocked unit tests that run withou...
integrating-secrets-managers
Integrate secrets management platforms (HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, Azure Key Vault) into ...
podium-webhooks-events
Handle Podium webhook events for messages, reviews, and payments with event routing and idempotent processing. Podium OA...
apollo-security-basics
Security best practices for Apollo.io API integrations. Apollo API keys grant broad access to 275M+ contacts — a leaked ...
navan-webhooks-events
Navan supports asynchronous event delivery via callback URLs registered through the REST API. Since there is no public S...
navan-upgrade-migration
Defensive patterns for maintaining Navan API integrations over time. Navan does not publicly version their API, publish ...
navan-security-basics
Navan holds SOC 1 Type II, SOC 2 Type II, ISO 27001, PCI DSS Level 1, GDPR, CSA, and VSA certifications. Infrastructure ...
navan-sdk-patterns
Build a typed API wrapper around Navan REST endpoints since no official SDK exists (@navan/sdk is not a real package). T...
navan-reference-architecture
Production-grade architecture for Navan API integrations. Navan provides raw REST endpoints with OAuth 2.0 — no SDK, no ...
navan-rate-limits
Navan does not publicly document its API rate limits. Developers typically discover thresholds empirically when bulk dat...
navan-prod-checklist
Gated production readiness verification for Navan REST API integrations. Navan has no SDK and no sandbox — production is...
navan-performance-tuning
Navan's REST API has no bulk endpoints or GraphQL — every data fetch is a separate HTTP request. High-volume integration...
navan-observability
Navan exposes no built-in API metrics dashboard — monitoring is your responsibility. This skill implements structured lo...
navan-multi-env-setup
Navan does not offer a sandbox or staging API — every call hits production data with real corporate bookings and expense...
navan-migration-deep-dive
End-to-end migration playbook for moving from SAP Concur or legacy travel management systems to Navan. Navan uses REST A...
navan-local-dev-loop
Configure a local development environment for Navan API integrations with token caching, request logging, and mock fixtu...
navan-install-auth
Configure OAuth 2.0 client credentials for the Navan REST API. Navan has no public SDK — all API access uses raw REST ca...
navan-incident-runbook
Structured incident response for Navan travel platform disruptions. Navan uses raw REST APIs with OAuth 2.0 — there is n...
navan-hello-world
Execute a first API call against the Navan REST API to retrieve trip data. All examples use raw REST calls — Navan has n...
navan-entity-management
This skill covers organizational entity management in Navan: users, departments, cost centers, and approval chains. Nava...
navan-enterprise-rbac
Navan's enterprise tier provides granular role-based access control, configurable travel policies, and multi-tier approv...
navan-deploy-integration
Navan connects to enterprise systems through multiple integration methods: direct REST API with OAuth 2.0, SCIM for user...
navan-debug-bundle
Collect diagnostic data from Navan REST API integrations into a structured, shareable debug bundle. Navan has no SDK — a...