
javainthinking skills on Remote OpenClaw
10 skills published by javainthinking. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
2slides-skills
Generates presentations via the 2slides API from text content, reference images, or uploaded documents. Supports theme selection, multilingual output, voice narration, and both sync and async generation modes.
powerdrill-data-analysis-skill
Connects to the Powerdrill API to manage datasets, upload files, run natural-language queries, and retrieve charts and tables as output. Uses a Python client script that wraps the Powerdrill REST API v2. Supports full analysis sessions with conversational follow-up.
powerdrill-skills
Connects to the Powerdrill API to manage datasets, upload files, run natural-language queries against structured data, and retrieve charts and tables as output. Wraps the full dataset and session lifecycle through a Python client script.
apipick-china-phone-checker
Validates Chinese mobile phone numbers via the APIPick API. Returns the carrier (China Mobile, China Telecom, or China Unicom), province, city, zip code, and area code for a given number.
apipick-ip-geolocation
Looks up geographic and network information for any public IPv4 or IPv6 address via the apipick API. Returns country, city, coordinates, timezone, currency, ISP, and ASN. Omitting the IP parameter geolocates the caller's own address.
apipick-public-holidays
Queries public holidays for any country and year via the apipick Public Holidays API. Covers 100+ countries using ISO 3166-1 alpha-2 country codes. Returns a sorted list of holiday dates and official names.
apipick-telegram-phone-check
Checks whether a phone number is registered on Telegram using the apipick API. Returns registration status along with the user's Telegram ID, username, first and last name, and data center ID. Only publicly visible profile information is returned.
apipick-email-checker
Validates email addresses by checking syntax, verifying MX records, and detecting disposable/throwaway email domains via the apipick API. Returns a normalized email form and a reason string when validation fails.
apipick-company-facts
Looks up public company information using a stock ticker or SEC CIK number. Returns name, industry, sector, exchange, market cap, employee count, website, and a link to SEC filings. Connects to the apipick Company Facts API with a single GET request.
web-i18n-nextjs
A step-by-step guide for adding internationalization to Next.js App Router projects. Covers translation file structure, locale routing, SEO metadata per locale, hreflang tags, JSON-LD structured data, and multi-language sitemap generation. No hardcoded strings — every user-facing element is expected to support all configured locales.