np-api

Interact with the Nullplatform API via command line to explore endpoints and fetch data.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/nullplatform/ai-plugins --skill np-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: np-api
Source: https://github.com/nullplatform/ai-plugins/tree/main/marketplace/plugins/np-troubleshooting/skills/np-api
Command: npx skills add https://github.com/nullplatform/ai-plugins --skill np-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with the Nullplatform API, enabling users to explore entities, query data, and understand API structure without needing to write raw HTTP requests.

Core Features & Use Cases

  • API Exploration: Discover available API endpoints, their parameters, and expected responses.
  • Data Fetching: Retrieve specific data points or lists of resources from Nullplatform.
  • Authentication Management: Helps verify and configure authentication for API access.
  • Use Case: A developer needs to find all active applications within a specific namespace. They can use /np-api search-endpoint application to find the relevant endpoint, then /np-api describe-endpoint /application to understand its parameters, and finally /np-api fetch-api "/application?namespace_id={id}&status=active" to get the data.

Quick Start

Use /np-api to see the map of entities and relationships in Nullplatform.

Frequently Asked Questions about np-api

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

FAQPage Schema
How do I query the Nullplatform API without writing raw HTTP requests?

You can query the Nullplatform API using a command-line interface that lets you search, describe, and fetch data from endpoints without writing raw HTTP requests.

What is the best way to explore available Nullplatform API endpoints and their parameters?

The best way to explore Nullplatform API endpoints is by using the search-endpoint command to discover resources, followed by describe-endpoint to understand their parameters and expected responses.

How do I retrieve active applications from a specific namespace in Nullplatform?

To retrieve active applications, search for the application endpoint, describe its parameters, and use fetch-api with the namespace_id and status=active query string to retrieve the data.

Can I check and configure my API key authentication for Nullplatform?

Yes, the Nullplatform API command-line interface supports authentication checks and provides guidance on API key management to verify and configure your API access.

Does the Nullplatform API CLI require any external dependencies to run?

No, the Nullplatform API CLI operates independently without requiring external dependencies, allowing you to perform system introspection and data retrieval directly.