Ramis H.
Community@ramizik · California
Ramis H. provides serverless integration guidance for Vercel, Auth0, Stripe, OpenRouter, and Upstash Redis in TypeScript/JavaScript projects.
Agent Skills by Ramis H.
Showing 6 vetted skills indexed across 1 GitHub repositories.
sp-vercel
Deploy and manage Vercel projects using CLI token-based authentication.
sp-auth0
Provision and configure Auth0 applications through the Stripe Projects CLI.
upstash-ratelimit-js
Implements Redis-backed rate limiting in TypeScript using the Upstash Ratelimit SDK.
stripe-projects-cli
Provisions and manages third-party services for a project using the Stripe Projects CLI.
sp-openrouter
Integrates 300+ AI models through the OpenRouter TypeScript SDK using the callModel pattern.
upstash-redis-js
Implement serverless Redis operations with the Upstash Redis TypeScript SDK.
Frequently Asked Questions About Ramis H.
FAQPage SchemaWhat tasks can I accomplish with Ramis H.'s skills?▼
You can integrate Vercel, Auth0, and OpenRouter providers, manage third-party service deployment via the Stripe Projects CLI, and build serverless Redis features with Upstash—including caching, session storage, rate limiting, leaderboards, and full-text search with querying, filtering, and aggregating.
Who are these skills designed for?▼
These skills target TypeScript and JavaScript developers building serverless applications. They suit engineers integrating Redis data structures, adding authentication via Auth0, deploying on Vercel, routing through OpenRouter, or managing Stripe-based third-party service access within a single project.
How do I use the Upstash Redis skills in practice?▼
Install the Upstash Redis TypeScript/JavaScript SDK, then perform serverless Redis operations with automatic serialization/deserialization of JavaScript types. For search, use Upstash Redis Search directly or via the @upstash/search-redis and @upstash/search-ioredis adapters for TCP clients.
What prerequisites do these skills require?▼
You need a TypeScript/JavaScript project environment. Upstash skills require an Upstash Redis instance; the rate limit skill uses the Upstash RateLimit SDK. Provider skills require respective Vercel, Auth0, OpenRouter, or Stripe accounts, with Stripe tasks run through the Stripe Projects CLI.
Do these skills cover rate limiting and traffic protection?▼
Yes. The upstash-ratelimit-js skill covers setup and basic usage of the Upstash RateLimit SDK, plus pointers to advanced algorithms, features, pricing, and traffic-protection documentation for protecting endpoints in serverless JavaScript applications.