Dagu Rest Api

🌐Community
by vinnie357 · vlatest · Repository

Helps with REST APIs, API as part of developing backend services and APIs workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dagu-rest-api npx -- -y @trustedskills/dagu-rest-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dagu-rest-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dagu-rest-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with REST APIs using Dagu. It simplifies the process of sending requests, handling responses, and extracting data from API endpoints. The agent can then use this information to perform actions or provide more informed answers.

When to use it

  • Automating tasks: Retrieve data from a weather API to automatically adjust thermostat settings.
  • Data enrichment: Fetch product details from an e-commerce API based on user queries.
  • System integration: Connect with internal services via their APIs for automated workflows.
  • Real-time information retrieval: Get current stock prices or news headlines directly within the AI agent's responses.

Key capabilities

  • REST API interaction using Dagu
  • Request sending (GET, POST, PUT, DELETE)
  • Response handling
  • Data extraction from API responses

Example prompts

  • "Get me the current weather in London."
  • "Find all products with a price under $50 from the online store."
  • "Send a POST request to [API endpoint] with the following data: { 'key': 'value' }."

Tips & gotchas

The agent needs access to valid API keys or credentials for any APIs it interacts with. Ensure that the Dagu configuration is correctly set up before using this skill, including base URLs and authentication details.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vinnie357
Installs
5

🌐 Community

Passed automated security scans.