LaunchKit · 2026
Back to Skills

testskillx

Simple test skill that calls a GET endpoint to fetch a daily post.

1
1.6k downloads
by @natx223

Setup & Installation

openclaw skills install @natx223/testskillx

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install testskillx

What This Skill Does

Fetches a daily post by making a GET request to a public test endpoint. No authentication or configuration required. The raw response is returned directly in chat.

Lets you fetch endpoint responses directly in chat without switching to a terminal or browser.

When to use it

  • Retrieving today's scheduled post content
  • Checking what a daily feed endpoint returns
  • Verifying a public endpoint is responding
  • Pulling daily content without opening a browser
  • Testing ngrok tunnel responses from chat

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Get today's post

AGENT
  1. 1Recognize the trigger phrase
  2. 2Send GET request to the dailyPost endpoint
  3. 3Receive the response body
  4. 4Return the content to chat
OUTPUT

The raw text or JSON returned by the endpoint, displayed in the conversation