원클릭으로
activepieces-flow
No-code workflow automation with Activepieces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
No-code workflow automation with Activepieces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interact with Hermes Agent's OpenAI-compatible API for multi-model conversations, skill management, and scheduled tasks
Generate and manage Docker Compose stacks via the better-openclaw API
Deploy and manage a self-hosted Tailscale control server (Headscale) for zero-trust private networking and secure access to your stack.
A specialized skill workflow instructing you to use Serper (for discovery) and any configured Browser Automation provider (Hyperbrowser, Browseruse, Lightpanda, or Browserless) to scrape official documentation and teach yourself new technical skills.
Instructions for utilizing the HexStrike AI MCP Server for automated pentesting and security research.
Instructions for managing the PentAGI autonomous AI agent system for complex penetration testing tasks.
| name | activepieces-flow |
| description | No-code workflow automation with Activepieces |
| version | 1.0.0 |
| tags | ["automation","workflow","no-code","zapier-alternative"] |
Activepieces is a no-code automation platform with 200+ integrations, visual workflow builder, and self-hosting capability.
| Variable | Description |
|---|---|
{{ACTIVEPIECES_URL}} | Base URL of the Activepieces instance |
{{ACTIVEPIECES_API_KEY}} | API key for programmatic access |
curl -s "{{ACTIVEPIECES_URL}}/v1/flows" \
-H "Authorization: Bearer {{ACTIVEPIECES_API_KEY}}"
curl -s -X POST "{{ACTIVEPIECES_URL}}/v1/webhooks/<flow_id>" \
-H "Content-Type: application/json" \
-d '{"event": "new_order", "data": {"id": 123}}'