jant-api

Automate Jant blog post, media, collection, and settings management via HTTP API.

69|11|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/jant-me/jant --skill jant-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jant-api
Source: https://github.com/jant-me/jant/tree/main/docs
Command: npx skills add https://github.com/jant-me/jant --skill jant-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies managing your Jant blog by automating various operations through HTTP API calls, eliminating the need for manual interaction.

Core Features & Use Cases

  • Post Management: Create, update, delete, and list posts, including different formats like notes, links, and quotes.
  • Media Uploads: Upload images and other media files directly to your Jant blog.
  • Collection Management: Create, update, delete, and manage collections of posts.
  • Settings Adjustment: Update site settings, including appearance, timezone, and more.
  • Search and Export: Perform full-text search and export your blog content.
  • Use Case: Use this Skill to automatically publish posts to your blog based on content imported from another source.

Quick Start

Use the jant-api skill to create a new post titled 'Hello World' with the content 'This is my first post.' and set it as published.

Frequently Asked Questions about jant-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate blog post management using HTTP API calls?

Automating blog post management via HTTP API calls allows you to create, update, delete, and list posts programmatically. This eliminates manual interaction by supporting various formats like notes, links, and quotes through authenticated endpoints.

Can I upload media files directly to my blog through an API?

Uploading media files directly to your blog through an API is fully supported. You can programmatically upload images and other media assets to your Jant blog by sending HTTP requests to the designated media endpoints.

What do I need to authenticate API requests for blog automation?

Authenticating API requests for blog automation requires valid credentials for API access. You must configure your HTTP client with the necessary authentication tokens to successfully manage posts, media, collections, and settings.

How do I manage blog collections and site settings via HTTP endpoints?

Managing blog collections and site settings via HTTP endpoints involves sending API requests to update appearance, timezone, and collection properties. This allows full programmatic control over your blog configuration and post groupings.

Does the jant-api skill support full-text search and content export?

The jant-api skill supports full-text search and content export operations. You can perform search queries across your blog content and export your data programmatically using the provided HTTP API endpoints.

What is the best way to integrate external content sources for automated publishing?

The best way to integrate external content sources for automated publishing is scripting HTTP API calls to create posts. This allows you to automatically publish imported content as notes, links, or standard posts without manual intervention.