Used to automatically generate Neptune ACL application payloads and directly submit applications. Supports multiple environments (BOE, Online-CN, i18n-BD), multi-region selection, source/target cluster specification, and automatically handles pre-release applications in non-BOE environments.
本 Skill 旨在自动化字节跳动内部 Neptune 平台的 ACL 申请流程。它通过接收核心元数据(PSM、方法名、集群等),自动组装成符合 Neptune API 规范的请求,并直接发起 HTTP 申请。
为了简化操作,Agent 可以使用 playwright-extention 自动从 Neptune 获取所需的 x-jwt-token。
browser_navigate 访问以下 URL:
https://cloud-boe.bytedance.net/neptune/service/bitable.domain.application/secure/confighttps://cloud.bytedance.net/neptune/service/bitable.extend.application/https://cloud.byteintl.net/neptune/service/tiktok.feed.fyp_api/browser_network_requests 获取请求列表。x-jwt-token 或 x-neptune-jwt-token。--jwt 参数传入后续脚本。在调用此 Skill 之前,请确保已获取以下信息:
s1,s2)。别名: --caller。t1,t2)。别名: --callee。m1,m2)。BOE (默认), Online-CN, i18n-BD。default)。default)。BOE, 或 CN,VA)。默认: BOE。x-jwt-token。也可通过环境变量 NEPTUNE_JWT 传入。NEPTUNE_COOKIE 传入。python3 .coco/skills/auto-acl-apply/scripts/apply_acl.py \
--source "bitable.extend.application" \
--target "bitable.domain.application" \
--method "/api/m1, /api/m2" \
--cluster "default, lf, hq" \
--env "BOE"
python3 .coco/skills/auto-acl-apply/scripts/apply_acl.py \
--source "s1, s2" \
--target "t1, t2" \
--method "/api/info" \
--env "Online-CN"
注意:这会发起 4 次 (2x2) 独立的 PSM 维度申请(若是非 BOE 环境则为 8 次,含 pre-release)。
x-jwt-token Header)。--env 自动选择对应的 Neptune 域名及 Pre-release 申请逻辑。apply_acl.py: 核心申请脚本,负责参数解析、环境映射及 API 请求发送。Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer