Comprehensive toolkit for agentapi-proxy: API client and webhook automation
Interact with agentapi-proxy API using API Key authentication for session management. Use when you need to: (1) Create new agentapi sessions, (2) Search and list existing sessions, (3) Delete sessions, (4) Route requests to specific session instances, (5) Manage session sharing, (6) Access user settings and notifications, (7) Create and manage tasks associated with sessions, (8) Manage task groups for organizing tasks, (9) Create and manage memory entries for storing contextual information. Supports multiple authentication methods including static API keys (X-API-Key header) and Authorization Bearer tokens. Note: For schedule management, use the schedule-management skill instead. For webhook management, use the webhook-management skill instead. For SlackBot management, use the slackbot-management skill instead.
agentapi-proxy の cycle CLI を使って、エージェントセッションを条件が満たされるまで自動的に繰り返し実行する。 以下のような言葉が出たときに起動する: 「繰り返して」「繰り返し実行して」「ループさせて」「ループして」「自動ループ」 「成功するまで」「完了するまで」「条件を満たすまで」 「何度も試して」「リトライして」「自動で回して」 「cycle させて」「cycle して」 Use when you need to: (1) セッションを指定条件が満たされるまで繰り返し実行する, (2) 最大繰り返し回数を指定してループを制御する, (3) AI エージェントが作業を自律的に繰り返し試行するよう設定する, (4) Stop hook を使って Claude Code のサイクル実行を自動化する, (5) CYCLE_ENABLED ファイルによるループの有効化・無効化を制御する.
Manage agentapi-proxy schedules for delayed and recurring session execution. Use when you need to: (1) Create one-time or recurring schedules, (2) List existing schedules, (3) Update schedule configurations, (4) Delete schedules, (5) Manually trigger schedules, (6) Filter schedules by status, scope, or team. Supports cron expressions for recurring tasks and ISO 8601 timestamps for one-time delayed execution.
Manage agentapi-proxy SlackBots for automated session creation from Slack events. Use when you need to: (1) Create SlackBot configurations, (2) Update SlackBot settings, (3) List existing SlackBots, (4) Delete SlackBots, (5) Configure channel filters and message templates. SlackBots use Socket Mode (WebSocket) to receive Slack events and automatically create sessions based on configured templates.
Manage agentapi-proxy webhooks for automated session creation. Use when you need to: (1) Create GitHub or custom webhooks, (2) Update webhook configurations, (3) List existing webhooks, (4) Delete webhooks, (5) Regenerate webhook secrets, (6) Configure webhook triggers and conditions. Supports GitHub webhooks and custom webhooks with Go template-based filtering.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Custom Claude Code plugins and skills for agentapi and related development tools.
Add this marketplace to Claude Code:
/plugin marketplace add takutakahashi/marketplace
Comprehensive toolkit for agentapi-proxy with three main skills: API client for session management, webhook automation, and schedule management for delayed and recurring tasks.
Install:
/plugin install ccplant@takutakahashi-plugins
Included Skills:
api-client)webhook-management)schedule-management)Included Resources:
After installation, Claude Code will have knowledge of:
API Client:
Webhook Automation:
Schedule Management:
Example interactions:
To add new plugins to this marketplace:
plugins/.claude-plugin/plugin.json with plugin metadataskills/ subdirectory.claude-plugin/marketplace.json to include the new pluginMIT
npx claudepluginhub takutakahashi/marketplace --plugin ccplantAutomated build and test execution tools for Claude Code. Provides subagents and skills for building projects, running tests, analyzing failures, and suggesting fixes.
Create secure webhook endpoints with signature verification and retry logic
Cron-like daemon that runs Claude prompts on a schedule
Управление сессиями AI агентов через agent-deck CLI
Multi-agent workflow orchestration with natural language creation, parallel execution, conditional flows, and visual progress tracking
Cron job configuration and schedule validation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques