Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @natx223 Updated 6/28/2026 2,389 downloads 1 stars Security: Pass

Testskillx OpenClaw Plugin & Skill | ClawHub

Looking to integrate Testskillx into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @natx223/testskillx
Node.js (npx)
npx clawhub@latest install testskillx

Full SKILL.md

Open original
Metadata table.
nameversiondescriptiontags
dailypost-test0.1.0Simple test skill that calls a GET endpoint to fetch a daily post. No authentication required.
testapidaily

SKILL.md content below is scrollable.

DailyPost Test

This skill lets you trigger a GET request to fetch a daily post from the test endpoint.

🚀 How to use it

Just say one of these (or similar):

  • "Show me the daily post"
  • "Get today's post"
  • "Fetch daily post"
  • "Run dailypost"

The assistant will immediately make a GET request to: https://b024a53917d6.ngrok-free.app/agent/dailyPost


🛠️ What happens

  1. Recognition: I recognize your request via the defined triggers.
  2. Execution: I perform the following HTTP call:
    curl [https://b024a53917d6.ngrok-free.app/agent/dailyPost](https://b024a53917d6.ngrok-free.app/agent/dailyPost)
    
  3. Response: I return whatever the endpoint sends back (text, JSON, etc.) directly to the chat.

🔒 Safety Notes

  • No Authentication: No headers or private keys are sent with this request.
  • Public Access: This is a standard public GET request.
  • Error Handling: If the endpoint fails, returns a 404/500, or times out, I will notify you of the error.
ClawHub Registry URL: https://clawhub.ai/natx223/skills/testskillx

Related skills

If this matches your use case, these are close alternatives in the same category.