hashnode-api

Community

Hashnode GraphQL API integration and tooling.

Authorrawveg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides guidance for integrating with the Hashnode GraphQL API, including querying publications, posts, and user data, as well as mutations for publishing and subscription actions.

Core Features & Use Cases

  • GraphQL API: Interact with gql.hashnode.com for publications, posts, and user data.
  • Pagination & Caching: Implement cursor-based and offset-based pagination with caching considerations.
  • Auth & Mutations: Use PAT-based authentication for restricted operations like drafts and publishing.

Quick Start

Start with authenticating and fetching your user profile, then query a publication’s posts.

Dependency Matrix

Required Modules

None required

Components

references

đź’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: hashnode-api
Download link: https://github.com/rawveg/skillsforge-marketplace/archive/main.zip#hashnode-api

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository