agentclaw_api

Manage AgentClaw workflows, scheduling, and system monitoring via APIs.

339|32|Updated May 6, 2026
One-click install
npx skills add https://github.com/Negai-ai/AgentClaw --skill agentclaw-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentclaw_api
Source: https://github.com/Negai-ai/AgentClaw/tree/main/agentclaw/skills/builtin_skills/agentclaw_api
Command: npx skills add https://github.com/Negai-ai/AgentClaw --skill agentclaw-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a unified interface to control and automate the AgentClaw platform, eliminating the need for manual dashboard navigation when managing complex agent workflows, scheduling, and system monitoring.

Core Features & Use Cases

  • Workflow Orchestration: Trigger, query, and manage the execution of agents and workflows programmatically.
  • Scheduler Automation: Create, update, and monitor periodic tasks or cron-based automation jobs.
  • Platform Management: Manage knowledge bases, communication channels, model configurations, and system traces from within your agentic environment.

Quick Start

Use the agentclaw_api skill to trigger the workflow with ID sales_agent and pass the input parameter locale set to zh-CN.

Frequently Asked Questions about agentclaw_api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate agent workflow execution without manual dashboard navigation?

Automating workflow execution is achieved by using internal relay endpoints to trigger, query, and manage agents programmatically. This eliminates manual dashboard navigation by integrating platform-level administrative tasks directly into declarative agent workflows.

Can I manage periodic scheduler automation tasks programmatically?

Yes, you can manage scheduler automation by creating, updating, and monitoring periodic tasks or cron-based automation jobs programmatically. This provides programmatic access to platform APIs for scheduling and system monitoring.

What is the best way to configure platform communication channels within an agentic environment?

Configuring communication channels within an agentic environment is done through internal relay endpoints that manage channel configuration. This unified interface provides programmatic access to platform-level administrative tasks for seamless integration.

Does AgentClaw API support knowledge base management and system monitoring?

Yes, AgentClaw API supports knowledge base management and system monitoring through its unified interface. It provides programmatic access to platform APIs to manage knowledge bases, model configurations, and system traces from within your agentic environment.

How do I trigger a workflow with specific input parameters using the API?

To trigger a workflow, use the API to specify the workflow ID and pass the required input parameters. For example, trigger the sales_agent workflow and set the input parameter locale to zh-CN to execute the targeted agent.