mit einem Klick
vercel-openapi
vercel-openapi enthält 11 gesammelte Skills von DavidKk, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Stocks (multi-market index snapshot + daily summary via stock/summary, incl. TASI), funds (six-digit OHLCV vs NAV daily), precious metals (XAUUSD) — pick the matching REST path or MCP tool.
When a user asks for China Fuel Price by province or a recharge promo → return current/previous prices or promo result.
When a user asks for FX rates or currency conversion → return exchange rates or the converted amount.
When a user asks for the latest cached movie list → return merged movie catalog.
When a user provides China latitude/longitude → reverse geocode to province/city/district.
When a user asks whether today is a public holiday in mainland China → return holiday status/name.
When a user asks for weather or short forecast at a latitude/longitude → return current conditions or forecast.
When a user asks to resolve a hostname → return A/AAAA records (DNS lookup).
When a user wants Clash RULE-SET lines filtered by action type → return merged payloadText.
Produces or updates agent-ready HTTP API skill markdown for this repo. Use when the user wants a new SKILL document for an API module, to fill the Skill tab / skill bundle content, or to align an existing skill with .ai/specs/skill-writing.md. Copy the embedded template, replace placeholders, verify the checklist, and mirror into app/<module>/skill-content.ts when applicable.
Scaffolds or extends feature modules in this Next.js app using the project generator when possible; otherwise follows .ai/rules and .ai/schemas to implement by hand. Mandatory for new modules edit .ai/specs/modules-registry.yaml (sorted by id) before schema or generator; then validate with pnpm run validate:ai. Use when the user wants to add a new module, create a new feature module, scaffold module layout/pages, or implement overview component / API route / MCP tools / Playground for a module.