← Back to Skills Marketplace
kukudadasd

Ghost Admin API Endpoint Builder

by kukudadasd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ghost-admin-api-endpoint-builder
Description
Create or extend Ghost Admin API endpoint code in the standard core structure. Use this skill for tasks that add a new endpoint file under `ghost/core/core/s...
README (SKILL.md)

Admin API Endpoint Testing Guide

This guide provides a comprehensive approach for developers to test newly created endpoints in Ghost's Admin API. Follow the steps below to ensure your endpoints are functioning correctly.

Instructions

  1. Creating a New Endpoint: If you are creating an endpoint for a new resource, start by creating a new endpoint file in ghost/core/core/server/api/endpoints/. If the endpoint already exists, locate the corresponding file in the same directory.
  2. Controller Object: In the endpoint file, create a controller object using the JSDoc type from @tryghost/api-framework.Controller. Ensure it includes at least a docName and a single endpoint definition, such as browse.
  3. Adding Routes: Add the necessary routes for each endpoint to ghost/core/core/server/web/api/endpoints/admin/routes.js to make them accessible through the API.
  4. Testing the Endpoint: Implement basic end-to-end API tests for the new endpoint in ghost/core/test/e2e-api/admin. This will help verify that the endpoint functions as expected.
  5. Running Tests: Execute the tests and iterate on your implementation until all tests pass. Use the command: cd ghost/core && yarn test:single test/e2e-api/admin/{test-file-name} to run your specific test file.

Reference

For further details on Ghost's API framework and how to create API controllers, refer to the official documentation.

Usage Guidance
Install only if you work on Ghost Admin API endpoint code. Expect it to guide source and test edits under the Ghost repository, but it does not itself install code, run background tasks, or request credentials.
Capability Assessment
Purpose & Capability
The stated purpose matches the artifact content: it guides creation of Ghost Admin REST API endpoint files, route registration, controller structure, and matching e2e tests.
Instruction Scope
Instructions are bounded to specific Ghost backend API paths and explicitly reject unrelated workflows such as frontend routes, migrations, CLI commands, GraphQL, cron jobs, and file-upload flows.
Install Mechanism
The package contains only a single markdown SKILL.md file, with no executable scripts, declared dependencies, install hooks, or bundled code.
Credentials
When used, it can lead an agent to edit Ghost core source and tests, but that is expected for its developer-assistance purpose and is scoped to user-directed endpoint work.
Persistence & Privilege
No persistence, background workers, credential access, session/profile use, network calls, or privilege escalation behavior appears in the artifact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ghost-admin-api-endpoint-builder
  3. After installation, invoke the skill by name or use /ghost-admin-api-endpoint-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Slug ghost-admin-api-endpoint-builder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ghost Admin API Endpoint Builder?

Create or extend Ghost Admin API endpoint code in the standard core structure. Use this skill for tasks that add a new endpoint file under `ghost/core/core/s... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Ghost Admin API Endpoint Builder?

Run "/install ghost-admin-api-endpoint-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ghost Admin API Endpoint Builder free?

Yes, Ghost Admin API Endpoint Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ghost Admin API Endpoint Builder support?

Ghost Admin API Endpoint Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ghost Admin API Endpoint Builder?

It is built and maintained by kukudadasd (@kukudadasd); the current version is v1.0.0.

💬 Comments