dailypost-test
Simple test skill that calls a GET endpoint to fetch a daily post. No authentication required.
Why use this skill?
Use the DailyPost Test skill to easily fetch public data via GET requests in OpenClaw. Simple, no-auth testing tool for API connectivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/natx223/testskillxWhat This Skill Does
The dailypost-test skill is a foundational integration designed for OpenClaw to perform simple HTTP GET requests. Its primary purpose is to fetch dynamic content from a designated public endpoint without the need for complex authentication or headers. When invoked, the skill triggers an internal network request to the specified URL, captures the response payload, and relays that information directly to the user within the OpenClaw interface. This makes it an ideal tool for testing agent-to-server connectivity, prototyping new API integrations, or retrieving basic data feeds that do not require secure authorization tokens. By simplifying the data retrieval process, it provides a direct line of communication between the AI agent and the external web service, handling the underlying cURL mechanics transparently for the user.
Installation
To integrate this skill into your environment, utilize the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/natx223/testskillx
Ensure that you have the latest version of the ClawHub client installed and active. Once the installation completes, the agent will automatically index the triggers associated with the skill, making it immediately available for use in your chat sessions.
Use Cases
This skill is primarily intended for developers and testers. Key use cases include validating that a remote server is reachable from the agent's network environment, testing the parsing of JSON responses sent from custom endpoints, and verifying that the agent's natural language processing correctly identifies triggers to initiate network tasks. It can also serve as a template for building more complex API-consuming agents.
Example Prompts
- "Get today's post"
- "Fetch daily post"
- "Run dailypost"
Tips & Limitations
Because this skill relies on an open, unauthenticated GET request, ensure that the target endpoint does not contain sensitive data that requires authorization. As this is a test skill, note that it does not currently support POST, PUT, or DELETE methods. If the endpoint is down, the skill will return an error report; verify your endpoint URL if you encounter persistent failures. Keep in mind that performance is dependent on the latency of the provided URL; ensure your server is configured to respond within the agent's timeout thresholds to avoid connection errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-natx223-testskillx": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
highlevel
Connect your AI assistant to GoHighLevel CRM via the official API v2. Manage contacts, conversations, calendars, pipelines, invoices, payments, workflows, and 30+ endpoint groups through natural language. Includes interactive setup wizard and 100+ pre-built, safe API commands. Python 3.6+ stdlib only — zero external dependencies.
Lead Radar
Every morning, scans Reddit, Hacker News, Indie Hackers, Stack Overflow, Quora, Hashnode, Dev.to, GitHub, and Lobsters for people actively asking for what you sell. Delivers the top 10 buying-intent leads to your Telegram with a pre-drafted reply. Powered by Gemini 2.5 Flash.
scrapebadger
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
clinicaltrials-gov-parser
Monitor and summarize competitor clinical trial status changes from ClinicalTrials.gov. Trigger: When user asks to track clinical trials, monitor trial status changes, get updates on specific trials, or analyze competitor trial activities. Use cases: Pharma competitive intelligence, trial monitoring, status tracking, recruitment updates, completion alerts.
agent3-hub
Universal AI resource registry — search and invoke agents, MCP servers, and APIs through a single MCP endpoint. Includes Telegram content search, Google search, X/Twitter search, and more.