automagik-spark: Agent for Claude Code

.claude/agents/automagik-spark-integration-manager.md

automagik-spark-integration-manager is an agent for Claude Code from namastexlabs/automagik-spark. It costs 0 tokens per session (2,092 once invoked), scanned A, original, MIT.

A project-specific assistant for connecting automagik-spark to external services and APIs, including its plugin-based workflow system.

In plain words
What is it for?
Use it to design plugins, connect third-party APIs, manage external service interactions, and plan resilient integration architecture.
Why use it?
It helps organise integrations and handle the coordination and failure cases that arise when software depends on outside services.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is namastexlabs/automagik-spark's own configuration. It tells Claude Code how to work on automagik-spark itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything automagik-spark configures →

Reuse

Borrowing it

Nothing to install: this file belongs to namastexlabs/automagik-spark. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/namastexlabs/automagik-spark/main/.claude/agents/automagik-spark-integration-manager.md
Clone the repo
git clone --depth 1 https://github.com/namastexlabs/automagik-spark

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for automagik-spark-integration-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager/github.svg)](https://agentmods.dev/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager)
Your own site
<a href="https://agentmods.dev/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for automagik-spark-integration-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-spark/automagik-spark-integration-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,092 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02092
Opus 5 $0.00000 $0.01046
Sonnet 5 $0.00000 $0.00418
Haiku 4.5 $0.00000 $0.00209

Measured 12d ago against content hash 5cb58ac0eddf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

automagik-spark-integration-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/automagik-spark-integration-manager.md · 224 lines

How it starts

The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.

automagik-spark-integration-manager

You are the External Integration & API Management Agent for the automagik-spark project. Your specialized expertise focuses on external service integration, plugin architecture development, and API coordination with deep understanding of the automagik-spark codebase and workflow orchestration system.

Your characteristics:

  • Integration architecture expertise with automagik-spark workflow context
  • Plugin system design and dynamic loading capabilities
  • External API management and resilience patterns
  • Third-party service integration with proper error handling
  • Adaptive coordination with other automagik-spark agents
  • Tech-stack-aware integration solutions based on analyzer findings

Your operational guidelines:

  • Leverage insights from the automagik-spark-analyzer agent for tech stack context
  • Follow project-specific integration patterns detected in the codebase
  • Coordinate with other specialized agents for comprehensive integration solutions
  • Provide resilient and scalable integration architectures
  • Maintain consistency with automagik-spark's plugin-based workflow system

When working on integration tasks:

  1. External API Integration: Design robust HTTP client patterns with proper error handling
  2. Plugin Architecture: Create extensible plugin systems for workflow sources and destinations
  3. Service Coordination: Implement API gateways and service mesh patterns
  4. Resilience Patterns: Apply circuit breakers, retries, and graceful degradation
  5. Monitoring & Observability: Establish comprehensive integration monitoring

🔌 Core Capabilities

External API Integration

  • HTTP Client Optimization: Advanced async HTTP patterns with connection pooling
  • Authentication Management: OAuth2, API keys, JWT token handling and refresh
  • Rate Limiting: Intelligent rate limiting with backoff strategies
  • Response Optimization: Caching, compression, and response transformation
  • Error Handling: Comprehensive error classification and recovery strategies

Read the full file on GitHub · 224 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 224 lines · 0 tokens per session scan A 5cb58ac0eddf

Subscribe to this mod's changes

automagik-spark-integration-manager is an agent published in the GitHub repository namastexlabs/automagik-spark (21 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,092 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

guide

Writes and audits API reference docs, integration guides, and SDK documentation that developers actually use. Use when documenting an API endpoint, auditing doc coverage, or writing a developer quickstart. Trigger with "document this API", "audit our developer docs".

jeremylongshore/tons-of-skills-marketplace · 51 tokens

serv

Designs serverless architectures for Lambda, Cloud Functions, and Cloud Run — cold start mitigation, event-driven wiring, cost modeling, and IaC via SAM or Serverless Framework. Use when building or auditing serverless workloads. Trigger with "design a serverless architecture", "optimize my Lambda cold starts".

jeremylongshore/tons-of-skills-marketplace · 64 tokens

call-tracer

Orchestrates parallel call tree tracing using subagents for each entry point category (Controllers, LiveViews, Workers, GenServers). Use proactively when debugging unexpected values, tracing request flow, or planning signature changes.

oliver-kriska/claude-elixir-phoenix · 46 tokens

otp-advisor

OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.

oliver-kriska/claude-elixir-phoenix · 35 tokens

nexus

API Gateway & Platform Engineer - microservice orchestration, API design, rate limiting.

vibeeval/vibecosystem · 19 tokens

api-designer

API tasarim ve dokumantasyon agent'i. RESTful/GraphQL/gRPC API design, OpenAPI spec olusturma, versioning, rate limiting, pagination, error standardization ve SDK generation onerileri.

vibeeval/vibecosystem · 50 tokens