← 返回 Skills 市场
mzfshark

Axodus Backend Architecture

作者 Mauricio Z. · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axodus-backend-architeture
功能描述
Design backend APIs, services, persistence, and observability with security.
使用说明 (SKILL.md)

SKILL: backend-architecture

Purpose

Design backend systems with clear boundaries: API contracts, services, persistence, observability, and security controls.

When to Use

  • Building a new backend or major subsystem.
  • Introducing a new API surface (REST/WebSocket).
  • You need a concrete module/service layout and DB model.

Inputs

  • requirements (required, string|object): endpoints, behaviors, SLAs, compliance needs.
  • constraints (optional, string[]): security, latency, cost, runtime, stack limits.
  • data_entities (optional, string[]): core domain objects.
  • integration_points (optional, string[]): external services/APIs.

Steps

  1. Define API surface:
    • endpoints/events
    • request/response schema
    • error model (codes/messages)
  2. Define security model:
    • authentication method
    • authorization rules
    • rate limits and abuse controls
  3. Define service/module boundaries:
    • controllers/handlers
    • domain services
    • repositories/adapters
  4. Define persistence:
    • schema/tables/collections
    • migrations
    • idempotency model (if needed)
  5. Define observability:
    • structured logs
    • request ids
    • audit trail for sensitive actions
  6. Define validation plan (tests + CI hooks).

Validation

  • Every endpoint has authz rules or an explicit “public” justification.
  • Inputs are validated; outputs are consistent with schema.
  • Failure modes are explicit (timeouts, retries, fallbacks).

Output

Architecture spec (example schema):

api:
  - method: POST
    path: /v1/...
    auth: required
services: ["..."]
data_model: ["..."]
observability: ["logs", "metrics (optional)"]
validation: ["unit tests", "integration tests"]

Safety Rules

  • Do not design systems that require storing secrets in source control.
  • Avoid introducing new dependencies unless justified.
  • Default to safe failure modes (no partial writes without idempotency).

Example

Requirement: “Webhook ingestion with replay protection.” Output: includes idempotency key storage, signature verification, and audit logging.

安全使用建议
This skill is an instruction-only architecture helper and appears coherent and low-risk. Before installing or using it: 1) verify the publisher/source (there is a mismatch between the registry owner ID and the SKILL.md/_meta author fields), 2) avoid pasting any real credentials, secrets, or internal configuration into prompts when interacting with the skill, and 3) if you need an auditable provenance, ask the publisher for a homepage or canonical repo and confirm licensing. If those checks are satisfactory, the skill's scope and requirements look appropriate for its stated purpose.
功能分析
Type: OpenClaw Skill Name: axodus-backend-architeture Version: 1.0.0 The skill bundle contains purely instructional markdown files (SKILL.md, backend-architecture.md) designed to guide an AI agent in architecting backend systems. It includes security-focused best practices such as mandatory authorization, input validation, and explicit warnings against storing secrets in source control, with no evidence of malicious code, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's stated purpose (design backend APIs, services, persistence, observability, and security) matches the SKILL.md and backend-architecture.md content. Minor provenance inconsistencies exist: the registry entry you provided calls it "Axodus Backend Architecture" and lists a different owner ID, while the packaged files identify the skill as 'backend-architecture' authored by 'RedHat Dev' and include _meta.json with ownerId 'redhat-agent-001'. This is likely a metadata mismatch rather than functional incoherence, but you should verify the publisher before trusting it.
Instruction Scope
The SKILL.md contains purely design instructions and templates (API surface, security model, persistence, observability, validation). It does not instruct the agent to read local files, access environment variables, call arbitrary endpoints, or exfiltrate data.
Install Mechanism
There is no install spec and no code files—this is instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions do not reference any secrets or external credentials.
Persistence & Privilege
The skill is not flagged 'always: true' and does not request persistent system presence or modify other skills. Autonomous invocation is allowed by platform default but there is no sign this skill needs elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axodus-backend-architeture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axodus-backend-architeture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of backend-architecture skill. - Provides step-by-step guidance to design secure, observable backend APIs and services. - Defines clear input parameters: requirements, constraints, data entities, and integration points. - Outlines architecture design steps, including API specification, service boundaries, persistence, and observability. - Includes validation and safety rules to ensure robust and secure systems. - Delivers a structured architecture spec as output.
元数据
Slug axodus-backend-architeture
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Axodus Backend Architecture 是什么?

Design backend APIs, services, persistence, and observability with security. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Axodus Backend Architecture?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install axodus-backend-architeture」即可一键安装,无需额外配置。

Axodus Backend Architecture 是免费的吗?

是的,Axodus Backend Architecture 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Axodus Backend Architecture 支持哪些平台?

Axodus Backend Architecture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Axodus Backend Architecture?

由 Mauricio Z.(@mzfshark)开发并维护,当前版本 v1.0.0。

💬 留言讨论