Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Get today's post
- 1Recognize the trigger phrase
- 2Send GET request to the dailyPost endpoint
- 3Receive the response body
- 4Return the content to chat
The raw text or JSON returned by the endpoint, displayed in the conversation