Community寫作與編輯github.com

pontjs/pontx-hub

Agent-ready public API discovery, OpenAPI documentation, Schema search, Playground, and TypeScript SDK portal

pontx-hub 是什麼?

pontx-hub is a Claude Code agent skill that agent-ready public API discovery, OpenAPI documentation, Schema search, Playground, and TypeScript SDK portal.

相容平台~Claude Code~Codex CLI~Cursor
npx skills add pontjs/pontx-hub

Installed? Explore more 寫作與編輯 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜歡的 AI 中提問

開啟一個已預先載入此 Agent Skill 的新對話。

說明文件

Pontx Hub

Use pontx-hub as the authoritative interface to the curated API catalog. Keep API metadata out of long-lived context by searching and loading only the product, endpoint, or schema needed for the current task.

Workflow

  1. Search before choosing an API. Natural-language capability, request, and response questions are supported:

    pontx-hub search "<capability>" --json
    pontx-hub search "创建任务的入参" --locale zh --json
    pontx-hub search "返回 dueDate 的接口" --locale zh --json
    

    Narrow the result type when useful:

    pontx-hub search "<field-or-model>" --type schema --json
    
  2. Inspect the selected stable resource ID:

    pontx-hub show endpoint:<api>/<endpoint>
    pontx-hub show schema:<api>/<schema>
    
  3. For an endpoint, build and review the exact request without sending it:

    pontx-hub <api-collection> preview <api-name> --parameter value --body '<json>'
    pontx-hub <api-collection> preview <controller> <api-name> --parameter value --body '<json>'
    
  4. For GET or HEAD, call only when the user requested execution:

    pontx-hub <api-collection> call <api-name> --parameter value
    pontx-hub <api-collection> call <controller> <api-name> --parameter value
    
  5. For POST, PUT, PATCH, or DELETE, show the dry-run result and obtain explicit user confirmation. Then pass --yes without changing parameters:

    pontx-hub <api-collection> call <controller> <api-name> --parameter value --body '<json>' --yes
    
  6. Generate integration code after the request shape is verified:

    pontx-hub sdk <api>
    

Safety

  • Never infer approval for a write from a request to inspect, explain, or preview an API.
  • Never print, echo, log, or place credentials directly in command arguments.
  • Read credentials from the environment variables named by show.
  • Never call an arbitrary URL or an operation outside the Hub catalog.
  • Never bypass the separate preview step for a mutation.
  • Treat a changed parameter, body, server, or operation as a new request that requires another dry-run and confirmation.
  • Read references/auth-and-safety.md when configuring credentials, diagnosing authentication, or executing a mutation.

Output

Prefer --json when consuming CLI output programmatically. Preserve the CLI exit code and machine-readable error code when reporting failures. Use the result's match.mode and match.fields to explain whether product, parameter, request, response, schema, or property metadata produced the match. Use the operation's published @pontx/<api-slug> package when generating application code.

相關技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community