返回顶部
e

edge-computing

Deep edge computing workflow—what runs at edge vs origin, caching, KV and data locality, security, limits, and latency validation. Use when deploying to CDN/edge workers (Cloudflare Workers, Lambda@Edge, Vercel Edge, etc.).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
107
下载量
0
收藏
概述
安装方式
版本历史

edge-computing

# Edge Computing Edge runtimes move logic closer to users—with **strict CPU/time limits**, **different APIs** than full Node, and **tenant isolation** requirements. ## When to Offer This Workflow **Trigger conditions:** - Auth, redirects, or personalization at the CDN layer - HTML rewriting, A/B assignment, or bot mitigation at the edge - Global latency SLOs for read-heavy paths **Initial offer:** Use **six stages**: (1) workload fit, (2) edge vs origin split, (3) data & state, (4) security & tenancy, (5) limits & cost, (6) testing & rollout). Confirm platform (Workers, Lambda@Edge, Fastly Compute, etc.). --- ## Stage 1: Workload Fit **Goal:** Prefer short, CPU-light, request-scoped work—not long jobs or huge body buffering. **Exit condition:** Explicit list of what remains on origin (heavy SSR, large uploads). --- ## Stage 2: Edge vs Origin Split **Goal:** Document what runs where: geo headers, redirects, cache key logic, A/B bucketing, partial HTML injection. ### Practices - Cache `Vary` and cookie behavior documented to avoid wrong personalization leakage --- ## Stage 3: Data & State **Goal:** If using edge KV/Durable Objects/regional stores, state consistency (eventual vs strong) and rate of round-trips to origin. --- ## Stage 4: Security & Tenancy **Goal:** Validate JWT/session at edge; isolate tenants; never embed secrets in deploy bundles visible to clients. --- ## Stage 5: Limits & Cost **Goal:** Wall-clock CPU limits, request size caps, egress pricing; graceful degradation or fallback to origin. --- ## Stage 6: Testing & Rollout **Goal:** Canary per region/PoP; synthetics from multiple locations; compare p95 vs origin-only path. --- ## Final Review Checklist - [ ] Workload fits edge constraints - [ ] Edge vs origin responsibilities documented - [ ] State/consistency strategy clear - [ ] Multi-tenant security reviewed - [ ] Limits, cost, fallback documented - [ ] Multi-region validation performed ## Tips for Effective Guidance - Edge runtimes differ from full Node—verify available APIs (fs, streams, crypto). - Read platform-specific cold-start and isolate model docs. ## Handling Deviations - Hybrid: edge for headers/cache only; heavy compute stays on origin.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 edge-computing-1775961903 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 edge-computing-1775961903 技能

通过命令行安装

skillhub install edge-computing-1775961903

下载 Zip 包

⬇ 下载 edge-computing v1.0.0

文件大小: 1.9 KB | 发布时间: 2026-4-13 10:08

v1.0.0 最新 2026-4-13 10:08
Initial release of edge-computing skill.

- Provides a six-stage workflow for deploying workloads to CDN/edge environments (Cloudflare Workers, Lambda@Edge, etc.).
- Covers workload suitability, edge vs. origin split, data/state strategy, security and tenancy, limits/cost, and testing.
- Includes checklists, best practices, and platform-specific tips.
- Designed for teams deploying logic at the edge versus traditional origin infrastructure.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部